/*  
Theme Name: MQB
Theme URI: http://www.maiq.info/mqb-free-wordpress-theme/
Description: Widget ready theme with nice design and simple banner management.
Author: MaiQ
Author URI: http://maiq.info/
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, three columns, valid XHTML, valid CSS
Version: 1.1

	MQB v1.1
	 http://maiq.info/
	This theme was designed and built by Maiq,
	whose blog you will find at http://maiq.info/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* GENERAL TAGS */
* {
margin:0;
padding:0;
}
body {
font:12px helvetica neue,helvetica,sans-serif;
color:#ffffff;
background: #000;
}

h1,h2,h3 {
font-size:13px;
font-weight: normal;
text-transform:  uppercase;
font: helvetica, helvetica, sans-serif;
padding-bottom: 2px;
border-bottom: 1px solid #999999;
}



h4 {
font-size:14px;
}

h5 {
font-size:10px;
color:#7f7f7f;
padding-left:1px;
font-weight:400;
}

a {
color:#ff0000;
text-decoration:none;
}

a:hover {
color:#3399ff;
}

pre, code {
	font-family:"Courier New", Courier, monospace;
	color:#2175BC;
	background:#fbfbda;
}
pre {
	padding:0 2em 1.7em 2em;
	background:#fbfbda;
	border:1px solid #B4C24B;
	overflow:auto;
	width: 50%;
	w\idth /**/:auto;
}
pre strong { background:#efc }
blockquote {padding-left:10px; border-left: 1px solid #1e1e1e; background:#eee;}


#wrap{
width:1000px;
margin:0 auto;
padding:0;
}


/* HEADER */

#maintab{
padding: 204px 10px 0px 10px;
font-size:16px;
font-weight: bold;
font: helvetica, verdana, sans-serif;
color:  #444;
text-align: center;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 16px 0px 12px;
color:  #fff;
}

#maintab li a:hover{
color: #fff;
text-decoration: underline;
}

#maintab li a:active{
color: #ff0000;
text-decoration: underline;
}

#maintab li.selected a{ /*selected main tab style */
color: #000;
background:  #999999;
padding: 4px 15px 4px 15px;
}


#headernav-box{ background: 000; background-position: center; background-repeat: repeat-x; width: 100%; min-width: 1000px; text-align: center; height: 260px;}


#headernav{ background-image:url(http://www.sempersomnio.com/nav-css/header-ss.jpg); background-position: center; width: 100%; background-repeat: no-repeat; height: 256px; z-index: 100;}



#tabcontent{ /*2nd level content wrapper*/
font-size: 12px; 
font: "Helvetica", "Lucida Grande", "Verdana", "Arial", sans-serif;
padding: 13px 0px 4px 0px;
height: 14px; /*IE7 beta2 fix*/
}

#tabcontent ul{
text-align: center;
margin: 0 auto;
width: 1000px;
padding: 0;
list-style-type: none;
display: none;
color: #fff;
}

#tabcontent ul li{
display: inline;

}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
color: #000;
padding: 2px 15px 2px 15px;
display: inline;

text-decoration: none;
}


#tabcontent ul li a:hover{
background-color: transparent;
color: #000;
text-decoration: underline;
}

#tabcontent ul li a:active{
background-color: transparent;
color: #ff0000;
text-decoration: underline;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#tabcontent2{ /*2nd level content wrapper*/
font-size: 12px; 
font: "Helvetica", "Lucida Grande", "Verdana", "Arial", sans-serif;
padding: 0px 0px 0px 0px;
background-image: url(http://www.sempersomnio.com/nav-css/footernav-ss.jpg);
height: 66px; /*IE7 beta2 fix*/
margin: 0 auto;
}

#tabcontent2 ul{
text-align: center;
margin: 0 auto;
width: 1000px;
padding-top: 10px;
list-style-type: none;
display: none;
color: #999;
}

#tabcontent2 ul li{
display: inline;

}

#tabcontent2 ul.selected{ /*selected 2nd level content*/
display: block;
}

#tabcontent2 ul li a{
color: #fff;
padding: 2px 15px 2px 15px;
display: inline;

text-decoration: none;
}


#tabcontent2 ul li a:hover{
background-color: transparent;
color: #fff;
text-decoration: underline;
}

#tabcontent2 ul li a:active{
background-color: transparent;
color: #ff0000;
text-decoration: underline;
}



#header{
margin:0;
padding:0;
width:100%;
height:140px;
background:#1e1e1e;
}
#headone{
float:left;
width:49%;
height:140px;
}
#headone  h1{
font-size:2em;
padding:20px 15px 0px 100px;
color:#b60e52;
}
#headone h2{
padding:15px 0px 0px 20px;
color:#b60e52;
font-size:16px;
	}
#headtwo{
float:right;
width:50%;
height:140px;
background:#b60e52;
}



/* MENU */
ul#menu{
padding:10px;
color:#f5f5f5;
list-style-type:none;
}
ul#menu li {
	float:left;
	}
ul#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	font-weight:bold;
	}
ul#menu li a:hover {
	padding:0 15px;
	display:block;
	color:#1e1e1e;
	background:#fff;
	margin-right:2px;
	font-weight:bold;
	}



/* CONTAINER */
#container{
width:1000px;
margin:0 auto;
}



/* MAIN CONTENT */
#content {
float:left;
width:460px;
margin: 10px 0;
overflow:hidden;
}
#content img{
border: 1px solid #999999;
padding: 4px;
}

#content p{
padding-bottom: 10px;}

/* POSTS */
.post {
margin:0 0 10px;
}
.post h2 {
line-height:1.2em;
}
.post h2 a {
width:100%;
display:block;
outline:none;
color: #fff;
}
.post img {
	padding: 4px;
	border: 1px solid #00aaef;
	max-width: 460px;
}
.post .entry {
line-height:1.4em;
overflow:hidden;
}
.post .entry p {
margin:5px 0;
}
.post .entry p a {
font-weight:700;
}
.entry blockquote {
margin:0 1.3em;
}
.entry h3 {
margin:1em 0;
}
.entry ul {
margin:0 1.3em;
list-style:none;
}
.entry li {
list-style:none;
}
.entry li a {
color:#333;
font-weight:700;
}
.entry ul li {
padding-left:18px;
margin-bottom:7px;
}
.entry ol {
margin:0 1em 0 3em;
}
.entry ol li {
margin:0 0 7px;
}
.entry table tr {
padding:15px 0;
}
.entry table tr.alt {
background:#eee;
}
.postMain {
overflow:hidden;
margin-bottom:15px;
}
.postMeta {
text-transform:uppercase;

background-image: url(http://www.sempersomnio.com/nav-css/h2-ss-bg.jpg);
background-repeat: repeat-x;
font-size:13px;
font-weight: bold;
text-align:right;
margin-bottom:5px;
border-bottom: 1px solid #999999;
}
.postMeta span.date {
background: #999999;
color:#000;
padding:0 4px 0 4px;
}
.postMeta span.comments {
background:#FFF url(images/user.gif) no-repeat left center;
padding-left:15px;
margin-left:2px;
}
.postMeta span.comments a,.postMeta span.date a {
color:#000;
}
img.wp-smiley {
	border:none;
	background: none;
        padding:0;
	margin:0 2px;
        vertical-align:0;
}
#more {
color:#7F7F7F;
font-size:11px;
text-transform:uppercase;
margin-bottom:15px;
margin-top:15px;
text-align:right;
}
#more p,#more img {
vertical-align:middle;
}
#more a img {
border:none;
margin:0 0 3px 2px;
}
/* Sidebar */
#search {
margin-bottom:20px;
}
#search input {
vertical-align:middle;
}
#search #s {
font-size:1.1em;
border:1px solid #BBB;
padding:1px 2px;
margin-right:3px;
width:180px;
}
.sidebar_links h3 {
margin-bottom:5px;
}
.sidebar_links ul li {
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px;
}
.sidebar_links img {
border:0;
}
.side_content {
margin:0 0 20px;
}
.side_content h3 {
margin-bottom:5px;
}
.rss_links h3 {
margin-bottom:5px;
}
.rss_links {
margin-bottom:20px;
}
.rss_links ul li {
background:url(images/rss.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 16px;
}
.user_links h3 {
margin-bottom:5px;
}
.user_links {
margin-bottom:20px;
}
.user_links ul li {
background:url(images/user.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 16px;
}
#sidebar_one ul {
list-style:none;
margin:8px 0 4px;
}
#sidebar_one a {
font-weight:700;
}


/* LEFT SIDEBAR */

#sidebar_one {
color:#ffffff;
float:left;
margin:10px 0 0 20px;
width:250px;
line-height:1.3em;
}
#sidebar_one p {
color:#777;
}
#sidebar_one ul {
list-style:none;
margin:8px 0 4px;
}
#sidebar_one li {
list-style:none;
margin:8px 0 4px;
}
#sidebar_one img {
border:1px solid #999999;
padding: 4px;
}


/* FAR RIGHT SIDEBAR */

#sidebar_two {
float:left;
width:250px;
margin:10px 0 0 20px;
}
#sidebar_two p {
color:#777;
}
#sidebar_two ul {
list-style:none;
margin:8px 0 4px;
}
#sidebar_two li {
list-style:none;
margin:8px 0 4px;
}
#sidebar_two img {
border:1px solid #999999;
padding: 4px;
}



/* COMMENTS */
#comments {
width:435px;
padding:12px 0 0;
}
#comments h3,h3#respond {
color:#fff;
margin-bottom:7px;
}
ol.commentlist {
color: #666;
list-style-type: none;
margin: 0;
margin-top: 1.5em;
padding: 0;
}
.commentlist li {
margin-bottom: 2em;
padding: 0.5em 1em;
margin-bottom:7px;
}
.alt2 {
background: #eaeaea;
padding: 0.5em;
color:#000;
}
.alt1 {
background: #f3f3f3;
padding: 0.5em;
color:#000;
}
p.nocomments {
margin:0 12px 0 7px;
}
p.nocomments a {
color:#ddd;
font-weight:700;
text-decoration:underline;
}
p.nocomments a:hover {
color:#FFF;
}
#commentform p {
margin:1em 0;
}
#commentform p a {
font-weight:700;
}
#author,#email,#url,#comment {
font:1.1em arial,helvetica,verdana,sans-serif;
border:1px solid #BBB;
padding:2px;
}
#comment {
width:458px;
overflow:auto;
}
#commentform p small {
font-size:10px;
color:#7F7F7F;
}


/* FOOTER */

#footer {
width: 1000px;
padding-top:10px;
padding-bottom:10px;
text-align: center;
font-size: 13px;
font: Helvetica, Sans-serif;
font-weight: bold;
margin: 0 auto;
}

#footernav{ background-image:url(http://www.teruo.com/nav-css/footer.jpg); background-position: center; width: 100%; background-repeat: no-repeat; height: 70px; z-index: 100; clear: both;}





/* fixes */
.fix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.fix {
display:inline-block;
}
* html .fix {
height:1%;
}
.fix {
display:block;
}
.ez100{
float:left;
margin:1px;
border:1px solid #eaeaea;
}
.ez100:hover {
border:1px solid #ccc;
}




/** WORDPRESS CSS */
.clear {
clear:both;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}
.alignright {
   float: right;
   margin: 0 0 10px 10px;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}
.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}



/* CUSTOM PAGES */
#content2 {
float:left;
width:730px;
margin: 10px 0;
overflow:hidden;
}
#content img{
border:1px solid #999999;
}


#sidecolumn {
color:#ffffff;
float:left;
margin:10px 0 0 20px;
width:250px;
line-height:1.3em;
}
#sidecolumn p {
color:#777;
}
#sidecolumn ul {
list-style:none;
margin:8px 0 4px;
}
#sidecolumn img {
border:1px solid #333;
padding: 4px;
}