/* @override http://localhost:8888/wordpress/wp-content/themes/wpfolio/trunk/style.css */

/* BEGIN requirements for Theme Options */

/* warning: editing the the following section may completely disable your theme and site */



/* END requirements for Theme Options */ 





/* BEGIN user editable area */

/* To make changes to the CSS edit the CSS rules below. Do not change the php tags as this will effect the theme options*/



body  { 

	/*	font-family : <?php echo $WPFolio_body_font; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/

	/*background-color:<?php echo $WPFolio_body_backgroundcolor; ?>; This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/

	padding: 5px 0px 0px 0px;

	/* color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard */

}



/* @group htags */

h1 { 

	/*font-family: <?php echo $WPFolio_headline_font; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/

	/*font-size: <?php echo $WPFolio_headline_size; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/}

h1,h2,h3,h4,h5,h6,form,fieldset {

	margin:0;

	padding:0;

	}

h2 { 

	/*color:<?php $WPFolio_highlight_color; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/ 

}

h3 {

	/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/}

.pagetitle h2 {

margin-top: 50px;

}

h4 {

	/*color: <?php echo $WPFolio_second_color; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/

}

.header h4{

	/*font-family: <?php echo $WPFolio_headline_font; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/}

.low {

	display:none;

	}

/* @end */

.outside {
	text-align: center;
	height: 100%;
	}
	
.container { 
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php 
and editable in Current Theme Options in the Wordpress dashboard*/

	margin: 30px 0 30px 0;

	width: 920px;

	margin: auto;

	text-align: center;

	font-family : arial, verdana, helvetica, sans-serif;

	/*background-color: <?php echo $WPFolio_foreground_color; ?>;This is handled in header.php 

and editable in Current Theme Options in the Wordpress dashboard*/

	padding: 0;
	
	}

	

/*.container p {color:<?php echo $WPFolio_body_color; ?>; } this is handled in header.php

and editable in Current Theme Options in the Wordpress dashboard */



/* @group header */

/* To change your header image create an image that is 960 pixels wide by 200 pixels high and name 

it header.jpg and place in the images folder in your theme directory*/

div.header {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 75px 0px 20px 0px;
	max-height:150px;
	min-height: 50px;
	overflow: hidden;
	}

.headertext {  
   	overflow: hidden;
	text-align: center;
	font-family : arial, verdana, helvetica, sans-serif;
	padding:20;
	margin: 0;
	}



.headertext h1 a { 
	font-weight: lighter; 
	font-style: normal; 
	/*color: <?php echo $WPFolio_highlight_color;?>;This is handled in header.php  and editable in Current Theme Options in the Wordpress dashboard*/ 	}

/* @end */

/* @group links */

a  {     
	color : #999999;
	text-decoration : none;
	font-weight : normal;
	}

a:link  {      
	color :#999999;
	text-decoration : none;
	font-weight : normal;
	}

a:visited {    
	color : #999999;
	text-decoration : none;
	font-weight : normal;
	}

a:active  {     
	/*color : <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	text-decoration : none;
	font-weight : normal;
	}

a:hover  {      
	color: #000000;
	text-decoration : none;
	font-weight : normal;
	}

/* @end */



.storycontent {
	}
	
.entry {   
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/

	margin: 0;
	padding: 30px 0 0 0;
	font-size : 13px;
	letter-spacing: 2px;
	letter-spacing: .5px;
	text-align: center; 
	clear:both;
	font-weight: lighter;
	line-height: 1.5pem;
	}

.entry h2 {
	font-size: 14px;
	}
	
.entry p {
	padding: 0;
	text-align: left;
	font-weight: normal;
	}

.entrycat { 
	margin: 30px 0 0 0;
	padding: 0;
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.entrycat a {
	font-weight: normal;
	}

/* @archive thumbnails */

.thumbs {
	margin: 15px 0 0 0;
	}
	
.thumbs img {
	float: left;
	margin: 0 9px 9px 0;
	padding: 3px;
	background-color: #fff;
	}
	
.thumbs img:hover {
	background-color: #999999;
	}
	
	

/* @end archive thumbnails */


/* @group images */

/* Begin Images */
	
p img {
	padding: 0;
	margin: 0;
	max-width: 100%;
	}

/*	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: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img { 
	border: none; 
	}	

.img-frame { 
	width: 25%; 
	min-width: 220px; 
	height:225px; 
	float: left; 
	display: inline; 
	margin-top: 10px; 
	}

.img-container { 
	text-align:center; 
	margin-right:auto; 
	margin-left: auto; 
	display: inline-table; 
	}

.img-frame-caption { 
	width:60%; 
	margin-left:auto; 
	margin-right:auto; 
	}

div.Home p img {
	padding:  0px;
	}

/* end Images */


code {    
	color : #8B1D1D;
	}

.info{     
	margin-top : 0px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	padding : 5px;
	font-size : 12px;
	font-weight : normal;
	text-align : justify;
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.adminuser {
	font-variant: small-caps;
	background-color: #9fff9c;
	}

div.pages {  
 	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	margin-top :15px;
	margin-bottom : 5px;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	line-height:20px;
	clear: both;
	/*font-family : <?php echo $WPFolio_body_font; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.posted {  
	margin-top : 5px;
	text-align: left;
	}

#footer {
	font-size: 70%;
	font-weight: normal; 
	text-align: left;
	letter-spacing: 2px;
	clear: both;
	}
	
#footer_wrapper {
	clear: both;
	height: 100px;
	display: block;
	}
	
.links {
	margin: 0 0 0 100px;
	}	
	
#footer ul, li{
	list-style-type: none;
	}
	
#contact_info {
	margin-top: 40px;
	float: left;
	width: 273px;
	}
	
#web_inspiration {
	margin-top: 40px;
	float: left;
	width: 273px;
	}
	
#daily_doses {
	margin: 40px 0 0 20px;
	float: left;
	width: 253px;
	}

.footer {
	text-align: left;
	}

/* @group prev/next navigation */

.blog_navigation {
	clear: both;
	padding-top: 60px;
	font-size: 12px;
	}
	
.blog_navigation .alignleft {
	margin-right: 20px;
	}

.prevnext {
	margin: 0;
	padding: 0;
	}
	
.prevnext ul {
	padding-right: 2px;
	}
	
.prevnext li {
	margin:0;
	padding:0;
	display:inline;
	list-style-image:none;
	list-style:none;
	}
	
.prevnext .prev a {
	padding:0 10px 0 0;
	display: block;
	height: 11px;
	width: 9px;
	float: right;
	}
	
.prevnext .next a {
	padding:0 20px 0 0;
	display: block;
	height: 11px;
	width: 9px;
	float: right;
	}
	
.prevnext .prev a {
	background:url(images/right-arrow.png) no-repeat center right;
	}
	
.prevnext .next a {
	background:url(images/left-arrow.png) no-repeat center left;
	}
	
.prevnext .prev a:hover {
	background:url(images/right-arrow-hover.png) no-repeat center right;
	}
	
.prevnext .next a:hover {
	background:url(images/left-arrow-hover.png) no-repeat center left;
	}


/* @end group prev/next navigation */


div.container ul {
	padding-left: 0; 
	}

div.container h2 {
	/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/ 	}

/* @group blog styles */

.notable-post {
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px; color: #808080; 
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.notable-post h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px; color: #323232; 
	}

.notable-post h3 a, link { 
	/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.notable-post a { 
	/*color: <?php echo $WPFolio_second_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.notable-post a:hover {
	/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

.notable-post a:hover {
	font-weight: normal; 
	}

/* @end group blog styles */


/* @group links */

#links {
	margin-left : 60px;
	margin-right : 60px;
	/*color : #<?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress 			dashboard*/
	font-size : 12px;
	font-weight : normal;
	text-align : left;
	line-height:20px;
	padding: 0; list-style:none;
	}

#links h1,h2 {
	font-weight: normal;
	text-transform: uppercase;
	/*color: #<?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress 				dashboard*/
	}

#links ul {
	/*color: <?php echo $WPFolio_second_color; ?>;This is handled in header.php 
	and editable in Current Theme Options in the Wordpress dashboard*/
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

#links ul li {
	/*color: <?php echo $WPFolio_second_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	margin-left: 0;
	padding-left: 0;
	}

#links ul li ul {
	/*color: <?php echo $WPFolio_second_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 15px;
	}

#links ul li ul li {
	margin-left: 0;
	padding-left: 0;
	}

#links a {
	/*color: <?php echo $WPFolio_second_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
 	} 

#links a:hover {
	/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	}

/* @end */

/* @group pages lists */

div.pages ul {
	vertical-align: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
	margin-top: .9em;
	}

div.pages ul li {
	list-style: none;
	vertical-align: -1.5em;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	line-height: 1.5px;
	}

div.pages ul li ul li {
	font-size: 1em;
	font-weight: normal;
	bottom: 1.8em;
	position: relative;
	vertical-align: 0em;
	font-style: normal;
	padding: 0;
	line-height: 1.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 6em;
	}

div.pages h2 {
	/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/
	margin-left:auto;
	margin-right: auto;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	}

div.pages h3 {
	margin-bottom: 2.2em;
	}

	/* @end */
	
	
/*sidebar */

	
#sidebar {
	margin: 0;
	padding: 0;
	}
		
#navigation a {
	font-size: 70%;
	font-weight: normal; 
	margin: 0; 
	letter-spacing: 2px;
	}	

#navigation {
	text-align: right;
	}
	
ul#navigation {
	margin: 0;
	padding: 0;
	}

ul#navigation li {
	margin: 0;
	padding: 0;
	}
    
#navigation .current_page_item a, #navigation .current_page_item:hover {
  	color: #000000;
	}
	
/* @end */