/*
Theme Name: Elizabeth James Custom
Theme URI: n/a (unreleased)
Description: Custom theme for Elizabeth James Photography
Version: 1.0
Author: ElectricStorm
Author URI: 
Tags: Elizabeth James

	Based on Default Wordpress theme (GPL licensed) by Michael Heilemann.

*/


/* Nb, theme is plugged into the default EJ stylesheet as well as this one */


#blogmain { /* table: contains all posts & sidebar etc on index & single.php */
	width: 100%;
	margin: 10px 0px;
}
#blogmainleft { /* td: lefthand td of #blogmain */
	width: 100%;
	padding-left: 20px;
	text-align: left;
}
#blogmainright { /* td: righthand td of #blogmain */
	padding-right: 20px;
	text-align: left;
}


.post { /* (wp class) divs: contain each post */
	margin-bottom: 50px;
}	

.posttitle { /* h2: post titles */
	margin: 5px 0px 6px 0px;
	padding: 3px 3px 3px 8px;
	background: #c94c69;
	color: #fff;
}
.posttitle a {
	color: #fff;
}

.entry { /* (wp class) divs: contain post entry text */
	margin-top: 5px;
}


.navigation { /* (wp class) / contains prev / next links */
	display: table;	/* (stops floated links taking a walk into content below) */
	width: 100%;
}
.alignleft { /* (wp class) / various */
	float: left;
	padding-left: 6px;
}
.alignright { /* (wp class) / various */
	float: right;
	padding-right: 6px;
}


.commentlist { /* (wp class) ol: displays comments on comments.php */
	list-style-type: none;
	padding: 0px 0px 0px 5px;
}
.commentlist li {
	margin-bottom: 3px;
	padding: 8px;
	background: #f2d9df;
}

.avatar { /* (wp class) img: avatars */
	border: 1px solid #c94c69;
	float: left;
	margin-right: 8px;
}

.commentmetadata, .commentmetadata a { /* (wp class): various(?) date under comments on comments.php */
	font-size: 0.9em;
}


#respond { /* (wp class) div: contains comment reply bit (form & title) on comments.php */
	margin-top: 50px;
}

#comment { /* (wp class) textarea: leave a comment box */
	width: 450px;
}


#sidebar { /* (wp class) div: sidebar */
	width: 150px;
}
#sidebar ul { 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar li li {
	margin-bottom: 0px;
}

#sidebar h2 { /* (wp class) h2: headings in sidebar */
	margin-bottom: 5px;
}


#sidebar #searchform .screen-reader-text { /* (wp classes) label text: "Search for" bit before search form in sidebar */
	display: none;
}
#sidebar #searchform input { /* (wp class) input: search text field and button */
	margin-bottom: 3px; /* (failsafe, make sure there's a gap if the button goes underneath) */
	font-size: 0.9em;
}
#sidebar #searchform #s { /* (wp classes) input: search text input in sidebar */
	width: 90px; /* (try to fit the button beside it) */
	padding: 3px 0px;
}
#sidebar #searchform #searchsubmit { /* (wp classes) input: search button in sidebar */
	text-transform: lowercase;
}


.info { /* p: "you are currently browsing" bits at the top of index */
	margin: 0px 0px 15px 0px;
	padding: 10px;
	text-align: center;
	background: #f2d9df;
	border: 1px solid #e1b1bd;	
}
.info, .info a {
	font-style: italic;
}



