/*
Theme Name: MP 2012
Theme URI:
Author: Martok
Author URI:
Description: yay
Version: 1.2
License: WTF
Tags:
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */



/* Singular */

/* Attachments */
/* Showcase */

/* error404 */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */

/* Simplify the showcase template */
/* Simplify the showcase template when small feature */
/* Remove the margin on singular articles */

/* Make sure we have room for our comment avatars */

/* Make sure the logo and search form don't collide */
/* Talking avatars take up too much room at this size */

/* =Global
----------------------------------------------- */
body {
  font-family: "Lato", "Helvetica", Sans-serif;
}

#page {
  width: 90%;
  min-width: 740px;
  margin: auto;
}

ul, ol {
  padding-left: 1ex;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
/* Headings */

h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
  font-weight: bold;
}

/* Text elements */

p {
  margin: 1ex 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-left: 1em;
  padding: 0.5em 1em;
  border-left: 3px double black;
}

pre, code {
  font-family: monospace;
}
code {
  font-size: 1.1em;
}


/* Forms */
textarea,
input {
  border: 1px solid silver;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0 5px;
  padding: 2px;
}

/* Links */

a,
a:hover,
a:visited{
  text-decoration: none;
  color: #559;
}
a:hover{
  text-decoration: none;
  color: #599;
}

/* Assistive text */
.assistive-text {
  display:none;
}

/* =Header
----------------------------------------------- */
#admin  {
  background: #555;
  color:white;
  text-align: right;
  padding: 3px 0;
}

#admin h3, #admin ul, #admin ul li {
  display:inline;
  font-size: 1em;
}

#admin ul li a,#admin ul li a:active,#admin ul li a:visited,#admin ul li a:hover{
  color:white;
  text-decoration: none;
}



#branding  {
  background: black;
  color: white;
}

#branding .logobox {
  float:left;
  width: 250px;
  font-weight: bold;
  height: 80px;
  padding-top: 45px;
}
#branding #site-title {
  font-size: 36px;
}

#branding .infobox {
  height: 65px;
}


#branding a,
#branding a:hover,
#branding a:visited{
  color:white;
}


#branding #logo {
  float:left;
  width: 80px;
  height: 80px;
  overflow:hidden;
  margin-right: 10px;
}

#branding div.banner-right {
  height: 125px;
  text-align: right;
}

#branding div.banner-right>* {
  padding: 5px;
}

/* =Menu
-------------------------------------------------------------- */

#menu-mainmenu .menu-item{
  display: inline;
  background: blue;
  padding: 10px;
  font-family: "Lucida Console","Courier New",monospace;
  font-size: 90%;
}

#menu-mainmenu .current-page-ancestor,
#menu-mainmenu .current-menu-item{
  text-decoration: underline;
}

#menu-mainmenu {
  height: 40px;
  padding-top: 10px;
}


/* Search Form */

#searchform {
  height: 50px;
  padding-top: 25px;
}

/* =Content
----------------------------------------------- */

#main {
  padding-right: 260px;
}

#primary {
  float:left;
  position:relative;
  width: 100%;
}

article.post {
  margin: 1em 0 2.5em;
}

article.post+article.post {
  border-top: 2px groove silver;
  padding-top: 10px;
}

article.page {
  margin: 2em 0 2.5em;
}

/* Post-meta */

h1.entry-title {
  font-family: "Lucida Console","Courier New",monospace;
}


.format-gallery h1.entry-title,
.format-image h1.entry-title,
.format-aside h1.entry-title {
  text-align: right;
  font-size: 1.4em;
}

.entry-meta {
  background: #f5f5f5;
  margin: 4px 4px 4px 0;
  padding: 4px 4px 4px 8px;
  font-size: 80%;
  clear:both;
}

/* Content-content */
.entry-content, .comment-content {
  line-height: 150%;
  font-size: 80%;
  font-family: Arial,Verdana,Helvetica;
}

.entry-content {
  padding-bottom: 1em;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content li {
  list-style-position: inside;
}


/* Images */

/* Image borders */

/* Password Protected Posts */

/* Author Info */

/* Comments link */

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/

/* Singular content styles for Posts and Pages */

/* =Aside
----------------------------------------------- */

/* =Link
----------------------------------------------- */

/* =Gallery
----------------------------------------------- */


/* =Status
----------------------------------------------- */

/* =Quote
----------------------------------------------- */

/* =Image
----------------------------------------------- */

/* =error404
----------------------------------------------- */

/* =Attachments
----------------------------------------------- */

/* =Navigation
-------------------------------------------------------------- */

#content nav{
  text-align: center;
}

#content nav div {
  display: inline;
}

#content nav div.nav-spacer {
  width: 10px;
}

#content nav#nav-below{
  padding-top: 1em;
}

#sidebar {
  float: left;
  width: 250px;
  margin-right: -265px;
  padding-left: 8px;
}

/* =Widgets
----------------------------------------------- */
aside.widget {
  no-border: 1px solid red;
  border-bottom: 2px solid black;
  padding-bottom: 8px;
  margin: 4px 0;
}
aside.widget h3 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Lucida Console","Courier New",monospace;
}

aside.widget li {
  list-style-type: none;
}

.widget_page_tree .current_page_item>a{
  color: #599;
  font-weight: bold;
}


/* =Comments
----------------------------------------------- */

.comment-meta {
  background: #f5f5f5;
  padding: 10px 0;
}

article.comment {
  border-left: 1px solid black;
  margin: 5px 0;
  padding-left: 4px;
}

/* Post author highlighting */
.comment-author .avatar {
  float: left;
  margin-right: 10px;
}

/* Post Author threaded comments */
.commentlist .children {
  margin-left: 5em;
}

/* sidebar-page.php comments */
/* Comment Form */

#respond {
  padding: 1em;
  border-left: 2px inset #55d;
  border-right: 2px inset #55d;
}

.comment #respond {
  margin-left: 5em;
}


.comment-form-comment label {
  display: block;
  margin-left: 2em;
  margin-bottom: 2px;
}

.comment-form-comment #comment {
  width: 90%;
}

#commentform p {
  padding: 3px 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 150px;
}



/* =Footer
----------------------------------------------- */

#colophon {
  clear:both;
  padding-top: 23px;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 1em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}