/*
Theme Name: Revolution79
Theme URI: http://revolution79.org/
Description: Revolution79.com theme.
Version: 1.0
Author: Anton Karbanovich
Author URI: http://karbanovich.com/
Tags: black, revolution, grangy, red, people

*/


/* HERE COMES THE CSS REST  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------   END RESET    ---------- */


body {
background: url(images/two_lines.jpg) #000000 repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #CCCCCC;
}

a {
color: #990000;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#wrapper {
width: 920px;
margin: auto;
}

#header {
width: 100%; 
height: 290px; 
margin: auto;
}

#logo {
background: url(images/main_top.jpg) no-repeat top center;
height:242px;
width: 100%;
margin-top: 14px;
}

#logo a {
display: block;
width: 65%;
height: 100%;
text-decoration: none;
}

#logo a span {
visibility: hidden;
}

#menu {
background: url(images/menu_bg.jpg) no-repeat top center;
width: 100%;
height: 34px;
}

#menu a {
height: 20px;
position: relative;
font-size: 20px;
margin-left: 77px;
}

#menu a img {
height: 23px;
}

#content {
background: url(images/shadow_passion.jpg) no-repeat top right;
background-position: 99% -1px;
padding-top: 15px;
}



#maintext {
width: 865px;
line-height: 1.6;
margin-left: 53px;
float: left;
text-shadow: #000 0 0 0;
}

#maintext h2 {
font-size: 20px;
color: #990000;
font-weight: lighter;
}

span.blogdate {
font-size: 11px;
color: #666666;
}

#maintext p {
margin-top: 7px;
}

#bannerdiv {
width: 325px;
float: right;
position: relative; 
}

#bannerdiv br {
height: 40px;
}

#mainpagebanners {
width: 100%;
margin-top: 10px;
clear: both;
}

#mainpagebanners img {
margin-left: 16px;
}

.contactform {
	position: static;
	overflow: hidden;
	width: 440px;
	float: right;
	margin-right: 100px;

}


.contactform input,
.contactform textarea {
border: 1px solid #666666;
background: #333333;
padding: 3px; 
color: #CCCCCC;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	
	float: left;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	padding: 4px;
	margin: 5px 0;
}





#footer { 
text-align: center;
width: 920px; 
clear: both;
color: #666666;
margin: auto;
margin-bottom: 25px;
}

#divider {
background: url(images/divider.gif) repeat-x bottom left;
height: 20px;
margin: 20px 0px;
}

.clear {
clear: both;
}
