/*
Theme Name: Brix Magazine
Theme URI: http://brixmag.com/
Description: A custom theme created for Brix Magazine.
Version: v1
Author: Simon Hanington
Author URI: http://backdraft.org/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@charset "UTF-8";
* {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

body { overflow: scroll; }

html, body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	height: 100%
}

a {
	text-decoration: none;
	color: #666;
}


a:hover {
	text-decoration: underline;
}

a.plus {
	font-size: 9px;
	color: #F60;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 18pt;
	color:#000; /* Main Headline color */
	font-weight: normal;
	line-height: 20pt;
	text-align: left;
}

h1.index {
	color:#39F; /* Main Headline color */
	font-family: Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	line-height: 20pt;
	text-align: left;
	display: inline;
}

h1.index a {
	color:#39F; /* Main Headline color */
}

h1.index:before
{
	content:" + ";
}

h1.index:first-child:before
{
	display: none
}
#index_header {
	padding: 15px 0px 15px 0px;
}

#article a {
	text-decoration: underline;
}

h2 {
	color: #000;
	font-size: 14pt;
	margin: 0 0 10px 0;

}

h3 {	margin: 0 0 10px 0;

}

h4 {	
	margin: 0 0 10px 0;
}

h5 {
	margin: 0 0 10px 0;

}

p {
	font-family: Helvetica, sans-serif;
	size: 10pt;
	line-height: 13pt;
}

#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* CONTENT STUFF*/
#content{ 
	padding-top: 20px;
	position: relative; 
	min-height: 600px; 
	width: 800px;
	left: 100px;
}

#mainimage {
	background: white;
	width: 800px;
	height: 300px;
}



/* HEADER STUFF */

#header {
	position: relative;
	padding: 20px 0 10px 0;
	height: 100px;
	}

/* LOGO */

#logo {
	float: left;
	color: black;
	font: "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 92px;
	font-weight: bold;
}

#logo a {
	color: black;
	font: "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 92px;
	font-weight: bold;
	text-decoration: none;
}

#logo a:hover {
	color: black;
	text-decoration: none;
}

#logo a:visited {
	color: black;
	text-decoration: none;
}

#headerlinks {
	float: right;
	width: 700px;
		padding-top: 20px;

}

#headerlinks #tagline {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 99%;
	border-bottom: solid 1px grey;
	color: black;
}

/* LINKS LIST */

#links {
	text-align: center;
}

#links ul {
	list-style: none;
	color: #666;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
}

#links li {
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 35px;
	display: inline;
	margin: 0px;
}

#links a {
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

#links a.active {
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#333;
}


#links a:hover {
	text-decoration: underline;

}

#links #search {
	display: inline;
}

#links #search input {
	font-size: 9px;
	color: #999;
}

/* INDEX PAGE LAYOUT */

#index_nav {
	position: relative;	
	margin-top: 20px;
	height:  100%;
}

#index_nav #left {
	float: left;
	width: 110px;
	min-height: 100%;
	line-height: 15pt;
	font-size: 10pt;

}

#index_nav #articles {
	float: left;
	width: 512px;
	border-right: solid 1px grey;
	border-left: solid 1px grey;
	height: 100%;
	margin-bottom: 10px;
	padding: 0 15px 0 15px;
}

#index_nav #articles_left {
	float: left;
	width: 240px;
	border-right: solid 1px grey;
	padding: 0 15px 0 0;
	height: 100%;
}

#index_nav #articles_right {
	float: left;
	width: 240px;
	padding: 0 0 0 15px;
	height: 100%;
}

#index_nav p {
	font-size: 9pt;
}

#index_nav #right {
	float: left;
	padding-left: 20px;
	height: 100%;
	width: 120px;

}

#index_nav #articles_image {
	width: 240px;
	height: 200px;

}


/* MAIN PAGE LAYOUT */

#page_nav {
	position: relative;	
	margin-top: 20px;
	height:  100%;
}

#page_nav #left {
	float: left;
	width: 130px;
	min-height: 100%;
	line-height: 15pt;
	font-size: 10pt;
	margin-right: 5px;
}

#page_nav #article {
	float: left;
	width: 740px;
	border-right: solid 1px grey;
	border-left: solid 1px grey;
	height: 100%;
	min-height: 400px;
	margin-bottom: 10px;
	padding: 0 15px 0 15px;
}

#page_nav #article #links {
	background-color: #444;
	text-align: left;
	padding: 1px;
	margin-bottom: 6px;
}

#page_nav #article #links a {
	color: #FFF;
	margin-left: 20px;
}

#page_nav #article p {
	color: #666;
	font-size: 10pt;
}

img {
	border-style: none;
}

/* FOOTER */
#footer {
	width: 780px;
	text-indent: 80px;
}


/* From Wordpress */

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
blockquote	{
	background-color: #FFF8B2;
	padding: 15px;
}

