/*
Theme Name: MERJ
Theme URI: http://www.merj.info
Author: Matt Northam
Author URI: http://www.mattnortham.com/
Description: MERJ Theme.
Version: 0.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("../twentyeleven/style.css");

.clear {clear: both;}
.center {text-align:center;}
.flLeft {float: left}
.flRight {float: right}
body, #page {padding-top: 0; margin-top: 0; background: transparent}

body {background: url('images/bg-tile.jpg') repeat-x top center fixed;height: 100%; font-size: 0.9em; line-height: 1.3em}

h1,
h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

.entry-title {padding: 0; margin: 0;}

#container {
width: 990px;
height: 100%;
margin: 0 auto;
display:  block;
position:  relative;
background:;
}

/* COLOURS!!!! */
/* CURRENT COLOUR: Grey (#7e7e83) */


a, a:link, a:visited {color: #fff; background: #7e7e83}
a:hover, a:active {color: #000000; background: #cecece; -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;}

#branding {float: left; width: 300px; margin: 0; padding: 10px 0 0 0;height: 100%; background: #7e7e83; text-align: center; color: #fff; position: fixed;}
#branding a {background: transparent;}
#branding h1 {margin: 0 0 20px 0;}
#branding p {margin:  20px; font-size: 1.2em; text-transform: uppercase}
#branding hgroup {margin: 0 0 40px 0;}

#main {float: left;width: 610px; background: #fff; margin: 20px 20px 20px 300px; padding: 20px;}

#access {background: transparent; border:  0;}

#access {
	background: transparent;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0em;
	padding-left: 0;
}
#access li {
	clear:  both;
	position: relative;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
#access a {
	color: #fff;
	background: transparent;
	display: block;
	line-height: 2.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	font-size: 1.1em;
}

#branding img {
	height: auto;
	margin-bottom: -7px;
	width: auto;
}

#content {background: ; margin: 0 0px; margin: 0 !important; padding: 0;}
#primary {padding: 0px; background: }
#home {padding: 0; background: ;}
#home #content {width: 100%;}

.welcomeTxt {background: ; width: 100%; font-size: 0.95em; border-bottom: 1px solid #e6cc20; padding: 0; margin: 0 0 15px 0;}
.welcomeTxt a.more{background: #7e7e83; padding: 4px; color: #FFF; text-decoration: none;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.welcomeTxt a.more:hover{background: #2eadff; padding: 4px; color: #000;}

.latestCover {float: right; width: 35%; background:; text-align:right;}
.currentIssue {float: left; width: 65%; padding: 0px; background: }
.currentIssue li {margin: 10px 0;}


#homeBlurb {float: left; width: 96%; padding: 2%; border: 2px dashed #e6cc20; margin: 0 0 15px 0;}


.issueBlock {float: left; width: 46%; padding: 2%;}
.issueBlock .floatRight{float: right;}
.issueBlock h3 {text-transform: none;}

.issue p em{margin: 14px 0 0 0; display: block !important}
ul {margin-bottom: 15px;}

article.page {background: ; padding: 0;}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 99.9%;
}

article .entry-title {max-width: 390px; line-height:  1.2em;}

.edit-link {clear: both;}

#content {
	margin: 0 0% 0 0%;
	width: 72%;
	background: ;
}

#secondary {
	float: right;
	margin-right: 5px;
	width: 24%;
	background: ;
	padding: 0 0 0 5px;
}

.archivelist { border-bottom: 1px solid #06C; border-left: 1px solid #06C;}

.widget ul {
	font-size: 15px;
	margin: 0;
	list-style: none;
	}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	padding: 10px;

}

.hentry li{margin:6px 0;}

.previousCover {float: left; width: 30%;}
.previousBlurb {float: right; width: 70%;} 