/*  

Theme Name: GCW
Theme URI: http://www.msc79.com/gcw/
Description: 1.1 of GCW with 200px right column and inline post meta box.
Author: MSC79
Author URI: http://www.msc79.com/
Version: 1.1
Tags: valid CSS, valid XHTML, fixed width, white, green, two columns, right sidebar

*/


/*
@import url(css/layout.css);
@import url(css/colors.css);
@import url(css/typography.css);
*/
@import url(css/sIFR-screen.css);

/* ##### CSS RESET BEGINS ##### */

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

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;
	outline: 0;
	vertical-align: top;
}
body {
	line-height: 1.2;
}
ol {
	list-style: decimal outside;
	padding-left:20px;
}
ul {
	list-style: none outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ##### MAIN STRUCTURAL ELEMENTS ##### */

body {
	margin:10px auto;
	font-family: "Lucida Sans", Georgia, Helvetica, Sans-Serif;
	font-size:0.9em;
	width:970px;
}

a {
	text-decoration:none;
	color:#cc0000;
}

a:hover {
	text-decoration:underline;
	color:#828F5E;
}

#branding {
	position:relative;
	height:99px;
	margin-bottom:5px;
}

#branding>p.logo {
	padding:5px;
	font-size:1.3em;
	height:57px;
	width:140px;
}

#branding>p.logo>a {
	text-indent:-9999px;
	background:#fff url(/wp-content/themes/gcw/images-clean/gcw-logo.png) no-repeat center top;
	display:block;
	height:57px;
}

#branding>p.tagline {
	padding:5px;
	width:140px;
	font-size:0.9em;
	text-align:center;
}

#branding>.ads {
	position:absolute;
	top:20px;
	left:200px;
	width:468px;
	padding:0 16px;
	height:60px;
}

#main-nav {
	border-top:2px solid #C5D98F;
	border-bottom:2px solid #C5D98F;
}

#main-nav>li {
	display:inline-block;
	vertical-align:baseline;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}

#main-nav>li>a {
	padding:5px 16px;
	display:block;
}

#main-nav>.current_page_item {
	border-top:3px solid #C5D98F;
	border-bottom:3px solid #C5D98F;
}

#main-nav>.current_page_item>a {
	color:#828F5E !important;
}

#main-nav>li:hover {
	border-top:3px solid #C5D98F;
	border-bottom:3px solid #C5D98F;
}

#main-nav>li>a:hover {
	text-decoration:none;
}

#feeds {
	position:absolute;
	top:5px;
	right:0;
	padding:10px;
	width:200px;
	height:27px;
	border-left:2px solid #C5D98F;
}

#feeds>li>h3, #topics>li>h3, #reading>h3, .post-nav>h4, #comment-list>h4, #respond, #search-form-2>h3, .search-archives-list>h3, .search-tag-cloud>h3, #subscribe>li>h2 {
	font-style:italic;
	font-weight:normal;
	font-size:0.95em;
	vertical-align:top;
	margin:5px 0;
	border-bottom:2px solid #C5D98F;
}

#feeds>* {
	display:inline-block;
	padding:0 7px;
}

#feeds>li>h3 {
	border-bottom:none !important;
}

#searchform {
	position:absolute;
	top:52px;
	right:0;
	width:200px;
	height:27px;
	padding:10px ;
	border-left:2px solid #C5D98F;
}

#searchform>* {
	padding:3px 5px 2px 5px;
}

#searchform #s-input {
	width:113px;
	border:1px solid #9f9F5E;
	padding:2px 1px;
}

input[type=submit] {
	background-color:#C5D98F;
	border:1px solid #929F5E;
	padding:1px 6px;
}

#subscribe p {
	margin:10px 0;
}

#subscribe input[type=text] {
	width:300px;
}

.wrapper {
	margin:5px 0;
	padding:10px 0 20px 0;
	width:748px;
	float:left;
	border-right:2px solid #C5D98F;
}

.post {
	margin-bottom:50px;
	background:#fff url(/wp-content/themes/gcw/images-clean/moving-ball-01.png) no-repeat 2px 8px;
}

.twitter-post {
	background:#fff url(/wp-content/themes/gcw/images-clean/tweeter_32x32.png) no-repeat 10px 8px !important;
}

.meta {
	width:150px;
	font-size:0.75em;
	padding:5px 0;
	border-top:2px solid #C5D98F;
	border-bottom:2px solid #C5D98F;
	display:inline-block;
	margin-top:35px;
}

.meta>p {
	line-height:1.5em;
	padding:0 5px;
}

.meta>p+p+div, .tags {
	margin-top:5px;
	border-top:1px dotted #C5D98F;
	padding-top:5px !important;
	padding-left:5px;
}

.post-ratings {
	padding:5px 0;
	width:140px !important;
}

.post-ratings-loading {
	margin-top:-24px;
	width:140px !important;
	padding:4px 5px;
}

.share {
	border-top:1px dotted #C5D98F;
	margin-top:5px;
}

.share>li+li {
	display:inline-block;
	padding:5px;
}

.share>li>p {
	padding:5px 5px 0 5px;
	font-weight:normal;
}

.post-content {
	display:inline-block;
	width:574px;
	margin:0 10px;
	text-align:justify;
}

.post-content>h1, .post-content>h2 {
	padding:10px 0 0 0;
	font-size:22px;
}

.post-content>h1 a, .post-content>h2 a {
	color:#828F5E;
	font-family:Georgia;
	font-size:1.25em;
}

.post-content>h1 a:hover, .post-content>h2 a:hover {
	color:#505445;
}

.post-body>p, .post-body>h3, .post-body>blockquote>p, .post-body li, .post-body>address, .prev, .next, #comment-list .post-content>p, #commentform>.post-content>p, .post-body>table {
	margin:10px 0;
	font-size:0.9em;
	line-height:1.4em
}

.gecko .dropCap:first-letter, .safari .dropCap:first-letter, .chrome .dropCap:first-letter, .opera .dropCap:first-letter {
	font-family:serif;
	color:#828F5E;
	font-size:42px;
	float:left;
	line-height:36px;
	display:block;
	padding:0 4px 0 0;
}

.gecko .dropCap:first-letter {
	padding:4px 4px 0 0 !important;
}

.safari .dropCap:first-letter {
	line-height:34px !important;
	padding:0 4px 2px 0 !important;
}

.post-body th, .post-body td {
	text-align:left !important;
}

.post-body>blockquote {
	margin:15px 45px;
	padding:0 5px;
	border-left:2px solid #C5D98F;
	border-right:2px solid #C5D98F;
	color:#505445;
}

.post-body ol, .post-body ul {
	margin:10px 20px;
}

.post-body ul {
	list-style-type:circle;
}

.post-body img {
	border:5px solid #C5D98F;
}

.post-body .wp-caption {
	margin:5px;
}

.post-body .wp-caption-text, .post-body .wp-caption-dd {
	font-size:0.75em;
	line-height:1.4em;
	color:#121212;
	background-color:#C5D98F;
	padding:0 0 3px 0;
	text-align:center;
}

.subscribe-tease {
	margin:15px 20px;
	padding:5px 0;
	text-align:center;
	border-top:1px dotted #aaa;
}

.subscribe-tease>p {
	margin:5px 0;
	font-size:0.9em;
}

.subscribe-tease>p+p>a {
	padding:0 5px;
}

#topics {
	margin:30px 0 10px 165px;
}

#topics>* {
	margin:5px 0;
}

#topics>div>a {
	vertical-align:bottom;
	font-size:1em;
}

#topics>.cat-item {
	display:inline-block;
	border-left:2px solid #C5D98F;
	width:130px;
	font-size:0.9em;
	padding:0 0 0 5px;
	margin:5px 5px 5px 0;
}

#topics+p {
	margin:0 0 10px 165px;
}

.sidebar {
	width:200px;
	padding:10px;
	margin:10px 0 0 0;
	float:left;
}

.sidebar>div {
	margin:10px 0;
}

#reading>p {
	margin:14px 0;
	text-align:justify;
	font-size:0.75em;
}

.amzshcs>li {
	float:none;
	clear:left;
	margin:10px 0;
	min-height:120px;
	font-size:0.9em;
}

.amzshcs>li>a>img {
	float:left;
	margin:0 5px 0 0;
	border:5px solid #C5D98F;
}

#footer {
	font-size:0.75em;
	padding:10px 0 0 160px;
	border-top:2px solid #C5D98F;
	float:none;
	clear:left;
}

#comments {
	padding:30px 0 0 0;
}

#comment-list {
	padding:0 !important;
	list-style-type:none !important;
}

#comment-list .post-content {
	padding:20px 0 10px 0;
	margin:0 10px;
}

#comment-list>h4, #respond {
	margin:10px 0 0 165px;
}

#comment-list>li {
	margin:0 0 15px 0;
}

#comment-list>.admincomment {
	background:#fff url(/wp-content/themes/gcw/images-clean/moving-ball-01.png) no-repeat 2px 8px !important;
}

#comment-list .meta>img {
	margin:0 5px;
	float:left;
}

#commentform .post-content {
	margin:25px 10px 0 10px;
}

.nocomments {
	text-indent:165px;
	font-style:italic;
}

.page .nocomments {
	display:none;
}

.archive-title {
	margin:20px 0;
	text-indent:165px;
	font-weight:normal;
	font-style:italic;
}

.post-nav {
	padding:10px 0 10px 165px;
}

.post-nav>h4 {
	margin:10px 0;
}

.post-nav .prev, .post-nav .next {
	float:left;
	margin:0 30px 0 0;
}

.archives-list {
	margin:15px 0 10px 0;
	list-style-type:disc;
	list-style-position:inside;
}

.archives-list>li {
	margin:3px 0 0 0;
}

.archives-list>li>.children {
	margin:3px 0 5px 15px;
	font-size:0.9em;
	list-style-type:circle;
	list-style-position:inside;
}

.archives-list>li>.children>li {
	margin:2px 0 0 0;
}

.wp-tag-cloud {
	margin:15px 0;
}

.wp-tag-cloud>li {
	display:inline-block;
	padding:3px;
	vertical-align:middle !important;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

#search-form-2, .search-archives-list, .search-tag-cloud {
	margin:20px 0 20px 165px;
}

#search-form-2>h2 {
	margin:10px 0;
}

#search-form-2 #s-input {
	width:250px;
	border:1px solid #9f9F5E;
	padding:2px 1px;
}

.search-tag-cloud {
	text-align:justify;
}

.zemanta-img-attribution {
	padding:0 !important;
	margin:0 0 0 10px !important;
	display:block !important;
}

.page-id-1010 .post-content .widgettitle {
	display:none;
}

#footer #cricketblips-ranking-widget {
	float:left;
	margin:0 5px 10px 0 !important;
}

/* Inman Position Clearing declarations */
.clear_children,.cc_tallest { position:relative; } /*\*/* html .clear_children { display:inline; }/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

