/*
Theme Name: Yoya Blog Custom
Description:
*/


/* Reset */

* { margin: 0; padding: 0; }

img, fieldset { border: 0; max-width: 100%; }

a { outline: 0; }


/* Utility Styles */

.clear { clear: both; }



/* Global Typography & Colors */

body {
	font: 12px/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #880000 url(images/background_gradient.jpg) repeat-x top;
	color: #666666;
}

a { color: #ef2323; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { line-height: 1.5em; font-weight: normal; }

h1 { font-size: 30px; }

h2 { font-size: 24px; letter-spacing: 1px; }

h3 { font-size: 18px; }

h4 { font-size: 12px; }

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


/* Global Container Styles */

#page { width: 857px; margin: 0 auto 95px; padding: 0 154px 95px 189px; background: url(images/background.jpg) no-repeat center top; }

#header { padding: 17px 32px 18px 0; position: relative; height: 188px; }

#container_top { background: url(images/container_top.png) no-repeat top; padding-top: 20px; clear: both; width: 857px; }
#container_bottom { background: url(images/container_bottom.png) no-repeat bottom; padding-bottom: 20px; width: 857px; }
#container { background: url(images/container_middle.png) repeat-y left; padding: 0 28px; width: 801px; min-height: 400px; }

#content { width: 561px; float: right; }

#sidebar { width: 175px; background-color: #fbfafb; padding: 10px 23px; }
#sidebar:after { 
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#footer {}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.navigation .previous { float: left; }
.navigation .next { float: right; }

.pagetitle { text-align: center; }

.description { margin-bottom: 20px; padding: 0 38px; }

/* Header Styles */

#header h1 { background: url(images/header.png) no-repeat; width: 164px; height: 184px; margin-top: 4px; margin-left: 305px; }
#header h1 a { display: block; width: 100%; height: 100%; text-indent: -9999px; }
#header_content { width: 350px; text-align: right; float: right; }
#header_content:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#header_content #address { font-size: 9px; color: #cccccc; padding-right: 11px; margin-bottom: 37px; }
#header_links { float: right; list-style: none; padding-bottom: 38px; padding-right: 9px; }
#header_links li { padding: 8px 0 10px 3px;  border-bottom: 1px solid #ef2323; }
#header_links li.last { border-bottom: 0; }

#searchform { clear: right; }
#searchform input { border: 1px solid #c1c1c1; width: 88px; height: 14px; padding: 1px; margin: 2px 4px; }
#searchform button { width: 34px; height: 22px; background: url(images/submit.png) no-repeat; text-indent: -9999px; border: 0; }

/* Navigation Styles */

#navigation { list-style: none; float: left; height: 38px; position: absolute; bottom: 0; left: 15px; font-size: 13px; }
#navigation li { float: left; padding-right: 4px; }
#navigation a { display: block; width: 93px; height: 24px; padding-top: 14px; background: url(images/nav.png) no-repeat top; text-align: center; }
#navigation a.active { background-position: bottom; color: #ffffff; }

/* Sidebar Styles */

#sidebar ul { list-style: none; }
#sidebar li, #sidebar a { color: #333333; }
#sidebar h3 { color: #000000; margin: 6px 0; }
#sidebar li.widget { border-top: 1px solid #dddddd; margin: 6px 0 34px; }
#sidebar li.widget:first-child { border-top: 0; }
#sidebar li.widget_links a { color: #ef2323; } 
#sidebar li.widget_twitter li { margin-bottom: 10px; font-size: .85em; line-height: 1.25em; }
#sidebar .children { padding-left: 15px; font-size: .85em; }

/* Comments Styles */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* Post Styles */

.post, .page { 
	padding: 14px 38px 0;
	margin-bottom: 16px;
	text-align: justify;
	background: url(images/entry_gradient.gif) no-repeat top;
}

.post p, .post ul, .post ol { margin: 9px 0; }

.post .postmetadata {
	clear: both;
	font-size: 0.9em;
	margin: 2px 0 -4px;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.post p img {
	max-width: 100%;
	}



/* Form Styles */

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}


/* Calendar Styles */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


