/*
THEME NAME: melissa2
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
.
ProPhoto build release date: 07-20-2008 version 1.2
2008 NetRivet - ProPhoto Theme files may not be shared or resold under penalty of law

Original theme starting code and some remaining code and functionality thanks to:
The Sandbox for WordPress, 2008 Scott Allan Wallick - "a theme for themers"
http://www.plaintxt.org/themes/sandbox/
The Sandbox Theme is licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html
.
*/
@import url("reset.css");
/*  ----------------------  */
/*  ----------------------  */
/*  ----BEGIN EDITING-----  */
/*  -------BELOW----------  */
/*  ----------------------  */

/* LINE 25 */

body {

background-image: url(images/bg.jpg); /* default is invisible GIF */
background-position: top-center;
	background-repeat: repeat;
background-color: #9fa1d7  /* grey default background color */
font-family: century gothic,san-serif; /* font-face blogwide */
color: #fff;   /* paragraph text-color blogwide */
}

#logo { float:center;text-align:left;display:inline;margin-left:15px;padding-top:0px;}
#space {height:15px;}

#headerflash {hieght:300px;margin: 0px 0px 0px 0px;margin-top:3px;}


/* 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: 0px;     /*  change height of top bar */
background-color: #ccc;  /* change  color of top bar area */
}


/* LINE 48 */

/*styles all links, blogwide */
a:link {
text-decoration: none;   /* no underlining default */
color: #elaedd;		/* color of links not yet visited */
}
a:visited {
text-decoration: none;     /* no underlining default */
color: #elaedd;		/* color of links already visited */
}
a:hover {
text-decoration: none;     /* underlining as hover default */
color: #52bcc1;    /* 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-transform:lowercase;
text-decoration: none;   /* no underlining as default */
color: #elaedd;		/* color of links not yet visited */
}
#ppt_topnav li a{text-transform:lowercase; }
#ppt_topnav a:visited {
text-decoration: none;     /* no underlining as default */
color: #elaedd;		/* color of links already visited */
}
#ppt_topnav a:hover {
text-decoration: none;     /* underlining as hover default */
color: #52bcc1;    /* color of links when being hovered over */
}
#ppt_topnav li a {color:#e1aedd;
font-size: 13px; padding-bottom:4px; /* font size of top links */
}


/* LINE 85 */

/* edit these to affect the headers of the "bio" area */
#indexbio h2 {font-family: arial,san-serif;
color: #7fcac3;  /* color of header */

font-size: 2em;  text-transform:uppercase; /* font size for header in bio area */
}

div.entry-date {font-family: "arial",arial,san-serif;
	color: #elaedd; text-align:right;
	font-size:12px; /*font-size of post date entry*/
	margin: 0 0 0px 0;text-align:center;margin-top:4px; margin-bottom:20px;
;
}



/* 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: #52bcc1;font-family: century gothic, arial, san-serif;   /* color of post titles */
font-size: 28px;	font-weight:normal;/* font size of post titles */
/* spacing below post titles */
border:2px solid #9fa1d7
text-align:left; display:inline;
}


/* LINE 105 */


/* edit these to change background color and/or 
padding of "sidebar" area at bottom of page */
div#sidebar_footer {border-top:26px solid #52bcc1;
background-color: #fff; 
padding: 0px 0 10px 0;	  width:900px; padding-left:40px;  padding-right:40px; margin-top:20px;
}

/* LINE 115 */

/* the color of commenters on main page, and bg of comment area */
body.home .comment-author {
color: #555;  /* color of name of person commenting on mainpage */
}
body.home #comments {color:#555;
background-color: #e1aedd; height:170px; /* bg color of mainpage commment area */

}

/*  ----------------------  */
/*  ----------------------  */
/*  ------END EDITING-----  */
/*  --------HERE----------  */
/*  ----------------------  */
/*  ----------------------  */





/* LINE 140 */


/* -------- only edit below if you know CSS/XHTML well  994-------- */

#outerwrapper {margin-top:15px;
	background:transparent url(images/border.png) repeat-y scroll 0%;
	margin:0pt auto;
	width:980px;padding:5px;
}
* html #outerwrapper {
	background-image: none; padding-bottom:40px; /* IE6 can't handle transparent png */
}
#wrapper {
	width: 980px;  /*width of blog - change only if advanced user*/ 
	margin: 0 auto;
	background-color: #fff;	/*background color of body of blog*/ 
background-image: url(images/page.jp); border: 1px solid #fff;
}
#header {padding-top:300px; background:none;
	height: 20px;  /*height of header: logo & top links - see 5 lines below*/
}
h1#blog-title {
	float: left; /*logo on left, set to right to switch, also edit #ppt_topnav below*/
	position: relative;
	height: 0px;  /*height of logo*/ 
	width: 0px;   /* smaller if narrower logo - gives links more room */
	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 */

/* style top navigation links + son of suckerfish dropdown menus */
#ppt_topnav, #nav ul { /* all lists */
	padding-top:300px;width:1111px;hieght:30px;
	margin: 0;text-decoration: none; 
	list-style: none; 
	line-height: 1;
}
#ppt_topnav {font-family: "century gothic";text-transform: lowercase; 
	float: center; /*top links on right, set to left to switch, also edit h1#blog-title above*/
	padding: 0px 24px 0 0;padding-bottom:0px;  /*padding to top and right of top links*/
background: url(images/nav.jp); 
}
#ppt_topnav li {text-decoration: none; 
	margin-right: 21px; /* space between top links */
}
#ppt_topnav li li {text-decoration: none; 
	margin-right: 0;
}
#ppt_topnav a, #nav li.sfhover {text-decoration: none; 
	display: block;color:#f9acda;font-family:century gothic; 

}
#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 */text-transform:lowercase;
	position: absolute;
	background-color: #eee; border:1px solid #ddd; /*bg color of drow down menus*/
	width: 118px;
	left: -999em; 
}
#ppt_topnav li ul a {
	width: 118px;
	padding: 5px 0px;
	font-size: 80%;	
}
#ppt_topnav li ul a:hover {
	background: none; /*bg color of drop down menus when hovered over*/
	}
#ppt_topnav li:hover ul, #ppt_topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#ppt_topnav #searchsubmit-top {
	margin-top: -3px;
}
#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;color:#999;
}

/* -----------  end styling of top nav and son of suckerfish dropdowns, phew... ---------- */




/* LINE 265 */
/* LINE 265 */
 
#header-masthead {
height: 300px; /*height of masthead*/
background-image: none;border-top: 0px solid #666; 
}


* 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;text-align:center;
}
body.search h3.entry-title, body.archive h3.entry-title {
	margin: 15px 0 3px 0; font-family:century gothic;
}
.jh-single h2.entry-title {
	margin-bottom: 20px;
}

#content p {line-spacing:2em;font-size:14px; 
font-family:century gothic, arial, san-serif; color:#555;
	margin: 0 0 18px 0; line-height:16px;
}
div.entry-meta {font-family:century gothic;
	margin: 0 0 25px 0;
	font-size: 12px;
	text-transform: lowercase;
	clear: both;
}
.meta-inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	border-bottom:0px dotted #CCCCCC; /*dotted border below posts*/
}
body.home .meta-inner {
	line-height: 2.5em;
}
div.entry-content img {
	margin: 10px 0 15px 0; 
border:1px solid #ccc;
}
div.entry-content ul {
	list-style: disc;
	margin-bottom: 18px;
}
div.entry-content ol {
	list-style: decimal;
	margin-bottom: 18px;
}
div.entry-content li {
	margin-left: 40px;
	line-height: 1.6em;
}
strong {
	font-weight:700;
}
em {
	font-style: italic;
}
body.archive #content h2.page-title,
body.search #content h2.page-title {
	font-size: 140%;
}
.forstupid {  /*he he he he*/
	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 389 */

/* style the ajaxed inline comments */
body.home #comments {font-family:century gothic;
	max-height: 180px;  /*height beyond which inline comment box scrolls*/
	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 {font-family:century gothic;
	text-transform: none; color:#444;
	line-height: 1.6em;font-size:12px;
}
body.home .meta-inner div#comments {
	line-height: 1.6em;
}
body.home #comments li {color:#444;
	padding-bottom: 0px;
	border-bottom: 1px dotted #555;
	padding-top: 1px;
}
body.home .comment-author {font-size:12px;
	font-weight: 700;
	line-height: 1.6em;
	float: left;
	display: inline;
}
body.home .comment-author a{
	color:#fff;
}
body.home .comment-author a:hover {
	color:#555;
}

body.home .commentform h2 {
	font-size: 18px;
	text-transform: none;
	margin-top: 15px;
}
body.home span.required {
	color: #FF0000;  /*makes the little asterisks RED*/
}

/* 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;
	padding-top: 30px;
}

div#comments li.comment p {
	margin: 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: 290px;
	margin: 0 auto;
}

#footer {font-family:century gothic; font-size:12px;
	padding: 25px 0 20px 0;
	color: #B5B5B5;
	
}
#footer a:link {
	text-decoration: none;
	color: #B5B5B5;
}
#footer a:visited {
	text-decoration: none;
	color: #B5B5B5;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
}



/* LINE 507 */

.error404 {
	margin-bottom: 40px;
}
body.search div.entry-content img,
body.category div.entry-content img,
body.archive div.entry-content img,
body.home div.entry-content img,
body.single div.entry-content img {
	padding: 0px 0;
	text-align: center;
}
body.search div.entry-content img.wp-smiley,
body.category div.entry-content img.wp-smiley,
body.archive 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;
}

* html #wrapper {overflow:hidden;} /*help IE6 not jack things up*/

/* whoops, fix the image alignment classes */
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;
}

/* legacy sandbox rules -- please don't disturb them in their peaceful slumber */
.sidebar {font-family:century gothic;}
div#access div.skip-link{display:none;}
div#menu{font-size:0.8em;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.0em; color:#7fcac3;}
div.sidebar a{font-size:1.0em; color:#e1aedd;}
div.sidebar a:hover {font-size:1.0em; color:#7fcac3;}
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:square;margin:0;color:#7fcac3;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}
div#footer{text-align:center;}
#sidebar_footer {font-family:arial;background:#f5f2f2;}
#sidebar_footer ul li a {font-size:.9em;}


.meta-inner img {margin-bottom:-17px;margin-right:-3px;margin-left:1px; border:1px solid #fff;}

font-family:arial;}
#form  {display:inline;}
#form form {margin-right:0px;margin-bottom:0px;height:22px;margin-top:-22px;}
#form form p{display:inline;color:#5abcc1; font-family:century gothic; font-size:14px;}
#form p input { margin-right:0px; margin-left:3px;display:inline;
background:#fff; border:1px solid #ccc;}
#form input{margin-right:0px;display:inline;border:none; 
background:none;color:#5abcc1;
font-family:century gothic; }
#form input:hover { color:#e1aedd;}
h2 {text-align:left; margin-bottom:-50px;}

.comments-link {color:#7fcac3; font-family:arial;}


#header {background:#eee;padding-top:4px;padding-bottom:0px;width:980px;}
#links {margin-bottom:0px;}
#divider {margin-bottom:55px;margin-left:0px;}
#biopic {height:348px; width:900px;text-align:center;margin-top:30px;background-image: url(images/bio.jp);}
#biopic{border:1px solid #ccc;float:center; margin-left:37px;}
#quote {text-align:center;margin-top:0px;}
#searchsubmit {border:none; font-family:century gothic; color:#e1aedd}
#ppt_topnav li a{font-size:15px; text-align:center; }
#ppt_topnav li ul li a{font-size:13px; line-height:.9em;text-align:center; }
.published {color:#52bcc1; font-family:century gothic; float:right; margin-top:-18px; border-bottom:}
.published a:hover{color:#52bcc1; }
.meta-inner img {margin-bottom:-6px;}
.awpcomments {margin-top:-20px;}
.meta-inner {margin-top:30px; font-family:century gothic;}
.meta-inner a{color:#e1aedd;}
.meta-inner a:hover {color:#52bcc1; }
.meta-inner {color:#52bcc1; }
.entry-date {text-align:right; padding-bottom:10px; border-top:2px solid #9fa1d7;}
#flashfader embed {height:300px;}
.textwidget {font-size:13px; color:#e1aedd;margin-top:2px;}


#ppt_topnav li ul#pages {background:#eee;padding-right:200px;}