/*  
Theme Name: Rafael Albuquerque
Theme URI: http://www.rafaelalbuquerque.com
Description: Thema feito para o blog pessoal de Rafael Albuquerque
Version: 1.0
Author: Rafael Albuquerque
Author URI: http://www.rafaelalbuquerque.com
*/




/* Master Reset
-------------------------------------------------- */
html, body {
	width:100%;
	height:100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
abbr, acronym, fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100.01%;
	font-weight:normal;
}
a {
	text-decoration:none;
	cursor:pointer;
}
p {
	margin-top:16px;
}





/* Colors
--------------------------------------------------
Body Bg		#262A30
Menu Bg		#F5AC56
Menu, h1	#CE2422
Content Bg	#E5E0B7
Sidebar Bg	#C0BB94
Comments Bg	#D2CDA5
Fonts		"Trebuchet MS", Arial, Verdana, sans-serif
*/





/* Body
-------------------------------------------------- */
body {
	background-color:#262A30;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:100.01%;
}





/* #divPage
-------------------------------------------------- */
#divPage {
	background:#E5E0B7;
	border:2px solid #000;
	margin:0 auto;
	width:700px;
}





/* #divHeader
-------------------------------------------------- */
#divHeader {
	background:#000;
	padding-bottom:15px;
}
	#divHeader h2 {
		padding:3px;
	}
		#divHeader h2 a {
			background:url(images/header_rafael_albuquerque.gif) no-repeat;
			color:#FFF;
			display:block;
			font-size:1.6em;
			width:427px;
			height:31px;
			text-indent:-9000px;
		}
	#divHeader ul {
		float:right;
	}
		#divHeader ul li {
			
		}
			#divHeader ul li a {
				display:block;
				overflow:hidden;
				margin-bottom:2px;
				width:184px;
				height:23px;
				text-indent:-9000px;
			}
			html>body #divHeader ul li a { width:185px; }
			#liMenuAbout a { background:#F5AC56 url(images/menu_about.gif) no-repeat 10px center; }
			#liMenuSequencials a { background:#F5AC56 url(images/menu_sequencials.gif) no-repeat 10px center; }
			#liMenuConceptArt a { background:#F5AC56 url(images/menu_concept_art.gif) no-repeat 10px center; }
			#liMenuIllustrations a { background:#F5AC56 url(images/menu_illustrations.gif) no-repeat 10px center; }
			#liMenuCommissions a { background:#F5AC56 url(images/menu_commissions.gif) no-repeat 10px center; }
			#liMenuLinks a { background:#F5AC56 url(images/menu_links.gif) no-repeat 10px center; }
			#liMenuContact a { background:#F5AC56 url(images/menu_contact.gif) no-repeat 10px center; }
	#divHeader h3 {
		
	}
		#divHeader h3 a {
			color:#FFF;
			display:block;
			font-size:1.6em;
			width:513px;
			height:173px;
			text-indent:-9000px;
		}
		#divHeader h3 a.header1 { background:url(images/header_bg_01.jpg) no-repeat; }
		#divHeader h3 a.header2 { background:url(images/header_bg_02.jpg) no-repeat; }
		#divHeader h3 a.header3 { background:url(images/header_bg_03.jpg) no-repeat; }
		#divHeader h3 a.header4 { background:url(images/header_bg_04.jpg) no-repeat; }
		#divHeader h3 a.header5 { background:url(images/header_bg_05.jpg) no-repeat; }
		#divHeader h3 a.header6 { background:url(images/header_bg_06.jpg) no-repeat; }





/* #divContainerContent
-------------------------------------------------- */
#divContainerContent {
	border-top:5px solid #C0BB94;
	font-size:0.8em;
	clear:both;
}
.containingFloats {
	clear:both;
}




/* #divContent
-------------------------------------------------- */
#divContent {
	color:#262A30;
	padding:20px;
	text-align:justify;
	margin-right:140px;
}
html>body #divContent {
	margin-right:150px;
}
	#divContent h1 {
		color:#CE2422;
		font-size:2em;
	}
		#divContent h1 a, #divContent h1 a:visited {
			color:#CE2422;
			text-decoration:none;
		}
		#divContent h1 .spanEdit {
			color:#827963;
			font-size:0.4em;
		}
			#divContent h1 .spanEdit a {
				color:#827963;
			}
			#divContent h1 .spanEdit a:hover {
				text-decoration:underline;
			}
	#divContent a {
		color:#100000;
		text-decoration:underline;
	}
	#divContent a:visited {
		color:#827963;
	}
	#divContent a:hover {
		color:#CE2422;
	}
	#divContent small {
		color:#807750;
		font-size:0.9em;
	}
	
	#divContent .divPosts {
		border-bottom:5px solid #C0BB94;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	
	#divContent .divPostmetadata {
		padding-top:20px;
		text-align:center;
	}
		#divContent .divPostmetadata a {
			color:#827963;
		}
		#divContent .divPostmetadata a:hover {
			color:#100000;
		}






/* .divEntry
-------------------------------------------------- */
#divContent h2, #divContent h3, #divContent h4, #divContent h5, #divContent h6 {
	color:#100000;
	font-weight:bold;
}
#divContent h2 { font-size:1.5em; }
#divContent h3 { font-size:1.4em; }
#divContent h4 { font-size:1.3em; }
#divContent h5 { font-size:1.2em; }
#divContent h6 { font-size:1.1em; }
#divContent abbr {
	border-bottom:1px dashed #CE2422;
	cursor:help;
}
#divContent blockquote {
	border-left:5px dashed #CE2422;
	padding-left:10px;
}
#divContent a {
	color:#CE2422;
}






/* #divSidebar
-------------------------------------------------- */
#divSidebar {
	color:#100000;
	float:right;
	width:150px;
}
	#divSidebar a {
		color:#100000;
	}
	#divSidebar a:hover {
		color:#827963;
	}
	#divSidebar h2 {
		border-bottom:3px solid #A09972;
		color:#827963;
		font-size:1.2em;
		margin-right:20px;
		text-align:center;
	}
	#divSidebar ul {
		text-align:center;
		margin-right:20px;

		margin-bottom:20px;
	}
		#divSidebar li {
			margin:2px 0;
		}
	#divOTM {
		background:#C0BB94;
		text-align:center;
		padding:5px 0 10px;
		background:#C0BB94 url(images/sidebar_outthismonth.gif) top center no-repeat;
	}
		#divOTM img {
			background:#E5E0B7;
			margin:10px 0;
			padding:5px;
		}


	#ulLinks {
		text-align:center;
	}
		#ulLinks li {
			margin:20px 0;
		}
			#ulLinks li a {
				display:block;
				margin:0 auto;
				text-indent:-9000px;
			}
			#ulLinks li a#aComicSpace {
				background:url(images/sidebar_comicspace.gif) no-repeat;
				height:17px;
				width:114px;
			}
			#ulLinks li a#aMySpace {
				background:url(images/sidebar_myspace.gif) no-repeat;
				height:21px;
				width:114px;
			}
			#ulLinks li a#aSIB {
				background:url(images/sidebar_sib.gif) no-repeat;
				height:51px;
				width:109px;
			}
			#ulLinks li a#aComicArt {
				background:url(images/comicartinklogo.jpg) no-repeat;
				height:25px;
				width:114px;
			}
			#ulLinks li a#aDeviant {
				background:url(images/deviantlogo.jpg) no-repeat;
				height:55px;
				width:122px;
			}




/* #divComments
-------------------------------------------------- */
#divComments {
	
}
	#divComments h3 {
		font-weight:bold;
		margin-bottom:20px;
		text-align:center;
	}
	#divComments #olCommentlist {
		
	}
		#olCommentlist li {
			clear:both;
			margin-bottom:20px;
		}
			#olCommentlist .divCommentLeft {
				background:#E5E0B7 url(images/comments_arrow.gif) no-repeat right 10px;
				float:left;
				margin-right:10px;
				margin-bottom:10px;
				padding-right:10px;
				padding-bottom:10px;
				text-align:center;
				width:150px;
			}
				#olCommentlist .divCommentLeft cite {
					display:block;
				}
			#olCommentlist .divCommentRight {
				background:#D2CDA5;
				margin-left:160px;
				padding:10px;
				margin-top:-20px;
			}
				#olCommentlist .divCommentRight p {
					margin:0;	
				}
				#olCommentlist .divCommentRight em {
					color:#F00;
					font-style:italic;
				}






/* #divReply
-------------------------------------------------- */
#divReply {
	
}
	#divReply h3 {
		border-top:5px solid #C0BB94;
		font-weight:bold;
		padding-top:20px;
		margin-bottom:20px;
		text-align:center;
	}
		#divReply label {
			display:block;
			margin-top:10px;
		}
		#divReply input, #divReply textarea {
			border:1px solid #D2CDA5;
			padding:2px;
			width:200px;
		}
		#divReply textarea {
			width:90%;
		}
		#divReply #submit {
			background:#F5AC56;
			border:none;
			color:#CE2422;
			font-size:1.25em;
			margin-top:10px;
			text-transform: uppercase;
			width:200px;
		}





/* #divFooter
-------------------------------------------------- */
#divFooter {
	clear:both;
	color:#FFF;
	font-size:0.7em;
	text-align:center;
}
	#divFooter p {
		margin-top:5px;
	}
	#divFooter a {
		color:#FFF;
		text-decoration:underline;
	}
				





/* Contact Form .cform
-------------------------------------------------- */
.cform label {
	display:block;
	margin-top:10px;
}
.cform input, .cform textarea {
	border:1px solid #D2CDA5;
	padding:2px;
	width:200px;
}
.cform textarea {
	width:90%;
}
.cform .sendbutton {
	background:#F5AC56;
	border:none;
	color:#CE2422;
	font-size:1.25em;
	text-transform: uppercase;
	width:200px;
}
.success {
	color: #083;
	padding:5px;
	text-align:center;
	text-decoration:underline;}
.failure {
	color:#F00;
	padding:5px;
	text-align:center;
	text-decoration:underline;
}
.linklove {
	display:none;
}