/*  
Theme Name: Aaron Tveit
Theme URI: http://sweet-revelation.net
Description: Theme by Sweet Revelation
Version: 1.0
Author: Flor
Author URI: http://sweet-revelation.net
*/

/* ----------------------------------------- MAIN STRUCTURE -----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}pr

html {
    overflow-y: scroll;
}

body {
	font-family: 'Roboto', Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
	color: #535150;
	background: url(images/bg.jpg);
}

#wrapper {
	width: 1000px;
	margin: 0px auto 0 auto;
	background: url(images/bg2.jpg) repeat-y center;
	overflow: 
	auto
}

/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	width: 1000px;
	height: 960px;
	margin: 0 auto -572px auto;
	text-align: center;
	background: url(images/header.jpg) top center no-repeat;
}

/* ----------------------------------------- MENU -----------------------------------------*/

.sr-menu {
	font-family: 'Roboto', sans-serif;
	text-transform: Capitalize;
	font-size: 15px;
	line-height: 56px;
	text-decoration:none;
	text-align: left;
	font-weight: 300;
	margin: 0px 0;
	position: relative;
	top: 0px;
	left: 15px;
	width: 750px;	
	height: 56px;
}

.sr-menu ul {
	display: inline;
	list-style: none;
}

.sr-menu .menu-item {
	display: inline-block;
	text-align: center;
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
	-o-transition: background 0.6s ease;
	transition: background 0.6s ease;
	padding: 5px 15px 5px 15px;
	margin: 0 5px;
}

.menu-item:hover {
	display: inline-block;
	color: #fff;
	background: #f04c3f;
}

.sr-menu a:link, .sr-menu a:visited {
	color: #706864;
	text-decoration: none;
}

.sr-menu a:hover, .sr-menu a:active {
	color: #fff;
}

.sr-social {
	font-family: 'Roboto', sans-serif;
	text-transform: Capitalize;
	font-size: 20px;
	text-decoration:none;
	text-align: left;
	font-weight: 300;
	margin: 0px 0;
	padding: 25px 0;
	position: relative;
	top: -56px;
	left: 780px;
	width: 200px;	
	height: 56px;
}

.sr-social i {
	margin: 0 10px 0 0;
}

.sr-social a:link, .sr-social a:visited {
	color: #a29f9e;
	text-decoration: none;
}

.sr-social a:hover, .sr-social a:active {
	color: #f04c3f;
}


/* ----------------------------------------- TEXT/LINKS/LISTS -----------------------------------------*/

p {
margin: 0 0 12px 0;
}

strong {
	color: #4a433f;
}

em {
	color: #4a433f;
}

u {
	color: #4a433f;
}

blockquote{
	font-family: 'Roboto', sans-serif;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
	margin: 15px;
	text-align: justify;
	background: url(images/bg.jpg);
	color: #595959;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(204, 202, 197, 0.8) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(204, 202, 197, 0.8) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(204, 202, 197, 0.8) inset;
}

a:link, a:visited {
	text-decoration: none;
	color:#f04c40;
}

a:hover, a:active {
	color:#030303;
}

ul li {
	list-style-position: inside;
	list-style: none;
	margin: 0 0 0 6px;
}

ul li:hover {
	list-style-position: inside;
	margin: 0 0 0 6px;

}

ol li {
	list-style-position: inside;
	margin: 0 0 0 6px;

}

ol li:hover {
	list-style-position: inside;
	margin: 0 0 0 6px;

}

#content ul li {
	list-style-position: inside;
	list-style: none;
	line-height: 30px;
	border-bottom: solid 1px #c1c1c1;
	padding: 0 0 0 8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#content ul li:hover {
	list-style-position: inside;
	padding: 0 0 0 8px;
	line-height: 30px;
	border-bottom: solid 1px #f04c40;
}

#content ol li {
	list-style-position: inside;
	padding: 0 0 0 8px;
	line-height: 30px;
	border-bottom: solid 1px #c1c1c1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#content ol li:hover {
	list-style-position: inside;
	padding: 0 0 0 8px;
	line-height: 30px;
	border-bottom: solid 1px #f04c40;
}

.pages-navigation {
	background: url(images/folder.png) no-repeat;
	padding: 0px 0 20px 55px;
	margin-top:0px;
}

.pages-navigation:hover {
	background: url(images/folder-open.png) no-repeat;
}

.pages-navigation a {
	font-weight: bold;
}

/* ----------------------------------------- CONTENT -----------------------------------------*/

#content {
	float: left;
	width: 540px;
	margin: 92px 0 0 40px;
	padding: 20px;
	text-align: justify;
}

.post {
	clear: both;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
}

.postdata {
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	padding: 2px 0 0 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px auto 20px auto;
	text-align: center;
	background: rgba(221, 52, 39, 0.8);
	width: 85%;
}

.postdata .fa {
	margin: 0 0 0 10px;
	color: #ececec;
}

.postdata a:link, .postdata a:active, .postdata a:visited {
	color: #2b2623;
}

.postdata a:hover, {
	color:#ecebe9;
}

.entry {
	margin: 10px 0;
	clear: both;
}

.sr-more {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding: 4px 5px;
	text-align: center;
	color:#595959;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	float: center;
	background: #e3e3e3;
	-moz-text-shadow: 1px 1px 1px #c2bc5b;
	-webkit-text-shadow: 1px 1px 1px #c2bc5b;
}

.sr-more:hover {
	background: #f04c40;
}

.limdiv {
	height: 4px;
    margin: 0px 0 0.5em 0;
	clear: both;
	background: #2b2623;
	text-align: right;
}

.limdiv span {
	display:block;
    height: 4px;
    background-color:#f04c40;
}

/* ------------------------------------------- SIDEBAR -------------------------------------------*/

.sidebar {
	float: right;
	width: 300px;
	margin: 20px 20px 0 0;
	text-align: justify;
	padding: 20px;
	color: #2b2623;
}


.sidebox {
	margin: 0px 0 0px 0;
	padding: 0;
}

.textwidget {
	padding: 0 0 6px 0;
}

.sidebar a:link, .postdata a:active, .sidebar a:visited {
	color: #ecebe9;
}

.sidebar a:hover {
	color:#fff;
}

#projects blockquote{
	font-family: 'Roboto', sans-serif;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
	margin: 15px;
	text-align: justify;
	background: #ecebe9;
	color: #595959;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(204, 202, 197, 0.8) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(204, 202, 197, 0.8) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(204, 202, 197, 0.8) inset;
}

#projects a {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding: 4px 5px;
	text-align: center;
	color:#595959;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	float: center;
	background: #e3e3e3;
	-moz-text-shadow: 1px 1px 1px #c2bc5b;
	-webkit-text-shadow: 1px 1px 1px #c2bc5b;
}

#projects a:hover {
	background: #f04c40;
}



/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	clear: both;
	margin: 0 0 4px 0;
	padding: 15px;
	border: solid 1px #ececef;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 8px 0 8px 0;
	line-height: 18px;
	padding: 0 0 6px 0 ;
	clear: both;
	border-bottom: solid 1px #ebebeb;
}

.comments-template h2, .comments-template h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	padding: 7px 0;
	text-align: center;
	color:#7e7e7e;
	font-weight: 300;
	border-bottom: solid 3px #2b2623;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 4px 0;
	font-family: 'Roboto', sans-serif;
}

.commentmetadata strong {
	font-size: 13px;
	line-height: 22px;
	text-align:left;
	color:#333333;
	margin: 4px 0px 9px 0px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea {
	width: 380px;
}

/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #dadada;
	line-height: 20px;
	clear: both;
	margin: 0 auto 0 auto;
	border-top: solid 1px #666062;
	padding: 15px 25px;
	background: #1e1e1e;
}

#footer a:link, #footer a:visited {
	color: #f04c40;
}

#footer a:hover, #footer a:active {
	color:#fff;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #535150;
	padding: 10px 8px 0px 0px;
	font-weight: 300;
	clear: both;
	text-transform: uppercase;
}

h1 a:link, h1 a:visited {
	color: #535150;
}

h1 a:hover, h1 a:active {
	color:#f04c3f;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding: 7px 15px 7px 15px;
	text-align: left;
	color:#fff;
	font-weight: 700;
	margin: 0 0 0px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #2b2623;
}

.sidebar h2 {
	padding: 7px 15px 3px 15px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding: 2px 2px 2px 5px ;
	text-align: left;
	color:#f04c40;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 9px 0px;
	background: url(images/bg.jpg) repeat-x;
}

/* ----------------------------------------- IMAGES -----------------------------------------*/

.entry img, .sidebar img {
	margin: 1px;
	padding: 4px;
	background: #fff;
	border: solid 1px #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	
}
.entry img:hover, .sidebar img:hover {
	margin: 1px;
	padding: 4px;
	border: solid 1px #2b2623;
}

.sr-latestimg img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

img {
	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: 'Roboto', sans-serif;
	width: 95%;
	font-size: 12px;
	color:#616161;
	background: #ffffff;
	border: 1px solid #afafbb;
	padding: 3px;
}

.button {
	background: #595959;
	color: #fff;
	border: none;
	padding: 6px;	
	font-size: 10px;
	letter-spacing: 1px;
	-moz-text-shadow: 1px 1px 1px #3b2b29;
	-webkit-text-shadow: 1px 1px 1px #3b2b29;
	text-shadow: 1px 1px 1px #3b2b29;
	text-transform: uppercase;
	font-weight: 400;
}

input {
	font-size: 12px;
	color:#505050;
	background: #fff;
	border: solid 1px #cecece;
	padding: 6px;
	text-transform: lowercase;
	font-family: 'Roboto', sans-serif;
	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: #595959;
	color: #fff;
	border: none;
	padding: 6px;	
	font-size: 10px;
	-moz-text-shadow: 1px 1px 1px #3b2b29;
	-webkit-text-shadow: 1px 1px 1px #3b2b29;
	text-shadow: 1px 1px 1px #3b2b29;
	text-transform: uppercase;
	font-weight: 700;
}

#submit {
	background: #595959;
	color: #fff;
	border: none;
	padding: 6px;	
	font-size: 10px;
	-moz-text-shadow: 1px 1px 1px #3b2b29;
	-webkit-text-shadow: 1px 1px 1px #3b2b29;
	text-shadow: 1px 1px 1px #3b2b29;
	text-transform: uppercase;
	font-weight: 700;
}


/* ----------------------------------------- PAGENAVI -----------------------------------------*/

.wp-pagenavi {
	padding: 10px 0px 10px 0px;
	display:block ;
	clear: both;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	color:#595959;
	padding:6px 9px 6px 9px ;
	margin-right: 3px;
	text-decoration:none ;
	font-size: 11px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.wp-pagenavi a:hover {
	color: #fff;
	border-color: #c2bc5b ;
	background: #232323;
}
 .wp-pagenavi span.current{
	padding: 4px 9px 5px 9px ;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	color:#fff;
	margin-right:3px ;
	background: #f04c40;
}

.navigation {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	background: #d9d9d9;
	float: right;
	padding: 5px 10px;
	text-transform: uppercase;
}

.navigation:hover {
	background: #f04c40;
}

.navigation a:link, .navigation a:visited {
	color: #fff;
}

.navigation a:hover, .navigation a:active {
	color:#fff;
}