/*
THEME NAME: MNML
THEME URI: http://themeshaper.com/mnml-a-tumblelog-style-wordpress-theme/
DESCRIPTION: A Tumblelog-style Theme for WordPress based on <a href="http://www.plaintxt.org/themes/sandbox/">The Sandbox</a>
VERSION: 1.3
AUTHOR: <a href="http://themeshaper.com/">Ian Stewart</a>
AUTHOR URI:
Tags:two column, fixed width, fixed header, seo
*/

@import url('styles/reset.css');

body {
  font: 14px/18px Arial,sans-serif;
  color:#EEEEEE;
  background: url(/wp-content/uploads/2012/04/coral-background.jpg) repeat-y scroll 0 0 #222;
  background-size: 100%;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 18px 0;
	text-align:left;
}
ul, ol {
	margin: 0 0 18px 1.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin: 0 0 18px 0;
}
dl dt {
	font-weight: bold;
	margin: 18px 0 0 0;
}
dd {
	margin: 0 0 0 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}

/* Forms
-------------------------------------------------------------- */

input, textarea {
	font:Georgia,serif;
	line-height:18px;
}


/* Structure
-------------------------------------------------------------- */

#header {
/*	position:fixed;*/
	top:0;
	left:0;
	right:0;
	width:100%;
        box-shadow: 5px 5px 10px #111111;
        border-bottom: 1px solid #333;
}
#branding {
    width:990px;
    margin:0 auto;
    white-space:nowrap;
}
#access {
    width:990px;
    margin:0 auto;
}
#content-wrap {
    width:990px;
    margin:0 auto;
    overflow:hidden;
}

#content-wrap p, .edit-link, .comments-link, .nav-previous, .entry-meta, .entry-info, li {
    text-shadow: 1px 2px 2px #000000;
}

#container {
    width:720px;
    float:left;
}
#content {
	margin:0 40px 0 40px;
}
#primary {
	float:left;
	width:275px;
	margin:0 0 36px 10px;
}
#footer {
    clear:both;
    width: 990px;
    display: none;
}

#decal {
background:url(/wp-content/uploads/2010/03/gource-papervision-bg.png) no-repeat scroll left top transparent;
bottom:0px;
right:0px;
position:fixed;
width:371px;
height:423px;
z-index:999;
display: none;
}

/* Global Elements
-------------------------------------------------------------- */

a:link, a:visited {
	color:#EEE;
	text-decoration:none;
        font-weight: bold;
}
a:hover {
	color: #AAA;
}

blockquote {
    font-family:Georgia,serif;
    font-size:16px;
    font-style:italic;
}

/* Header
-------------------------------------------------------------- */

#header {
	background-color: #555;
	padding:18px 0 0 0;
}
#branding {
	padding:18px 0;
}
#blog-title {
	font-size:24px;
	font-weight:bold;
	line-height:24px;
        display:inline;
	padding:0 5px 0 40px;
}
#blog-title a {
	text-decoration:none;
	color:#CFCFCF;
        text-shadow:1px 3px 2px #111;
}
#blog-title a:hover {
}
#blog-description {
    color:#CFCFCF;
    display:inline;
    font-size:18px;
    letter-spacing:2px;
    margin-left:10px;
    text-shadow:1px 3px 2px #111;
    text-transform:uppercase;
    white-space:nowrap;
}

/* Menu
-------------------------------------------------------------- */

.skip-link {display:none;}

#access {
        overflow:hidden;
}	
#access ul {
	margin:0 40px 0 0;
	list-style:none;
        float: left;
        border-right:1px solid #333;
}
#access ul ul {
	display:none;	
}
#access li {
	display:inline;
	margin:0;
}
#access a {
    display:block;
    float:left;
    color:#040405;
    padding:0 10px;
    margin-left: 40px;
    line-height:21px;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
    border-top:1px solid #333;
    border-left:1px solid #333;
    background-color: #777777;
    text-shadow: none;
}
#access .current_page_item a {
    background:#3D4243;
}
#access a:hover {
    background:#323739;
}

/* Content
-------------------------------------------------------------- */

.xoxo {
    background-color: rgba(51, 51, 51, 0.67);
    border-radius: 15px;
}

#wrapper {
}

#postbox {
    padding:30px 0;
    position:relative;
}
#postbox form {
    width:870px;
    margin:0 auto;
}
#postbox textarea {
    width:100%;
    margin-bottom:9px;
}
#postbox label {
	display: block;
}
#postbox input#tags {
}
#postbox input#submit {
}
#postbox #user-info {
    position:absolute;
    bottom:30px;
    right:0px;
}
#container {
        background: none repeat scroll 0 0 #333333;
        border-left: 2px solid #3A3A3A;
        border-right: 2px solid #222222;
	border-bottom: 1px solid #222222;
        box-shadow: 5px 5px 10px #111111;
	padding:10px 0 32px 0;
}
.hentry {
	margin:0 0 15px 0;
	position:relative;
}
.entry-title {
	font-size:27px;
	font-weight:bold;
	line-height:48px;
	margin-bottom:3px;	
	letter-spacing:-1px;
        color: #CFCFCF;
        text-shadow:0 3px 2px #000000;
}
.entry-title a {
	text-decoration:none;
        color: #CFCFCF;
}
.entry-info {
        color: #999999;
        margin-bottom: 5px;
}

.entry-content {
	padding-top:5px;
}
.entry-content h1,.entry-content h2,.entry-content h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 16px 0;
}
.entry-content h4,.entry-content h5,.entry-content h6 {
	font-weight:bold;
}
.entry-content h5 {
	font-size:12px;
}
.entry-content h6 {
	font-size:11px;
}
.entry-content abbr,.entry-content  acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.caps {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.important {
	font-weight:bold;
}
.entry-meta {
        color: #999999;
	font-size:11px;
}
.content-column, .entry-content .linkcat {
	margin-left:0;
	list-style:none;
}
.entry-content .linkcat {
	margin-left:-18px;
}
.content-column {
	margin-left:-18px;
	margin-bottom:18px;
} 

/* Tumblelog Categories
-------------------------------------------------------------- */

/* Asides */
.home .category-asides * {
    display:inline;
    position:relative;
}
.home .category-asides .entry-title {
    display:none;
}
.home .category-asides .comments-link {
    margin:0 0 0 .125em;
}
.home .category-asides .edit-link {
    margin:0 0 0 .125em;
}

/* Comments
-------------------------------------------------------------- */

.comments-link {
   text-align:right;
}

#comments {
    padding-top:36px;
}
.comments h3 {
	font-size:17px;
	font-weight:bold;
	margin:0 0 18px 0;
}
#comments ol {
	margin:36px 0 0 0;
}
#comments ol li {
	margin:0 0 10px 0;
}
#comments-list .comment-author {
	font-weight:bold;
}
.comment-meta {
	font-size:11px;
	margin-bottom:18px;
}
#respond h3 {
	font-size:17px;
	font-weight:bold;
	margin:0 0 18px 0;
}
#respond input, #respond textarea {
    width:510px;
    margin-bottom:9px;
}
#respond .form-submit input#submit {
    width:515px;
}

/* Primary Sidebar
-------------------------------------------------------------- */

#primary {
    width:250px;
    padding:0 0 18px 0;
/*    border-left:1px solid #272727; */
}
.loggedin #primary {
}
#primary ul {
	margin:0;
	list-style:none;
}
#primary ul ul {
    padding:0 15px 18px 30px;
    background:transparent;
}
#primary ul ul ul {
    padding:0;
}
#primary h3 {
    text-transform:uppercase;
    font-size:14px;
    line-height:36px;
	font-weight:bold;
    padding:0 30px 0 30px;
    margin-top:10px;
}

#primary a:link, #primary a:visited {
	color:#EEE;
	text-shadow: 1px 2px 2px #000000;
        text-decoration: none;
        font-weight: bold;
}

#primary a:hover {
        color: #AAA;
        text-shadow: 1px 2px 2px #000000;
}

.sidebar #search h3 {
    display:none;
}
.sidebar #search form {
    padding:18px 30px;
}
.sidebar #search input#s {
    width:60%;
}

/* Footer
-------------------------------------------------------------- */

#footer p {
    margin-left:40px;
}
/* Navigation
-------------------------------------------------------------- */

.nav-previous {
	float:left;
	width:50%;
}
.nav-next {
	float:right;
}
#nav-above,#nav-below {
	float:right;
	width: 100%;
}
.home #nav-above,.single #nav-above {
	display:none;
}
#nav-above {
	margin:16px 0;
}
#nav-below {
	margin-top:-16px;
	margin-bottom:16px;
}

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 0px 0;
	max-width:100%;
	box-shadow: 5px 5px 10px #111;
	-moz-box-shadow: 5px 5px 10px #111;
	-webkit-box-shadow: 5px 5px 10px #111;
}

.no-box-shadow {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
img.alignleft,
img.align-left {
	float: left;
	margin-right:1.5em;
}
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:1.5em;
}
img.centered,
img.align-center {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.mejs-overlay-button, .mejs-overlay-loading  {
    display:none;
}

.mejs-container {
    box-shadow: 5px 5px 10px #222
}