/*
THEME NAME: Winkie
THEME URI: http://brandwink.com
*/

@import "reset.css";

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.39em;
}

a {
	color: #237FA6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	background: url(images/bgstripes.gif) no-repeat bottom left;
}
/* Header */

#header {
	overflow: visible;
	width: 990px;
	height: 122px;
	text-align: center;
	margin-top: 33px;
}
/* Nav */

#mainNav {
	width: 423px;
	height: 12px;
	margin-top: 21px;
	margin-left: auto;
	margin-right: auto;
	z-index: 11;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 161px;
	padding: 18px 8px 9px 9px;
	background: #333 url(images/dropdown/nav-top.gif) no-repeat top left;
	margin-left: -14px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			12px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li.divider {
	padding: 0 5px 0 6px;
}

#email-form {
	font-size: 8px;
	font-family: 'Helvetica-neue', Helvetica, Arial, sans-serif;
	color: #E242BE;
	margin-top: -18px;
	text-align: right;
	}
#email-form a {
	color: #999;
}
#email-form a:hover, #email-form a:active {
	color: #E242BE;
	text-decoration: none;
}	
input#email {
	background: #999 url(images/shadow.gif) repeat-x;
	width: 171px;
	height: 14px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #818181;
	border-right: 1px solid #AAAAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 6px;
	margin-bottom: 5px;
}


#tagline {
	margin-top: 14px;
	margin-left: 190px;
	z-index: 1;
}

/* Content */

#container {
	width: 990px;
	overflow: hidden;
}

#content {
	float: left;
	width: 990px;
}

/* Home page */

#bigImage {
	margin-top: 16px;
	margin-bottom: 12px;
}
.home-post-content {
	color: #999;
	margin: 0 0 0px 36px !important;
	float: left;
	line-height: 12px;
	height: 12px;
}

.col {
	width: 247px;
	margin-top: 30px;
}
#col1 {
	padding-right: 40px;
	width: 206px !important;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #999;
	line-height: 1.262em;
	font-weight: lighter;
}
#col1 .quote {
	color: #FFF;
	font-size: 32px;
	padding-top: 18px;
}
#col2 {
	padding-left: 3px;
	padding-right: 47px;
	width: 197px !important; 
}

#col3 {
	padding-left: 5px;
	padding-right: 47px;
	width: 195px !important;
}
#col4 {
	padding-left: 1px;
	width: 246px !important;
}
.col h3 {
	margin-bottom: 19px;
}
.col h3.nomargin {
	margin-bottom: 0px !important;
}
h4.post-title {
	font-size: 12px;
	font-weight: bold;	
}

#col2 .post .entry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.39em; 
	margin-bottom: 0px !important;
	display: inline; 
}
#col2 .post .postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E242BE; 
	margin-top: 10px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: .1em; 
}
.bullet {
	padding: 0 10px;
}
.postmetadata a {
	color: #E242BE;
}
.postmetadata a:hover, .postmetadata a:active {
	text-decoration: underline;
}
.twitter {
	margin-bottom: 19px;
}
a.twitter-link {
	color: #237FA6;
}
a.twitter-link:hover {
	color: #E242BE;
}
span.twitter-timestamp {
	color: #999;
}
/* Normal Posts */

#leftCol {
	margin-top: 34px;
	margin-bottom: 12px;
	width: 600px;
	float: left;
	padding: 0 0 20px 0;
}
#rightCol {
	width: 248px;
	float: right;
	margin-top: 34px;
}
.post .entry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 1.39em; 
	margin-bottom: 1.39em !important;	
}

.post-title a {
	color: #999;
}
.post-title a:hover, .post-title a:active {
	color: #237FA6;
	text-decoration: none;
}
h1.post-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #e242be;
	margin-bottom: 1.39em;
}
h1.post-title a {
	color: #e242be;
	text-decoration: none;
}
h1.post-title a:hover, h1.post-title a:active  {
	color: #999;
	text-decoration: none;
}

#leftCol .post .postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999; 
	margin-top: 10px;
	margin-bottom: 2.78em;
	text-transform: uppercase;
	letter-spacing: .1em; 
}
#leftCol .post img.avatar {
	float: left;
	margin: 0 12px 0px 0;
}
#leftCol .post .postmetadata .right {
	color: #E242BE;
}
.postmetadata .left a {
	color: #237FA6;
}
h2.section-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #e242be;
	margin: 5.56em 0 1.39em 0;
}
.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post img.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}
.post img.alignright {
	float: right;
	margin: 0 0 12px 12px;
}
.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
}

#comments ol li {
	border-bottom: 1px solid #333;
	padding: 1.39em 0 0 0;
	overflow: auto;
	clear: both;
}

.comment-gravatar {
	float: left;
	margin-right: 12px;
	background: #212121;
	padding: 0px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-author {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #999;
	float: left;
}

.comment-meta {
	float: left;
	margin-left: 12px;
	color: #333;
}

.comment-text p {
	margin-bottom: 1.39em;
}
.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 5.56em;
}

#comment-form {
	
}

#comment-form label {
	font-size: 10px;
	color: #999;
	display: block;
	float: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 8px;
}

#comment-form input, input#error404-s {
	background: #999 url(images/shadow.gif) repeat-x;
	width: 240px;
	height: 14px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #818181;
	border-right: 1px solid #AAAAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 6px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	margin-right: 12px;
}

#comment-form textarea {
	background: #999 url(images/shadow.gif) repeat-x;
	width: 483px;
	height: 200px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #818181;
	border-right: 1px solid #AAAAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 6px;
	margin-bottom: 10px;
}
input#submit {
	background: 000;
	border: none !important;
	color: #237FA6;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, Times, serif;
	font-style: italic;
	clear: both;
	height: 24px;
	text-align: left;
}
input#submit:hover {
	color: #999;
}
input#error404-searchsubmit {
	background: 000;
	border: none !important;
	color: #237FA6;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, Times, serif;
	font-style: italic;
	float: left;
	height: 24px;
	text-align: left;
	margin-top: 2px;
}
input#error404-searchsubmit:hover {
	color: #999;
}

/* sidebar */
#rightCol h3 {
	margin-bottom: 1.39em;
}


/* Footer */

#footer {
	margin: 0 auto;
	width: 990px;
	height: 94px;
	color: #999;
	font-family: 'Helvetica-neue', Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 13px;
	margin-top: 65px;
	letter-spacing: .2em;
}
#footer .footerp {
	width: 400px;
}
#footer a {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #237FA6;
}

/* Special Classes */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.georgia {
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.right-justify {
	text-align: right;
}
.job-title {
	color: #999;
}

/* GIGPRESS */

span.location a, span.location {
	color: #999 !important;
	font-weight: bold !important;	
}
span.location a:hover, span.location a:active {
	color: #237FA6 !important;
	text-decoration: none !important;	
}
span.gigpress-date {
	font-family: Georgia, Times, serif !important;
	font-style: italic !important;
	font-weight: normal !important;
}
.gigpress-listing li {
	margin-bottom: 22px !important;
}

/* WP-Email */
#wp-email-popup p {
	clear: both;
}
#wp-email-popup label {
	font-size: 10px;
	color: #999;
	display: inline;
	float: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 8px;
}

#wp-email-popup input {
	background: #999 url(images/shadow.gif) repeat-x;
	width: 240px;
	height: 14px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #818181;
	border-right: 1px solid #AAAAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 6px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	margin-right: 12px;
}

#wp-email-popup textarea {
	background: #999 url(images/shadow.gif) repeat-x;
	width: 383px;
	height: 200px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #818181;
	border-right: 1px solid #AAAAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 6px 6px;
	margin-bottom: 10px;
}
#wp-email-popup #submit {
	background: 000;
	border: none !important;
	color: #237FA6;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, Times, serif;
	font-style: italic;
	clear: both;
	height: 24px;
	text-align: left;
	padding: 0px;
}
#wp-email-popup #submit:hover {
	color: #999;
}
.disclaimer {
	color: #999;
	font-size: 10px;
	margin-bottom: 10px;
}
#wp-email-required {
	color: #999;
	font-size: 10px;
	margin: 10px 0;
}
#wp-email-popup #imageverify {
	width: 120px;
	display: inline;
}
#wp-email-popup img {
	float: left;
	display: block;
	margin-top: 5px;
}