/* @override http://localhost:8888/wordpress/wp-content/themes/wpfolio/trunk/style.css */

/*



Theme 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.4.1



Author: Eyebeam OpenLab



Author URI: http://eyebeam.org/labs



Tags: fixed-width, photoblogging,  one-column, theme-options,custom-colors, custom-header



*/



/* 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; 

	/* 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*/}

h2.pagetitle {

/*added layout parameters from .pages from here*/

        margin-top :15px;    

	margin-bottom : 5px;    

	margin-left : 30px; 

	margin-right : 30px;
	padding-top: .5em;    

	padding : 10px;    


/*to here  MM*/


 /*margin-top: 30px; */     /*removed when adding pagetitle parameters*/

}

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 { 
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/

 	margin-top: 30px;   /*MM*/
        border: 1px solid #a8a5a5;
	
	width: 950px;
	height: 100%;      /*Changed MM*/
	
        margin: 0px auto;   

	text-align: center;

	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 */

/* new container begins here*/
.container2 { 
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/

 	margin-top: 30px;   /*MM*/
        border: 1px solid #a8a5a5;
	color: #ffffff;
	width: 950px;
	height: 100%;      
	
        margin: 0px auto;   

	text-align: center;

	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;

	}     /* new container ends here*/

/* @group header */

/* To change your header image create an image that is 925 pixels wide by 200 pixels high and name 

it header.jpg and place in the images folder in your theme directory*/

div.header    {

	/*background-image: url(images/header.jpg);*/    /* (images/header.jpg)  Bill */

	/*background-repeat: no-repeat;*/  /* Bill */

	/*background-position: 50% 50%;*/  /* Bill */

	/*margin-left: 0;  */  /* Bill */
	/*margin: 0px auto;*/    /* Bill */
	 margin-top : 0px;  /* Bill */

	/*padding: 1.5em, 30px, .5em;*/  
	/*max-height:150px;*/  /* Bill */
	/*min-height: 50px;*/     /* Bill */
	/*overflow: hidden;*/
	/*border: 1px #cc6666;*/
        border-bottom: 1px dotted #cac8c8;
        /*border-right: 0px solid #cac8c8; */
        /*border-left: 0px solid #cac8c8; */
	width: 950px;   /* Bill */  
        height: 90px;    /*MM*/
}



.headertext {  
   
        Float: left;     /*MM*/
	overflow: hidden;

	text-align: left;         

	font-family :  verdana, arial, serif;

	padding: 0;
        /* margin-left: 0px; */      /*MM*/
       /* margin-right: 400px; */   /*MM*/
/*	margin: 0;    */
	
}



.headertext h1 a {        /*Affects position of the header text; color in header.php*/

        float: left;    
	font-weight: 100; 

	font-style: italic; 
	
        font-size: 32px;      

	text-align: bottom; 
        margin-top: 57px;
        margin-left: 30px;  
        margin-right: 5px;
        margin-bottom: 5px;  
        

	/*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 : bold;

	}

a:link  {      

	color : #4e4e4e;

	text-decoration : none;
        font-style: italic;         /*MM*/
	font-weight : bold;

	}

a:visited {    

	color : #4e4e4e;

	text-decoration : none;
        font-style: italic;    /*MM*/
	font-weight : bold;

	}

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-style: italic;     /*MM*/
	font-weight : bold;
        color: #4e4e4e;
	}

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-style: italic;    /*MM*/
	font-weight : bold;
        color: #dab237;    /*b7ab641*/
	}

/* @end */



.entry {   
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/

	margin-top : 0px;

	margin-bottom : 0px;

	margin-left : auto;

	margin-right : auto;

	padding : 0px;

	font-size : 11px;     

	text-align : left; clear:both     /* was center*/

	}

.entry p {

	text-align: left;

	margin-left: 30px;

	margin-right: 30px;

        padding: 0px;           /*added to fix paragraph problem in posts*/
	}

.entrycat { 

	margin-top : 0px;

	margin-bottom : 0px;

	margin-left : auto;

	margin-right : auto;

	padding : 0px;

	font-size : 11px;

	font-weight : normal;

	line-height : 16px;

	text-align : center;
	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php and editable in Current Theme Options in the Wordpress dashboard*/

	}

.entrycat a {

	text-align: center; 

	padding: 10px;

	font-weight: bold;
	border : 0px solid #c0c0c0;

}



/* @group images */

.entry img {

	margin : 0 0 0px;

	padding : 8px;

	border : 0px solid #c0c0c0;

	}

	

.alignright,img.alignright{

float:right;

margin:1em 0 0 1em;

}



.alignleft,img.alignleft{

float:left;

margin:1em 1em 0 0;

}



.aligncenter,img.aligncenter{

display:block;

text-align:center;
margin: 1em auto;
}



	

.entrycat img {

	margin : 3px 3px 3px 3px;

	padding : 5px;

/*	border : 1px solid #c0c0c0; */  /* Bill */
	border : 0px solid #ff0000;  /* Bill */

	margin-bottom: 2px;

	}

.posted a img { 

	border: 0; 

	}

.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 {

	border : 0px solid #c0c0c0;    /*was 1px*/

	padding:  0px;        /*was 5px*/

	}

/* @end */



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 15:px;    /*0 to align cover*/

	margin-bottom : 5px;    /*0 to align cover*/

	margin-left : 30px; /*0 to align cover*/

	margin-right : 30px;
	padding-top: .5em;    /*was .5em*/

	padding : 10px;    /*0 to align cover*/

	font-size : 11px;

	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*/

	}


/*added extra div.page for photo-pages.php......from here  MM*/

div.page1 {  
 	/*color: <?php echo $WPFolio_body_color; ?>; This is handled in header.php 
and editable in Current Theme Options in the Wordpress dashboard*/

	margin-top :0px;    

	margin-bottom : 0px;   

	margin-left : 30px; 

	margin-right : 30px;   
	
	padding : 0px;    

	font-size : 11px;

	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*/

	}

/* To Here */




.posted {  

	margin-top : 5px;

	margin-bottom : 0px;

	margin-left : 30px;

	margin-right : 30px;

	text-align : center;

	font-size : 11px;

	}

.footer {
           
	padding : 10px;    /* was 20px*/

	text-align : center;

	font-size : 11px; 
        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-size: 22px;     /*was 11px   Arrow size */
	

}  

.prevnext a, link  {                  /*Previous/Next arrows*/

	border : 0px solid #c0c0c0;   /*was 1px solid #c0c0c0;*/

	color : #4e4e4e;              /*was #545454;*/

	text-decoration : none;

	font-weight : normal;

	padding : 3px;

	}

.prevnext a:active  { background-color: #545454;

	border : 1px solid #545454;

	color : #FFFFFF;

	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 : #ffffff;

	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 : 12px;

	color : #545454;

	font-size : 12px;

	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 : 11px;

	color : #ffffff;     /*MM*/

	text-decoration : none;
        font-style: normal;    /*MM*/
	font-weight : normal;

	padding: 5px 30px 10px;
	width: 925px;  /* Bill */
	margin-left: 200px;  /* Bill */   
	}



.nav ul, .widgettitle ul {        /*This affects position of page/post links in navbar*/

	float:right;
        text-align: bottom;   /*MM*/
	margin-right: 0px;    /*was padding-right*/
        margin-top: 76px;   /*MM*/
	margin-left: 20px;  /* Bill */
	}

.nav li, widgettitle li { 

	list-style: none; 

	display: inline; 

	}

.nav a, link   {  

/*	border : 1px solid #c0c0c0; */  /* Bill */
/*	border : 1px solid #ff0000; */  /* Bill */

	color : #555555;     /*MM*/

	text-decoration : none;
        font-size : 13px;       /*MM*/
	font-weight : normal;
        font-style: normal;        /*MM*/
	padding : 3px;

	margin:  2px;
	margin-right: 30px;  /* Bill */

	}

.nav a:active  {  

	/*border : 1px solid #c0c0c0;*/   /* Bill */

	/*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;       
        font-style: normal;       /*MM*/
	padding : 3px;

	}

.nav a:hover  {  

	/*border : 1px solid #c0c0c0;*/   /* Bill */

	/*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-style: normal;       /*MM*/
	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 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: bold; 

	}



/* @end */



/* @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: bold;

	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;

	padding-top: 0px;

	padding-bottom: 0px;

	text-transform: uppercase;

	font-weight: normal;

	letter-spacing: .1em;

	text-align: left;      /*was center*/

}

div.pages h3 {

	margin-bottom: 2.2em;

}

	/* @end */



/* @group Resume/CV styles - selectors repeated to cover every upper/lower case option of resume and cv  */

div.RESUME ul, div.resume ul,div.Resume ul,div.CV ul,div.cv ul{

	vertical-align: 1em;

	padding: 0;

	margin-top: .9em;

}

div.RESUME ul li, div.resume ul li, div.Resume ul li, div.CV ul li, div.cv ul li {

	list-style: none;

	vertical-align: -1.5em;

	padding: 0;

	font-weight: bold;

	font-style: italic;

	font-size: 1em;

	line-height: 0;

}



div.RESUME ul li ul li, div.resume ul li ul li, div.Resume ul li ul li, div.CV ul li ul li,.cv ul li ul li  {

	font-size: 1em;

	font-weight: normal;

	bottom: 1.8em;

	position: relative;

	vertical-align: 0em;

	font-style: normal;

	padding: 0;

	margin-right: 0px;

	margin-bottom: 1em;

	margin-left: 6em;

	line-height: 1.3em;

}

div.RESUME h3, div.resume h3, div.Resume h3, div.CV h3, div.cv h3 {

	margin-bottom: 1em;

	font-size: 1.6em;

}

/* @end */



.widgettitle  { display: none; 

padding: 0em;}







.aligncenter {

	display: block;

    margin-left: auto;

    margin-right: auto;

    text-align: center;}

.alignnone {

	display: block;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

	}

.alignleft {

	display: block;

	float: left;

	}

.alignright {

	display: block;

	float: right;

	}



/* @end */
