/*
Theme Name: PaintBlack
Theme URI: http://www.insanity-squared.com
Version: 1.0
Description: Personal WordPress Theme
Author: Tricia Valdez
Author URI: http://www.insanity-squared.com
*/



/* Links */

a:link, a:active, a:visited{ 
	text-decoration: none; 
	color: #990000; 
	}

a:hover { 
	color: #990000; 
text-decoration: line-through; 
	}

/* Headings */

h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	margin: 20px 0 10px; 
	}

h1 { 
	font-weight: normal; 
	font-size: 28px; 
	margin-bottom: 0px;  
	margin-left: 0px; 
	color: #4d4d4d; 
	text-transform: lowercase;
	}

h2 { 
	font-size: 24px; 
	}

h3 { 
	font-size: 18px; 
	
	}

h4, h5, h6 { 
	font-size: 16px; 
	}

tags {
	font-size: 11px;
	}
	
ul li {
	list-style: circle;}
	
ul li li {
	margin-left: -20px;
	list-style-type: square;}
	
/* Other Html Elements */

pre, blockquote {
	overflow: auto;
	padding: 0 10px;
	margin: 10px 20px 0px 20px;
	line-height: 1.7em;
	background-color: #fff;
	border: 1px dashed #ccc;
	color: #4d4d4d;
	font-size: 12px;
	}

pre { 
	padding-top: 10px; 
	padding-bottom: 10px; 
	}

code { 
	color: #4d4d4d; 
	font-family: "Courier New", Consolas, Verdana, Sans-Serif; 
	overflow: auto;
	padding: 0 10px;
	margin: 10px 20px 0px 20px;
	line-height: 1.7em;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	display: block;
	}

ul, ol { 
	line-height: 2.0em; 
	}

ul { 
	list-style-image: none; 
	}

abbr, acronym { 
	font-style: normal; 
	border-bottom: 1px dotted #333333; 
	cursor: help; 
	}

del { 
	text-decoration: line-through; 
	color: #999999; 
	}

ins { 
	text-decoration: none; 
	color: #4d4d4d; 
	}

s {
	text-decoration: line-through;}
	
hr {
	background: transparent;
	height: 1px;
	border-top: 1px solid #999;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	}

/* Structure */

body {
	margin: 0 auto;
	padding: 0px;
	color: #b1b1b1;
	background: #fff url('images/bg.jpg') no-repeat;
	background-attachment: fixed;
	background-position: top left;
	font: normal 76% "Helvetica", Arial, sans-serif;
	}

#wrapper2 {
	width: 980px;
	margin-top: 0px;
	background: transparent;
	}

#header {
	width: 980px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
	background: url('images/header.gif') no-repeat;
	}

#navbar{
	width: 575px;
	text-align: left;
	font-size: 12px; 
    color: #fff;
	float: right;
	margin-right: 25px !important;
	margin-right: 12px; /* IE6 Fix */
    }

#navbar ul {
	height: 30px;
	padding: 0 20px 0 20px;
	margin: 0px;
	float: left;
	}	
	
#navbar ul li {
    float: left;
    display: inline;
    list-style-type: none;
    padding-right: 30px;
    }

#navbar ul li a, #navbar ul li a:link, #navbar ul li a:visited {
    color: #a2a2a2;
    }

#navbar ul li a:hover {
    color: #cbcdca;
    }

#wrapper {
	float: left;
	color: #767676;
	width: 980px;
	background: url('images/page.gif') repeat-y;
	display: inline;
	}

#content-page {
	width: 980px;
	}

#content-wrapper {
	float: right;
	width: 576px;
	margin: 0 24px 0 0 !important;
	margin: 0px 12px 0 0; /* IE Fix */
	}

#sidebar-wrapper {
	width: 220px;
	float: right;
	background: #000;
	margin: 100px 1px 0 0;
	}

#sidebar {
	padding: 10px;
	margin: 20px 10px 0 10px;
	}

#footer {
	clear: both;
	float: left;
	width: 620px;
	height: 70px;
	text-align: center;
	background: url('images/footer.gif') no-repeat;
	color: #666;
	font-size: 10px;
	padding: 80px 0 0 360px;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #333;
	font-size: 10px;
	}

#footer a:hover {
	color: #666;
	border-bottom: 1px dashed #fff;
	}


/* Header */

#header-title {
	text-align: right;
	width: 600px;
	padding: 40px 25px 0 0;
	font-family: "Garamond", sans-serif;
	float: right;
	}

#header-title h1 {
	margin-top: 0px;
	color: #000;
	font-size: 36px;
	padding-top: 0px;
	padding-left: 15px;
    font-weight: lighter;
	font-style: italic;
	text-transform: lowercase;
	margin-left: 0px;
	}

#header-title h1 a, #header-title h1 a:link, #header-title h1 a:visited{
	color: #000;
	margin-top: 0px;
	}

#header-title h1 a:hover{
	color: #660000;
	margin-top: 0px;
	}
	
.slogan {
	font-size: 16px;
	color: #000;
	text-transform: lowercase;
	font-style: italic;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 25px;
	}
	

/* Content */

.titles { 
	margin: 10px 0 0px 0px;
	padding: 10px 0 15px 0px;
	height: 20px;
	display: block;
	font-weight: lighter; 
	font-size: 28px; 
	text-decoration: none;
	font-family: "Garamond", sans-serif;
	font-style: italic;
	text-transform: lowercase;
	}

.titles a, .titles a:link, .titles a:visited {
	color: #000;
	text-decoration: none;
	}
	
.titles a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
.titles span {
	font-size: 12px;
	margin-left: 15px;
	font-family: "Garamond", sans-serif;
	font-style: italic;
	text-transform: lowercase;
	font-style: normal;
	}
	
#content .post-title a { 
	border-bottom-width: 0; 
	}

#content .post p.img { 
	float: left; 
	margin: 0 15px 0 0px; 
	}

#content .post p.img img { 
	padding: 8px; 
	border: 0px solid #d0d0d0; 
	background-color: #eeeeee; 
	}

.post-wrapper {
	padding: 0px;
	margin: 0;
	text-align: justify;
	background: transparent;
	}


.post {
    background: transparent;
	padding: 10px 30px;
	margin: 0 0 20px 0;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.8em;
	}
	
a img {
	border: 0px;
	}

.post img{ 
	margin: 0 9px 10px 0;
	border: 0px solid #000;
	}
	
.entry {
	margin: 15px 0 15px 0;
	}
	
.metadata {
	text-align: right;
	margin: 15px 0 0px 0;
	padding: 3px 0 0 0;
	font: 12px "Garamond", sans-serif;
	border-top: 1px dotted #999;
	}
	
.pagination {
	text-align: center;
	}
	
#navigation {
	display: block;
	text-align: center;
	margin: 30px 20px;
	font-weight: lighter;
	clear: both;
	
	}
	
#navigation a, .navigation a:link, .navigation a:visited {
	color: #a2a2a2;}

#navigation a:hover {
 	color: #cbcdca;}
	
.alignright {
	float: right;
	margin-right: 20px;
	}

.alignleft {
	float: left;
	margin-right: 20px;
	}
	
.left { float: left; }
.right { float: right; }	
	
.date {
	height: 45px;
	width: 45px;
	background: #fff url('images/date.jpg') no-repeat;
	font: normal 22px "Garamond", sans-serif;
	color: #fff;
	text-align: center;
	padding: 3px 0 0 0px !important;
	padding: 4px 0 0 0px; /* IE6 Fix */
	line-height: 100%;
	float: left;
	margin: 10px 10px 0 0;
	display: block;
	}

.date span {
	height: 12px;
	display: block;
	font: 12px Arial;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 3px !important;
	padding-top: 0px; /* IE6 Fix */
	}
	
/* Sidebar */

.sideblock {
	margin-bottom: 20px;
	background: transparent;
	}

.sideblock a, .sideblock a:link, .sideblock a:visited{
	color: #a2a2a2;}
	
.sideblock a:hover{
	color: #cbcdca;}

.sideblock ul li{ 
	list-style: none;
	margin-left: -30px;
    display: block;
	}	
	
.sideblock h3 { 
	margin-top: 5px; 
	font: 28px "Garamond", sans-serif; 
	color: #fff; 
	font-weight: lighter;  
	padding: 2px 0px 2px 0px;
	text-transform: lowercase; 
	font-style: italic;
    }

#sidebar dt { 
	margin: 0; 
	padding-top: 5px; 
	font-weight: bold; 
	color: #666666; 
	}

#sidebar dd { 
	margin: 0 0 5px; 
	padding-bottom: 5px; 
	line-height: 1.8em; 
	}

#sidebar dd a:link { 
	font-weight: normal;  
	border-bottom: none; 
	text-decoration: none;
	}

#sidebar dd a:visited { 
	font-weight: normal; 
	border-bottom: none; 
	text-decoration: none; 
	}

#sidebar dd a:hover, #sidebar dd a:active { 
	border-bottom: none; 
	text-decoration: none;
	}
	
.sideblock .textwidget{
	font-size: 12px;
	color: #ccc;
}


/* Comments Styling */
	
.commentmetadata {
	text-align: left;
	color: #999;
	font-size: 9px;
	}

.commentlist {
	padding: 0 30px 0 30px;
	margin: 60px 20px 0 20px;}

.commentlist li {
	list-style: none;
	background: #fff;
	margin-left: -20px;
	padding: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	line-height: 1.5em;
	}

.commentheader {
	display: block;
	}
	
.gravatar {
	float: right;
	margin-top: -40px;
	}

.commentlist h1 {
	font-size: 22px;
	display: block;
	font-family: "Garamond", sans-serif;
	text-transform: lowercase;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	}

.commentlist h3 {
	font-size: 28px;
	margin-left: -20px;
	color: #000;
	font-family: "Garamond", sans-serif;
	text-transform: lowercase;
	display: block;
	}

#commentbox {
	padding: 0px;
	margin: 0px 10px; 
	width: 50%;}
	
#commentbox h3 {
	margin-left: 20px;
	font-size: 28px;
	color: #000;
	font-family: "Garamond", sans-serif;
	text-transform: lowercase;
	}

#commentform {
	margin: 1em 0 0 20px;
	background: transparent;
	width: 430px;
	}

#commentform textarea {
	background: #fff;
	border: 1px solid #d6d3d3;
	width: 480px;
	margin-left: 0px !important;
	margin-left: -20px;
	}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	margin-left: 0px !important;
	margin-left: -20px;
	}
	
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
	margin-left: 0px !important;
	margin-left: -20px;
	}
	
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	margin-left: 0px !important;
	margin-left: -20px;
	}
	
#commentform input{
	margin-bottom: 3px;
	}
	
.nocomments {
	margin-left: 40px;}
	

/* Sidebar Widget Search */

#searchform-sidebar {
	height: 30px;
	margin-left: -10px;}

#searchbox-sidebar {
	border: 1px solid #ccc;
	width: 100px;
	height: 19px;
	}

#submit-sidebar {
	position: relative;
	top: -23px;
	left: 102px;
	background-color: #1A1A1A;
	color: #fff;
	border-color: #333333;
	border-style: outset;
	margin-left: 0px;
	}

#submit-sidebar:hover {
	background: #3A3A3A; 
	border-color: #333333;
	border-style: inset;
	margin-left: 0px;
	cursor: pointer;
	}
	
/* End Sidebar Widget Search */


#submit {
	background-color: #1A1A1A;
	color: #fff;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	border-color: #333333;
	border-style: outset;
	margin-left: 0px !important;
	margin-left: -20px;
	}

#submit:hover {
	background: #3A3A3A; 
	border-color: #333333;
	border-style: inset;
	margin-left: 0px;
	cursor: pointer;}
	
#email {
	margin-left: 0px;}

#author {
	margin-left: 0px;}
	
#url {
	margin-left: 0px;}
	
/* Begin Calendar*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color: #990000;
	}

#wp-calendar a:hover{
	text-decoration: none;
	color: #ccc;}
	
#wp-calendar caption {
	margin-top: 0px; 
	font-size: 14px; 
	color: #999; 
	font-weight: lighter;  
	padding-top: 2px;
	text-align: left;
	text-transform: lowercase;
	padding: 0 30px 0 30px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #999;
	}
	
#wp-calendar {
	empty-cells: hide;
	margin: 10px 0 0 15px;
	width: 140px;
	background-color: #000;
	color: #999999;
	}

#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: left;
	width: 100%;
	}

#wp-calendar td {
	margin: 5px 0;
	text-align: center;
	background-color: #000;
	empty-cells: hide;
	}
	
/* End Calendar */