/*
Theme Name: SO PEDRADA
Theme URI: http://www.sopedradamusical.com
Description: So pedrada musical 2.0.
Version: 2.0
Author: Atimoda
Author URI: http://www.atimoda.com
*/


/*_____________________ GLOBAL */

/* resets */
* {margin:0; padding:0}
* a img {border:0;}
/**********/

body {
	width: 100%; height: 100%;
	background: url(img/body.gif);
	background-color: white;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 13px;
	color: #6b6b6b;
	}

#wrap {
	width: 930px;
	margin: 0 auto;
	padding: 0 24px 0 24px;
	border: 1px white solid;
	background: white url(img/bg_wrap.jpg) repeat-x;
	}

/* listas */
ul { list-style: none; }
.post ul,
#sidebar ul li ul {
	margin-top: 15px;
	margin-left: 5px;
	list-style: none;
	line-height: 150%;
	}
.post ul li,
#sidebar ul li ul li {
	background: url(img/list-bullet.png) no-repeat 0 5px;
	padding:0 0 0 13px;
	}

/* gerais */
a { color: #C66; text-decoration: underline; }
	a:hover { color: #F00; text-decoration: underline; }

.left { float: left; }
.right { float: right; }



/*_____________________ HEADER */
#header {
	position: relative;
	background: url(img/header_bg.gif) top left no-repeat;
	}
	#header img#logo {
		margin-top: 73px;
		}
	#header #menu-topo {
		top: 15px;
		right: 190px;
		position: absolute;
		font-size: 11px;
		}
		#header #menu-topo a { color: #666; margin-left: 10px; text-decoration: none; }
		#header #menu-topo a#rss { margin-left: 8px; padding-left: 18px; background: url(img/rss.png) left top no-repeat; color: #f36f21; font-weight: bold; }
		#header #menu-topo a:hover { color: #C00; text-decoration: underline; }
	#header #searchform {
		top: 10px;
		right: 0;
		position: absolute;
		}
		#header #searchform input {
			width: 160px;
			padding: 4px;
			border: 1px #666 solid;
			color: #999;
			font: 10px verdana;
			}
	
	#header #chamada {
		position: absolute;
		bottom: 25px;
		right: 15px;
		text-align: right;
		}
		#header #chamada b.novo {
			background-color: red;
			padding: 2px;
			color: white;
			font-size: 10px;
			}
		#header #chamada span {
			display: block;
			margin-top: 2px;
			margin-bottom: 5px;
			}


/*_____________________ MENU */
#menu {
	margin-top: 24px;
	}
	#menu ul li {
		display: inline;
		margin-right: 18px;
		}
	#menu ul li a {
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		text-transform: uppercase;
		color: #666;
		border-bottom: 1px #ccc solid;
		}
		#menu ul li a:hover {
			color: #000;
			border-bottom: 1px #3fb29d solid;
			}
#menu ul li.current-cat a {
	border-bottom: #f36f21 2px solid;
	color: #000;
	}


/*_____________________ SEARCH FORM */
form#searchform {
	margin-top: 20px;
	}
	form#searchform input {
		width: 250px;
		padding: 5px;
		color: #848484;
		font-size: 16px;
		font-family: 'Yanone Kaffeesatz', Georgia, serif;
		}


/*_____________________ CONTENT */
#content {
	overflow: hidden;
	position: relative;
	width: 930px;
	margin-top: 70px;
	}


/*_____________________ SIDEBAR */
#sidebar {
	float: right;
	width: 280px;
	height: 100%;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		}
		#sidebar ul li {
			margin: 0;
			padding: 0;
			margin-bottom: 35px;
			font-size: 12px;
			}
			#sidebar ul li a {
				color: #6b6b6b;
				}
			#sidebar ul li a:hover {
				color: #f36f21;
				}
			
		#sidebar ul li:last-child {
			margin-bottom: 0;
			}
		#sidebar ul li ul {
			margin: 0;
			padding: 0;
			}
			#sidebar ul li ul li {
				margin: 0;
				padding-left: 13px;
				margin-bottom: 6px;
				line-height: 120%;
				background: url(img/list-bullet.png) no-repeat 0 3px;
				}
				
	#sidebar h2 {
		padding-bottom: 5px;
		font-family: 'Yanone Kaffeesatz', Georgia, serif;
		font-size: 24px;
		text-transform: uppercase;
		color: #3fb29d;
		}
		#sidebar h2:first-child {
			margin-top: 30px;
			}
	#sidebar h2 a,
	#sidebar ul li h2 a {
		text-decoration: none;
		color: #3fb29d;!important
		}
		#sidebar h2 a:hover { text-decoration: underline; }


/*_____________________ POST */
.post {
	width: 570px;
	margin-bottom: 40px;
	padding-bottom: 58px;
	border-bottom: 5px solid #E5E5E5;
	}
	
	/* titulo principal do post */
	.post h1:first-child,
	.post h1:first-child a {
		margin-top: 0px;
		font-family: 'Yanone Kaffeesatz', Georgia, serif;
		font-size: 42px;
		color: #f7941e;
		text-decoration: none;
		}
		.post h1:first-child a:hover { text-decoration: underline; }
	
	/* titulos */
	.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
		margin-top: 20px;
		font-family: 'Yanone Kaffeesatz', Georgia, serif;
		font-weight: bold;
		}
	
	/* parágrafos */
	.post p.metadata {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 11px;
		font-weight: bold;
		color: #ccc;
		}
		.post p.metadata a {
			text-decoration: none;
			color: #ccc;
			}
			.post p.metadata a:hover {
				text-decoration: underline;
				}
	.post p {
		margin-bottom: 17px;
		line-height: 140%;
		}
	.post a.commentsLink {
		float: right;
		color: #999;
		}
	.post div {
		clear:none !important;
	}


/*_____________________ NAVEGAÇÃO */
#navigation {
	width: 570px;
	padding-top: 10px;
	margin-top: 100px;
	margin-bottom: 20px;
	}
	#navigation a {
		text-decoration: none;
		font-size: 26px;
		font-family: 'Yanone Kaffeesatz', Georgia, serif;
		color: #f36f21;
		}
		#navigation a:hover {
			text-decoration: underline;
			}



/*_____________________ MENU */

#footer {
	clear: both;
	margin-top: 50px;
	height: 110px;
	background: url(img/footer_bg.gif) no-repeat;
	font: 10px Verdana, Geneva, sans-serif;
	color: #999;
	}
	#footer div {
		padding-top: 0px;
		text-align: right;
		}
	#footer a {
		color: #000;
		text-decoration: underline;
		}


/*________________ COMENTÁRIOS ________________*/
div#comentarios {
	margin-top: 60px;
	}
	div#comentarios h3 {
		margin-top: 40px;
		font: 20px Georgia;
		color: #f36f21;
		letter-spacing: -1px;
		}
	div#comentarios p {
		margin-top: 10px;
		margin-bottom: 5px;
		font: 12px Arial;
		}
		
.commentlist {
	padding: 0;
	text-align: justify;
	}
	.commentlist li ul li {
		margin-right: -5px;
		margin-left: 10px;
		font-size: 1em;
		}
	.commentlist li {
		margin: 15px 0 10px;
		padding: 20px 20px 10px 20px;
		list-style: none;
		font-weight: bold;
		background-color: #e8e7db;
		}
	.commentlist .says {
		font-weight: normal;
		}
	.commentlist li .avatar { 
		float: left;
		margin-right: 8px;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
		}
	.commentlist cite, .commentlist cite a {
		padding-top: 6px;
		font: normal 14px arial;
		color: #666;
		}
		.commentlist cite a { color: #06C; }
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		font-weight: normal;
		text-transform: none;
		}

.commentmetadata a {
	font: normal 10px verdana;
	text-decoration: none;
	color: #666;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	#commentform input,
	#commentform textarea {
		margin-top: 7px;
		font: 12px Arial;
		border: 1px #999 solid;
		}
	#commentform input {
		width: 190px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}
		#commentform input#submit {
			width: 100px;
			font-weight: bold;
			}
	#commentform textarea {
		width: 100%;
		line-height: 140%;
		padding: 4px;
		}
	#commentform #submit {
		margin: 0 -10px 5px auto;
		float: right;
		}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}

