/*
Theme Name: Ashley Greene
Theme URI: http://wordpress.org/
Description: Third theme of Pure Vowels featuring Twilight's Ashley Greene
Version: 3
Author: Auie
*/


body {
	background: #f1eee5 url(images/bodybg.jpg) repeat-x;
	margin : 0 auto;
	padding-bottom: 25px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	color: #85786a;
}



blockquote {
	width: 375px;
	margin: 25px auto;
	color : #0d0f16;
	text-align : justify;
	line-height: 16px;
	font-size : 12px;
	font-family : arial;
	text-transform : none;
	border: 0;
	background-color: #bfbec1;
}

textarea, input, select{
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	margin-right: 5px;
	border: 1px #717171 solid;
	padding: 5px;
	color: #222221;
	background-color: #e6e6e6;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

hr {
	border-top:1px solid #0b0b0b;
	border-bottom:1px solid #2f2f2f;
	border-left: 0;
	border-right: 0;
	margin: 25px 30px;
}

#container {
	margin:0 auto;
	padding:0 ;
	background-color: #f1eee5;
}

/* Sidebar ------------------------------ */
#sidebar {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}

#sidebar a {
	color: #a2979e;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar .sidemodule li:hover a{
	color: #372b2c;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	}

#sidebar b, #sidebar strong, #sidebar big {
	color: #886464;
	font-weight: bolder;
	}
	

#sidebar img a {
	border: 0;
	}

#sidebar .latestimages a img {
	padding: 3px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid;
	margin: 2px;
	}
	
#sidebar h1 {
	background: url(images/sideh1bg.jpg) no-repeat center top;
	font-family: verdana, Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bolder;
	font-style: normal;
	color: #a09783;
	text-transform: lowercase;
	text-align: left;
	letter-spacing: -3px;
	padding: 10px 0 2px 10px;
	margin: 0; 
	position: relative;
	}

#sidebar .sidemodule {
	background: url(images/sidemodbg.jpg) no-repeat bottom;
	padding: 5px 7px;
	padding-bottom: 15px;
	color: #363636;
	margin: 0px;
	line-height: 15px;
	}
	
#sidebar .sidemodule ul, #sidebar .sidemodule ol, #sidebar .double ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
	
#sidebar .sidemodule li {
	margin: 0;
	padding: 6px 2px;
	list-style: none;
	border-bottom: 1px #827f86 solid;
	}
	
#sidebar .sidemodule li:hover{
	background-color: #a5a5a7;
	border-bottom: 1px #827f86 solid;
	}
	
		



/* Contents ------------------------------ */
#contents {
	padding: 0 3px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}
	
#contents b, #contents big, #contents strong{
	color: #3e4244;
	font-weight: bold;
	}
	
#contents a, #contents a:visited {
	color: #ede8dd;
	text-decoration: none;
	}

#contents a:hover {
	color: #a74f67;
	text-decoration: none;
	}

#contents a img {

	}

#contents a img:hover {

	}
	

/* Posts ------------------------------ */

#contents .post {
	padding: 0px;
	margin-bottom: 15px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color:#4e4e4e;
	background: #c3bbb3 url(images/postbg.jpg) center bottom no-repeat;
	}

	
#contents .posttitle{
	width: 100%;
	padding: 0;
	font-size: 15px;
	background-color: #ccc6bb;
	}


#contents .post h2{
	padding: 0 5px;
	margin: 0;
	font-size: 22px;
	font-family: arial;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: -1px;
	text-transform: capitalize;
	color: #7c6e60;
	}
	
#contents .post h2 a {
	color: #ba5a6c;
	text-decoration: none;
	}
	
#contents .post h2 a:hover {
	color: #7c6e60;
	text-decoration: none;
	}
	
#contents .entry {
	color: #4e4e4e;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	width: 82%;
	vertical-align: top;
	line-height: 16px;
	padding: 2px 5px;
	margin: 0;
}

#contents .postimage {
	padding: 0;
	width: 18%;
	vertical-align: top;
	margin: 0;
	}
	
#contents .fullimage {
	padding: 0;
	vertical-align: top;
	float: left;
	margin-right: 5px;
	}

#contents a img {
	border: 3px solid #ccc6bb;
	padding: 0;
	}
	
#contents a img:hover {
	border: 3px solid #ccc6bb;
	padding: 0;
	}

#contents .thereadmore {
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	text-align: left;
	background-color: #ece8db;
	float:right;
	margin: 5px 0;
	}

#contents .thereadmore a {
	color: #988a7e;
	}

#contents .thereadmore a:hover {
	color: #a74f67;
	}

.extra {
	text-align: center;
	font-size: 11px;
	padding: 2px;
	color: #1c1911;
	}

.tools {
	text-align: left;
	padding-top: 15px;
	}
	
	
/* Posts ------------------------------ */

#contents .page{
	line-height: 15px;
	padding: 5px;
	margin-bottom: 15px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color:#4e4e4e;
	background: #c3bbb3 url(images/postbg.jpg) center bottom no-repeat;
	}
	
#contents .breadcrumb {
	border-bottom: 3px double #9b8e80;
	padding: 5px;
	}
	
#contents .page h1 {
	margin: 2px 0;
	padding: 2px 0;
	color: #a74f67;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	border-bottom: 2px solid #cccccd;
	letter-spacing: 2px
	
	}
	
#contents .page h2 {
	background-color: #d4c8ca;
	color: #b3276d;
	font-weight: lighter;
	font-size: 15px;
	padding: 2px 5px;
}

#contents .page h3 {
	background-color: #dadadb;
	color: #9ba1ad;
	font-weight: lighter;
	font-size: 12px;
	padding: 2px 5px;
}

#contents table, #contents td {
	padding: 5px;
	font-size: 11px;
	color: #4e4e4e;
	}
	
#contents .film {
	border: 2px solid #f0f0f0;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	margin-left: 15px;
	}

.pagenumber {
	text-align: center;
	}
	
.wp-pagenavi {
	background: none;
	}
	
/* Footer ------------------------------ */
#footer {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #4a4a4a;
	}
