/*
Theme Name: Noomii Blog
Theme URI: http://wordpress.org/
Description: A new theme for Noomii's Blog to go with the redesign of the site. Based off the Twenty-Ten theme by Wordpress.
Author: Cole Brown
Version: 3.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body { background: #edeee9; text-align:left; font-size:14px; font-family: arial, helvetica, "Trebuchet MS", sans-serif; color: #333; line-height:23px; margin:0; padding:0; }

em, italic { font-style: italic; }
small { font-size: 12px; line-height: 23px; display: block; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; clear: both; }
h1, h2 { color: #ef7700; }
p, ul, ol, dl, table, small { margin: 0 0 23px 0; }
h1, h2, h3, h5, h6 { font-weight: normal; }
h4, blockquote, dt, caption, strong, bold { font-weight: 700; }

h1 { font-size:32px; line-height:41px; margin:0 0 3px 0; padding: 0; border-bottom: 2px solid #ef7700; }
  h1 a { font-weight: normal; }
  h1.no-border { line-height:46px; margin: 0px; border-bottom: 0px; }
h2 { font-size:23px; line-height:23px; margin:0; padding:11px 0 12px 0; } 
  h2 a { text-decoration:none; border-bottom:none; }
  h2 a:hover { text-decoration:none; border-bottom:none; }
h2.black { font-size:23px; line-height:23px; margin:0; padding:11px 0 12px 0; color: #333333; } 
h3 { font-size:18px; line-height:23px; }
  h3 a, h3 a:hover { text-decoration:none; font-weight: normal; }
h4, h3.widget-title { font-size:14px; line-height:23px; font-weight:bold; }
h5 { font-size:14px; font-weight:normal; }
h6 { font-size:12px; text-transform:uppercase; letter-spacing:1px; line-height:23px; }

blockquote { quotes: none; font-size:14px; font-style:italic; }
blockquote:before, blockquote:after {	content: ''; content: none; }
q { font-style:italic; line-height:23px; }
del { text-decoration: line-through; }

table { font-size: 12px; width: 100%; border-spacing: 3px 3px; border-collapse: collapse; }
caption { font-variant: small-caps; font-size: 18px; line-height: 45px; text-align: left; }
tr th { line-height: 23px; }
tr td { line-height: 22px; border-bottom: 1px dotted #ddd; padding: 0 5px; }

code { font-family: sans-serif; }

form { padding-top:5px; }
input, textarea { font-size:16px; font-family: arial, helvetica, "Trebuchet MS", sans-serif; color:rgb(90,90,90);  padding:1px; }
.form-text, .form-textarea { padding-left:5px; border:1px solid #d5d5d5; }

img { padding: 0; margin: 0; }
a img {	border: none; }

a { color: #0c75ad; display: inline-block; font-weight: bold; text-decoration: none; }
a:link { }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }

.important { color: #c00; font-weight: bold; }

/* =Layout
-------------------------------------------------------------- */

#container { background: #fefefc; margin:0 auto; padding: 0 20px; text-align:left; width:960px; border: 1px solid #ccc; border-top: 0px; }
#container-footer { overflow: auto; margin:0 auto; padding: 0 20px; text-align:left; width:960px; }
.right { float: right; } 
.left { float: left; }
.center { text-align: center; }
.clear { clear: both; }
.hidden { display: none; }

#header { background: transparent; width: 100%; min-height: 100px; margin: 0; padding: 0; }
#main { background: transparent; width: 100%; min-height: 300px; overflow: hidden; margin: 0; padding: 0; }
#footer { background: transparent; width: 100%; overflow: hidden; margin: 0; padding: 0; }

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: arial, helvetica, "Trebuchet MS", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
/*input#sumbit {
	font-family: arial, helvetica, "Trebuchet MS", sans-serif;
	border: 2px solid #ccc; 
	margin-bottom: 23px; 
	padding: 3px 5px; 
	background: #ef7700; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	font-size: 14px; 
	display: inline; 
	color: #fefefc; 
	text-decoration: none;
}
input#submit:hover {
  background: #edeee9; 
  color: #666; 
  text-decoration: none; 
}*/
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */

ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

img.alignleft { float: left; margin: 0 10px 0 0; }
img.alignright { float: right; margin: 0 0 0 10px; }
img.aligncenter { text-align: center; margin: 0 10px; }


/* =Header
-------------------------------------------------------------- */

#branding { margin: 0; padding: 0; width: 100%; height: 69px; }
#branding #branding-logo { float: left; padding: 0px; }
#logo { margin:23px 0 0; padding: 0px 7px;}

/*#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}*/


/* =Menu and Search
-------------------------------------------------------------- */

#navigation-top { float: right; }
#navigation-top ul { padding: 0; margin: 0; list-style: none; float: right; font-size: 12px; }
#navigation-top li { padding: 6px 0 0 5px; margin: 0; float: left; }
#navigation-top li a { background-color: #f6f7f1; color: #0c75ad; text-align: right; font-weight: bold; text-decoration: none; margin: 0; padding: 1px 10px 0; display: block; border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#navigation-top li a:hover { background-color: #edeee9; }
#navigation-top p { clear: both; padding-top: 15px; margin: 0; text-align: right; font-size: 18px; }


/* Primary Navigation */
#navigation-main { background: #0c75ad; height: 46px; margin-bottom: 23px; }

ul.dropdown { padding: 0; margin: 0; list-style: none; position: relative; width: 960px; }
ul.dropdown li { background-color: #0c75ad; color: #fdfdfd; margin: 0; padding: 0; list-style: none; float: left;  }
ul.dropdown li a { display: block; color: #fdfdfd; font-size: 14px; font-weight: bold; text-decoration: none; margin: 0; padding: 12px 15px 11px; border-right: 1px solid #095882; border-left: 1px solid #4594bb; }

ul.dropdown > li.hover,
ul.dropdown > li:hover { position: relative; background: #ef7700; color: #fdfdfd; }
ul.dropdown > li.hover > a { color: #fdfdfd; }

ul.dropdown li.active { background-color: #edeee9; color: #666; }
ul.dropdown li.active a { color: #666; }
ul.dropdown li.active a:hover { background-color: #ef7700; color: #fdfdfd; }

ul.dropdown li.first a { border-left: 0px; }
ul.dropdown li.last a { border-right: 0px; }
ul.dropdown li.last ul li a { border-right: 1px solid #ccc; }

ul.dropdown li.settings { border-left: 1px solid #095882; float: right; }
ul.dropdown li.settings a { border-right: 0px; }


  /* Dropdown */
ul.dropdown ul { margin: 0; padding: 0; width: 185px; visibility: hidden; position: absolute; top: 100%; left: 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
ul.dropdown ul li { text-align: left; float: none; }
ul.dropdown ul li a, ul.dropdown li.active ul li a { font-weight: normal; font-size: 12px; background: #edeee9; color: #666; padding: 1px 15px 0px; border: 0; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 100%; display: inline-block; } 
ul.dropdown ul li a:hover, ul.dropdown li.active ul li a:hover { background: #ef7700; color: #fefefc; }


  /* Search */
#search { padding: 5px 10px; float: right; font-size: 12px; }
#search input { padding: 4px 7px; border: 1px solid #095882; }
#search input#s { background: #fefefc url('') no-repeat !important; width: 160px; font-size: 12px; }
#search input#searchsubmit { background-color: #f6f7f1; color: #666; font-size: 12px; font-weight: bold; border: 2px solid #ccc; padding: 2px 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline; }
#search input:hover#searchsubmit { background-color: #edeee9; }


/* =Content
-------------------------------------------------------------- */
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 14px;
	line-height: 23px;
}
#content code {
	font-size: 14px;
}
.hentry {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
	margin: 0 0 12px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 23px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a {
  font-weight: normal;
}
.entry-title a:hover {
  text-decoration: underline;
}
.author-image img { 
  background: #fff; 
  margin: 0 8px 0 0; 
  padding: 3px; 
  border: 1px solid #ccc; 
  float: left; 
}
.entry-meta {
	color: #999;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
	overflow: hidden;
}
.entry-meta a {
	font-weight: normal;
}
.tag-links {
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.tag-links a {
	color: #999;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.profile-edit a { 
  float: right; 
  border: 2px solid #ccc; 
  height: 18px; 
  line-height: 18px; 
  margin: 0; 
  padding: 1px 5px 0 3px; 
  background: #edeee9; 
  color: #666; 
  font-size: 12px; 
  font-weight: bold; 
  display: inline; 
  text-decoration: none; 
  border-radius: 3px;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  overflow: hidden;
}
.profile-edit a:hover { 
  background: #f6f7f1; 
  color: #666; 
  text-decoration: none; 
}
.profile-edit img.icon { 
  padding: 0px 5px 0 0; 
  float: left; 
}

#entry-author-info {
	background: #f6f7f1;
	border: 1px solid #ccc;
	clear: both;
	font-size: 14px;
	line-height: 23px;
	margin: 23px 0;
	overflow: hidden;
	padding: 11px 10px 12px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#entry-author-info #author-avatar img {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 60px;
	margin: 0 10px 0 0;
	padding: 5px;
	overflow: hidden;
}

#author-avatar {
	float: left;
}

#entry-author-info #author-description {
	float: left;
	margin: 0;
	width: 590px;
}
.entry-utility {
	clear: both;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
.entry-utility a {
	color: #999;
}

#content .video-player {
	padding: 0;
}


/* =buttons
-------------------------------------------------------------- */
<style type="text/css">
.bigorangebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:16px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.bigorangebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.bigorangebutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com by SAW on Jul 24, 2012 */
<

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

/* Secondary [RIGHT] Navigation */
#navigation-right { width: 225px; margin: 0 0 0 20px; float: left; }

#navigation-right ul.links { width: 225px; padding: 0; margin: 0 0 23px 0; list-style: none; background: #edeee9; border: 1px solid #ccc; border-right: 0px; border-top: 0px; overflow: hidden; }
#navigation-right ul.links li { padding: 0; margin: 0; float: left; display: block; width: 100%; }
#navigation-right ul.links li a { padding: 3px 0 3px 10px; font-weight: normal; display: block; border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
#navigation-right ul.links li a:hover { background: #fefefc; border-right: 1px solid #fefefc; text-decoration: underline; }
#navigation-right ul.links li:hover { border-right: 1px solid #fefefc; }
#navigation-right ul.links li.active { background: #fefefc; border-right: 1px solid #fefefc; }
#navigation-right ul.links li.active a { font-weight: bold; color: #ef7700; border-right: 1px solid #fefefc; }

#navigation-right ul.directory { width: 225px; padding: 0; margin: 0; font-size: 12px; line-height: 18px; list-style: none; overflow: hidden; }
#navigation-right ul.directory li { padding: 0; margin: 0; float: left; display: block; width: 100%; }
#navigation-right ul.directory li:hover { border-right: 1px solid #fefefc; }
#navigation-right ul.directory li.active { }
#navigation-right ul.directory li.active a { font-weight: bold; color: #ef7700; }

#navigation-right ul { width: 225px; padding: 0; margin: 0 0 23px 0; list-style: none; }
#navigation-right li { padding: 0; margin: 0; float: left; display: block; width: 100%; }
#navigation-right li > a { padding-left: 10px; font-weight: normal; display: block; }
#navigation-right li.active > a { font-weight: bold; }

#navigation-right .widget, #navigation-right .widget-container, #navigation-right #s2_form_widget-3 { width: 215px; border-bottom: 1px solid #ccc; padding: 22px 10px 23px 0; font-size: 12px; line-height: 18px; overflow: hidden; }
#navigation-right .widget.first { padding: 0px 10px 23px 0; }
#navigation-right .widget p, #navigation-right .widget-container p { margin-bottom: 0; }
#navigation-right #s2_form_widget-3 p { margin: 18px 0 0; }
#navigation-right .widget a.action-button, #navigation-right #s2_form_widget-3 input[type="submit"], #navigation-right .widget-container a.action-button { border: 2px solid #ccc; padding: 3px 5px; background: #ef7700; -moz-border-radius: 3px; -webkit-border-radius: 3px; display: inline; color: #fefefc; text-decoration: none; margin: 10px 0 0 0; font-size: 12px; }
#navigation-right .widget a:hover.action-button, #navigation-right #s2_form_widget-3 input[type="submit"]:hover, #navigation-right .widget-container a:hover.action-button { background: #edeee9; color: #666; text-decoration: none; }

/* 4. Breadcrumb/Pagination Navigation */
#navigation-breadcrumb { color: #666; font-size:12px; margin: 11px 0 12px 0; }
#navigation-breadcrumb a { font-size:12px; font-weight: normal; font-style:italic; }

#navigation-pagination { width: 713px; background: #edeee9; border: 1px solid #ccc; font-size:12px; line-height: 21px; margin-bottom:23px; overflow: hidden; }
#navigation-pagination a { font-size:12px; font-style:italic; }
#navigation-pagination .pagination { float: right; margin: 0; padding-right: 10px; }
#navigation-pagination .pagination span { margin: 0 0 0 5px; }
#navigation-pagination .pagination span.current { font-weight: bold; } /*For the current page in the pagination*/
#navigation-pagination.full-page { width: 958px; background: #edeee9; border: 1px solid #ccc; font-size:12px; line-height: 21px; margin-bottom:23px; overflow: hidden; }

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	padding: 0 10px;
}
.nav-next {
	float: right;
	text-align: right;
	padding: 0 10px;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
#primary {
  margin: 0;
  padding: 0;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: square;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer { font-size: 12px; color: #777; margin-bottom: 23px; }
#footer a { font-weight: normal; }
.footer-desc { font-size: 14px; margin: 23px 0; width: 735px; float: left; padding-right: 20px; border-right: 1px solid #ccc; }
.footer-social { margin: 23px 0 0; width: 185px; float: left; padding-left: 19px; }
.footer-social ul { margin: 0; padding: 0; list-style: none; }
.footer-social li { padding-right: 10px; float: left; display: block; }
.footer-social li a { width: 45px; height: 45px; text-decoration: none; display: block; }
.footer-social li a:hover { text-decoration: none; }

.footer-social li a.facebook { background: url('images/facebook-icon-grey.png') no-repeat; }
.footer-social li a:hover.facebook { background: url('images/facebook-icon.png') no-repeat; }
.footer-social li a.twitter { background: url('images/twitter-icon-grey.png') no-repeat; }
.footer-social li a:hover.twitter { background: url('images/twitter-icon.png') no-repeat; }
.footer-social li a.youtube { background: url('images/youtube-icon-grey.png') no-repeat; }
.footer-social li a:hover.youtube { background: url('images/youtube-icon.png') no-repeat; }

.footer-column-wrapper { font-size: 12px; line-height: 18px; color: #777; overflow: hidden; margin-bottom: 23px; padding-top: 22px; border-top: 1px solid #ccc;}
.footer-column-wrapper .column ul { padding: 0; margin: 0; list-style: none; }
.footer-column-wrapper .column li { padding: 0; margin: 0; float: left; display: block; width: 100%; }

.footer-column-wrapper ul.inline { padding: 0; margin: 0; list-style: none; }
.footer-column-wrapper ul.inline li { padding: 0 5px 0 0; margin: 0 0 0 5px; float: left; display: block; border-right: 1px solid #ccc; }
.footer-column-wrapper ul.inline li.last { padding: 0px; border-right: 0; }
.footer-column-wrapper .column { width: 140px; padding-right: 20px; }
footer a { font-weight: normal; }

#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


form { padding-top: 5px; }
input, textarea { border: 1px solid #bbb; font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; font-size: 14px; padding: 4px 7px; }
input[type=radio], input[type=checkbox] { border: 0px; margin: 0; padding: 0; }
button { cursor: pointer; }
input.text-field { width: 225px; }
textarea.text-area { width: 500px; height: 100px; }


/* 5. Global Content Type */
#zip-search { float: left; margin: 16px 20px 0 130px; padding: 0; }
#zip-search form { float: left; margin: 0; padding: 0; }
#zip-search form input.text-field { width: 175px; }
#zip-search form input.action-button { float: none; margin: 0 0 0 10px; padding: 4px 10px; }

#two-column-1 { margin-bottom: 23px; padding-right: 20px; width: 460px; float: left; }
#two-column-2 { margin-bottom: 23px; padding-left: 19px; border-left: 1px solid #ccc; width: 460px; float: left; }

#four-column-1 { padding-right: 20px; width: 225px; float: left; }
#four-column-2 { padding-right: 20px; width: 225px; float: left; }
#four-column-3 { padding-right: 20px; width: 225px; float: left; }
#four-column-4 { width: 225px; float: left; }

a.action-button, input.action-button, button { background: #ef7700; border: 2px solid #ccc; border-radius: 3px; color: #fdfdfd; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; margin-bottom: 23px; padding: 3px 5px; text-decoration: none; }
a:hover.action-button, input:hover.action-button, button:hover { background: #edeee9; color: #666; text-decoration: none; }

a.cancel-button { border: 2px solid #ccc; margin-bottom: 23px; padding: 3px 5px; background: #ef7700; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 14px; display: inline; color: #fefefc; text-decoration: none; }
a:hover.cancel-button { background: #edeee9; color: #666; text-decoration: none; }

a.action-button-large { border: 2px solid #ccc; margin-bottom: 23px; padding: 5px 10px; background: #ef7700; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 23px; display: inline; color: #fefefc; text-decoration: none; }
a:hover.action-button-large { background: #edeee9; color: #666; text-decoration: none; }

.s2_error, .error { background: #fee; clear: both; color: #c00; margin: 0 auto 23px; padding: 11px 10px 10px; overflow: hidden; border: 1px solid #c00; }

.new-section { border-top: 1px solid #ccc; clear: both; }

.video { margin: 0 0 23px 0; }
.video p { font-size: 12px; line-height: 18px; color: #666; }
.video.left { margin-left: 0; }
.video.right { margin-right: 0; }

img.icon { padding: 2px 5px 0 0; float: left; }

p.desc { font-size: 12px; line-height: 18px; color: #666; }

p.desc.articles { font-size: 12px; line-height: 18px; color: #666; margin-bottom: 0; }
p.articles { margin-bottom: 0; }

.disclaimer { background: #f6f7f1; border: 1px solid #ccc; font-size: 12px; line-height: 18px; margin: 10px 0; padding: 5px 10px; width: 673px; }

  /* 5b. Internal Content */
#page-content { margin: 0; width: 695px; padding-right: 19px; float: left; border-right: 1px solid #ccc; }

.greybox { background: #f6f7f1; width: 500px; margin: 23px auto; padding: 10px 20px; overflow: hidden; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#main input, #main textarea { padding: 4px 7px; border: 1px solid #bbb; }
#main input.text-field { width: 225px; font-size: 12px; }
#main textarea.text-area { width: 500px; height: 150px; font-size: 12px; }
#main button.button { border: 2px solid #ccc; margin-bottom: 23px; padding: 3px 5px; background: #ef7700; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 14px; font-weight: bold; display: inline; color: #fefefc; text-decoration: none; }
#main button:hover.button { background: #edeee9; color: #666; text-decoration: none; }

/*#commentform label { float: left; margin-right: 5px; clear: left;}
#commentform span { float: left; margin-right: 5px; }
#commentform input { float: left; width: 225px; font-size: 12px; clear: both; }
#commentform textarea#comment { float: left; width: 500px; height: 150px; font-size: 12px; clear: both; }*/


  /* 5d. Profile Content */
#page-content.profile { margin:0; width: 960px; padding-left: 0px; float: left; border:0; overflow: hidden; }

.profile .info { overflow: auto; border-bottom: 1px solid #ccc; }
.profile .info img.photo { background: #fff; margin: 0 8px 0 0; padding: 5px; border: 1px solid #ccc; float: left; width: 150px; }
.profile .info .details { float: left; width: 175px; font-size: 12px; font-weight: bold; }
.profile .info .details p { margin-bottom: 0; }

.profile .info .details .redbox { background: #fcc; color: #c33; font-style: italic; border: 1px dashed #c66; width: 150px; padding: 0 5px; }
.profile .info .details .redbox p { line-height: 18px; }
.profile .info .details .redbox a { color: #c33; font-style: italic; }

.profile .info .summary { float: left; width: 460px; padding-right: 20px; }
.profile .info .summary img.credential { height: 17px; padding: 2px 5px 0 0; float: left; }
.profile .info .summary .credentials { color: #333; font-weight: bold; }
.profile .info .request { float: left; width: 265px; padding-left: 20px; }
.profile .info .request .rate { width: 265px; }
.profile .info .request .gender { width: 265px; }
.profile .info .request .timezone { width: 265px; margin-bottom: 23px; }
.profile .info .facebook { background: #f6f7f1; margin-bottom: 23px; padding: 10px 19px; overflow: hidden; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.profile .info .facebook p { margin-bottom: 0px; }

.profile .content { width: 635px; float: left; padding-right: 19px; border-right: 1px solid #ccc; }
.profile .content p.review { margin-bottom: 23px; overflow: hidden; }

.profile.side { float: left; width: 265px; padding-left: 20px; }
.profile.side p { font-size: 12px; line-height: 18px; margin-bottom: 18px; overflow: auto; }
.profile.side q { font-size: 12px; line-height: 18px; }
.profile.side h3 { padding-top: 12px; }

  /* 5d. Social Content */
.facebook, .twitter, .googleplus { float: left; vertical-align: top; display: block; margin-bottom: 23px; }
.getsocial { padding: 10px 0 0 10px; }

  /* 5e. Iframes */
.entry-content .iframe { margin: 0 auto; }


/* Contest Leaderboard */
table { font-size: 12px; width: 100%; border-spacing: 3px 3px; border-collapse: collapse; }
tr th { line-height: 23px; }
tr td { line-height: 22px; /*border-bottom: 1px dotted #ddd;*/ padding: 0 5px; }

#leaderboard { background: #eee; color: #333; margin: 0 auto 23px; width: 695px; }
#leaderboard thead tr { background: #0c75ad; color: #fff; font-size: 14px; font-weight: bold; }
#leaderboard thead tr td { border: 1px solid #08496c; vertical-align: middle; text-align: left; padding: 5px 15px; }

#leaderboard tbody tr {  }
#leaderboard tbody tr td { border: 1px solid #ccc; vertical-align: middle; text-align: left; padding: 5px 15px; }
#leaderboard tbody tr td.total-score { background: #feb975; }
#leaderboard td span.author-name { font-weight: bold; }


/* Gallerific Stylesheet */
div#gallery-container { background: #efeee9; border: 1px solid #ccc; margin-bottom: 23px; overflow: hidden; padding: 19px; width: 655px; }
div.navigation-container { float: left; width: 655px; }

div#thumbs { background: #f4f4f4; border: 1px solid #ddd; border-bottom: 0; padding: 4px; width: 645px; }
img.thumb { width: 58px; height: 80px; }
img.thumb-horizontal { height: 80px; width: 111px; }
ul.thumbs { position: relative; float: left; margin: 0; padding: 0; } 
ul.thumbs li { float: left; padding: 0; margin: 2px; list-style: none; }
a.thumb { padding: 1px; display: block; }
a.thumb:focus { outline: none; }
ul.thumbs img { border: none; display: block; }

div.content { display: none; clear: both; }

div.controls { background: #f4f4f4; border: 1px solid #ddd; border-top: 0; margin-bottom: 20px; overflow: hidden; padding: 4px; width: 645px; }
div.controls a { padding: 5px; }
div.ss-controls { float: left; }
div.nav-controls { float: right; }

div.slideshow-container { clear: both; float: left; height: 565px; }
div.slideshow,
div.slideshow span.image-wrapper { display: block; width: 425px; float: left; text-align: center; }

div.slideshow a.advance-link { display: block; line-height: 530px; /* This should be set to be at least the height of the largest image in the slideshow with padding */ }

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited { text-decoration: none; }
div.slideshow a.advance-link:focus { outline: none; }

div.slideshow img { border: 1px solid #ccc; }

div.caption-container, span.image-caption { width: 230px; float: left; }

div.caption { padding: 0 12px; }
div.image-title { font-weight: bold; font-size: 1.4em; }
div.image-desc { line-height: 1.3em; padding-top: 12px; }

div.pagination { clear: both; position: relative; left: -50%; }
div.pagination a, div.pagination span.current, div.pagination span.ellipsis { position: relative; display: block; float: left; margin-right: 2px; padding: 4px 7px 2px 7px; border: 1px solid #ccc; }
div.pagination a:hover { text-decoration: none; }
div.pagination span.current { font-weight: bold; }
div.pagination span.ellipsis { border: none; padding: 5px 0 3px 2px; }

div.SPOSTARBUST-Related-Posts { background: #F6F7F1; border: 1px solid #ccc; margin: 0 0 23px; padding: 11px 10px 12px; }

div#secondary { background: #f6f7f1; border: 1px solid #ccc; margin: 0 0 23px; padding: 23px 19px; width: 655px; }
div#secondary ul.page-widget { list-style: none; margin: 0; padding: 0; }
div#secondary ul.page-widget li.widget-container { margin: 0; padding: 0; }
div#secondary ul.page-widget li > ul { list-style: disc; margin: 0 0 0 20px; padding: 0; }
div#secondary ul.page-widget li > ul li .popular_post { border: 0px; margin: 0; padding: 0; }
body.category-for-coaches li#googleanalyticspopularposts-2 { display: none; }

div#navigation-right .ctct_extra_data { color: #666; font-size: 12px; line-height: 18px; padding: 0 !important; }

.SPOSTARBUST-Related-Posts { clear: both; margin: 24px 0 0; overflow: hidden; }


/*----- Steph's Big Orange Button -----*/
.bigorangebutton { -moz-box-shadow:inset 0px 1px 0px 0px #fff6af; -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af; box-shadow:inset 0px 1px 0px 0px #fff6af; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) ); background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23'); background-color:#ffec64; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:2px solid #ffaa22; display:inline-block; color:#333333; font-family:arial; font-size:20px; font-weight:bold; padding:10px 24px; text-decoration:none; text-shadow:1px 1px 0px #ffee66; }
.bigorangebutton:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) ); background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64'); background-color:#ffab23; }
.bigorangebutton:active { position:relative; top:1px; }



/*----- Responsive stuff that needs porting. -----*/
.pull-left { float: left; }

.thumbnail { background: #f4f4f4; margin: 6px 10px 12px 0; padding: 10px; }
.thumbnail img { border: 1px solid #ddd; height: auto; margin: 0; padding: 0; width: 100%; }
.thumbnail img.portrait { width: 240px; }
.thumbnail img.landscape { width: 360px; }
.thumbnail p { color: #666; font-size: 12px; line-height: 18px; margin: 0; }