/* 
Theme Name: MTR
Theme URL: http://mathisen.me/mtr
Description: Manifest The Rhyme
Author: Magnus Mathisen
Author URI: http://mathisen.me
Version: 1.0
*/

/* @group Reset */	
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,img,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{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;color:black;background:transparent;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
/* @end */
	
/* @group HTML/Head */

body {
	background-image: url(images/back.png);
	height: 100%;
	width: 100%;
}

#drop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	width: 900px;
	padding-left: 30px;
}
	
#content {
	background-color: rgba(0,0,0,0.25);
	width: 620px;
	float: left;
	-moz-border-radius: 10px;
}

#content-wrap {
	width: 620px;
	float: left;
}
	
#head {
	height: 120px;
	border-style: none;
	border-bottom: 2px solid #a7a6a6;
	padding-bottom: 2px;
	margin: 30px 10px 5px;
}

#head a {
	position: absolute;
	height: 120px;
	width: 310px;
	text-indent: -9000px;
	background-image: url(images/headrev.png);
	margin-left: 20px;
}
	
/* @end */
	
/* @group Menu */
	
#menu {
	background-color: rgba(0,0,0,0.25);
	-moz-border-radius: 10px;
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
}

#menu ul {
	margin-left: 9px;
}

#menu li {
	margin-bottom: 10px;
	margin-top: 7px;
	-moz-border-radius: 10px;
	-moz-box-shadow: #000 0px 0px 5px;
	background-color: #333333;
	padding: 3px 8px 2px;
	float: left;
	margin-right: 10px;
}
#menu a {
	color: #dedbdb;
	text-shadow: #000 0 -1px 1px;
	font: 10pt Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#menu li:hover {
	background-color: #222223;
	-moz-box-shadow: #000 0px 0px 10px;
}

#searchform {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}

span.sbox_l  {
	background: url(images/srch_l.gif) no-repeat 0 -1px;
	float: left;
	width: 23px; height: 21px;
}

span.sbox_r  {
	background: url(images/srch_r.gif) no-repeat 0 -1px;
	float: left;
	width: 10px; height: 21px;
}

span.sbox input {
	background: url(images/srch_bg.gif) repeat-x ;
	float: left;
		border: 0;
		height: 19px; width: 172px;
		padding: 3px;
}
	
/* @end */
	
/* @group Sidebar */
	
#sidebar {
	float: right;
	width: 250px;
}

#sidebar h2 {
	color: #dedbdb;
	text-shadow: #000 0 1px 1px;
	font: 18pt Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #a7a6a6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget {
	background-color: rgba(0,0,0,0.25);
	background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.20)));
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 20px;
}


#recent-posts-3 {
	font: italic bold 9pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
}

#recent-posts-3 li{
	margin-bottom: 5px;
}

#recent-posts-3 a{
	color: #c3c1c1;
	text-decoration: none;
}

#recent-posts-3 a:hover {
	color: #dedbdb;
	text-decoration: underline;
	left: 2px;

}
	
#tag_cloud-3 a {
	font: italic bold 8pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	color: #c3c1c1;
	text-decoration: none;
}

#tag_cloud-3 a:hover {
	color: #e7e7e7;
}

#linkbox {
	
}

.blogroll {
	font: italic bold 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
}

.blogroll li {
}

.blogroll a {
	color: #c3c1c1;
	text-decoration: none;
	
}

.blogroll a:hover {
	color: #dedbdb;
	text-decoration: underline;
	margin-left: 2px;
}

#get-recent-comments li {
	margin-top: 5px;
	font: italic bold 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
}

#get-recent-comments a{
	text-decoration: none;
	color: #c3c1c1;
}

#get-recent-comments a:hover {
	color: #e7e7e7;
	text-decoration: underline;
}

#get-recent-comments .time-ago{
	color: #848484;
	font-size: 7pt;
	text-decoration: none !important;
}

#text-4 {
	height: 70px;
}

.textwidget li {
	float: left;
	height: 40px;
	display: block;
	margin-right: 2px;
}
	
/* @end */
	
/* @group Post */
	
.post {
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	border-bottom: 3px double #363636;
}
	
.single-post {
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
}
	
.posthead h2 a {
	color: #dedbdb;
	text-decoration: none;
	font: 20pt Helvetica, Arial, sans-serif;
	text-shadow: #000 0 1px 1px;
}
	
.posthead h2 a:hover {
	color: #7c7b7d;
}

.posthead p {
	color: #dcd9d9;
	font: italic 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
}

.posthead {
	border-bottom: 1px solid #a7a6a6;
	padding-bottom: 5px;
	margin-left: 18px;
	margin-right: 18px;
}

.entry {
	background-color: #151514;
	-moz-border-radius: 10px;
	min-height: 200px;
	margin: 10px 10px 10px;
	-moz-box-shadow: #000 0px 0px 15px;
	padding-bottom: 12px;
}

.entry p {
	color: #a5a6a6;
	padding: 10px;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 0 1px 1px;
}

.entry a {
	color: #eff6ff;
	text-decoration: none;
}

.entry a:hover {
	color: #585758;
	text-decoration: none;
}

.entry center {
	color: #a5a6a6;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 0 1px 1px;
	text-align: center;
}

.sociable {
	width: 530px;
	height: 45px;
	background-color: #333;
	-moz-border-radius: 10px;
	-moz-box-shadow: #000 0px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

.sociable li {
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	padding-right: 20px;
}


.postmeta {
	margin-left: 30px;
	margin-right: 30px;
}

.comment-count {
	color: #dcd9d9;
	font: italic 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
}
	
.cat-tag {
	color: #dcd9d9;
	font: italic 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
}
	
.cat-tag a, .comment-count a{
	color: #dcd9d9;
	text-decoration: none;
}

.cat-tag a:hover, .comment-count a:hover{
	color: #dedbdb;
	text-decoration: underline;
}
	
/* @end */
	
/* @group Comments */
	
#comments {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

#comments .logd-in{
	color: #c3c1c1;
	font: bold 8pt Helvetica, Arial, sans-serif;
	padding: 5px;
	text-shadow: #111 0 1px 1px;
	border-bottom: 1px dashed #2c2c2c;
	padding-bottom: 5px;
} 

#comments .logd-in a{
	color: #eff6ff;
	text-decoration: none;
}

#comments .logd-in a:hover{
	text-decoration: underline;
}

li.comment {
	margin-bottom: 20px;
	background-color: rgba(21,21,21,0.9);
	-moz-border-radius: 10px;
	min-height: 20px;
	padding: 15px;
}

p.awaiting {
	color: #f00;
	font: bold 8pt Helvetica, Arial, sans-serif;
	padding: 5px;
	text-shadow: #111 0 1px 1px;
	border-bottom: 1px dashed #2c2c2c;
	padding-bottom: 5px;
}

li.author-comment {
	margin-bottom: 20px;
	background-color: rgba(21,21,21,0.9);
	-moz-border-radius: 10px;
	min-height: 20px;
	padding: 15px;
}

.comment-meta {
}

.comment-author {
	color: #c3c1c1;
	text-shadow: #000 0 -1px 1px;
	font: 12pt Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.comment-author a {
	color: #eff6ff;
	text-shadow: #000 0 -1px 1px;
	font: 12pt Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.comment-author a:hover {
	color: #585758;
}

.comment-time {
	color: #c3c1c1;
	font: italic bold 8pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	border-bottom: 1px dashed #2c2c2c;
	padding-bottom: 5px;
}

.commenttext {
	color: #a5a6a6;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #000 0 1px 1px;
	margin: 5px;
	padding: 5px;
}

.commenttext a {
	color: #eff6ff;
	text-decoration: none;
}

.commenttext a:hover {
	color: #585758;
	text-decoration: none;
}

#commentsform label {
	color: #dcd9d9;
	font: italic 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	margin-left: 3px;
}

#commentsform .input {
	background-color: rgba(230,230,230,0.8);
	border: 2px solid #393939;
}

#sbutt {
	margin-top: 10px;
	margin-bottom: 15px;
}
	
/* @end */
	
/* @group Etc. */
	
#searched {
	width: 610px;
	background-color: rgba(0,0,0,0.25);
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	float: left;
}

#searched p {
	font: italic bold 14pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	color: #c3c1c1;
}
	
/* @end */
	
/* @group Pagenav */
	
#pagenav {
	width: 560px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
	
#nextnav {
	float: left;
	margin-bottom: 10px;
}

#prevnav {
	float: right;
	margin-bottom: 10px;
}

#pagenav p a {
	color: #dcd9d9;
	font: italic 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	text-decoration: none;
}

#pagenav p a:hover {
	text-decoration: underline;
}
	
/* @end */
	
/* @group Fail */
	
div.fail{
	width: 600px;
	margin: 10px 10px 10px;
	-moz-border-radius: 10px;
}

h2.fail {
	color: #dedbdb;
	font: 24pt Helvetica, Arial, sans-serif;
	text-shadow: #000 0 1px 1px;
	margin: 10px 10px 10px;
}

p.fail {
	color: #dcd9d9;
	font: italic 10pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	margin: 10px 10px 10px;
}

#fail-searchform {
	margin-left: 10px;
}

#fail-searchform p input {
	background:#fff url(http://beta.manifesttherhyme.com/wp/wp-content/themes/MTR/images/lg.png) no-repeat scroll 1px 2px;
	padding-left:15px;
}

#fail-searchform p input.s {
	width: 192px;
}
	
/* @end */
	
/* @group Foot */
	
#footer {
	float: left;
	clear: both;
	width: 620px;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
	height: 25px;
	margin-top: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px
}

#footer p {
	margin-top: 7px;
	font: italic bold 8pt Georgia, serif;
	text-shadow: #000 0 1px 1px;
	color: #c3c1c1;
}

#footer p a{
	text-shadow: #000 0 1px 1px;
	color: #979b9f;
	text-decoration: none;
}

#footer p a:hover{
	color: #fff;
}
	
/* @end */