/*   
Theme Name: three-two-five
Theme URI: http://www.325.nostate.net/
Description: Anarchist counter-information.
Author: 325 
Author URI: http://325.nostate.net/
Version: 2.0
*/

/* >>> CONTENTS <<< */
/* -------------------
1. RESET
2. BRANDING
3. HEADINGS
4. TYPOGRAPHY & LINK STYLING
5. MAIN CONTENT & POSTS
6. IMAGE STYLING
7. NAVIGATION - MAIN (Contact - Distro)
8. SIDEBAR
9. PAGINATION
10. CONTACT FORM
11. 404 ERROR PAGE
12. FOOTER & FOOTER NAV
*/

/* >>> RESET <<< */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0}
table {border-collapse: collapse; border-spacing: 0}
fieldset, img {border: 0}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal}
ol, ul, li {list-style: none}
caption, th {text-align: left}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal}
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {font-weight: bold}
em {font-style: italic}
a img {border: none} /* Gets rid of IE's blue borders */

header, nav, section, article, aside, figure, footer { display: block; }


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.5em;
	background: #000;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */	
}

/* >>> BRANDING <<< */
/* ----------------------------------------- */	

#branding { 
	height: 400px;
	width: 404px;
	background: url('images/header_bg.jpg') no-repeat;
	margin-left:-50px; margin-right:0; margin-top:-50px; margin-bottom:0
}

/* >>> HEADINGS <<< */
/* ----------------------------------------- */	
	
h1 {
	position: absolute;
	top: 80px;
	left: 185px;
	height: 108px;
	width: 266px;
	background: url('images/h1.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden
}

h2 {
	padding: 10px 0 2px 0;
	max-width: 580px;
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
	color: #EFAC41;
	border-bottom: 1px dotted #B32900;
}

h2.archives {
	padding: 10px 0 2px 0;
	max-width: 580px;
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	font-size: 2.3em;
	font-weight: 700;
	line-height: 1.5em;
	color: #EFAC41;
	border-bottom: none;
}

h2.search {
	margin: 10px 0 0 10px;
	max-width: 580px;
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;	
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.5em;
	color: #EFAC41;
	border-bottom: 1px dotted #B32900;
}

h3 {
	max-width: 580px;
	color: #EFAC41;
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.5em;
	padding-top: 10px;
}

h4 {
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #f60;
	text-align: left;
	max-width: 220px;
	margin: 20px 0 -10px 0;
	padding: 0;
	letter-spacing: 2px;
}

/* >>> TYPOGRAPHY & LINK STYLING <<< */
/* ----------------------------------------- */	

p {
	max-width: 580px;
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #fefded;
	margin: 10px 0 10px 0;
}	

a {
	color: #DE8531;
	text-decoration: none;
}

a:link {
	color: #DE8531;
	text-decoration: none;
}

a:visited {
	color: #DE8531;
	text-decoration: none;
}

a:hover {
	color: #EFAC41;
	text-decoration: none;
}

p.subheading {
	max-width: 580px;
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	margin: -15px 0 0 0;
}

a.pdf { /*The background image*/
	background: url('images/pdf.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px
}

a.txt { /*The background image*/
	background: url('images/page_white.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px
}

a.zip { /*The background image*/
	background: url(images/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.email {
	background: url(images/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	background: url(images/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.film {
	background: url('images/film_link.png') no-repeat left center;
	padding-left: 20px;
	line-height: 16px
}

/* >>> MAIN CONTENT & POSTS <<< */
/* ----------------------------------------- */

#content {
	width: 530px;
	margin: -140px 0 0 180px;
	background: #000;
	min-height: 800px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;	
}	

.post {
	width: 520px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: #000;
}

/* >>> IMAGE STYLING <<< */
/* ----------------------------------------- */	

.center 
{ 
	margin: 20px 0 20px 0;
}

.floatright 
{
	float: right; 
	margin: 15px 0 0 20px;
}

.floatleft 
{
	float: left; 
	margin: 15px 20px 0 0;
}

.border 
{
	border: 1px solid #fff; 
}

/* >>> CATEGORIES NAVIGATION - MAIN <<< */
/* ----------------------------------------- */		

#main_nav {
	width: 140px; /*width of menu*/
	position: absolute;
	top: 235px;
	left: 20px;
	margin: 0;
	padding: 0;
	background: #000;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

#main_nav ul {
	max-width: 140px; /*width of menu*/
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 0 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	display: block;
}

#main_nav ul li {
	line-height: 2em;
}

#main_nav ul li a {
	text-align: right;
	color: #DE8531;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 0.05em;
}

#main_nav ul li a:visited{
	color: #DE8531;
}

#main_nav ul li a:hover{ /*hover state CSS*/
	color: #EFAC41;
	text-decoration: underline;
	/*border-bottom: 1px dotted #09c;*/
}

/* >>> SIDEBAR <<< */
/* ----------------------------------------- */

#sidebar {
	border-top: 1px solid #666;
	width: 242px;
	padding-top: 5px;
	padding-bottom: 100px;
	position: absolute;
	top: 210px;
	left: 730px;
}

.sidebar-content {
    width: 242px;
}

.sidebar-content h3 {
	color: #DE8531;
	background-color: #000; 
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	padding: 10px 10px 5px 0;	
}

.sidebar-content p {
	color: #ccc;
	background-color: #000;  
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	padding: 0 10px 10px 0; 
}

small {
        color: #fff;
	font-family: verdana, sans-serif;
	font-size: 1em;
}

.sidebar-content img {
    padding-bottom: 10px;
}

/* search form */

#searchform {
	border: none;	
	margin-top: 12px;
	padding-bottom: 25px;
}

#searchform input { 
	border-top: solid 1px #999;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #999;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background-color: #000 !important;
	color: #fff;
	float: left;
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	height: 22px;
	padding: 6px 0 0 5px;
	width: 175px;
}

#searchform input:focus { 
	background-color: #000 !important;
}

#searchform #searchsubmit {
	background-color: #330a04 !important;
	color: #fff !important;
	float: right;
	height: 30px;
	margin: 0 0 0 3px;
	padding: 0;
	width: 50px;
}

/* >>> PAGINATION <<< */
/* ----------------------------------------- */

.pagination {
clear:both;
padding:20px 0 0 10px;
position:relative;
font-family: verdana, sans-serif;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #B32900;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #DE8531;
color:#fff;
}


/* >>> CONTACT FORM <<< */
/* ------------------------------------------ */

.wpcf7 input {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;  
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;  
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px; 
	color: #666;
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	height: 30px;
	padding: 1px 0 0 5px;
	width: 340px;	
}	

.wpcf7 textarea {
	background: #fff;
	border: solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
        box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;  
        -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;  
        -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;  
	color: #666;
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	padding: 1px 0 0 5px;
	width: 330px;
}

input.wpcf7-submit {
	background: #176e17;
	background: -webkit-gradient(linear, left top, left bottom, from(#EFAC41), to(#f60));
	background: -moz-linear-gradient(top,  #EFAC41,  #f60);
	border: none !important;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
	color: #fff;
	cursor: pointer;
	font-family: verdana, sans-serif;
	font-size: 1.2em;
        height: 80px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
        width: 80px;
	margin-left: 358px;	
	padding: 0;
}	

.wpcf7-response-output {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	width: 420px;
}

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	color: #fff;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-family: verdana, sans-serif;
	font-size: 1.6em;
        font-weight: normal;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-size: 1.4em;
        font-weight: normal;
}

.contacterror {
	border: 2px solid #ff0000;
}

fieldset {
	background: #000;
	border: 1px dotted #B32900;
	-webkit-border-radius: .9em;
	-moz-border-radius: .9em;
	border-radius: .9em;
	height: 600px;
	width: 510px;
	margin-top: 15px;
	padding-top: 20px;
	background-image: url(images/fieldset_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}	

legend {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #EFAC41;
	font-size: 2.4em;
	margin: 0 0 15px 0;
	padding: 0 10px 0 5px;
	text-align: left;
}	

.contactform input {
	border-top: solid 1px #ccc;
	border-right: solid thin #333;
	border-bottom: solid thin #333;
	border-left: solid 1px #ccc;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	background-color: #333 !important;
	color: #fff;
        font-family: verdana, sans-serif;
        font-size: 1.4em;
	height: 25px;
	padding: 5px 0 0 5px;
}	

button {
	background: #DE8531;
	margin: 20px 0 0 50px;
	padding: .5em;
	width: 15em;
	color: #fff;
	border: solid thin #333;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}


textarea {
	height: 200px;
	width: 260px;
}	
	
/* >>> 404 ERROR PAGE <<< */
/* ----------------------------------------- */

.error_404 {
	width: 520px;
	margin: 0;
	padding: 10px;
	background: #000;
}	

/* >>> FOOTER <<< */
/* ----------------------------------------- */	

.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
	padding-left: 190px;
}

#footer_nav {
	clear: both;
	margin-top: 75px;
	width: 520px
}

#footer_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer_nav li {
	float: left;
}

#footer_nav li a {
	display: inline-block;
	font-family: verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 14px 5px;
	text-decoration: none;
}

#footer_nav li a:hover {
	background: #B32900;
	color: #fff;
	text-decoration: none;
}

p.footer {
	margin-top: 50px;
	padding: 20px 0 20px 0;
	font-family: 'Michroma', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
	border-top: 5px solid #fff;
	width: 520px;
}