/*  
Theme Name: Pallandrome
Theme URI: http://www.logoworks.com
Description: Free WordPress theme from Logoworks.
Version: 1.0
Author: Logoworks
Author URI: http://www.logoworks.com
*/

body 
{
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, Sans-serif;
	background: #000000;
	color: #485258;
	margin: 0;
	padding: 0;
}

#page
{
	margin: 0px auto 0;
	padding: 0;
	width: 876px;
	background-color:#E7E8EA;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
}
a { color: #0069AA; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { text-align: left; float:left; }
.alignright { text-align: right; float:right; }

/* START header styles */
#header 
{
	background: url('images/header.jpg') no-repeat top center;
	width: 876px;
	height: 126px;
	text-align: left;
	margin: 0 auto;
}
#headerMargin 
{ 
	padding: 55px 80px 15px 80px;
	margin: 0px;
}
#header h1
{
	padding: 0px;
	margin: 0px;
	display:none;
}
#header h1 a 
{
	color: #FFFFFF;
	font-size: 29px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#header .description 
{
	font-size: 20px;
	color: #BDD2DD;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
	display:none;	
}
/* END header styles */


#pagelistings {
	list-style-type:none;
	background-color:#E7E8EA;
	border-top:5px solid #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#pagelistings h2{
	display:none;
	}

#pagelistings ul{
	list-style-type:none;
	}

#pagelistings ul li{
	list-style-type:none;
	float:left;
	padding:0px 10px;
	color:#666666;
	font-size:16px;
	}	
	
#pagelistings a{
	color:#666666;
	text-decoration:none;
	}
	
#pagelistings a:hover{
	color:#006600;
	}	
	

/* START search styles */
#searchform 
{ 
	margin: 20px 0px 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#searchform #s
{
	font-size: 10px;
	width: 100px;
	margin: 0 10px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 230px;
	float: left;
	background: #68777E;
	margin: 35px 10px 10px 25px;
}

#sidebar > ul
{
	margin: 0px;
	padding: 0px 10px 0px 60px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li
{
	margin: 0px;
	padding: 0px;
}

#sidebar > ul li h2
{
	font-size: 21px;
	margin: 10px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #B7CAE8;
	font-weight: normal;
}
#sidebar > ul li ul
{
	font-size: 11px;
	line-height: 21px;
	list-style: none;
	margin: 0px 0 20px 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
}
#sidebar > ul li ul a
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar p
{
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: #FFFFFF;
}
#sidebar a
{
	color: #FFFFFF;
}
#sidebar a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* END sidebar styles */

/* START content styles */
#contentArea
{
	width: 876px;
	text-align: left;
	background: url(images/subbackgrnd.jpg) repeat-y top center;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	clear:both;
}
#content.narrowColumn
{

	width: 700px;
	padding-left:100px;
	float: left;
}

#content.narrowColumn img{
	border:4px solid #FFFFFF;
	}

#content.wideColumn
{
	width: 860px;

}
#contentPad
{
	padding: 35px 50px 25px 35px;
}
.post { clear: both;
	}
.post h2, .post h3
{
	margin: 5px 0 5px 0px;
	padding: 0 0 0px 0px;
	color: #006600;
}
.post h2 a, .post h3 a, h3#respond
{
	color: #006600;
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
}
.post small
{
	font-size: 11px;
	color: #69876E;
	margin: 0;
	padding: 0;
}
.post small a
{
	font-size: 11px;
	color: #69876E;
	margin: 0;
	padding: 0;
}
.postseperator
{
	border-top: 1px solid #FFFFFF;
	margin: 10px 0px;
}
.post .entry p
{
	margin: 10px 0 5px;
	padding: 0px;
	text-align: left;
	line-height:1.6em;
}
.post .entry a
{
	color: #485258;
	text-decoration: underline;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #0069AA;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 10px 10px 0; 
	border:solid 8px #FFF;
	}
h2.pagetitle, h2
{
	color: #000000;
	font-size: 18px;
	text-decoration: none;	
	margin: 5px 0 15px;
	font-weight: normal;
}
.navigation a
{
	color: #0069AA;
}
/* END content styles */

/* START footer styles */
#footer
{
	width: 876px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 30px;
	color: #000;
}
#footer a
{
	color: #000;
}
/* END footer styles */

