/*
THEME NAME: ProPhoto
THEME URI: http://www.professionalphotographertheme.com
DESCRIPTION: A theme for professional photographers.  Display gorgeous 900px wide images, a pro bio area, and a custom masthead.  
VERSION: 1.2
AUTHOR: <a href="http://www.netrivet.com/">Jared Henderson, NetRivet Web Design</a>
AUTHOR URI: http://www.netrivet.com
.
Build release date: 03-25-2008 -- special thanks to the sandbox theme, upon which i built this lovely piece of work.
.
*/

@import url("reset.css");


/*  ----------------------  */
/*  ----------------------  */
/*  ----BEGIN EDITING-----  */
/*  -------BELOW----------  */
/*  ----------------------  */
/*  ----------------------  */



/* LINE 25 */

/* general styles for all blog */
body {
background-image: url(images/bg.gif); /* default is invisible GIF */
background-color: #a7cbd9;   /* grey default background color */
background-attachment: fixed;
font-family: Verdana, Arial, Helvetica, sans-serif; /* font-face blogwide */
font-size: 12px;	/* paragraph font-size */
color: #113852;   /* paragraph text-color blogwide */
line-height: 1.5em;  /* spacing between lines in paragraphs */
}

/* LINE 37 */

/* edit the color and height of the top black bar on top of the blog 
to remove the bar, delete the "x" before "display: none;" */
#top_solid_colored_bar {
xdisplay: none;   /* delete "x" if you want to remove top bar */
height: 20px;     /*  change height of top bar */
background-color: #8c0b16;  /* change  color of top bar area */
}


/* LINE 48 */

/*styles all links, blogwide */
a:link {
text-decoration: none;   /* no underlining default */
color: #8c0b16;		/* color of links not yet visited */
}
a:visited {
text-decoration: none;     /* no underlining default */
color: #679aaf;		/* color of links already visited */
}
a:hover {
text-decoration: underline;     /* underlining as hover default */
color: #a7cbd9;    /* color of links when being hovered over */
}


/* LINE 65 */

/*edit these if you want the top-area links to look different*/

#ppt_topnav a:link {
text-decoration: none;   /* no underlining as default */
color: #d9af32;		/* color of links not yet visited */
}
#ppt_topnav a:visited {
text-decoration: none;     /* no underlining as default */
color: #a7cbd9;		/* color of links already visited */
}
#ppt_topnav a:hover {
text-decoration: underline;     /* underlining as hover default */
color: #f8f8ef;    /* color of links when being hovered over */
}
#ppt_topnav li a {
font-size: 12px;   /* font size of top links */
font-weight: bold;
font-variant: small-caps;     
}


/* LINE 85 */

/* edit these to affect the headers of the "bio" area */
#indexbio h2 {
color: #fff;  /* color of header */
font-size: 18px;  /* font size for header in bio area */
font-family: Georgia, "Times New Roman", Times, serif;
}

/* LINE 93 */

/* edit these to affect styling of Post Titles */
h2.entry-title a, h2.entry-title, 
body.search h3.entry-title a, 
body.archive h3.entry-title a {
color: #8c0b16;   /* color of post titles */
font-size: 20px;	/* font size of post titles */
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 3px;	/* spacing below post titles */
text-decoration: none;	/* underline off, change to "underline" */
}

/* LINE 105 */


/* edit these to change background color and/or 
padding of "sidebar" area at bottom of page */
div#sidebar_footer {
background-color: #8c0b16;   /* bg color of footer-sidebar area */
border-top: 10px solid #d9af32;
border-bottom: 10px solid #d9af32;
padding: 25px 0 5px 0;	   /* top, right, bottom, left padding */
color: #113852; /* color of non-link text in footer */
font-size: 14px;	/* font size of widget titles */
margin-bottom: 3px;	/* spacing below post titles */
}

/* LINE 115 */

/* the color of commenters on main page, and bg of comment area */
body.home .comment-author {
color: #8c0b16;  /* color of name of person commenting on mainpage */
}
body.home #comments {
background-color: #d9af32;  /* bg color of mainpage commment area */
color:#113852; /* color of comment text */
border: 1px solid #8c0b16;
padding: 5px 5px 5px 5px;	   /* top, right, bottom, left padding */
}


/*  ----------------------  */



























/*  ----------------------  */
/*  ------END EDITING-----  */
/*  --------HERE----------  */
/*  ----------------------  */
/*  ----------------------  */








/* LINE 140 */






/* -------- only edit below if you know CSS/XHTML well  -------- */

#outerwrapper {
	background:transparent url(images/hover.png) repeat-y scroll 0%;
	margin:0pt auto;
	width:994px;
}
* html #outerwrapper {
	background-image: none;  /* IE6 can't handle transparent png */
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;	
}
#header {
	height: 10px;
        background: #fff;
}
h1#blog-title {
	float: left;
	position: relative;
	height: 0px;
	width: 397px;
	overflow: hidden;
}
h1#blog-title span {
	background-image: url(images/header-logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;	
}
h1#blog-title a {
	z-index: 500;
	position: absolute;
	height: 100%;
	width: 100%;
}
#blog-description {
	display: none;
}
#nav-above {
	display: none;
}



/* LINE 190 */

/* LINE 190 */

/* style top navigation links + son of suckerfish dropdown menus */
#ppt_topnav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
        position:relative;
	line-height: 1.5em;
}

#ppt_topnav {
	float: left;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 956px;
	padding: 7px 0 5px 24px ;
        background: #8c0b16;
}
#ppt_topnav li {
	margin-right: 10px;
}
#ppt_topnav li li {
	margin-right: 0;
}
#ppt_topnav a, #nav li.sfhover {
	display: block;
}
#ppt_topnav li { /* all list items */
	float: left;
}
#ppt_topnav li:hover {
	position:static; /* help IE7 a bit */
}
#ppt_topnav li ul { /* second-level lists */
	position: absolute;
	background-color: #8c0b16;
        border-left:1px solid #679aaf;
        border-right:1px solid #679aaf;
        border-bottom:1px solid #679aaf;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#ppt_topnav li ul a {
	width: 134px;
	padding: 5px 8px;
	font-size: 90%;	
}
#ppt_topnav li ul a:hover {
	background: #a7cbd9;
	}
#ppt_topnav li:hover ul, #ppt_topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#ppt_topnav #searchsubmit {
	margin-top: -10;
}
#ppt_topnav li.topnavright {
	margin-right: 0;
}
/* try to keep suckerfish drowpdowns above flash */
#ppt_topnav {
    z-index:2;
} 
#ppt_topnav ul {
    z-index:3;
}
#ppt_topnav ul li {
    z-index:4;
}
#ppt_topnav ul li ul {
    z-index:5;
}
#ppt_topnav ul li ul li {
    z-index:6;
}
#ppt_topnav a {
    z-index:7;
}
/* -----------  end styling of top nav and son of suckerfish dropdowns, phew... ---------- */





/* LINE 265 */

#header-masthead {
	height: 490px;
	background-image: none;	
        border-top: 0px solid #d9af32;
	border-bottom: 0px solid #d9af32;
}
#indexbio {
	border-bottom: 1px solid #CCCCCC;
	xbackground: #FF0000;
}
#indexbio h2, #indexbio p {
	margin-bottom: 10px;
}
#biopic {
	margin: 40px 50px 40px 0;
	float: right;
	border: 1px solid #666666;
}
.bio {
	margin: 40px 20px 40px 40px;
	float: left;
	width: 610px;
	display: inline;
}
#indexbio:after { /* self-clear the float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #indexbio { /* for IE 5,6 */
	height: 1%;
	padding-bottom: 34px;
} 
*:first-child+html #indexbio { /* for IE7 */
	min-height: 1px;
	padding-bottom: 34px;
} 


/* LINE 310 */

/* post and meta styles */
#container {
	clear: both;
}
body.single #container {
	margin-bottom: 40px;
}
#content {
	margin: 40px 40px 0 40px;
}
h2.entry-title {
	margin: 0 0 3px 0;
}
body.search h3.entry-title, body.archive h3.entry-title {
	margin: 15px 0 3px 0;
}
.jh-single h2.entry-title {
	margin-bottom: 20px;
}
div.entry-date {
	color: #666;
	font-size:11px;
	margin: 0 0 20px 0;
}
#content p {
	margin: 0 0 18px 0;
}
div.entry-meta {
	margin: 0 0 25px 0;
	font-size: 10px;
	text-transform: lowercase;
	clear: both;
}
.meta-inner {
margin: 0px 0px 1px 0px;
padding: 0 0 150px 0;
background: url(http://lifexpressions.net/blog/images/divider.jpg) no-repeat center bottom;
}
body.home .meta-inner {
	line-height: 1.5em;
        font-size: 9px;
}
div.entry-content img {
	margin: 5px auto 10px auto;
}
div.entry-content ul {
	list-style: none;
	margin-bottom: 18px;
}
div.entry-content ol {
	list-style: decimal;
	margin-bottom: 18px;
}
div.entry-content li {
	margin-left: 40px;
	line-height: 1.6em;
}
body.archive #content h2.page-title,
body.search #content h2.page-title {
	font-size: 140%;
}
.forstupid {
	font-style: italic;
	color: #999;
	font-size: 90%;
}
body.archive div.entry-meta,
body.search div.entry-meta {
	padding-bottom: 30px;
	border-bottom: 1px dotted #B9B9B9;
}




/* LINE 385 */



/* style the ajaxed inline comments */
body.home #comments {
	max-height: 180px;
	overflow: auto;
	margin: 20px 0 10px 0;
	padding: 0 8px;
}
* html body.home #comments {
	height: 180px;  /* because IE6 doesn't support max-height */
}
body.home li.comment {
	clear: both;
}
body.home #comments p {
	text-transform: none;
	line-height: 1.6em;
}
body.home .meta-inner div#comments {
	line-height: 1.6em;
}
body.home #comments li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #8c0b16;
	padding-top: 5px;
}
body.home .comment-author {
	font-weight: 700;
	line-height: 1.6em;
	float: left;
	display: inline;
	text-transform: capitalize;
}
body.home .commentform h2 {
	font-size: 18px;
	text-transform: none;
	margin-top: 15px;
}
body.home span.required {
	color: #FF0000;
}



/* LINE 432 */



/* style non-ajaxed-wp commments on pages other than main page */
#comments-list {
	clear: both;
}
#comments h3 {
	margin: 0 0 15px 0;
	font-size: 19px;
	color: #8c0b16;
}
#comments h3 {
	padding-top: 30px;
}
div#comments li.comment p {
	margin: 0px 0;
	
}
div.comment-meta {
	font-size: 90%;
	color: #B9B9B9;
	padding-bottom: 30px;
	border-bottom: 1px dotted #B9B9B9;
}
body.single div.comment-meta {
	margin-bottom: 30px;
}




/* LINE 465 */



div#nav-below {
	margin: 10px 0 25px 0;
	padding: 8px 0;
}
body.single div#nav-below {
	padding: 8px 0 12px 0;
	border-bottom: 1px dotted #B9B9B9;
	border-top: 1px dotted #B9B9B9;
}



div.inner_sidebar {
	width: 390px;
	margin: 0 auto;
}

#footer {
	font-size: 9px;
	padding: 25px 0 20px 0;
	color: #B5B5B5;
	
}
#footer a:link {
	text-decoration: underline;
	color: #B5B5B5;
}
#footer a:visited {
	text-decoration: underline;
	color: #B5B5B5;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
}



/* LINE 507 */

.error404 {
	margin-bottom: 40px;
}
body.s-y2007 div.entry-content img,
body.s-y2006 div.entry-content img,
body.s-y2005 div.entry-content img,
body.home div.entry-content img,
body.single div.entry-content img {
	padding: 15px 0;
	text-align: center;
}
body.s-y2007 div.entry-content img.wp-smiley,
body.s-y2006 div.entry-content img.wp-smiley,
body.s-y2005 div.entry-content img.wp-smiley,
body.home div.entry-content img.wp-smiley,
body.single div.entry-content img.wp-smiley {
	padding: 0;
	display: inline;
	margin: 0;
	border: none;
}
div.entry-content embed {
	margin: 20px 0;
}



/* legacy sandbox rules -- please don't disturb them in their peaceful slumber */
div#access div.skip-link{display:none;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}
.entry-title{clear:both;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}

form#commentform,form#commentform p{padding:0;}

input#author,input#email,input#url{width:50%;}

input#author,input#email,input#url,textarea#comment{padding:0.2em;}

textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}
div.sidebar h3{font-size:1.2em;}

div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1.5em;}
div.sidebar ul ul li{list-style:none;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:none;}
div#footer{text-align:center;}
strong {

font-weight:700;
}
em {
font-style: italic;
}
img.aligncenter {
display: block !important;
margin-left: auto;
margin-right: auto;
}
img.alignright {
margin: 0 0 10px 20px;
display: inline;
float: right;
}
img.alignleft {
margin: 0 20px 10px 0;
display: inline;
float:left;
}
.commentform_link {
background:#a7cbd9 none repeat scroll 0 0;
border:1px solid #679aaf;
display:block;
font-size:14px;
margin:5px 0;
padding:4px;
text-align:center;
width:115px;
}
/*styles sidebar-footer links */
#sidebar_footer a:link {
text-decoration: none; /* no underlining default */
color: #4a5d68; /* color of links not yet visited */
}
#sidebar_footer a:visited {
text-decoration: none; /* no underlining default */
color: #7a8a97; /* color of links already visited */
}
#sidebar_footer a:hover {
text-decoration: underline; /* underlining as hover default */
color: #990000; /* color of links when being hovered over */
}
.gallery img {border:none !important;}

h2.entry-title, h3.entry-title, div.entry-date { /* center post titles & dates */
text-align:center;
}

.widget ul { 
    margin: 0 10px; 
    list-style-type:none;
    border: 4px solid #fff;
    padding: 5px 5px 5px 5px; 
}

.widgettitle { 
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14; 
    font-weight: normal;
    padding: 25px 10px 10px 45px;  /* top right bottom left*/
}


#sidebar_footer li.collapsArchWidget {
    background:#fff url('images/icon.gif') no-repeat top left; color:#4a5d68; background-position: 4px 6px; 
    list-style-type:none;  
    width:375px; padding:4px;
    border: 4px solid #a7cbd9; 
}

.widget_text {
    background:#fff url('images/icon.gif') no-repeat top left; color:#4a5d68; background-position: 4px 6px;  
    width:375px; padding:4px;
    border: 4px solid #a7cbd9; 
}

.widget_extended-categories {
    background:#fff url('images/icon.gif') no-repeat top left; color:#4a5d68; background-position: 4px 6px;  
    width:375px; padding:4px;
    border: 4px solid #a7cbd9; 
}

#sidebar_footer li.aktt_widget { list-style-type:none; }
#sidebar_footer li.aktt_widget { padding:4px; width:375px; border: 4px solid #a7cbd9; }
#sidebar_footer li.aktt_widget { background: url('images/twitter_icons_48.jpg') no-repeat top left; background-color: #fff; }

.aktt_tweets {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size:80%;
    padding-right:5px; margin:40px 3px 0 0;
}

#aktt_tweet_form fieldset {
border:0 none;
margin-left:22px;
margin-top:10px;
}


#aktt_tweet_submit {
float:right;
margin-right:18px;
margin-top:-24px;
}

#aktt_tweet_form {
margin:0;
padding-bottom:20px;
padding-left:0;
padding-right:0;
}

.category-twitter-tweet li {
list-style-image:url(images/twitter_icons_48.jpg);
}


.widget_search {
background:#fff url('images/icon.gif') no-repeat top left; color:#4a5d68; background-position: 4px 6px;    
padding:0 0 35px 10px;
border:4px solid #a7cbd9;
}

div.sidebar li form {
margin-left:50px;
margin-top:10px;
width:30em;
}
