/*
Theme Name: Steve Robison
Description: Custom Theme for Steve Robison
Author: Steve Robison
Author URI: http://www.srobison.com/
*/

html.public {
	height: 100%;
	background: #901313; 
}

body {
	color: #311;
	font: 14px "Merriweather", serif;
	margin: 0;
	padding: 0;
	background: #901313; 
	background: linear-gradient(to bottom, #901313 0%, #8b0303 100%) fixed;
}

.script {
	font-family: "Euphoria Script", cursive;
	font-weight: bold;
	font-size: 2.0em;
	margin: 0.5em;
}


p, address {
	text-align: justify;
	margin: 1.5em;
}

a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

a:visited {
	color: #c55454;
}

a:hover {
	color: #860909;
}

h1 {
	font-size: 2em;
	margin: 0;
	padding: 0.4em;
}

#header h1 {
	padding: 0.8em 0 0 0.8em;
}

h3 {
	font-size: 1.2em;
}

img { 
	border: none;
}

#container #left img {
	margin: 0 1em;
	max-width: 40%;
	height: auto;
	border: 4px solid rgb(235, 213, 179);
	border: 4px solid rgba(235, 213, 179, .7);
	background-clip: padding-box; 
}	

ul li {
	list-style-type: square;
}

#headerBackground {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#header {
	width: 96%;
	position: relative;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #eee;
	height: 168px;
}

#header .socialLinks {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}

#header .socialLinks img.socialIcon {
	height: 36px;
	width: auto;
}

#header h1 {
	width: 50%;
	float: left;
	font-size: 2.4em;
	font-weight: 900;
	font-style: italic;
}

#header #logo {
	float: right;
	position: relative;
	margin-right: 10%;
	margin-top: 5px;
	width: 30%;
}

#header #logo img {
	width: 100%;
	position: absolute;
	max-width: 158px;
	height: auto;
	z-index: 2;
}

#header #menuContainer {
	background-color: #2f2f2f;
	position: absolute;
	top: 126px;
	height: 42px;
	width: 100%;
	z-index: 0;
}

input, button, textarea {
	border-radius: 4px;
}

ul.menu,
ul.menu li,
ul.menu li ul,
ul.menu li ul li {
	box-sizing: content-box;
}

ul.menu {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0 0 0.4em 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
}

ul.menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
}

ul.menu  a {
	width: 100%;
	font-weight: bold;
	color: #fff;
	border: 1px ridge #444;
	border-bottom: none;
	padding: 6px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.menu ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 20px;
	left: 0;
	float: left;
	z-index: 99999;
}

ul.menu ul a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

ul.menu ul li {
	width: 200px;
}

ul.menu ul li a {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: block;
}

ul.menu ul li ul {
	top: 0;
	left: 100%;
	height: 21px;
	min-width: 180px;
}


ul.menu li:hover > a {
	color: #ff0000 !important;
	background-color: #555;
}

ul.menu li:hover > ul {
	display: block;
	min-width: 180px;
}

#containerBackground {
	width: 100%;
	padding: 0;
}

#container {
	width: 96%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff; /* Old browsers */
	background: linear-gradient(to bottom, #fff 0%, #f1e9d2 100%);
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

#container #left {
	width: 69%;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#container #right {
	width: 29%;
	float: right;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	/* border-left: 6px solid #2f2f2f; */
	border-left: 4px solid rgb(48, 48, 48);
	border-left: 4px solid rgba(48, 48, 48, .5);
	background-clip: padding-box;

}

/* Small Devices, Phones */ 
@media only screen and (max-width : 769px) {
	#header h1 {
		font-size: 1.6em;
	}
	#header .socialLinks {
		display: none;
	}
	ul.menu {
		font-size: 1.0em;
		font-weight: normal;
	}
	ul.menu li#home {
		display: none;
	}
	#container #left {
		width: 100%;
	}
	#container #right {
		display: none;
	}
	#footer #footerLeft, #footer #footerMiddle, #footer #footerRight {
		width: 100%;
		float: left;
	}
	#footer #footerLeft p, #footer #footerMiddle p, #footer #footerRight p {
		text-align: center;
	}
	div.poem, div.post {
		margin: 0.5em 0.4em;
	}
	div.poem p, div.post p {
		margin: 1.0em 0 2.0em 0;
	}
	
}


.block {
	width: 90%;
	margin: 10px auto;
}

#content {
	float: left;
}

.post img {
	
}

#footerBackground {
	padding: 0;
	clear: both;
}

#footer {
	margin: 16px auto;
	margin-bottom: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 96%;
	max-width: 1400px;
	background-color: #f1e9d2;
	overflow: hidden;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

#footerDescription {
	font-size: 14px;
	margin-bottom: 20px;
}

#footerLeft {
	float: left;
	width: 30%;
	margin-bottom: 10px;
}

#footerMiddle {
	margin: 0 auto;
	text-align: center;
	width: 40%;
	margin-bottom: 10px;
}

#socialLinks {
	margin: 10px;
}

#footer img.footerSocial {
	height: 24px;
	width: auto;
}

.footerLinks {
	margin: 20px;
	text-align: center;
}

.footer-links ul li {
	display: inline;
}

.footer-links ul li a {
	margin: 0 3px;
}

#footerRight {
	float: right;
	width: 30%;
	text-align: right;
	margin-bottom: 10px;
}

#footerRight p {
	text-align: right;
}


ul.sitemap  li.page {
	list-style-type: none;
	margin-left: 0;
	font-size: 1.2em;
}
ul.sitemap  li.category {
	list-style-type: none;
	margin-left: 15px;
	font-size: 1.5em;
	font-weight: bold;
}
ul.sitemap  li.sub_category {
	list-style-type: none;
	margin-left: 30px;
	font-size: 1.3em;
	font-weight: bold;
}
ul.sitemap  li.listing {
	list-style-type: none;
	margin-left: 30px;
}

form {
	margin: 20px;
}

input, button {
	border-radius: 4px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="submit"], textarea, button {
	width: 80%;
	line-height: 1.5em;
	font-size: 1.4em;
	height: 2em;
}

input[type="submit"] {
	background-color: white;
}

input[type="checkbox"]{
	transform: scale(2);
	cursor: pointer;
}

textarea {
	height: 68px;
}

table.edit {
	width: 100%;
}

table.edit th { 
	width: 25%;
	text-align: right;
	padding: 10px;
}

table.edit td {
	width: 75%;
	padding: 10px;
}

div.cancel {
	float: right;
	margin-right: 20px;
}

div.cancel button {
	width: auto;
}

div#facebookBlock {
	min-height: 400px;
}

div#twitterBlock {
	min-height: 400px;
}

body.mce-content-body  {
	background: #f1e9d2 !important; 
	color: #311 !important;
}

@media only screen and (min-width : 770px) {
	div.poem, div.post {
		margin: 1em 2em;
	}
	
	div.poem p, div.post p {
		margin: 1.5em 0;
	}
}

span.readMore {
	white-space: nowrap;
}

div.statsIframe iframe {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
    height: auto;
    max-height: 60px;
}

div.tweet_button {
	display: table;
}

span.tweet_text {
	/* Style like Facebook iframe like/share text */
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	display:table-cell;
	vertical-align:middle;	
}