/*  

Theme Name: My Red Kick
Theme URI: http://www.thequeenb.net/wp-content/themes/redblack/
Author: Angel
Author URI: http://www.thequeenb.net/

*/

body {
	font-family: "Arial";
	font-size: 12px;
	color: #1f1d1d;
	line-height: 18px;
	text-align: justify;
	margin: 0px;
	background-image: url();
	background-color: #ffffff;
}

a, a:visited, a:active {
	font-family: "Arial";
	text-transform: none;
	color: #f20e0e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: "Arial";
	text-transform: none;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}

input, textarea {
	font-family: "Arial";
	font-size: 12px;
	color: #8a0606;
	padding: 3px;
	margin-right: 5px;
	background-color: #edebeb;
	border: 0px;
}


h2 {
	font-family: "Georgia";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 2px; 
	margin-bottom: 2px;
	border-bottom: 1px dotted #808080;
}

h3 {
	font-family: "Franklin Gothic Medium";
	font-size: 12px;
	color: #9a0000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 2px; 
	margin-bottom: 2px;
	border-bottom: 1px dotted #808080;
}

#header {
	width: 800px;
	height: 100px;
	margin: auto;
	background-image: url(images/header-star.png);
	background-position: top center;
	background-repeat: no-repeat;

}

#menu {
	text-align: center;
	padding: 10px 0 10px 0;
        background-color: #000000;
	border-bottom: 1px solid #000000;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#center_div {
	width: 1100px;
	height: auto;
	margin: auto;
}

#mainbar {
	width: 525px;
	float: left;
	padding-right: 20px;
	padding-left: 80px;
}

#mainbar .entry {
	margin-bottom: 35px;
}

#mainbar .tags {
	font-size: 10px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 60px;
	font-family: "Arial";
	border-bottom: 1px dotted #808080;
}

.emo {
	font-size: 8px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 60px;
	float: right;
	font-family: "Tahoma Small Cap";
}

blockquote  {

	padding: 3px 70px 15px 10px;
	margin: 15px;
	background: #ffffff url(http://www.thequeenb.net/wp-content/themes/redblack/images/blockquote.png) no-repeat top right;
	

}


#mainbar h1 a {
	font-family: "Arial";
	color: #f20e0e;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	display: block;
}

#mainbar h1:hover, #mainbar h1 a:hover {
	color: #444444;
	background-color: #ffffff;
}

#mainbar h1.no_link {
	font-family: "Verdana";
	color: #f20e0e;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

#mainbar .datebox {

	background-color: #ffffff;
	width: 30px;
	height: 48px;
	float: left;
	margin-right: 8px;
	-moz-border-radius: 6px;

}



#mainbar p.month {

	font-family: "Arial";
	font-size: 16px;
	color: #f20e0e;
	text-align: center;
	font-weight: bold;
	letter-spacing: -.5px;
	text-transform: uppercase;
	margin: 15px 0 0 0;

}



#mainbar p.day {

	font-family: "Arial";
	font-size: 22px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;

}

#mainbar p.post_meta {
	display: block;
	width: 480px;
	font-size: 10px;
	margin: 0px;
	margin-top: -23px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: "Tahoma Small Cap";
	border-bottom: 1px dotted;
}

#question-container {
	width: 525px;
	float: left;
	padding-right: 20px;
	padding-left: 80px;
}


*/COMMENTS*/
 
 textarea#comment { width: 500px; padding: 5px; margin-left: 10px; }

.commentmetadata { font-size: 10px; }

.commentContainer{
background: #faf9f9;
border-left: 5px solid #dad2d1; /* This border is meant for the comment number background */
min-height: 100px;
margin: 10px;
width: 480px;
padding: 5px;
color: #000000;
}

.commentNumber{
color: #000000;
font-size: 10px;
margin-left:-15px;
margin-top: 15px;
padding-left: 1px;
padding-top: 1%;
position: relative;
vertical-align: bottom;
width: 20px;
}

.commentMeta{
margin: auto;
padding: 10px;
width: 60px;
}

/* If you want to use gravatars */
.commentMeta img{
padding-bottom: 5px;
padding-left: -10px;
}

/* The text of the comment */
.commentContent{
padding: 0px;
text-align: justify;
width: 380px;
}

/* The date */
.commentFooter{
clear: both;
font-size: 0.9em;
height: 20px;
padding: 3px;
text-align: center;
vertical-align: middle;
}

/* One comment will have the default background colour while the other has this colour */
.alt {
background-color: #ffffff;
}

/* If you wish to have a different background colour for your own comments (comments you made when logged in) */
.authorcomment{
background: #ffffff;
color: #000000;
border-left: 5px solid #d3180b; /* This border is meant for the comment number background */
}

/* Often used classes */
.float_left{
float: left;
}

.float_right{
float: right;
}


.twitterbird  {
	font-family: "Century Gothic";
	font-size: 10px;
	line-height: 1.7em;
	font-style: normal;
	text-align: right;
}

.twitterbird img  {
	float: left;
	margin: 0 3px 3px 0;
	border: none;
}

.flickr img  {
	margin: 0 4px 0 0;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.flickr a:hover img  {
	margin: 0 4px 0 0;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #c90000;
}

#sidebar1 {
	width: 210px;
	font-size: 11px;
	line-height: 16px;
	float: left;
	color: #392a17;
	padding-left: 20px;
}

#sidebar1 h2 {
	font-family: "Courier New";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 2px; 
	margin-bottom: 2px;
	border-bottom: 1px dotted #808080;
}

#sidebar1 img {
	margin: 5px;
}

#sidebar1 .section {
	margin: 0px;
	margin-bottom: 35px;
}

#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar1 ul li {
	display: block;
}

#sidebar2 {
	width: 210px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #392a17;
	padding-left: 30px;
}

#sidebar2 h2 {
	font-family: "Courier New";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding-bottom: 2px; 
	margin-bottom: 2px;
	border-bottom: 1px dotted #808080;
}

#sidebar2 img {
	margin: 5px;
}

#sidebar2 .section {
	margin: 0px;
	margin-bottom: 35px;
}

#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar2 ul li {
	display: block;
}


#footer {
	text-align: center;
	padding: 20px 0 20px 0;
	border-top: 1px solid #d2d6bb;
	font-family: "Courier New";
	text-transform: uppercase;
	letter-spacing: 1px;
}
