/*  
Theme Name: Signal 37
Version: 1
Description: Designed by <a href="http://www.upstartblogger.com">Upstart Blogger</a>.
Author: Upstart Blogger
Author URI: http://www.upstartblogger.com
*/

/*--------------------------------------------------------------------------------
00. RESET
--------------------------------------------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background-image: none;
}

@font-face { font-family: DroidSerif; src: url(fonts/DroidSerif-Regular.ttf) format("truetype") }
@font-face { font-family: DroidSerifItalic; src: url(fonts/DroidSerif-Italic.ttf) format("truetype") }

@font-face { font-family: DroidSans; src: url(fonts/DroidSans.ttf) format("truetype") }
@font-face { font-family: DroidSansBold; src: url(fonts/DroidSans-Bold.ttf) format("truetype") }

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000;
	font-family:  "Helvetica Neue", Helvetica, "Myriad Pro", Arial, Sans-serif;
	background-color: #FFF;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/
html, body{
	height: 100%;
}


body {
	margin: 0;
	padding: 0 0 20px 0;
}

.headeradvert {
	background-color: #ffff8f;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 890px;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
}

.headeradvert li a {
	font-family: DroidSans;
	text-decoration:bold;
	margin: 4px;
	padding: 5px 20px 5px 20px;
}



/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/

#header {
	width: 920px;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.5;
}

#footer {
        height: 50px;
        width: 920px;
	position: relative;
	margin: 0 auto 40px auto;
	line-height: 1.5;
}

#wrapper {
/*      height: 100%; */
	width: 920px;
	padding: 30px;
	margin: 0 auto 0px auto;
}

#content {
	width: 560px;
	padding: 0 29px 0 0;
	float: left;
}

#content.fullwidth {width: 920px;border-right: 0;}

#sidebar {
	width: 300px;
	padding: 0 0 0 30px;
	float: right;
}

#sidebar h3{
	text-align: left;
	color: #A00000;
	font-size: 26px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header h1 {
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -3px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
}

#header h2 {
	font-family: DroidSerifItalic;
	font-style: normal;
	font-size: 50px;
        text-shadow: #dfdfdf 1px 1px 2px; 
	letter-spacing: -5px; 
	clear: right;
	font-weight: normal;
	text-align: left;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
}

#header h2 a{
	color: #a00000;
}

#header #description {
	font-size: 16px;
	line-height: 16px;
	float: left;
	width: 460px;
}

#header #description a {
	text-decoration: none;
	font-weight: bold;
}

#header #description a:hover {
}

#header ul {
	text-align: right;
	margin: 0 0 40px 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}

#header li {
	display: inline; 
}
#header ul li a {
	font-family: DroidSans;
	text-decoration:none;
	margin: 4px;
	padding: 5px 20px 5px 20px;
	color: #000000;
	background: #efefef;
}

#header ul li a:hover {
}


/*--------------------------------------------------------------------------------
03a. FOOTER
--------------------------------------------------------------------------------*/

#footer h1 {
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -3px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
}

#footer h1 a {
	text-decoration: none;
}

#footer h1 a:hover {
}

#footer #description {
	font-size: 16px;
	line-height: 16px;
	float: left;
	width: 460px;
}

#footer #description a {
	text-decoration: none;
	font-weight: bold;
}

#footer #description a:hover {
}

#footer p {
       font-family: DroidSans, "Helvetica Neue", Helvetica, "Myriad Pro", Arial, Sans-serif;
}

#footer p a {
        color:#a00000;
}

/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
	font-size: 22px;
	margin: 0 0 30px 0;
	font-weight: bold;
}

.post {
	margin: 0 0 40px 0;
}

.video {
	margin: 10px 0 20px;
}

.post h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
	line-height: 28px;
}

.post h2 a {
    font-family: "Helvetica Neue", Helvetica, "Myriad Pro", Arial, Sans-serif;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 34px;
	line-height: 1;
        text-shadow: 2px 2px 1px #cfcfcf;
}

.post h2 a:hover {
}

.meta {
	font-size: 14px;
	margin: 0 0 15px;
}

.meta a {
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.post .label {
	margin-right: 2px;
}

.post .label a {
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.post .label a:hover {}

.tags {
	font-size: 14px;
}

.tags a {
	text-decoration: none;
	font-weight: normal;
}

#navigation {
	float: left;
	width: 100%;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
}

#navigation a:hover {
}

#navigation #next {
	float: left;
	display: inline;
}

#navigation #prev {
	float: right;
	display: inline;
}

div.divider {
  clear: both;
  margin: 25px 0;
  border-top: 1px solid #ccc;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry p {
	font-family: "Helvetica Neue", Helvetica, DroidSans, Verdana;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}

.entry p a {
    font-family: "Helvetica Neue", Helvetica, DroidSans, Georgia;
    color: #a00000;
}

.entry p strong{
	font-family: "Helvetica Neue", Helvetica, DroidSans, Georgia;
/*	font-weight: 100;*/
}

.entry a {
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
	background: #ffff8f;
	color: #222;
}

.tags a:hover {
	text-decoration: underline;
}

.post .entry h1, .post .entry h2, .post .entry h3, .post .entry h4, .post .entry h5 {
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 5px !important;
}

.post .entry h1 {
	font-size: 24px;
}

.post .entry h2 {
	font-size: 22px;
        text-shadow: 0 2px 1px #cfcfcf;
}

.post .entry h3 {
	font-size: 20px;
}

.post .entry h4 {
	font-size: 18px;
}

.post .entry h5 {
	font-size: 16px;
}

.post .entry pre {
	margin: 0 0 15px 15px;
}

.post .entry code {
	font-family: Courier, sans-serif !important;
	font-size: 14px;
	line-height: 22px;
}

.post .entry ul, .post .entry ol  {
	margin: 0 0 15px 25px;
	font-size: 16px;
	line-height: 24px;
}

.post .entry ul li {
	list-style: disc;
	line-height: 24px;		
}

.post .entry ol li {
	list-style: decimal;
	line-height: 24px;			
}

.post .entry blockquote {
	display: block;
	margin: 0 0 15px 10px;
	font-style: italic;
}

/* Blog Entry Styles - Images */

.wp-caption {
	text-align: center;
	padding: 9px 5px 5px;
	background: #f7f0df;
	border: 1px solid #C7B894;
}

.wp-caption img {
	padding: 0;
	margin: 0 0 5px;
}

.wp-caption-text {
	margin: 10px 0 0;
	padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	font-size:14px !important;
	color: #9B9074;
	text-align: center; 
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	margin: 0 0 15px 15px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/

#rss {	height: 36px;
	width: 300px;
        background-color: #a00000;
	position: relative;
	margin: 0 0 30px;
}

#rss a {
	width: 280px;
//	background: url(images/ico-rss.gif) top right no-repeat;
	color: #fff;
	text-decoration: none;
        text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	float: left;
	position: relative;
        margin: auto;
	top: 5px;
	left: 5px;
}

#rss a:hover {
}

#tags {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 24px;
}

#tags a {
	text-decoration: none;
	font-size: 18px !important;	
}

#search {
	margin: 0 0 30px;
}

#search #s {
	border: 1px solid #222;
	background: #efefef;
	color: #33211f;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 5px 5px;
	width: 200px;
	float: left;
	display: inline;
}

#search .search_btn {
	border: none;
	background: none;
	color: #A00000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 85px;
	margin: 4px 0 0 3px;
	padding: 0;
	float: left;
}

.widget {
	margin: 0 0 30px;
}

.widget h3 {
        font-family: "Helvetica Neue", Helvetica, Arial, "Myriad Pro", Sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 0 5px;
}

.widget ul {
	font-size: 14px;
	line-height: 24px;
}

.widget li {
	color: #000;
}

.widget_categories li, .widget_archive li, .widget_links li {
	width: 50%;
	float: left;
	display: inline;
}

.widget_pages li li {
	padding: 0 0 0 5px;
}

.widget li a {
	color: #6B443D;
	text-decoration: none;
}

.widget li a:hover {
	text-decoration: underline;
}

.widget_text {
	font-size: 14px;
	line-height: 20px;
}

#twitter {
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
}

#twitter li {
	width: 100%;
	font-family: DroidSans, "Helvetica Neue", Helvetica, Verdana;
	font-size: 13px !important;
	margin-bottom: 8px;
}

#twitter ul li a {
	color:#a00000;
	text-decoration: none;
	font-weight: bold;
}

#twitter ul li a:hover {
}

#flickr .flickr_badge_image  { margin: 4px 7px;	float: left; }
#flickr .flickr_badge_image a  { display: block; }

.widget_tag_cloud {
	font-size: 16px;
        color: #6b443d;

}

.widget_tag_cloud a {
	text-decoration: none;
        color: #6b443d;
	font-weight: normal;
}

.widget_tag_cloud a:hover {
	text-decoration: underline;
        color: #6b443d;
	font-weight: normal;
}




#ads img  { margin: 0 18px 15px 0; }

/*--------------------------------------------------------------------------------
07. COMMENTS
--------------------------------------------------------------------------------*/

#comments .title {
	margin: 0 0 1px 0 !Important;
}

.commentlist .comment {
	display: block;
	margin: 0 0 30px;
}

.commentlist .comment-author {
	font-size: 22px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	color: #000;
}

.commentlist .comment-author cite {
	font-weight: bold;
}

.commentlist .comment-author a {
	text-decoration: none;
	color: #E6657F;
	font-weight: bold;
}

.commentlist .comment-author a:hover {
	text-decoration: underline;
}

.commentlist .comment-meta {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 15px 0;
}

.commentlist .comment-meta a {
	text-decoration: none;
}

.commentlist .comment-meta a:hover {
	text-decoration: underline;
}

.commentlist .avatar {
	float: right;
}

.commentlist p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
}

.commentlist p a {
	text-decoration: none;
}

.commentlist p a:hover {
	text-decoration: underline;
}

.commentlist blockquote {
	display: block;
	margin: 0 0 15px 10px;
	font-style: italic;}

.commentlist .reply {
	display: block;
}

.commentlist .reply a {
	line-height: 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
}

.commentlist .reply a:hover {
	text-decoration: underline;
	color: #33211f;
}

#commentform p {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#commentform p a {
	text-decoration: none;
}

#commentform p a:hover {
	text-decoration: underline;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	padding: 5px;
	margin: 0 0 10px;
	border: none;
	font-size: 16px;
	line-height: 24px;
	background: #dfdfdf;
}

#commentform #submit
 {
	padding: 0 5px;
	text-transform: capitalize;
	border: none;
	background: none;
	color: #efefef;
	background-color: #a00000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	border: none;
}

#commentform label {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 0 15px;
}

#commentform .comm_count {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#commentform .comm_count {
	float: left;
	width: 452px;
	padding: 0 0 10px 0;
}

#commentform .comm_count span {
	float: right;
	display: inline;
}

#commentform .comm_count span input {
	border: none !important;
	background: none !important;
	font-size: 18px;
	font-weight: bold;
	padding: 0 !important;
	margin: 0 !important;
}

/* Comments - Thread */

.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5  {
	margin: 0 0 30px 30px;
}

.commentlist .children {
	margin: 30px 0 0;
}


/*--------------------------------------------------------------------------------
08. ARCHIVES PAGE
--------------------------------------------------------------------------------*/

#archives {
	padding: 10px 0 0;
}

#archives a {
}

h4.archive_year {
}

#archives .archives_list {
	border-left:4px solid #C7B894;
	list-style: none !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin: 0 0 15px 15px !important;
}

#archives .archives_list li {
	clear:left;
	padding-left:24px;
	font-size: 12px !important;
	list-style: none !important;
}

#archives .archives_list .date {
	color: #C7B894;
	width: 100px !important;
	font-style: italic;
	display: inline-block;
}

/*--------------------------------------------------------------------------------
09. MISC
--------------------------------------------------------------------------------*/

.fix {
	clear: both;
}

.headeradvert {
	font-family: DroidSans;
	background-color: #ffff8f;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 890px;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
}

.headeradvert strong{
	font-family: DroidSansBold;
	font-weight: 100;
}

Custom

/* Default Colors */

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

body {
	
}

/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/


#wrapper {
}

#content {
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header a {
	color: #1847be;
	text-decoration: underline;;
}

#header a:hover {
	color: #0533aa;
}

#footer a {
	color: #1847be;
	text-decoration: underline;;
}

#footer a:hover {
	color: #0533aa;
}

#header #description {
	color: #7c6563;
}

#header #description a {
	color: #6f9f85;
}

#header #description a:hover {
	color: #33211f;
}


/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
	color: #000;
}

.video {
	border: 5px solid #f8f6d0;
}

.post h2 a {
        color: #A00000;
/*	color: #A3D10B; */
}

.post h2 a:hover {
	text-decoration: underline;
}

.meta {
	color: #000;
}

.meta a {
	color: #E6657F;
}

.post .label a {
	color: #E6657F;
	font-weight: normal;
}

.post .label a:hover {
	text-decoration:underline
}

.post img {
margin-right:10px;
border: 5px solid #dfdfdf;
}

.tags {
	color: #000;
}

.tags a {
	color: #E6657F;
}

#navigation a {
	color: #6b443d;
}

#navigation a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry a {
	color: #1847BE;
	text-decoration: underline;
}


.post .entry blockquote {
	color: #7c6563;
}

/*--------------------------------------------------------------------------------
05a. WP CONTACT FORM 7
--------------------------------------------------------------------------------*/

.wpcf7-validates-as-email{
	background:#dfdfdf;
        margin-bottom: 5px;
	border: 2px solid #dfdfdf;
}

.wpcf7-validates-as-required{
	background:#dfdfdf;
        margin-bottom: 5px;
	border: 2px solid #dfdfdf;
}

span input, textarea{
	background:#dfdfdf;
	border: 2px solid #dfdfdf;
        margin-bottom: 5px;
}

textarea{
	width: 400px;
}


/* Blog Entry Styles - Images */

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/
/*
#rss {
	background: #efefef;
*/

/*----------------------------------------------*/

/*--------------------------------------------------------------------------------
07. SPINNER
--------------------------------------------------------------------------------*/

div.spinner {
  position: relative;
  width: 54px;
  height: 54px;
  display: inline-block;
}

div.spinner div {
  width: 12%;
  height: 26%;
  background: #a00000;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

div.spinner div.bar1 {-webkit-transform:rotate(0deg) translate(0, -142%); -webkit-animation-delay: 0s;}    
div.spinner div.bar2 {-webkit-transform:rotate(30deg) translate(0, -142%); -webkit-animation-delay: -0.9167s;}
div.spinner div.bar3 {-webkit-transform:rotate(60deg) translate(0, -142%); -webkit-animation-delay: -0.833s;}
div.spinner div.bar4 {-webkit-transform:rotate(90deg) translate(0, -142%); -webkit-animation-delay: -0.75s;}
div.spinner div.bar5 {-webkit-transform:rotate(120deg) translate(0, -142%); -webkit-animation-delay: -0.667s;}
div.spinner div.bar6 {-webkit-transform:rotate(150deg) translate(0, -142%); -webkit-animation-delay: -0.5833s;}
div.spinner div.bar7 {-webkit-transform:rotate(180deg) translate(0, -142%); -webkit-animation-delay: -0.5s;}
div.spinner div.bar8 {-webkit-transform:rotate(210deg) translate(0, -142%); -webkit-animation-delay: -0.41667s;}
div.spinner div.bar9 {-webkit-transform:rotate(240deg) translate(0, -142%); -webkit-animation-delay: -0.333s;}
div.spinner div.bar10 {-webkit-transform:rotate(270deg) translate(0, -142%); -webkit-animation-delay: -0.25s;}
div.spinner div.bar11 {-webkit-transform:rotate(300deg) translate(0, -142%); -webkit-animation-delay: -0.1667s;}
div.spinner div.bar12 {-webkit-transform:rotate(330deg) translate(0, -142%); -webkit-animation-delay: -0.0833s;}

@-webkit-keyframes fade {
  from {opacity: 1;}
  to {opacity: 0.25;}
}

