/*    
# Theme Name: Piping Preference 
# Theme URI: http://www.abercromby.eu
# Description: Theme designed for Piping Preference. 
# Author: John Abercromby 
# Author URI: http://www.abercromby.eu 
# Version: 1.0  
# */ 


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

body {
	font: 62.5%/1.6em arial, sans-serif;
	color:#666;
         background: #ececec;
	margin:0;
}

* {
	margin:0;
	padding:0;
}

h1 {
	font-family: arial, sans-serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

#footer {
        clear:both;
        margin-bottom: 10px;
	padding:15px 0 0 37px;
	text-align:left;
	border-top:0px solid #eee;
	margin:0;
	color:#999;
	background-image:url(images/piping_footer2.jpg);
	background-repeat:no-repeat;
	height: 60px;
}

#header {
	border-top:0px solid #BCE77C;
	background-image:url(images/piping_header.jpg);
	height: 150px;
}

#header .description {
	float:right;
        text-align:right;
	margin:95px 35px 0px 0px;
	color:#666666;
        font-size: 16px;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;
	border-bottom:20px solid #fafafa;
}

#wrapper {
	width:920px;
	margin:0 auto;
        background-image:url(images/piping_bg.jpg);
        margin-bottom: 20px;
	
}

#nav {
	border-bottom:1px solid #eee;
	padding:7px 0;
	margin:0;
	border-top:1px solid #eee;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#999;
	padding:5px 5px 7px 5px;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	margin:0 27px 0 260px !important;

	border-right:0px solid #eee;
	border-left:0px solid #eee;
	padding:0px 25px 30px 0px;
	min-height:300px;
}

#content p {
	line-height:15px;
	margin:15px 0;
	font-size:110%;
	word-spacing:2px;
}

#content a {
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #eee;
}

#content a:hover {
	color:#000;
}

#content h2 {
	font-family: arial, sans-serif;
	font-size:2.8em;
	font-weight:normal;
	margin:0px 0;
	border-bottom:1px solid #669be9;
	padding:5px 0;
	line-height: 30px; 
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#sidebar {
	width:200px;
	float:left;
	padding:10px 20px 30px 37px;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	border-bottom:0px solid #eee;
        height: 100%;
       
}

#sidebar p {
	font-size:1em;
	color:#336699;
	padding:20px 0 3px 0;
       
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#666666;
	border-bottom:1px solid #f6f6f6;
	padding:20px 0 3px 0;
}



#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}


p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

#content img {
	background:#fff;
	padding:5px;
	border:0px solid #eee;
}

img {
	background:#fff;
	padding:0px;
	border:0px solid #eee;
}

#content h3 {
	margin:10px 0;
	font:160% arial, sans-serif;
	color:#222;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }
