/*  
Theme Name: Paul Walker Online
Theme URI: http://sweet-revelation.net
Description: Theme by Sweet Revelation
Version: 1.0
Author: Flor
Author URI: http://sweet-revelation.net
*/

/* ----------------------------------------- ESTRUCTURA -----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	color:#4d4d4d;
	background: url(images/bg2.jpg) repeat-x top #f4f4f4;
	
}

#wrapper {
	width: 980px;
	margin: auto;
	background: url(images/bg.jpg) repeat-y center;
}

/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	width: 980px;
	height: 552px;
	margin: 0 0 15px 0;
}

.sr-menu {
	font-family: 'Bitter', serif;
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 472px;
	text-decoration:none;
	text-align: center;
	font-weight: 700;
}

.sr-menu ul {
	display: inline;
	list-style: none;
}

.sr-menu .menu-item {
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding: 5px 8px 5px 8px;
	margin: 0 5px 0 5px;

}

.menu-item:hover {
	display: inline-block;
	background: #383126;
	color: #fff;

}

.sr-menu a:link, .sr-menu a:visited {
	color: #383126;
	text-decoration: none;
}

.sr-menu a:hover, .sr-menu a:active {
	color: #fff;
}

.sr-welcome {
	height: 45px;
	width: 800px;
	position: relative;
	left: 90px;
	top: 440px;
	text-align: center;
	font-family: 'Bitter', serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	-moz-text-shadow: 1px 1px 1px #07090b;
	-webkit-text-shadow: 1px 1px 1px #07090b;
	text-shadow: 1px 1px 1px #07090b;
}

.sr-welcome strong, .sr-welcome em {
	color: #fff;
}

/* ----------------------------------------- TEXT/LINKS/LISTS -----------------------------------------*/

p {
margin: 0 0 12px 0;
}

strong {
	color: #393c4f;
}

em {
	color: #383126;
}

u {
	color: #1c4147;
}

blockquote{
	padding: 8px;
	margin: 15px 30px 15px 30px;
	background: #e7e7e7;
	border-left: solid 4px #3f6f7a;

}

a:link, a:visited {
	text-decoration: none;
	color:#3f6f7a;
}

a:hover, a:active {
	color:#383126;
}

ul li {
	list-style-position: inside;
	margin: 0 0 0 6px;
}

ol li {
	list-style-position: inside;
	margin: 0 0 0 6px;
}

/* ----------------------------------------- CONTENT -----------------------------------------*/

#content {
	float: left;
	width: 570px;
	margin: 0px 5px 20px 25px;
	padding: 0px;
	text-align: justify;
}

.post {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 8px 8px 8px;
}

.postdata {
	text-align: left;
	color: #79959b;
	margin: 2px 0 10px 0;
	padding: 2px 0 2px 0px;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	clear: both;
	font-weight: 400;
}

.entry {
	margin: 10px 0 0 0;
}

.sr-more {
	font-family: 'Bitter', serif;
	font-size: 12px;
	padding: 6px 10px 6px 10px;
	text-align: center;
	color:#fff;
	font-weight: 300;
	background: #79959b;
	margin: 20px 0 10px 0;
	clear: both;
	text-transform: uppercase;
}

.sr-more:hover {
	background: #383126;
}

/* ------------------------------------------- SIDEBAR -------------------------------------------*/

#sidebar {
	float: left;
	width: 320px;
	margin: 0px 0px 10px 20px;
	text-align: justify;
	padding: 5px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	clear: both;
}

#sidebar ul li{
	margin: 0 0 10px 0;
	padding: 0px;
}

#sidebar ul ul li{
	padding: 0px;
	margin: 0;
	line-height: 14px; 
}

table#wp-calendar{
	width: 100%;
}

.textwidget {
	padding:6px;
}

/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	clear: both;
	margin: 0 0 20px 0;
	padding: 8px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 8px 0 8px 0;
	line-height: 12px;
	padding: 0 0 6px 0 ;
	clear: both;
	border-bottom: solid 1px #ebebeb;
}

.comments-template h2, .comments-template h3 {
	font-family: 'Bitter', serif;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0 4px 0;
	text-align: center;
	color:#fff;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 4px 0px 9px 0px;
	background: #dbd7cc;
	-moz-text-shadow: 1px 1px 1px #aaa193;
	-webkit-text-shadow: 1px 1px 1px #aaa193;
	text-shadow: 1px 1px 1px #aaa193;
    -webkit-box-shadow: 0 0 40px #aaa193 inset;
    -moz-box-shadow: 0 0 40px #aaa193 inset;
    box-shadow: 0 0 40px #aaa193 inset;
}

.commentmetadata {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 4px 0;
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #393c4f;
}

.commentmetadata strong {
	font-size: 14px;
	line-height: 22px;
	text-align:left;
	color:#393c4f;
	font-weight: normal;
	margin: 4px 0px 9px 0px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea {
	width: 380px;
}

/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer {
	font-family: 'Bitter', serif;
	font-size: 10px;
	line-height: 22px;
	padding: 8px 0 5px 0;
	text-align: center;
	color:#fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 4px 0px 9px 0px;
	background: #dbd7cc;
	-moz-text-shadow: 1px 1px 1px #aaa193;
	-webkit-text-shadow: 1px 1px 1px #aaa193;
	text-shadow: 1px 1px 1px #aaa193;
    -webkit-box-shadow: 0 0 40px #aaa193 inset;
    -moz-box-shadow: 0 0 40px #aaa193 inset;
    box-shadow: 0 0 40px #aaa193 inset;
	width: 920px;
	clear: both;
	margin: 0 auto 0px auto;
}

#footer a:link, #footer a:visited {
	color:#383126;
}

#footer a:hover, #footer a:active {
	color:#79959b;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h1 {
	font-family: 'Bitter', serif;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	color:#79959b;
	padding: 8px 0 8px 0px;
	font-weight: 700;
	text-transform: uppercase;
	clear: both;
	border-bottom: solid 3px #dedad1;
}

h1 a:link, h1 a:visited {
	color:#79959b;
}

h1 a:hover, h1 a:active {
	color:#383126;
}

h2 {
	font-family: 'Bitter', serif;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0 4px 0;
	text-align: center;
	color:#fff;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 4px 0px 9px 0px;
	background: #dbd7cc;
	-moz-text-shadow: 1px 1px 1px #aaa193;
	-webkit-text-shadow: 1px 1px 1px #aaa193;
	text-shadow: 1px 1px 1px #aaa193;
    -webkit-box-shadow: 0 0 40px #aaa193 inset;
    -moz-box-shadow: 0 0 40px #aaa193 inset;
    box-shadow: 0 0 40px #aaa193 inset;
}

/* ----------------------------------------- IMAGES -----------------------------------------*/

.entry img, #sidebar img {
	margin: 1px;
	border: 4px solid #dbd7cc;
	/* CSS3 transitions working only for modern browsers */
	-webkit-transition: border 0.4s ease;
	-moz-transition: border 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: border 0.4s ease;
}

.entry img:hover, #sidebar img:hover {
	margin: 1px;
	border: 4px solid #383126;
}

img, #sidebar img.divide {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
}

img.alignright {
	padding: 4px;
	margin: 0 2px 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 6px 2px 0px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	vertical-align: text-top;
}



/* ----------------------------------------- FORMS -----------------------------------------*/

select {
	color:#616161;
	background: #ffffff;
	border: 1px solid #afafbb;
	padding: 3px;
}

label {
	border: none;
}

textarea {
	font-family: 'Bitter', serif;
width: 95%;
	font-size: 12px;
	color:#616161;
	background: #ffffff;
	border: 1px solid #afafbb;
	padding: 3px;
}

.button {
	background: #383126;
	color: #fff;
	border: none;
	padding: 6px;	
	font-size: 12px;
	font-family: 'Bitter', serif;
}

input {
	font-size: 12px;
	color:#505050;
	background: #fff;
	border: solid 1px #cecece;
	padding: 6px;
font-size: 14px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
	color:#616161;
	background: #fff;
	border: 1px solid #000000;
}

#searchform {
	width: 100%;
}

#searchsubmit {
	background: #383126;
	color: #fff;
	border: none;
	font-size: 12px;
	font-family: 'Bitter', serif;
	}

#submit {
	background: #383126;
	color: #fff;
	border: none;
	font-size: 12px;
	font-family: 'Bitter', serif;

}

/* ----------------------------------------- PAGENAVI -----------------------------------------*/

.wp-pagenavi {
	padding: 10px 0px 10px 0px;
	display:block ;
	clear: both;
	font-family: 'Bitter', serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	color:#fff;
	padding:6px 9px 6px 9px ;
	margin-right: 3px;
	text-decoration:none ;
	font-size:11px ;
	background: #dbd7cc;
	-moz-text-shadow: 1px 1px 1px #aaa193;
	-webkit-text-shadow: 1px 1px 1px #aaa193;
	text-shadow: 1px 1px 1px #aaa193;

}
.wp-pagenavi a:hover {
	color: #fff;
	background: #79959b;
	-moz-text-shadow: 1px 1px 1px #aaa193;
	-webkit-text-shadow: 1px 1px 1px #aaa193;
	text-shadow: 1px 1px 1px #aaa193;

}
 .wp-pagenavi span.current{
	padding:6px 9px 6px 9px ;
	color:#fff;
	font-size:11px ;
	margin-right:3px ;
	background: #383126;
	-moz-text-shadow: 1px 1px 1px #aaa193;
	-webkit-text-shadow: 1px 1px 1px #aaa193;
	text-shadow: 1px 1px 1px #aaa193;

}