/*















T2eme Name: WPFolio















Theme URI: http://dev.eyebeam.org/projects/wpfolio/wiki/















Description: Photoblog theme for WP. Created by Patrick Carey, Jeff Crouse and Steve Lambert in the Eyebeam OpenLab.  Originally built out from the Click! Theme by Taly.  Released as free software under the GPLv3 license.















Version: 1.0















Author: Eyebeam OpenLab















Author URI: http://eyebeam.org/labs















Tags: fixed width, portfolio, photoblog, widgets, one column, theme options















*/















/* BEGIN requirements for Theme Options */







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







<?php require_once( dirname(__FILE__) . '../../../../../wp-config.php');







	require_once( dirname(__FILE__) . '/functions.php');







	header("Content-type: text/css"); global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) 







{ $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }?>







/* 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; 







	/* 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: "Times New Roman", Times, serif;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;








	/*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 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;	/*color:<?php $WPFolio_highlight_color; ?>;This is handled in header.php 







and editable in Current Theme Options in the Wordpress dashboard*/
	font-family: Georgia, "Times New Roman", Times, serif;





}









h3 {
	text-align: left;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	padding-bottom: 13px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;

}







h2.pagetitle {
	text-align: left;
	font-weight: normal;



}







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 */















.container {
	margin-top : 30px;
	width: 960px;
	margin: 0px auto;
	text-align: center;
	color: #545454;
	font-family : arial, verdana, 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: 0px;
	}







	







/*.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*/







.header    {
	/*background-image: url(images/header.jpg);*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: 0; padding: 20px 30px 10px 20px;
	}
.headertext {  
	font-size : 13px;
	margin-left : 0;
	text-align: left;
	color: #000000;
	font-family : arial, verdana, serif; padding: 10px; 
	}

.headertext h1 a { 
	font-weight: normal; 
	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 : #545454;







	text-decoration : none;







	font-weight : normal;







	}







a:link  {      







	color : #000000;







	text-decoration : none;







	font-weight : normal;







	}







a:visited {    







	color : #000000;







	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 : <?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;







	}







/* @end */



.tablepost {
	margin-top :13px;
	margin-bottom : 5px;
	color : #000000;
	font-size : 13px;
	font-weight : normal;
	text-align : justify;
	line-height:20px;
	font-family:Courier, "Courier New", monospace;
	vertical-align: top;
	display: inherit;
	position: relative;
	}











.entry {
	margin-top :13px;

	margin-bottom : 5px;

	color : #000000;

	font-size : 13px;

	font-weight : normal;

	text-align : justify;

	line-height:20px;
	font-family:Courier, "Courier New", monospace
	
	}


.entry categorytitle {
	text-align: left;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	margin-left : 30px;
	padding-bottom: 13px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}


.entry p {
	margin-top :13px;

	margin-bottom : 5px;

	margin-left : 20px;

	margin-right : 20px;

	padding : 10px;

	color : #000000;

	font-size : 13px;

	font-weight : normal;

	text-align : justify;

	line-height:20px;
	font-family:Courier, "Courier New", monospace
	}







.entrycat {

	margin-top : 0px;

	margin-bottom : 0px;

	margin-left : auto;

	margin-right : auto;

	padding : 0px;

	color : #555555;

	font-size : 11px;

	font-weight : normal;

	line-height : 16px;

	text-align : center;





	}







.entrycat a {







	text-align: center; 







	padding: 10px;













}















/* @group images */







.entry img {







	margin : 0 0 0px;







	padding : 8px;







	border : 1px solid #c0c0c0;







	}







.entrycat img {







	margin : 3px 3px 3px 3px;







	padding : 5px;







	border : 1px solid #c0c0c0;







	margin-bottom: 2px;







	}







.posted a img { 







	border: 0; 







	}







.img-frame {

	width: 25%;

	min-width: 220px;

	height:225px;

	float: left;

	display: inline;

	margin-top: 10px;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;





	}







.img-container { 







	text-align:center; 







	margin-right:auto; 







	margin-left: auto; 







	display: inline-table; 







	}







.img-frame-caption {

	width:auto;

	margin-left:auto;

	margin-right:auto;

	font-weight: normal;

	color: #FFFFFF;

	font-size: 13px;

	font-family: Courier, "Courier New", monospace;

	text-decoration: none;

	}







div.Home p img {







	border : 1px solid #c0c0c0;







	padding:  5px;







	}







/* @end */















code {    







	color : #8B1D1D;







	}















.info{     







	margin-top : 0px;







	margin-bottom : 5px;







	margin-left : 10px;







	margin-right : 10px;







	padding : 5px;







	color : #000000;







	font-size : 13px;







	font-weight : normal;







	text-align : justify;







	}







.pages2 {

	margin-top :13px;

	margin-bottom : 5px;

	margin-left : 36px;

	margin-right : 100px;

	padding : 10px;

	color : #545454;

	font-size : 8px;

	font-weight : normal;

	text-align : left;

	line-height:20px;

	font-style: normal;





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







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







	}







.pages {

	margin-top :13px;

	margin-bottom : 5px;

	margin-left : 20px;

	margin-right : 20px;

	padding : 10px;

	color : #000000;

	font-size : 13px;

	font-weight : normal;

	text-align : justify;

	line-height:20px;





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







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







	}
	


.pages a {
	text-decoration: none;
	color: #FF0000;

	}







.pages h2 {

	font-size: 24px;

	font-weight: normal;

	color: #000000;

	margin-left:auto;

	margin-right: auto;

	font-style: normal;


}

.posted {
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 30px;
	margin-right : 30px;
	text-align : center;
	font-size : 11px;
	color: #555555;
	}







.footer {







	padding : 32px;







	text-align : left;







	font-size : 9px; clear: both; }















/* @group prev/next navigation */







.prevnext {







	margin-top : 0px;







	margin-bottom : 0px;







	margin-right: 30px;







	color : #545454;







	text-decoration : none;







	padding : 3px;







	text-align : right;







	font: normal 13px verdana, serif;







	}







.prevnext a, link  {  







	border : 1px solid #c0c0c0;







	color : #545454;







	text-decoration : none;







	font-weight : normal;







	padding : 3px;







	}







.prevnext a:active  {






	border : 1px solid #545454;



	color : #dddddd;



	text-decoration : none;



	font-weight : normal;



	padding : 3px;



	}







.prevnext a:hover  {  







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







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







	border : 1px solid #545454;







	color : #aaaaaa;







	text-decoration : none;







	font-weight : normal;







	padding : 3px;







	}







/* @end */















/* @group comments */







.comments{ 







	margin-top : 0px;







	margin-bottom : 0px;







	margin-left : 50px;







	margin-right : 50px;







	padding : 13px;







	color : #000000;







	font-size : 13px;







	font-weight : normal;







	line-height : 16px;







	text-align : justify;







	}







.commentsbody {







	border-bottom : 1px solid #E8E8E8;







	text-align : justify;







	margin-bottom : 10px;







	padding : 10px;







	}







/* @end */















/* @group navbar */







.nav, .widgettitle {
	/*   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 : 13px;
	color : #000000;
	text-decoration : none;
	font-weight : lighter;
	padding: 5px 30px 10px 25px;
	text-transform: uppercase;



	}















.nav ul, .widgettitle ul { 







	float:left; 







	padding-right: .2em;







	}







.nav li, widgettitle li { 







	list-style: none; 







	display: inline; 







	}







.nav a, link   {  







	border : 1px solid #dddddd;







	color : #545454;







	text-decoration : none;







	font-weight : normal;







	padding : 3px;







	margin:  2px;







	}







.nav a:active  {  







	border : 1px solid #c0c0c0;







	/*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;







	padding : 3px;







	}







.nav a:hover  {
	border : 1px dotted #ff0000;
	color : #ff0000;
	text-decoration : none;
	font-weight : normal;
	padding : 3px;






	}







/* @end */















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 dotted #FF0000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
/*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: #FF0000;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	letter-spacing: 0.1em;

	}







.notable-post h3 a, link {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 22px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;

	}







.notable-post a {
	text-decoration: none;
	color: #FF0000;






	/*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 {

	color: #ff0000;

	font-weight: normal;





	}















/* @end */















/* @group links */







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







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







	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 0px;
	font-size: 24px;
	margin-top: 13px;




	}







#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 : 13px;







	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 heade
	
	