/*  
Theme Name: PPS
Description: WordPress theme for the Privacy Preference Service
Author: http://www.sw1design.com
Author URI: http://www.sw1design.com

	Mustard v1.0
	http://www.sw1design.com
	This theme was designed and built by Robert Knightsbridge

*/



/* Begin CSS*/

/* =html */
html {
margin:0;
padding:0;
text-align:center;
}

/* =body */
h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,fieldset,table,ul {
margin:0;
}

body {
	background-color:#FFF;
	margin:10px auto;
	padding:0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
}

p {
background-color:transparent;
color:#6C8597;
margin:0 1em;
padding:0.5em 0 1.0em;
}


#wrapper {
background-color:#FFF;
background-image:url(images/bg-shadow.gif);
height:150%;
margin:0 auto;
padding:0 4px;
text-align:left;
width:770px;
}

/* =a */
a:link {
color:#FF9900;
text-decoration:underline;
}

a:visited {
color:#3B499E;
text-decoration:underline;
}

a:hover {
color:#3B499E;
text-decoration:underline;
}

img,img a {
border:none;
}

hr {
	color:#CCCCCC;
	width: 450px;
	height: 1px;
	margin: 2px auto;
	padding: 0px;
	border-top-style: none;
}


H1,H2,H3,H4,H5,H6 {
	font-size:110%;
	color: #6C8597;
	font-weight: normal;
	margin:0 0em;
    padding:0.5em 0;
}

h3 {
	font-size: 140%;
	line-height: 135%;
	font-weight: normal;
	padding: 0px;
}


#logo,#banner h1 {
display:none;
}


/* =code =banner and =navigation */
#banner {
background-color:#3B499E;
background-image:url(images/banner.gif);
height:130px;
margin:0;
padding:0;
width:770px;
}


#home-img a {
display:block;
height:75px;
margin-left:25px;
margin-top:-30px;
text-indent:-9999px;
width:182px;
}

#nav {
height:41px;
left:575px;
margin:0;
padding:0;
position:relative;
width:178px;
}

#nav .login {
background-image:url(images/btn-login-nav.gif);
display:block;
height:41px;
position:absolute;
text-indent:-9999px;
top:16px;
width:88px;
}

#nav .register {
background-image:url(images/btn-register-nav.gif);
height:41px;
left:90px;
position:absolute;
text-indent:-9999px;
top:16px;
width:88px;
}

#nav a {
	display:block;
	width: 88px;
	height: 30px;
}

#nav ul,#subnav ul,#home #content #enter ul,#footerLink ul {
margin:0;
padding:0;
}

#nav li,#footerLink ul,div#footerLink li {
display:inline;
list-style-type:none;
}

#subnav li,#home #content #enter li {
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

#subnav {
	background-image:url(images/nav-ref.gif);
	background-position:26px 18px;
	background-repeat:no-repeat;
	height:45px;
	margin:0;
	padding:0;
	position:relative;
	top:0px;
	width:570px;
	right: 0px;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	left: 190px;
}


#subnav a:link,#subnav a:visited {
color:#FFF;
font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
font-style:normal;
padding-left:4px;
padding-right:5px;
text-decoration:none;
}


#subnav a:hover , #subnav a.active  {
color:#F90;
text-decoration:none;
}

#content {
	width: 485px;
	float: right;
	padding: 15px 15px 25px 0px;
	margin: 0px;
}

/* sidebar *******************************************************************************/

#sidebar
{
	width: 240px;
	margin: 20px 5px;
	background-color: #FBFBFB;
	list-style-type: none;
	}
#sidebar ul {
	margin: 0px;
	padding: 0px 5px 0px 8px;
	list-style-type: none;
}

#sidebar li {
	margin: 0px;
	padding: 0px 0px 3px 5px;
	list-style-type: none;
}
#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


.sidbar {
	padding-bottom: 15px;
	}



.message {
	font-size: 90%;
	color: #FF0000;

	}

/* footer *******************************************************************************/

#footer {
	background-image:url(images/footer.gif);
	height:18px;
	margin-left:auto;
	margin-right:auto;
	width:778px;
	background-repeat: no-repeat;
}

#footerLink {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}

#footerLink a:link,#footerLink a:visited {
	text-decoration:none;
	margin: 0px;
	color: #999999;
	font-size: 110%;
	padding: 0px 20px 0px 0px;
}

#footerLink a:hover {
text-decoration:underline;
}

#footerLink .copy {
	width: 300px;
	float: left;
	text-align: left;
	color: #999999;
	font-size: 110%;
}

/* Posts ******************************************************************/

.entry
{ padding: 0px 5px 0px 0px; }

.post {
	padding: 10px 0px 0px;
	text-align: justify;
	}

.post h2 {
	font-size: 165%;
	color: #FF9900;
	margin: 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
}

.post h2 a{
	text-decoration: none;
}


.post img {
	padding: 2px;
	max-width: 100%;
	margin: 5px 10px;
	}

/* Misc******************************************************************/

#commentform textarea {
	width: 95%;
	padding: 2px;
	}
	
.date {
	color: #666666;
	font-size: 90%;
}

.external{
	background-image: url(images/external-lg.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}


	
.clearfix { content: "."; display: block; height: 0pt; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }



/* Begin Comments*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	
	}	
	
.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

	
/* End Comments */

/* Begin Images ******************************************************************/

/*	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: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	font-size: 90%;

	}

.alignleft {
	float: left;
	font-size: 90%;
	}
	
.alignleft a , .alignright a {
	color:#6C8597;
	}
	
.navigation {
	color:#6C8597;
	margin-bottom: 30px;
	}	
/* End Images */
.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

/*calendar widget */
li.widget_calendar td , li.widget_calendar th {
	padding: 1px 6px;
	color: #666666;
}

#calendar table {
	margin-left: 10px;
	margin-top: 0px;
	}

#calendar #prev a, #calendar #next a {
	font-size: 9pt;
	background-color: #F9F9F9
	}

#calendar a {
	text-decoration: none;
	}
	
#calendar td a {
	text-decoration: none;
	background-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
	}

#calendar caption {
	font: bold 1.0em ;
	text-align: center;
	}

#calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#sidebar .feed {
	background-image: url(images/feed-icon-16x16.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
