/*  
Theme Name: Longwood
Description: Longwood.
Version: 2.0
Author: Longwood	
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #44474d;
}
a:hover {
	color: #000000;
}
body {
	background: #EEE url('img/bg.gif');
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 8px;
}
code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #565656;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

.item ul li
{
list-style: url(img/li.gif);
font-size: 1.1 em;
}

.item ul ul li
{
list-style: url(img/li.gif);
font-size: 1.1 em;
}

.item ol li
{
margin-left:22px;
font-size: 1.1 em;
}

.item ul ol li
{
margin-left:22px;
font-size: 1.1 em;
}


/* structure */
.container {
	background: url('img/bgcontainer.gif') repeat-y;
	margin: 0 0 0 30px;
	padding-bottom: 6px;
	width: 800px;
}
.header {
	background: #000000 url('img/longwoodheader.jpg') no-repeat bottom center;height: 150px; width: 764px;;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 2.4em Verdana;
	margin-bottom:10px;
	text-align: left;
	padding: 0 0 0 10px;
	text-decoration:none;
}


.title h1 a{
	color: #FFF;
text-decoration:none;
}

.title h1 a:hover{
	color: #FFF;
text-decoration:none;
}

.title h1 a:visited{
	color: #FFF;
text-decoration:none;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #000000;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #464646;
	border-top: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #FAFAFA;
	background: url('img/bgulh1.gif') repeat-x;
	font-size: 1.2em;
	height: 25px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 10px;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url('img/bgul.gif') repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #44474d;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #000000;
}

.sidenav li a:active {
  	background-color: #FFFFFF;
}

.randsm {
	padding: 0 15px 0 15px;
	}


/* content */
.content {
	float: right;
	width: 550px;
}
.content .item {
	padding: 6px 20px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	text-align: justify;
}
.content .descr {
	color: #565656;
	margin-bottom: 6px;
}

.content li {
	font-size: 1.2em;
	margin-left: 18px;
}
.content ul li {
	font-size: 1.0em;
	margin-left: 18px;
}
.content ul ul li {
	font-size: 0.8em;
	margin-left: 18px;
}


/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url('img/search.gif') no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #565656;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 750px;
}
.footer a {
	color: #44474d;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}


/*post stylng*/
.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:1.0em;
color:#505050;
text-align: justify;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
text-align: justify;
}

#commentform {
margin: 1em 0;
background: #fafafa;
width: 280px;
text-align: justify;
}

#commentform textarea {
background: #fafafa;
border: 1px solid #d6d3d3;
width: 280px;
text-align: justify;
}
#commentform textarea:hover {
background: #fafafa;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #fafafa;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #fafafa;
border: 1px solid #d6d3d3;
width: 280px;
text-align: justify;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #fafafa;
border: 1px solid #d6d3d3;
width: 280px;
text-align: justify;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #fafafa;
border: 1px solid #939793;
width: 280px;
text-align: justify;
}
#commentform input{
margin-bottom: 3px;
}

a img{
border:none;
}


#level1 {
	
	
	font-weight: normal;
	
	text-align: left;
	
	font-size: 1.2em;
	}

#level2 {
	
	
	
	font-size: 1.0em;
	padding: 0 0 0 10px;
	}

#level3 {
	
	
	font-size: 1.0em;
	padding: 0 0 0 10px;
	}
	
#level4 {
	
	
	font-size: 1.0em;
	padding: 0 0 0 10px;
	}
		
/* Begin Images */
p img {
	padding: 0;
	max-width: none;
	//max-width: 112%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: 0;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px 1px 4px 1px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 1px 4px 1px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

img.bb {
	background: url("images/shadow.gif") no-repeat bottom right;
	padding-right:14px;
	padding-bottom:2px;
	_padding-right:5px;
}


img.bbb {
	background: #ffffff;
	border: 1px solid  #999999;
	padding: 3px;
}	
/* End Images */	


