/*
Theme Name: Eliza Ladd
Theme URI: http://www.alexmilesyounger.com
Description: Custom site design for Eliza Ladd
Author: Alex Miles Younger
Author URI: http://www.alexmilesyounger.com
*/



/* Background-Styles */

body {
	margin: 0px; padding: 0px;
	background-color: #000000;
	color: white;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

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

p {
	margin: 0; padding: 0;
	padding: 5px 0 10px 0;
}


ul li {
	font-size: 1.4em;
	margin-bottom: 5px;
}

ul li a:link, ul li a:visited {
	color: #cc0000;
}

ul li a:hover {
	color: #ff0000;
}

div.entry ul {
	margin-left: 15px;
}

div.entry ul li {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0; padding: 0;
	padding: 30px 0 5px 0;
	clear: both;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.0em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.1em;
	padding: 0;
}

small, small a {
	color: #4f4f4f; 
}

small a:hover {
	color: #cc0000;
}

/* PAGE STRUCTURE */

#header {
	background-image: url(images/header_repeat.png);
	background-repeat: repeat-x;
}

#header .container {
	background-image: url(images/header_top.png);
	background-repeat: no-repeat;
	color: white;
	height: 273px;
}


#logo {
	text-indent: -9999px;
}

#main {
	background-color:#000000;
	padding-bottom: 20px;
}

#main .container {
	background-image: url(images/header_bottom.png);
	background-repeat: repeat-x;
	min-height: 150px;
}

#footer {
	color: white;
	border-top: 1px solid #3d3d3d;
}

#footer .container {
	padding-top: 10px;
}

.container {
	width: 960px;
	margin: 0 auto;
  	position: relative;
}


/* MENU */

ul#menu {
	margin: 0px; padding: 0px;
	position: absolute;
	left: 62px;
	bottom: 5px;
}
ul#menu li {
	display:inline;
	margin-right: 2.4em;
}

ul#menu li a {
	text-decoration:none;
	color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

ul#menu li a:hover {
	color: #cc0000;
}

ul#menu li.current_page_item a  {
	color: #cc0000 !important;
}


/* CONTENT AREA */

#content_area {
	width: 544px;
	float: left;
	margin: 0; 
	padding: 0 32px 0 64px;
}

#content_area p {
	font-size: 1.2em;
	line-height: 150%;
}


/* FOOTER CONTENT */

#footer_content {
	position: absolute;
	left: 0;
	width: 544px;
	margin: 0;
	padding: 0 0 0 64px;
}


#footer_content p {
	font-size: 1.2em;
}

#footer_content a:link, #footer_content a:visited {
	color: #f2f2f2;
} 

#footer_content a:hover {
	color: #cc0000;
}


/* SIDEBARS */

/* Bio Picture & Contact Sidebar */

#sidebar {
	float:left;
	width:160px;
	position:relative;
	left: 0;
	background-color:#000000;
	margin:0; padding: 0;
}

#sidebar img.biopicture {
	margin: 50px 0 10px 0;
}



#contactsidebar {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 160px;
	float: left;
	list-style: none;
	line-height: 1.4em;
}

#contactsidebar h2, h3 {
	font-size: 1.6em;
	padding-bottom: 20px;
}

#contactsidebar .textwidget {
	margin-bottom: 10px;
}

#contactsidebar li {
	font-size: 1.1em;
}

#contactsidebar a:link, a:visited {
	color: #f2f2f2;
}

#contactsidebar a:hover {
	color: #cc0000;
}


h2.widgettitle {
	color: #cc0000;
	margin-bottom: -8px;
}




/* IMAGES */


img {
	
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 15px 5px 0px;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 15px;
}


/* Five Random Images */

#image_sidebar {
	float:left;
	width:160px;
	position:relative;
	left: 0;
	background-color:#000000;
	margin:0; 
	padding: 0;
}

#image_sidebar img {
	height: 128px;
	width: 128px;
	padding: 0 32px 32px 32px;
}

/* Welcome Text Sidebar */

#welcomewrapper {
	height: 125px;
}

#welcometext {
	margin: 0; padding: 0;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 544px;
	float: left;
	margin: 10px 32px 32px 64px; 
	font-size: 1.4em !important;
	line-height: 125% !important;
	list-style: none;
}

#welcometext h2 {
	font-size: 100%;
	line-height: 125% !important;
}

#welcometext li {
	margin-bottom: 10px;
}

#welcometext a:link, #welcometext a:visited {
	color: #cc0000;
}


/* COMMENTS */


#comments {
	margin-top: 20px;
}

#comments small a {
	color: #4f4f4f;
}

#comments small a:hover {
	text-decoration: none;
	cursor: default;
}

#comments h5 {
	padding-top: 0;
}

#comments h5 span {
	color: #cc0000;
}

#comments li {
	margin-bottom: 10px;
}

#leavecomment {
	margin-top: 50px;
}

/* OTHER */

.post a:link, .post a:visited {
	color: #cc0000;
}

.post a:hover, {
	color: #ff0000;
}

.post h2 a:link, .post h2 a:visited {
	color: #f2f2f2;
}

.post h2 a:hover {
	color: #cc0000;
	text-decoration: none;
}

.post {
	margin-bottom: 24px;
}

.postmetadata {
	clear: both;
	padding-top: 24px;
}

.postmetadata, .postmetadata a {
	color: #4f4f4f;
}

.postmetadata a:hover {
	color: #cc0000;
}

.archive_head, .searchresults {
	color: #cc0000;
	margin-bottom: 20px;
}

.ddet_link {
	font-size: 1.2em;
}

.clear {
	clear: both;
}

.break {
	clear: both;
	margin-bottom: 10px;
}
