/*
Theme Name: Demi Central
Theme URI: http://wordpress.org/
Description: Demi Central layout designed by Pure Vowels Design
Author: Auie
*/


body {
	background: #aad056 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: #9bb75c;
	-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 #a9bb82 solid;
	padding: 5px;
	color: #5a5a5a;
	background-color: #f3f3f3;
	-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: #a4c44e;
}




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

#sidebar a {
	color: #eb004d;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar .sidemodule li:hover a{
	color: #241c1f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

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

#sidebar a img {
	border: 0;
	padding: 5px;
	background-color: #eb004d;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	}
	
#sidebar h1 {
	font-family: "century gothic", arial, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	font-style: normal;
	color: #db9000;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -4px;
	line-height: 20px;
	margin: 5px 0;
	text-shadow: 1px 1px 2px #729720;
	}

#sidebar .sidemodule {
	padding: 5px 0 15px 10px;
	margin-top: 20px;
	margin-bottom: 35px;
	color: #232421;
	font-weight: normal;
	line-height: 15px;
	border-left: 2px solid #dd0049;
	}

#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;
}
	
	


/* Contents ------------------------------ */
#contents {
	padding: 0 3px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}
	
#contents b, #contents big, #contents strong{
	color: #000;
	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 .comment {
	width: 60px;
	text-align: center;
	font-family: georgia;
	color: #ffffff;
	padding: 10px;
	background-color: #eb004d;
	margin: 5px 10px;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	float: right;
}


.comment .number {
	text-align: center;
	font-size: 40px;
	padding: 0;
	margin: 0;
	color: #000000;
	}
	
.comment .number a {
	color: #000;
}

#contents .posttitle{
	padding: 10px;
	font-size: 12px;
	font-family:"century gothic", "Times New Roman", Times, serif;
	font-style: normal;
	text-align:left;
	color: #151515;
	}


#contents .post h2{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 30px;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -2px;
	word-spacing: 2px;
	text-transform: capitalize;
	text-align: left;
	color: #eb004d;
	}
	
#contents .post h2 a {
	color: #eb004d;
	text-decoration: none;
	}
	
#contents .post h2 a:hover {
	color: #141414;
	text-decoration: none;
	}
	

	
#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:#000000;
	line-height: 19px;
	padding: 12px 10px 0 10px;
	}
	
#contents .breadcrumb {
	padding: 10px 0;
	}
	
#contents .page h1 {
	margin: 2px 0;
	padding: 2px 0;
	color: #f0d486;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px
	
	}
	
#contents .page h2 {
	background-color: #FF6;
	color: #151515;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 5px;
}

#contents .page h3 {
	background-color: #39F;
	color: #151515;
	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: #000000;
	}


.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;
	}

