@charset "utf-8";
/* CSS Document */
/*
Theme Name: Mariah Now
Author: Tyrone
Description: Our temp version until the full layout is complete
Version: 1
*/

* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {background-color:#f7f7f7;height: 10px;width: 10px;}
::-webkit-scrollbar-thumb {background-color:#920013;height:10px; border: 4px solid #f7f7f7;}

body {
	background-color: #f7f7f7;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #525252;
	line-height: 18px;
}

#wrapper {
	background-image: url("images/bg.png");
	background-position: center center;
	background-repeat: repeat;
	margin: 0px auto;
	width: 100%;
	height: 380px;
	position: fixed;
	z-index: 25;
	border-bottom: 15px solid #f7f7f7;
}

#container {
	margin: 0 auto;
	width: 100%;
	max-width: 1130px;
	padding: 0;
	display: table;
}

#header {
	background-color: transparent;
	background-image: url("images/header.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
	height: 380px;
}

#wbox {
	position: relative;
	width: 300px;
	z-index: 20;
}

#social {
	clear: both;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0; left: 0;
	margin: 0 auto;
	padding: 2vh 0;
	background-color: transparent;
	color: #f7f7f7;
	font-family: 'Droid Serif', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: block;
	z-index: 30;
}

#social i {	
	background-color: transparent;
	color: #f7f7f7;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 2px solid #f7f7f7;
	border-radius: 100%;
	margin: 0 1%;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#social i:hover {
	background-color: #f7f7f7;	
	color: #4d4d4d;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#wmess {
	clear: both;
	text-align: justify;
	text-shadow: 1px 1px #ffffff;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 2vh 0;
	background-color: transparent;
	color: #525252;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	display: block;
	z-index: 30;
}

#wmess h4 {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	padding: 15px 10px;
	background-color: #525252;
	color: #f7f7f7;
	font-size: 24px;
	text-shadow: none;
}

#mbox {
	width: 87%;
	max-width: 680px;
	margin: 2% 100px 0 0;
	height: 90px;
	line-height: 90px;
	background-color: transparent;
	color: #f7f7f7;
	text-align: center;
	position: relative;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f7f7f7;
	float: right;
	z-index: 30;
}

#mbox ul {
	counter-reset: li;
}

#menu {
	width: 100%;
	background-color: transparent;
	color: #ffffff;
	text-align: center;
}

#mbox li {
	background-color: transparent;
	color: #f7f7f7;
	font-family: 'Droid Serif', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	padding: 0 1vw;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#mbox li:hover {
	color: #b7dabc;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.show-menu {
	width: 90%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background-color: #2a2a2a;
	color: #f7f7f7;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 0.1vh 5%;
	height: 50px;
	line-height: 50px;
	display: none;
	border-bottom: 1px solid #424242;
}

.show-menu i { margin: 0 5px 0 0; }

#mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

#footer {
	width: 90%;
	margin: 0 auto;
	padding: 1.5% 5%;
	line-height: 100%;
	background-color: #525252;
	color: #f7f7f7;
	text-align: center;
	position: relative;
	border-top: 5px solid #cc2a36;
}

#footer span {
	background-color: transparent;
	color: #f7f7f7;
	font-family: 'Droid Serif', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 0 1vw;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#footer a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#footer a:hover, #altfooter a:hover {
	color: #cc2a36;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

h1 {
	font-size: 21px;
	padding: 10px 0px;
}

h2 {
	font: italic 125% georgia;
	color: #cb3f4a;
}

h3 {
    padding: 10px;
    text-transform: uppercase;
    font-size: 10pt;
}

.postmetadata {
	font: normal 85%/190% arial;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	border-bottom: none;
}

b, strong {
	color: inherit;
}

.entry p {
	margin: 1% 0;
}

#sidebar {
	width: 20%;
	min-width: 300px;
	max-width: 300px;
	background-color: transparent;
	padding: 380px 20px 2% 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
} 

#main {
	background-image: url("images/main.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 2vh 0;
	width: 300px;
	height: 380px;
	position: fixed;
	z-index: 25;
}

.sidebox {
	background-color: transparent;
	width: 100%;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 20;
}

.sidetitle {
	background-color: #920013;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Droid Serif', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 0 1% 0 3%;
	border-radius: 25px;
}

.sidetitle i {
	background-color: #ffffff4a;
	color: #a1bdbf;
	float: right;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	margin: 3px 0 0 3px;
	border-radius: 100%;
}

.sidecontent {	
	width: 100%;
	background-color: transparent;
	color: #525252;
	text-align: justify;
	text-shadow: 1px 1px #ffffff;
	margin: 2% 0 0 0;
	display: inline-block;
}

.sidecontent b, .sidecontent strong {
	font-weight: 700;
}

.sidecontent img, .sidecontent img a, .entry img, .entry img a {
	background-color: #f7f7f7;
	padding: 0;
	border: 5px solid #dedede;
	opacity: 0.9;
	margin: 5px 5px 5px 0px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.sidecontent img:hover, .sidecontent img a:hover, .entry img:hover, .entry img a:hover {
	background-color: #f7f7f7;
	border-color: #920013;
	opacity: 0.85;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.sidecontent li {
	background-color: transparent;
	list-style-type: square;
	list-style-position: inside;
	width: 96%;
	max-width: 100%;
	padding: 2%;
	margin: 0 auto 0.5% auto;
	border-bottom: 1px solid #a6a6a6;
	position: relative;
}

.sidecontent a, .entry a {
	color: #d09f74;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.sidecontent a:hover, .entry a:hover {
	color: #920013;
	text-decoration: underline;	
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.latestpics img {
    width: 130px;
    padding: 3px;
}

table.latestpics {
    justify-self: anchor-center;
}

.latestpics {
    width: 100px;
    display:  contents;
    line-height: 0;
}

.latestpics img {
    width: 139px;
    padding: 5px;
    border-radius: 20px;
}
.proj {
    margin: 5px auto;
    width: 300px;
    height: 190px;
    position: relative;
    display: table;
    background: left center no-repeat;
    background-size: cover;
}

.projtitle {
	background: rgba(255,255,255,0.8);
	color: #424242;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 230px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 3px 10px;
	font-family: 'Droid Serif', sans-serif;	
	font-size: 14px;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	text-shadow: none;
	word-wrap: break-word;
	display: inline-block;
}

.projlinks {
	width: 24px;
	height: 120px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
}

.projlinks i { 
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	background-color: #f7f7f7;
	color: #525252;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.projlinks i:hover {
	background-color: #920013;
	color: #ffffff !important;
	text-shadow: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.content {
	width: 80%;
	max-width: 800px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-align: justify;
	float: right;
	position: relative;
	z-index: 30;
} 

.postcontainer {
	width: 87%;
	max-width: 650px;
	padding: 1% 25px 2% 25px;
	background-color: #f7f7f7;
	text-align: center;
	position: relative;
}

.dbox {
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: left;
	position: relative;
	/*display: none;*/
}

.altdate {
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 15px;
	line-height: 15px;
	padding: 0 0.75vw 0 0;
	margin: 0 auto;
	text-transform: uppercase;
	display: inline-block;
	background-color: #f7f7f7;
	color: #a6a6a6;
	position: relative;
	z-index: 25;
}

.dbox hr, .rdmr hr {
	border: none;
	background-color: #a6a6a6;
	height: 1px;
	width: 100%;
	box-shadow: 1px 1px #ffffff;
	position: absolute;
	top: 0; right: 0;
	z-index: 20;
	margin: 7px 0 0 0;
}

.date {
	width: 80px;
	margin: 15px 0 0 0;
	padding: 10px 0;
	height: auto;
	border-top: 10px solid #b7dabc;
	color: #b7dabc;
	font-family: 'Playfair Display', sans-serif;
	font-size: 36px;
	font-weight: 700;
	float: right;
	text-align: center;
}

.date span {
	display: block;
	font-family: 'Droid Serif', sans-serif;
	font-size: 12px;
	margin: 13px 0 0 0;
	text-transform: uppercase;
}

.featured {	
	position: relative;
	width: 100%;
	margin: 1vh auto 0 auto;
    min-height: 300px;
	background-size: cover;
}

.featured img {
	width: 100%;
	height: auto;
	opacity: 0.9;
}

.title {
	background-color: transparent;
	color: #a6a6a6;
	font-family: 'Franklin Gothic Medium', sans-serif;
	font-size: 30px;
	width: 100%;
	line-height: 100%;
	text-transform: none;
	text-align: left;
	text-shadow: 1px 1px #ffffff;
	display: block;
	padding: 1% 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.title:hover {
	color: #525252;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.pinfo {
	width: 100%;
	background-color: transparent;
	color: #f7f7f7;
	margin: 0 auto;
	display: block;
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

.pinfo a {
	background-color: #920013;
	color: #f7f7f7;
	padding: 1px 5px;
	margin: 0 2px 3px 0;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.pinfo a:hover {
	background-color: #cc2a36;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.entry {
	width: 100%;
	color: #525252;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: justify;
	text-shadow: 1px 1px #ffffff;
	line-height: 20px;
}

.entry li {
	background-color: #f0f0f0;
	list-style: none;
	width: 94%;
	max-width: 100%;
	padding: 2% 3%;
	margin: 0 auto 0.5% auto;
}

.entry li:nth-child(even) { background-color: #f5f5f5; }

blockquote  {
	width: 92%;
	max-width: 96%;
	margin: 1.75vh auto;
	padding: 1vh 1vw;
	background-color: #f0f0f0;
	background-image: url("images/bq.png");
	background-position: left top;
	background-repeat: no-repeat;	
	font-size: 11px;
	font-style: italic;
	border-left: 0.5vw solid #e8e8e8;
}	

.rdmr {
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
	position: relative;
}

.rdmr span {
	font-family: 'Droid Serif', sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 15px;
	line-height: 15px;
	padding: 0 5px;
	margin: 0.2vh auto;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
	background-color: #a6a6a6;
	color: #f7f7f7;
	position: relative;
	z-index: 25;
	border-left: 0.75vw solid #f7f7f7;
	border-right: 0.75vw solid #f7f7f7;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.rdmr span:hover {
	background-color: #cc2a36;
	text-decoration: none;	
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

embed,iframe,object,video {max-width: 100%; margin: 1% auto; display: block; }

.navigationbox {
	text-align: left;
}

/* Page Navi */
.wp-pagenavi, .altnavi {
	clear: both;
	background-color: #f7f7f7;
	width: 80%;
	max-width: 650px;
	padding: 2vh 25px;
	text-align: left;
	text-transform: uppercase;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #525252;
	margin: 0 100px 0 0;
	float: right;
	position: relative;
	z-index: 25;
}

.wp-pagenavi a {
	text-decoration: none;
	background-color: transparent;
	color: #525252;	
	border: none !important;
	padding: 3px 5px !important;
	margin: 10px 5px 10px 0px !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.wp-pagenavi a:hover {
	border: none !important;
	background-color: #920013;
	color: #ffffff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.wp-pagenavi span {
	text-decoration: none;
	background-color: transparent;
	color: #525252;	
	border: none !important;
	padding: 3px 5px !important;
	margin: 10px 5px 10px 0px !important;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.wp-pagenavi span.current {
	border: none !important;
	background-color: transparent;
	color: #525252;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.wp-pagenavi span.pages {
	border: none !important;
	background-color: #525252;
	color: #f7f7f7;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.altnavi { display: none; }
.altnavi span { padding: 0 2%; }

#respond { 
	background: transparent;
}

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(138, 168, 179, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(138, 168, 179, 1);
}

#author, #url { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#bf834d; 
}

#submit {
	font-family: 'Roboto', sans-serif;
	background-color: #920013;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 1vh 1vw;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
} 

#submit:hover {
	background-color: #cc2a36;
	color: #ffffff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.commentslist {
	margin-bottom: 15px;
}

.commentslist li {
	font-size: 12px;
	margin: 0px;
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
}

.commentslist ol {
	clear: both;
	margin-bottom: 30px;
}

ol, ul {
	list-style: none;
}

ul.children {
	list-style: none;
	margin-top: 10px;
	max-width: 100%;
}

.commentslist ul.children ul.children li { border-left: 2px solid #e8e8e8; }

.commentslist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 5px;
	}

.commentslist cite, .commentslist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentslist p {
	margin: 10px 0px;
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	text-align: left;
	}
	
li img {
	background-color: transparent !important;
}

#commentform {
	margin-top: 10px;
}

.cancel-comment-reply {
	margin-left: 10px;
}

span.screen-reader-text { display: none; }

.alt {
	background-color: #f2f2f2 !important;
	margin-left: 20px !important;
}

.error  { font-size: 12px; padding: 0 0 5px 0; color: #FF0000; }
input.error, textarea.error { background: #FFD2D2; color:#000000; }

@media only screen and (min-device-width: 320px) and (max-device-width: 768px),
all and (max-width: 1200px) {
	.date { display: none; }
	.dbox { display: block; }
	#mbox { max-width: 780px; margin: 2% 0 0 0; }
	.postcontainer { width: 94%; max-width: 750px; }
	.wp-pagenavi { max-width: 750px; margin: 0; }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px),
all and (max-width: 1120px) {
	body { background-image: none; overflow-x: hidden; }
	#main, #header, .wp-pagenavi, #wbox { display: none; }
	#wrapper { width: 100%; min-width: 100%; height: 50vh; border-bottom: none; }
	#mbox { float: none; position: relative; margin: 0 auto; width: 98%; max-width: 98%; border-width: 1vw 1vw 0 1vw; }
	#menu { text-align: center; }
	#menu li { height: 30px; line-height: 30px; padding: 0 1%; }
	#container { width: 96%; display: block; padding: 2% 2% 0 2%; }
	.content { width: 100%; min-width: 0; max-width: 100%; float: none; margin: 0 auto; }
	.postcontainer { width: 96%; max-width: 96%; padding: 2%; position: relative; margin: 0 auto; }
	.entry iframe { max-width: 90%; }
	#sidebar { background-color: #f7f7f7; width: 100%; max-width: 100%; float: none; height: auto; margin: 0 auto; padding: 0; display: block; z-index: 30; }
	.sidebox { width: 92%; max-width: 92%; padding: 2% 4%; text-align: center; margin: 0 auto; }
	.sidetitle { margin: 0 auto; }
	.navigationbox { text-align: center; }
	.altnavi { display: inline-block; width: 100%; min-width: 0; max-width: 100%; float: none; text-align: center; padding: 2vh 0; margin: 0 auto; }
	#footer { margin: 0 auto; }
}

@media only screen and (max-device-width: 570px), all and (max-width: 570px) {
	#container { padding: 0; width: 100% }
	#mbox { width: 100%; max-width: 100%; height: auto; font-size: 12px; border: none; }
	#menu ul { position: static; display: none; }
	#menu li { margin: 0px; }
	#mbox li {  width: 90%; background-color: #2a2a2a; text-decoration: none; text-align: left; padding: 0.1vh 5%; font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: normal; border-bottom: 1px solid #424242; display: block; }
	#mbox li:last-child { border-bottom: none; }
	.show-menu { display:block;	}
	.entry img { max-width: 15vw; height: auto; }
	#footer span { font-size: 11px; }
}