/*
Theme Name: The Iron Warrior
Theme URI: http://iwarrior.uwaterloo.ca
Description: University of Waterloo's Engineering Newspaper online
Author: Benjamin Shepherd
Version: 1.0
Copywrite: Iron Warrior
*/

@charset "UTF-8";

html {
	margin: 0px;
	padding: 0px;;
}

hr {
	border: 0px;
	background-color: #b2afad;
	height: 1px;
}

/*
Background Styles
*/

body{
	margin:0px;
	padding:0px;
	background-color: #121213;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6968;
	font-size: 13px;
	line-height: 19px;
}

#main{
	background: #313132 url(../media/img/topmenu_1px.jpg) repeat-x;
}

#main .container{
	background-image: url(../media/img/gradient.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
}

.container{
	width: 960px;
	margin:0px auto;
	position: relative;
}

#header{
	padding-top: 30px;
	padding-bottom: 20px;
}

#logo h1, #logo small{
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

#logo{
	background-image: url(../media/img/logo3.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 100px;
}

.logo_link {
	display: block;
	height: 100px;
	width: 500px;
}

ul#menu{
	padding-top: 5px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	right: 0px;
}

ul#menu li{
	display: inline;
	padding-left: 12px;
}

ul#menu li a{
	text-decoration: none;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

ul #menu li a.active, ul#menu li a:hover {
	color: gray;
}

img, #logo {
	behavior: url(scripts/iepngfix.htc) 
} 

/*
Block Styles
*/

.block{
	border: 1px solid #b2afad;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.block_inside{
	display: block;
	border: 1px solid #ffffff;
	background: #ffffff url(../media/img/featured_bg.jpg) repeat-x;
	padding: 30px;
	overflow: auto;	
}

.image_block{
	height: 220px;
	width: 141px;
	border: 1px solid #b2afad;
	background-color: #ffffff;
	padding: 5px;
	float: right;
	margin-right: 25px;
}

.text_block{
	position: relative;
	float: left;
	width: 800px;
	margin-left: 0px;
}

.text_block h2 a {
	color: black;
	}
	
.text_block h2 a:hover {
	color: #3443AB;
	}

/*
Text Styles
*/

h2{
	margin: 5px 0px 10px 0px;
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

small{
	color: #6b6968;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 15px;
        float:left;
}

#pdf-link img {
text-decoration: none;
border: none;
}

a {
	color: #485CEB;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3443AB;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	clear: both;
}

#single p {
	clear: none;
}

a.button {
	background: #32312f url(../media/img/button_bg.jpg) repeat-x;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 25px;
}

a.button:hover{
	background: #3443AB;
	border-color: #3443AB;
}

/* 
Categories home styles
*/

#block_articles{
	padding-bottom: 20px;
	overflow: auto;
}

#articles {
	width: 615px;
	margin-right: 25px;
	float: left;
}

#text_column {
	float: right;
	width: 310px;
}

#text_column h2#text_title{
	text-indent: -9999px;
	width: 310px;
	height: 129px;
}

.mini_article{
	border: 1px solid #b2afad;
	margin-bottom: 15px;
}

.mini_article .block_inside {
	background: none;
	background-color: #eae6e3;	
	padding: 5px 30px 15px 30px;
}
	
.mini_article h3 {
	color: black;
}



/*
Blog
*/

.fb_little_like {
/*float:right;*/
	position: absolute;
	right:0;
	bottom:12px;
}

#block_featuredarticle .text_block {
	padding-top: 5px;
	width: 620px;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 32px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 35px;
	letter-spacing: -1px;
	
}

/*
Block Content-Styles
*/

#block_content {
	overflow: auto;
	width: 960px;
}

#content_area {
	background-color: #ececec;
	width: 700px;
	float: left;
}

#content_area .block_inside {
	
padding: 10px 30px 30px 30px;
}

#category_nav {
	position: absolute;
	left: -8px;
	background-image: url(../media/img/categories_banner.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 716px;
	z-index: 1;
}

#category_nav ul{
	padding-top: 12px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 20px;
}

#category_nav li{
	display: inline;
	padding-left: 22px;
}

#category_nav li a{
	text-decoration: none;
	color: #e9e6e3;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#category_nav li a.active, #category_nav li a:hover {
	color: #cdcac7;
}

#category_nav li a.selected {
        text-decoration: underline;
        border: none;
}

.tin-soldier {
	font-style: italic;
	
}

.selected {
	font-weight: bold;
	color: black;
}

.posts {
	margin-top: 60px;
	min-height: 500px;
}

.posts small {
	color: black;
	margin-bottom: 10px;
}

.posts h3 a {
	font-size: 20px;
	color: black;
	margin-bottom: 10px;
}

.posts h3 a:hover {
	color: #3443AB;
}


#sidebar {
	float: left;
	width: 255px;
	position: relative;
	left: -1px;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: #e9e6e3;
	border: 1px solid #a3a09e;
	z-index: 0;
}

#sidebar .block_inside {
	background: none;
	background-color: #fcfcfc;
	padding-left: 30px;
}

#sidebar h2 {
	color: black;
	font-size: 18px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 25px;
}

#sidebar ul a {
	color: gray;
}

#sidebar ul a:hover {
	color: #3443AB;
}

#single {
	position: relative;
	padding-top: 55px;
}

#single {
padding: 0;
/*position: absolute;*/
left: 0;
top: 1px;
}

#switchlinks {
	display:block !important;
	position: relative !important;
	float: right !important;
}

.fb_like {	
	padding: 0;
	position:absolute;
	bottom:0;
	right:0;
}

#single p {
	color: black;
	line-height: 25px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ailgnright,
div.alignright {
	float: right;	
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* comments */

.commentlist li {
	background-color: #ececec;
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	clear: both;
	min-height: 60px;
}

#comments_template ul {
	padding: 0px;
	margin: 0px;	
}

.comment-gravatar {
	margin: 5px;	
	float: left;
}

#comment-text {
	padding: 10px;	
	display: block;
}

.commentlist cite, span {
	font-weight: bold;	
}

#respond h2 {
	font-size: 26px;
}

/* Search */

#searchform {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
}

#search_input {
	position: relative;
	margin: 3px 0px 0px 0px;
	padding: 3px;
	border: 1px gray solid;
	width: 130px;
}

#search_submit {
	position: relative;
	float: right;
	top: 2px;
	right: 2px;
	background-image: url(../media/img/icon-search.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	border: none;
}

#search_submit:hover {
	cursor: pointer;
}

/*ad*/

#side_ad {
float:right;
margin-right: 1px;
}

.ad {
background: #313132;
width: 728px;
margin:0 auto;
	z-index: 999999;
}



/* 
Footer Styles
*/

#footer {
	border-top: 1px solid gray;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}

.footer_column {
	float: left;
	width: 120px;
	margin-right: 30px;
	padding-bottom: 20px;
}

#footer .long {
	width: 500px;
	margin-right: 110px;
}

#footer h3 {
	color: #eae6e3;
	text-transform: uppercase;
	font-size: 10px;
}

.footer_column ul li, .footer_column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer a{
	/* color: #485CEB; */
	color:#999999;
}

#footer a:hover{
	text-decoration: none;
	/*color: #3443AB;*/
	color:#BBBBBB;
}

