/*
Theme Name: GCS Framework
Theme URI: http://www.greatcirclestudios.com/
Description: A simple default framework for WordPress. Features a two column layout and provides a base to develop a client child theme.
Author: GreatCircle Studios
Version: 1.1
Tags: 
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;	vertical-align: baseline; background: transparent; }
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }
a img { border: none; }



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #e5f1f8;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, "Bitstream Charter", serif;
}

input {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, "Bitstream Charter", serif;
}
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="text"] {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
textarea {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, "Bitstream Charter", serif;
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 19px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul {
	list-style: disc;
	margin: 0 0 20px 40px;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 40px;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 10px 30px 10px 30px;
	quotes: inherit;
	background: #ddd;
	margin: 0px 0px 10px 0px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 1.5em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

a:link,
a:visited {
	color:#0066CC;
}
a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	margin: 20px auto;
	width: 980px;
	background: #fff;
	padding: 0px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	height: 140px;
}
#masthead {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100px;
}
#site-title {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: left;
	float: left;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	width: 460px;
}

/* This is the custom header image */

#branding {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
}
#branding img {
	clear: both;
	display: block;
	border: none;
}

/* =Primary Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0px auto;
	width: 940px;
	height: 40px;
	display:block;
}
#access .menu-header,
div.menu {
	margin: 0px auto;
	width: 940px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	margin-left: 0px;
	height: 40px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0px;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display: block;
	text-decoration: none;
	color: #aaa;
	padding: 0px 15px;
	line-height: 40px;
}
#access ul ul {
	display:none;
	position:absolute;
	top: 40px;
	left: 0;
	float:left;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px 15px;
	width: 150px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background: #333;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	width: 940px;
}
#container { /* wraps and places the content div */
	float: left;
	margin: 0px 20px 0px 0px;
	width: 700px;
}
#content {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	line-height: 25px;
}

#content input,
#content textarea {
	color: #444;
	font-size: 13px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0px;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 20px;
}
#content code {
	font-size: 12px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 20px 0px;
}
#content h1 {
	font-size:1.5em;
}
#content h2 {
	font-size:1.2em;
	line-height: 1.2em;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0px -1px 20px 0px;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0px 0px 20px 0px;
}
.sticky {
}
.single .hentry {
	margin: 0px 0px 20px 0px;
}
.entry-meta {
	clear: left;
	float: left;
	color: #888;
	font-size: 12px;
	line-height: 20px;
	background: #ddd;
}
.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: 10px 0px 0px 0px;
}
#content .entry-summary p:last-child {
	margin-bottom: 10px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0px 20px;
}
.entry-content input {
	margin: 0px 0px 20px 0px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 20px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0px 0px 20px 0px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	text-align: right;
	width: 240px;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	text-align: left;
	width:240px;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0px 0px 22px 0px;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 16px 20px 20px 20px;
	margin: 20px 0px;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0px -100px 0px 0px;
	padding: 9px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0px 0px 0px 100px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	clear: both;
	background: #ddd;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0px;
}
.widget-area ul ul {
	list-style: none;
	margin-left:0px;
}
.widget-area ul ul li {
	margin-bottom:5px;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 145px;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0px 0px 20px 0px;
}
.widget-title {
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}
.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 {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0px 2px 0px;
	background: #f5f5f5;
	border:1px solid #fff;
	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 {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0px;
	padding: 0px;
}
#main .widget-area .children {
	margin-left: 10px;
}
#primary {
	float: right;
	overflow: hidden;
	width: 220px;
	margin-bottom: 20px;
}
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	clear: right;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0px;
	clear: both;
}
#colophon {
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	margin: 0px auto;
	width: 940px;
}
#site-info {
	float: left;
	width: 700px;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* =Footer Menu
-------------------------------------------------------------- */

div.menu-footer {
	margin: 0px;
	width: auto;
	height: auto;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-left: 0px;	
}

div.menu-footer ul {
	list-style-type: none;
	margin: 0px;
	display: inline;
}

div.menu-footer li {
	display: inline;
	width: auto;
}
div.menu-footer li:after {
	content: '  |  ';
}
div.menu-footer li.last:after {
	content: none;
}
div.menu-footer a {
	text-decoration: none;
}

div.menu-footer li:hover > a {

}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 40px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
#content .category-gallery .entry-content p {
	display: inline;
}
#content .category-gallery .entry-utility {
	padding-top: 4px;
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0px;
	max-width: 640px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
#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: 10px;
}
#content .wp-caption {
	background: #ffffff;
	color: #888;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 10px;
	padding: 0px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0px 0px 5px 0px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#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: 0px 0px 10px 0px;
}
#content .gallery dl {
	margin: 0px;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation (used to navigate between posts)
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 20px;
	overflow: hidden;
	color: #888;
	background: #ddd;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0px 0px 20px 0px;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0px 0px 0px 0px;
}
/* Pagination */	
	
.pagination {
	margin:  0px 0px 20px 0px;
	float: left;
	background: #ccc;
	width: 680px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	}	

.pagination a {
	padding: 3px 4px 2px 4px; 
	margin: 2px 4px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #333;
	background-color: #ddd;
}

.pagination a:hover {	
	border: 1px solid #444;
	color: #444;
	background-color: #cbd9df;
}

.pagination span.pages {
	padding: 3px 4px 2px 4px; 
	margin: 2px 4px 2px 0px;
	border: 1px solid #ccc;
	color: #333;
	background-color: #ddd;
}
.pagination span.current {
	padding: 3px 4px 2px 4px; 
	margin: 2px 4px;
	border: 1px solid #666;
	color: #444;
	background-color: #eee;
}
.pagination span.extend {
	padding: 3px 4px 2px 4px; 
	margin: 2px 4px;	
	border: 1px solid #ccc;
	color: #333;
	background-color: #ddd;
}


/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0px 0px 20px 0px;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
}
h3#comments-title {
	padding: 20px 0px;
}
.commentlist {
	list-style: none;
	margin: 0px;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 15px;
}
#comments .comment-body p:last-child {
	margin-bottom: 5px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.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: 0px 0px 20px 0px;
}
.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: 0px 0px 20px 0px;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0px;
}
.commentlist .children li {
	border: none;
	margin: 0px;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -5px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	display:block;
	margin: 0px;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0px 40px 0px 0px;
}
h3#reply-title {
	margin: 15px 0px;
}
#comments-list #respond {
	margin: 0 0 20px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0px 0px 9px 0px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 20px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0px 0px 20px 0px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0px 0px 10px 0px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* 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 {
		float: none !important;
		clear: both !important;
		display: block !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;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
