
/*  
Theme Name: ELFoto V1
Description: theme for the photo portfolio blog site of Elizabeth Lloyd
Version: .1
Author: Ed Fladung
Author URI: http://qualitypeoples.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset browser defaults */
@import url('reset.css');




/**********************************************************************************/
/*color guide (so i don't have to keep going back to pshop to get the color codes)*/

/*
highlight color (pink) = #ff0485
standard text color (grey) = #999999
visited text color (lighter grey) = #CCCCCC
light grey background color = #f5f5f5
black color = #404040
blue color = #0099ff
grey-green color for nav2 = #ccd4c7

*/

/**********************************************************************************/
body {
	background: #FFFFFF url(images/bkgrnd.gif) fixed;
	font: 1em "Helvetica Neue", helvetica, tahoma, arial;
	color: #999;
	line-height: 1.4em;
	font-weight: normal;
}


a:link {color: #999; text-decoration: underline;}
a:visited {color: #CCC; text-decoration: underline;}
a:hover {color: #ff0485; text-decoration: underline;}


* {margin: 0; padding: 0;}

ul {list-style: none;}
li {line-height: 20px;}


/**********************************************************************************/
/*Structure*/


	
#wrapper {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 755px;
	background-color: #f2f2f2;
	}

#access {
	display: none;
	background-color: #404040;
	text-align: right;
	padding: 5px 10px;
	}


#flashheader {
	width:735px;
	text-align:center;
	padding: 9px;
	background-color:#fff;
	border: 1px solid #ccc;
	margin: 10px 0;
	}

#header {
	position: relative;
	}

#logo {
	float: left;
	width:315px;
	height: 139px;
	background: #ff0485 url(images/logo.jpg) no-repeat;
	}

#nav1 {
	position: absolute;
	margin-bottom:4px;
    bottom: 0;
    right: 0;
	}

#nav2 {
	position: absolute;
    right: 0;
    top: -1px;
	}



#content {
	text-align: left;
	width: 755px;
}

.post {
	margin-top: 50px;
	}

.post p {
	margin-bottom: 15px;
	}
	
.post p img {
	padding: 9px;
	background-color:#fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
.posts-nav {
	background-color: #f5f5f5;
	padding: 5px 10px;
	}
	
#sidebar {
	width:755px;
	font-size: .8em;
	background: url(images/sidebar-alt-bkgrnd.jpg) repeat-x;
	background-color: #0180d6;
	padding-bottom: 20px;
	margin: 50px 0 10px 0;
	}
	
#comments-wrapper {
	margin: 30px 0 10px 0;
	background-color: #f5f5f5;
	padding: 10px;
	}
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}
	
#footer	{
	width: 755px;
	background: #404040;
	}


/********************************************************************************/
/*Navigation  List*/

#nav1 ul, #nav2 ul {font-size: 0.75em; white-space: nowrap;}
#nav1 ul li, #nav2 ul li {
	display: inline;
	float: left;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #0099ff;
	padding: 5px 0 0 0;
	}

#nav1 ul li a {
	color: #0099ff;
	background-color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 10px;
}

#nav2 ul li a {
	color: #fff;
	background-color: #999;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 10px;
}
#nav1 ul li a:hover, #nav2 ul li a:hover { color: #fff; background-color: #0099ff;}


/**********************************************************************************/
/* Begin Sidebar structure */


#sidebar div {
	width: 241px;
	float:left;
	padding: 5px
	}

#sidebar div.marginright {
	}


	
#sidebar ul{
	}
	
#sidebar li {
	border-bottom: 1px solid #ffffff;
	line-height: 16px;
	padding: 5px;
	list-style: none;
	}


/**********************************************************************************/
/*Typography*/


#access a {font-size: .8em; color: #ffffff; text-decoration: underline;}
#access a:visited {color: #ffffff; text-decoration: underline;}
#access a:hover, #access a:visited:hover {color: #ff0485; text-decoration: underline; }

.description {
	position: absolute;
	font-size: 0;
	left: -4000px;
}


h1 {
	position: relative;
	text-indent: -4000px;
	width:118px;
	height:105px;
}

h1 a {
	display:block;
	width:300px;
	height:110px;
}

h2 {
	color: #0099ff;
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
}

h2 a:link, h2 a:visited {
	color: #0099ff;
	text-decoration: none;
}

h2 a:hover {
	color: #ff0485;
	text-decoration: underline;
}

h3 {
	color: #202020;
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
}
.post-date, #error {
	color: #cccccc;
	font-size: .7em;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
	margin-left: 5px;
	white-space: nowrap;
}


.comments-link {
	font-size: .6em;
	color: #CCC;
	line-height: 1.4em;
	font-weight: normal;
	white-space: nowrap;
	margin-left: 5px;
}

.comments-link a:link,
.comments-link a:visited {
	color: #CCC;
	text-decoration: none;
}

.comments-link a:hover {
	color: #ff0485;
	text-decoration: underline;
}

.post-cat-tags {
	display:none;
	color: #CCC;
	font-size: .9em;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-weight: normal;
}

.post-cat-tags a ,
.post-cat-tags a:visited {
	color: #CCC;
	text-decoration: none;
}

.post-cat-tags a:hover {
	color: #ff0485;
	text-decoration: underline;
}

p.post-cat-tags { margin-top: 0;}


#sidebar h2 {
	border-bottom: 1px solid #ffffff;
	padding: 0 0 5px 5px;
	color: #ffffff;
	font-size: 1.3em;
	}

#sidebar li, #sidebar li a:link, #sidebar li a:visited {color: #ffffff; text-decoration: none;}
#sidebar li a:hover, #sidebar li a:visited:hover {text-decoration: underline;}

#footer p {
	font-size: 0.8em;
	color: #ffffff;
	padding: 5px 10px;
	}


#footer a , #footer a:visited {color: #ffffff; }
#footer a:hover {color: #ff0485; text-decoration: underline;}




/**********************************************************************************/
/*comments*/

cite {
	color: #ff0485;
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
}

#respond {
	margin-bottom: 5px;
	}

#comments {
	color: #404040;
	font-size: 1.4em;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-weight: normal;
	white-space: nowrap;
}

.alt {
	background-color: #ffffff;
	}

.commentlist {
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/**********************************************************************************/
/*Clearing Floats code via http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
   
}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


hr {
	display:none;
	}
	
/**********************************************************************************/
/* wp image code */


.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
