/*
Theme Name: WordPress Custom Default
Theme URI: http://wordpress.org/
Description: A custom WordPress theme based default.
Version: 1.0
Author: Scott Frye
Author URI: http://scottfrye.net
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-image: url(images/body_bg.gif);
        background-color: #2f6eb1;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
        box-shadow:0px 0px 25px #333;
        -moz-box-shadow:0px 0px 25px #333;
        -webkit-box-shadow:0px 0px 25px #333;
	}
      
#header {
        background-image: url('images/ykk_landscape_title.jpg');
        text-shadow: 2px 2px 1px #000;
	}

#content {
	font-size: 1.2em;
	}


.narrowcolumn .entry {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #eee;
	border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
	}

#footer {
	color: #888;
	border-top: 1px solid #ddd;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 3.6em;
	text-align: left;
        padding: 0;
        text-shadow: 2px 2px 1px #000;
	}

h2 {
	font-size: 1.8em;
	text-align: left;
	}

h2.pagetitle {
	font-size: 1.6em;
	text-align: left;
        text-shadow: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.5em;
	}

h1 a {
	}

h2 a:hover, h3 a:hover {
	color: #000;
	}

a {
	color: #0a52aa;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

#sidebar #menu {
        margin-bottom: 10px;
        margin-top: 10px;
}

#sidebar #menu a:hover {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em Verdana, Arial, Sans-Serif;
     
	}

small {
	color: #777;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar ul ul li, #sidebar ul ol li {
        color: #000;
        padding-top: 20px;
}

#sidebar ul ul li h3.h3-sidebar, #sidebar ul ol li h3.h3-sidebar {
        color: #000;
        padding-top: 10px;
}

#sidebar ul ul li h3.h3-blogroll, #sidebar ul ol li h3.h3-blogroll {
       color: #000;
       padding-top: 10px;
       padding-bottom: 2px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 15px auto;
	padding: 0;
	width: 960px;
        -moz-border-radius: 20px;
        -webkit-border-radius-: 20px; 
	}

#header {
	margin: 0px auto;
        margin-top: 20px;
	padding: 0px;
	height: 220px;
        text-align: center;
        -moz-border-radius-topleft: 19px;
        -moz-border-radius-topright: 19px;
        -webkit-border-radius-topright: 19px; 
        -webkit-border-radius-topleft: 19px;
	}

.narrowcolumn {
	float: left;
	margin: 0;
	margin-bottom: 20px;
	padding: 10px 10px 10px 30px;
	width: 650px;
	}

.post {
	padding: 0;
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

.entry p {
        line-height: 1.8em;
        }

#footer {
	padding: 5px 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	text-align: center; 
        }
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 95px;
	padding-left: 50px;
	margin: 0;
	float: left;
	}

h2 {
	margin: 30px 0 0 0;
       
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
	
#sidebar #menu li {
	margin: 0;
	padding: 0;
	}
	

#sidebar h3 {
	margin: 0;
        font-size: 1.5em;
}

h3#comments {
	padding: 0;
	margin: 30px auto 0 ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 10px;
	max-width: 100%;
        
	}

.entry img {
	padding: 5px 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 6px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 6px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
        float: right;
}
.alignleft {
        float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 30px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

ol li {
	list-style: none;
	}

#sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
	}
	

/* End Entry Lists */

/* Begin Footer Menu */
ul.footer_menu {
	text-align: center;
      	}

ul.footer_menu li {
	display: inline;
	padding: 0;
	}
/* End Footer Menu */

/* Begin Form Elements */
#sidebar #searchform #s {
	width: 170px;
	padding-left: 4px;
        margin-right: 2px;
	color: #666;
	border: 1px #bbb solid;
      
	}

#sidebar #searchform #s input:active {
color: black;
}

#sidebar #searchform .RSS-icon {
        float: left; 
        padding-right: 5px; 
        padding-top: 0px; 
        padding-bottom: 0px;
       
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 3px;
	margin: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px #bbb solid;
        color: #666;
       
	}

#commentform input:focus {
        color: #000;
	}

#commentform textarea {
	
	padding: 5px;
        margin: 4px;
        border: 1px #bbb solid;
	}

#commentform #submit {
	margin-top: 10px;
        margin-bottom: 10px;
	float: left;
        cursor: pointer;
        background-color: #ddd;
        color: #000;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 30px 30px 50px 0;
	margin: 0;
	width: 220px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */

li #twitter_div ul li {
       font-size: 0.9em;
       margin-bottom: 10px;
       line-height: 1.5em;
       color: #666;
       }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	}
.navigation-top {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	}
.feed {
	margin-left: 3px;
        margin-top: 2px;
  	padding: 2px 0 0 18px;
  	background: url("images/feed.png") no-repeat 0 100%;
        }
/*span.sidebar_feed a img {
	opacity: 0.75;
}
span.sidebar_feed a:hover img {
	opacity: 1;
}*/
/* End Various Tags & Classes*/

.cloud {
	margin: 10px 15px 0 0;
        line-height: 1.8em; 
        word-spacing: 0.3em;        
        }

#monthly-archives {
        margin: 10px 15px 0 0;
        line-height: 1.8em; 
        }
ul.archives_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
ul.archives_list li {
        list-style-type: none;
	padding: 2px;
	}

ul.archives_list li ul {
	margin: 0;
	padding: 0;
	}
	
ul.archives_list h3 {
    padding-bottom: 5px;
	}

.single-post-meta {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #777;
        padding: 5px 0 5px 0;
        /* background-color: #eee;	
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-top: 30px;
        margin-bottom: 30px;
	padding: 15px;  */   
}

#sidebar #menu li.menu-page-links {
        font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
        font-size: 1.5em;
        font-weight: bold;
}
.banner-ad-bottom {
        padding: 5px 0;
	margin: 0 0 30px 0;
        text-align: center;
}

.banner-ad-top {
        padding: 5px 0;
	margin: 10px 0 0px 0;
        text-align: center;
}

#description {
        color: #fff;
        font-size: 1.3em;
        text-shadow: 2px 2px 1px #000;
        font-weight: bold;
        padding-top: 195px;
	padding-right: 40px;
	margin: 0;
        float: right;
}

#imgcopyright {
       color: #fff;
       font-size: 0.9em;
       font-weight: normal;
       padding-top: 60px;
       padding-right: 475px;
       margin: 0;
       float: right;
       text-shadow: 2px 2px 1px #000;
       
}

.disclaimer {
      border-top: 1px solid #000;
      padding-top: 15px;
      margin-top: 30px;
      color: #777;
      font-family: Verdana, Arial, Helvetica, Sans-Serif;
      font-size: 0.9em;
      font-style:italic;
}
.copyright {
      color: #777;
      font-family: Verdana, Arial, Helvetica, Sans-Serif;
      font-size: 0.9em;
      font-style:italic;
}
.verdict {
     color: #f00;
     font-weight: bold;
}