/*
Theme Name: 05 Alluring Rouge
Theme URI: http://wordpress.org/
Description: Fifth theme designed for Vanessa-Hudgens.ORG featuring Allure Magazine October 2009 Outtakes
Version: 5
Author: Auie
*/


body {
	background: #000000 url(images/bodybg.jpg) repeat-x;
	width: 100%;
	height: 100%;
	margin : 0 auto;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	color: #6c6c6c;
}



blockquote {
	width: 400px;
	margin: 25px auto;
	color : #1d1b1b;
	text-align : justify;
	line-height: 18px;
	font-size : 12px;
	font-family : arial;
	text-transform : none;
	padding: 10px;
	border: 0;
	background-color: #787878;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

textarea, input, select{
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	margin-right: 5px;
	border: 1px #2a2a2a solid;
	padding: 5px;
	color: #c6bfae;
	background-color: #2a2a2a;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

textarea:hover, textarea:focus, input:hover, input:focus, select:hover, select:focus{
	background-color: #444444;
}

hr {
	border-top:1px solid #0b0b0b;
	border-bottom:1px solid #2f2f2f;
	border-left: 0;
	border-right: 0;
	margin: 15px;
}

#container {
	margin:0 auto;
	padding:0 ;
}





/* Float Properties ------------------------------ */

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.center {
	margin: 0 auto;
	text-align:center;
	}


/* Hides from IE-mac \------------------------------ */
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	



/* Sidebar ------------------------------ */
#sidebar {
	padding: 20px 5px;
	margin: 0;
	font-family: georgia, "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-align: left;
	}

#sidebar a {
	color: #6b0707;
	font-size: 11px;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar .sidemodule li:hover a{
	color: #edd7ae;
	font-size: 11px;
	text-decoration: none;
	}

#sidebar b, #sidebar strong, #sidebar big {
	color: #cfcfcf;
	font-weight: bolder;
	}
	

#sidebar a img {
	border: 0;
	}

#sidebar .latestimages a img {
	padding: 3px;
	border: 1px solid;
	margin: 2px;
	}
	
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: #e00707;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -4px;
	line-height: 60px;
	margin: 0;
	background: url(images/sideh1bg.jpg) no-repeat top center;
	height: 60px;
	text-shadow: 1px 1px 3px #000000;
	}

#sidebar .sidemodule {
	padding: 5px 20px 100px 20px;
	margin-bottom: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	background: url(images/sidemodbg.jpg) bottom center;
	}

#sidebar .sidemodule ul, #sidebar .sidemodule ol, #sidebar .double ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
	
#sidebar .sidemodule li {
	margin: 0;
	padding: 6px 3px;
	list-style: none;
	border-bottom: 1px #741010 solid;
	}
	
#sidebar .sidemodule li:hover{
	background-color: #3b0404;
	border-bottom: 1px #252020 solid;
	color: #c39494;
	}
	
#sidebar .blogroll img {
	float: left;
	margin: 0 2px;
	padding-right: 5px;
}
	
	
/* Sidebar Tabs ------------------------------ */

#sidebar .cover {
	margin-right: 7px;
	padding: 0px;
	border: 0px solid #efefef;
	float: left;
}

#sidebar .tabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar .tabs ul {
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #231f1f;
	}

#sidebar .tabs li{
	display: inline;
	margin: 0 0 1px 0;
	font-size: 10px;
	padding: 3px;
	border:0;
	}

#sidebar .tabs li:hover{
	background: none;
	border: 0;
}


#sidebar .tabs li a{
	text-decoration: none;
	color: #680b0b;
}


#sidebar .tabs li a:hover, #sidebar .tabs li:hover a {
	text-decoration: none;
	color: #c11e1e;
	text-shadow: 1px 1px 1px #000000;
}

#sidebar .tabcontent{
	display:none;
}

@media print {
#sidebar .tabcontent {
	display:block !important;
}
}

	



/* Contents ------------------------------ */
#contents {
	padding: 0 3px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}
	
#contents b, #contents big, #contents strong{
	color: #beb5b5;
	font-weight: bold;
	}
	
#contents a, #contents a:visited {
	color: #cb4f00;
	text-decoration: none;
	}

#contents a:hover {
	color: #cf9b15;
	text-decoration: none;
	}

#contents a img {
	background-color: #4b4b4b;
	padding: 5px;
	margin: 1px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px dashed #2b2b2b;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	}

#contents a img:hover {
	background: url(images/imagebg.jpg) repeat center #b46804;
	padding: 5px;
	margin: 1px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px dashed #863d00;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	}
	

/* Posts ------------------------------ */

#contents .post {
	padding: 5px;
	margin-bottom: 15px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}

#contents .date {
	width: 95px;
	height: 95px;
	text-align: center;
	font-family: georgia;
	color: #FFFFFF;
	padding: 15px 0 0 0;
	background: url(images/datebg.jpg) no-repeat top center;
	margin: 0;
}


.date .day {
	font-size: 30px;
	padding: 0;
	margin: 0;
	}

.date .month {
	font-size: 15px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: bold;
}

.date .year {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: bold;

	}

	
#contents .posttitle{
	padding: 10px 0 45px 0px;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(images/posttitlebg.jpg) bottom center no-repeat;
	text-align:left;
	}


#contents .post h2{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 25px;
	font-family: georgia;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: -3px;
	word-spacing: 2px;
	text-transform: capitalize;
	text-align: left;
	color: #dba313;
	}
	
#contents .post h2 a {
	color: #d6d6d6;
	text-decoration: none;
	}
	
#contents .post h2 a:hover {
	color: #b51515;
	text-decoration: none;
	}
	
	
#contents .entry, #contents .pagecontents {
	color: #6c6c6c;
	background: url(images/entrybg.jpg) repeat center;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	text-align: left;
}

#contents .entryimage {
	position: relative;
	margin: 15px auto;
	width: 450px;
	height: 270px;
}

#contents .entryimage span {
	position: absolute;
	display: block;
	width: 450px;
	height: 270px;
	background: url(images/entryimage.png) no-repeat;
	top: 0;
	left: 0;
	
}

#contents .entryimage em {
	width: 300px;
	display: block;
	padding: 5px;
	text-align: right;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #eabd47;
	background-color: #010000;
	position: absolute;
	top: 215px;
	left: 5px;

}


#contents .thecomment {
	font-family: georgia, "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 14px;
	color: #9f2020;
	text-align: center;
	}

.thecomment .number {
	font-size: 30px;
}

.extra {
	background-color: #252121;
	text-align: center;
	font-size: 11px;
	padding: 2px;
	}

.tools {
	text-align: center;
	}
	
#contents .tools a img {
	background: none;
	border: none;
	padding: 0px;
	margin: 0;
}
	
	
/* Posts ------------------------------ */

#contents .page{
	margin-bottom: 15px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color:#7d7d7d;
	line-height: 19px;
	padding: 12px 10px 0 10px;
	}
	
#contents .breadcrumb {
	border-bottom: 3px double #6d6d6d;
	}
	
#contents .page h1 {
	margin: 2px 0;
	padding: 2px 0;
	color: #f0d486;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	border-bottom: 2px solid #6d6d6d;
	letter-spacing: 2px
	
	}
	
#contents .page h2 {
	background-color: #942800;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 5px;
}

#contents .page h3 {
	background-color: #d3a323;
	color: #783a08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px;
}

#contents .page ul{
	list-style: square;
}

#contents .page li{
	font-size: 12px;
	border-bottom: 1px solid #3d3024;
	margin: 0 15px;
	padding: 15px 5px;
}


#contents table, #contents td {
	padding: 5px;
	font-size: 11px;
	color: #7e7e7e;
	}
	
#contents .film {
	border: 2px solid #f0f0f0;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	margin-left: 15px;
	}
	
#contents .filmalt {
	background-color:#272727;
}

.pagenumber {
	text-align: center;
	}
	
.wp-pagenavi {
	background: none;
	}
	
	
/* Comments ------------------------------ */

#comments {
	margin: 0 15px;
	text-align:left;
}

#comments .comment-info {
	padding: 5px;
	margin: 5px;
	background-color: #333;
	font-size: 12px;
	text-align: left;
}

#comments .comment-msg {
	padding: 5px;
	line-height: 18px;
	font-size: 11px;
	color: #5a5a5a;
	text-align: left;
}

#comments ul {
	list-style: inside;
	padding:  2px 6px;
	list-style-type: cjk-ideographic;
}
	
/* Footer ------------------------------ */
#footer {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #000000;
	}

