/*
Theme Name: stormyfrog studios
Theme URI: http://www.stormyfrog.com/
Description: WordPress theme for stormyfrog studios, LLC
Version: 1.0
Author: Andrew Buckman
Author URI: http://abuckman.com/
Tags: widgets

*/

body {
	background: #314158 url('/images/2009/gradient.png') repeat-x left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	color: #2E2979;
}
a:visited {
	color: #121D32;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
p {
	margin: 0 0 10px 0;
}
ul, ol {
	margin: 0 0 20px 20px;
	padding: 0;
}
li {
	margin: 0 0 5px;
}
pre {
	background: #fff;
	border-bottom: 1px solid #62708F;
	border-top: 1px solid #62708F;
	font-family: 'andale mono','lucida console',monospace;
	font-size: 12px;
	margin: 0;
	overflow: auto;
	padding: 5px 7px;
}
code {
	background: #C3CCDF;
	border-left: 5px solid #62708F;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 10px;
}

#wrap {
	background: #AEB9D1 url('/images/2009/wrap.png') repeat-y left top;
	margin: 12px auto 0;
	width: 980px;
}
#header {
	background: #121D32 url('/images/2009/header.png') no-repeat left top;
	color: white;
	font-family: "Gill Sans", Arial, sans-serif;
	height: 88px;
	padding: 10px 10px 1px;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header h3 {
	float: left;
	font-size: 14px;
	/* margin-bottom: 2px; - why? */
}
#header h3 a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 88px;
	width: 380px;
}
#header #nav {
	list-style: none;
	float: right;
	font-size: 1.4em;
	margin: 50px 40px 0 0;
	padding: 0;
}
#header #nav li {
	float: left;
	margin-left: 20px;
}

.splash {
	background: #2C2875 url('/images/2009/splash.jpg') no-repeat left top;
	color: white;
	height: 180px; /*200*/
	padding: 20px 10px 1px;
}
.splash a {
	color: white;
}
#splashTagline {
	background: url('/images/2009/splash-taglines.png') no-repeat left 0;
	height: 0;
	float: left;
	overflow: hidden;
	padding-top: 170px;
	width: 580px;
}
#splashResults #splashTagline { background-position: left 0; }
#splashAnalysis #splashTagline { background-position: left -340px; }
#splashContact #splashTagline {	background-position: left -170px; }
#splashtext {
	padding: 69px 0 0 41px;
}
#splashtext h1 {
	font-size: 58px;
	letter-spacing: -2px;
	line-height: 1em;
}
#splashtext h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-left: 3px;
}
#portfolio {
	float: right;
	margin-right: 58px;
}

#mainwrap {
	background: url('/images/2009/splash-bg.jpg') no-repeat left top;
	clear: both;
	min-height: 302px;
	overflow: hidden;
}
* html #mainwrap {
	min-height: 302px;
}

#main {
	float: left;
	padding: 40px;
	width: 620px; /*700*/
}
#sidebar .mainback {
	background: #5A6B83;
	color: #121D32;
	color: #EEE;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar .mainback:hover {
	background: #121D32;
	text-decoration: none;
}
#sidebar {
	float: left;
	font-family: 
		Helvetica, 
		Arial, 
		Verdana, 
		sans-serif;
	font-size: 12px;
	padding: 40px 40px 40px 20px;
	width: 200px; /*260*/
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
#sidebar ul li {
	margin-bottom: 30px;
}
#sidebar li li {
	margin: 10px 0;
}
#sidebar .title {
	color: black;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 22px;
}
#sidebar a {
	color: black;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .free {
	background: url('/images/2009/free-alpha.png') no-repeat left top;
	display: block;
	height: 50px; /*56*/
	padding: 6px 0 0 61px;
}
#sidebar .free span {
	display: none;
}
#sidebar #webana {
	/* color: white; */
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
#sidebar #webana:hover {
	text-decoration: underline;
}
#sidebar .linklist {
	margin-top: 10px;
}
#sidebar .linklist li {
	margin-bottom: 5px;
}
#sidebar > h3:first-child {
	margin-top: 0;
}

#recentWork a {
	background-color: #314158;
	background-position: top left;
	background-repeat: no-repeat;
	border: 2px solid black;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
	padding-top: 82px;
	padding-left: 10px;
	height: 18px; /*100*/
	width: 186px; /*200*/
	text-decoration: none;
}
#recentWork a:hover {
	border-color: white;
	text-decoration: none;
}

.content {
	padding: 1px 10px 0;
}
.content h3 {
	margin-top: 15px;
}
#samplearea {
	padding: 10px;
}
#information {
	padding-bottom: 15px;
}
#content {
	margin: 0 6px;
	padding: 10px;
}
#footer {
	background: #314158 url('/images/2009/footer.png') no-repeat left top;
	color: #A9AFBE;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #A9AFBE;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

#footer #copyright {
	float: right;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	border-left: 1px solid #939bad;
	margin: 0 0 10px 10px;
	padding-left: 10px;
	float: left;
}
#footer ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

/* code pages */
.preheader {
	color: #62708F;
	font-style: italic;
	margin: 5px 0 -3px 5px;
}
.newversion {
	color: #f00;
	font-style: italic;
}
#extname {
	background: black;
	color: white;
	padding: 4px 0;
	text-align: center;
}
#extname a {
	color: white;
	text-decoration: none;
}
#extname a:hover {
	text-decoration: underline;
}

#information thead th {
	background: #8391AF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
#information tbody th {
	font-weight: normal;
	text-align: left;
}
#information tbody th, #information tbody td {
	background: #C3CCDF;
	vertical-align: top;
}

/* homepage */
#intro {
	min-height: 170px;
}
#intro a {
	color: #121D32;
}
#intro p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#sites {
	border-top: 1px solid #121D32;
	margin-top: 50px;
}
#sites h3 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0px;
}
#sites ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
#sites li {
	float: left;
}
#diningfolio, #comingsoon {
	background: #404e21 url('/images/2009/dining-folio.png') no-repeat left top;
	color: black;
	display: block;
	overflow: hidden;
	padding-top: 97px;
	text-align: center;
	text-decoration: none;
	height: 31px; /*128*/
	width: 308px;
}
#diningfolio strong, #comingsoon strong { display: none; }
#comingsoon {
	background: #393939 url('/images/2009/coming-soon.png') no-repeat left top;
	margin-left: 4px;
}


/* post styles */
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin: 0 0 20px 20px;
}
img.wp-smiley  {
	padding: 0!important;
	border: none!important;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post {
	line-height: 1.6em;
}
.post h1 {
	font-family: 'Avenir LT Std', Avenir, Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 45px;
	margin: 0 0 10px;
}
.post h3 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 36px;
}
.post table {
	background: #CED4E0;
	border: 1px solid #121D32;
	border-collapse: collapse;
}
.post tbody {
	border-color: #6D829F;
}
.post th {
	background: #6D829F;
	border-color: #121D32;
}
.post cite {
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: right;
}
.post .inlinenav {
	float: right;
	font-size: 11px;
	margin-top: -30px;
}
.post .inlinenav a {
	text-decoration: none;
}
.post .inlinenav a:hover {
	text-decoration: underline;
}

/* blog index */
#main h2 {
	font-family: 'Avenir LT Std', Avenir, Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 45px;
	margin: 0 0 5px;
}
#main h2 a {
	text-decoration: none;
}
#main h2 a:hover {
	text-decoration: underline;
}
.archive .post,
.blog .post {
	background: url('images/rule.png') no-repeat center bottom;
	/*border-bottom: 1px solid #6D829F;*/
	padding-bottom: 31px; /*10+21*/
	margin-bottom: 20px;
}
.archive .postdate,
.blog .postdate {
	float: right;
	font-size: 11px;
	padding-top: 5px;
}
.archive .postmetadata,
.blog .postmetadata {
	font-size: 0.8em;
}
#table_of_contents {
	background: #CED4E0;
	border: 1px solid #6D829F;
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 20px 20px;
	padding: 15px 20px;
}
#table_of_contents ol {
	margin: 5px 0 0 20px;
}

/* single post */
/*.page-id-10 #mainwrap,*/
.page-child #mainwrap,
.error404 #mainwrap,
.single #mainwrap {
	background: url('images/splash-interior.jpg') no-repeat center top;
	min-height: 320px;
}
.single .postmetadata {
	background: url('images/postmetadata.png') no-repeat center top;
	border-top: 1px solid #6D829F;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 20px;
	min-height: 100px;
	padding-top: 5px;
	padding: 10px 10px 0;
}
.single .postmetadata h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 0;
}
.single .sharing {
	font-size: 1.2em;
	margin-top: 0;
}
.single .postdate {
	font-size: 10px;
	text-transform: uppercase;
}
.sharingwrap {
	float: right;
	margin-left: 10px;
}
.twitter-share-button {
	margin-left: 5px;
}

/* blog comment form */
#respond {
	margin: 30px 0;
	overflow: hidden;
}
#respond .attention {
	background: #F7DDDF url('/images/icons/warning-red.png') no-repeat 10px 10px;
	border: 1px solid #962F34;
	padding: 10px 10px 10px 52px;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}
#respondGravatar {
	background: url('images/comment-reply.png') no-repeat right top;
	float: left;
	padding-right: 18px;
}
#respondGravatar img {
	border: 1px solid #6D829F;
	margin: 0;
	padding: 0;
}
#respondwrap {
	background: #CED4E0;
	border: 1px solid #6D829F;
	/*border-bottom: none;*/
	padding: 20px;
	margin-left: 92px;
}
#respond h3 {
	background: #6D829F;
	font-size: 14px;
	text-transform: uppercase;
	margin: -20px -20px 0;
	padding: 10px 20px;
}
.adlib {
	color: #555;
	line-height: 2em;
}
.adlib fieldset {
	border: none;
	padding: 0;
	margin: 20px 0;
}
.adlib label {
	color: #000;
}
.adlib input {
	background: none;
	border: none;
	border-bottom: 1px dashed black;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0.25em;
	text-align: center;
}
.adlib input:focus {
	background: #f5f9f0;
}
.adlib input.button {
	background: #bccf8e;
	border: 1px solid #404e21;
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 1em;
}
.adlib input.button:hover,
.adlib input.button:focus {
	background: #c3d793;
}
.adlib textarea {
	background: #FFF;
	border: 1px solid #888;
	margin: 0;
	padding: 10px;
	width: 95%;
}
.adlib #author { width: 150px; }
.adlib #email { width: 250px; }
.adlib #url { width: 400px; }
.adlib fieldset.actions {
	margin: 0;
}

/* blog comments */
.avatar {
	float: left;
	margin-right: 10px;
}
.comment-meta {
	font-size: 0.75em;
	margin-bottom: 5px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin: 2em 0;
}
.commentlist ul {
	border-left: 3px solid #6D829F;
	list-style: none;
	padding-left: 1em;
}
.commentlist li.comment {
	position: relative;
}
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 0;
}

/* portfolio category */
.category-portfolio .post {
	background: #CED4E0;
	overflow: hidden;
	padding: 0 20px 0 0;
}
.category-portfolio .post img {
	float: left;
	margin-right: 20px;
}
.category-portfolio .post h3 {
	line-height: 22px;
}
.category-portfolio .post h3 a {
	text-decoration: none;
}