/*
Theme Name: The Ministry of Truth
Theme URI: http://www.oorodi.com/
Version: 1.0
Description: Wordpress theme for the Ministry of Truth
Author: S.Bage
*/


body{
background-color:#000;
color:#fff;
font-family:""Myriad Pro", Optima, "Gill Sans", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Geneva, Arial, "Trebuchet MS" sans-serif";
font-size:12px;
padding:0px;
margin:0px;
text-align: center;
}

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

a:hover{
color: #f0f;
text-decoration:underline;
}

blockquote {
	text-align: left;
	font-style: italic;
	min-height:50px;
	border-left: 2px solid;
	padding: 10px 0 10px 10px;
}

cite{
font-size:inherit;
font-style:normal;
}

/* Headers */

h1{
font-size:43px;
color: #f0f;
font-family:""Myriad Pro", Optima, "Gill Sans", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Geneva, Arial, "Trebuchet MS" sans-serif";
text-align:center;
}

h1 a{
color:#f0f;
text-decoration:none;
}

h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:center;
color:#f0f;
}

h2 a{
color:#f0f;
text-decoration:none;
}

h2 a:hover{
color:#f0f;
text-decoration: underline;
}

h3{
text-align:center;
font-size:12px;
color:#f0f;
}

h4{
text-align:center;
font-size:12px;
color:#f0f;
}

/* Blog Contents */

#wrap{
width:600px;
margin:0px;
padding:0px;
position:relative;
text-align: center;
}


/* Navigation */


#nav{
border-top: 2px solid #f0f;
border-bottom: 2px solid #f0f;
background-color: #000;
}

ul.nav{
width:500px;
list-style:none;
}

ul.nav li {
display:inline;
margin-right: 5px;
margin-left: 5px;  
}

ul.nav li a {
display:inline;
padding: 8px 4px; 
width:92px; 
color: #ccc; 
text-align:center; 
font-family:""Myriad Pro", Optima, "Gill Sans", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Geneva, Arial, "Trebuchet MS" sans-serif";
font-size:14px;
text-decoration:none;
}

ul.nav li a:hover {
background-color:#f0f;
color:#000; 
text-decoration:none;
}


/*description block*/
#description-block{
	
}
.description{
	color: #666;
	padding-bottom: 8px;
	border-bottom: 2px solid #f0f;
}

/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:center;
}

.main{
text-align:center;
border-bottom:1px solid #bbb;
}

.mainp{
	text-align: center;
}

.linkpage{
	text-align: left;
}

.tagpage{
	text-align:center;
}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:3px;
border:1px solid #999;
}

.main img:hover{
padding:3px;
border:1px solid #444;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}

img.post-ratings-image{
border:0px;
}

.meta{
font-size:10px;
line-height:15px;
display:inline;
color: #666;
padding:5px 10px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments */

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
}

.gravatar:hover{
padding:2px;
border:1px solid #444;
}

.alt{
color:#777;
}

ol#comments{
text-align:justify;
}



/* Forms */

input, textarea, select, button{
background-color:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font-size:10px;
}

/* Footer */

#footer{
background-color:#000000;
padding-bottom: 5px;
padding-top: 5px;
font-size:10px;
color: #f0f;
text-align:center;
width:100%;
border-top: 2px solid #f0f;
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}




/* Others */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* clean archive */
.postspermonth {
	text-align: left;
	margin: 15px 0 30px 25px;
	list-style: none;
	padding-left: 50px;
}
.dateyears{
	font-size: 14px;
}
.srg_switcher{
	font-size: 16px;
}
.srg_switcher a{
	color: #fff;
}


