/*

Theme Name: Bluegrass 2010 Default

Theme URI: http://bluegrass.com/

Description: The default WordPress theme based for Bluegrass.

Version: 1.0

Author: GeorgiaAsphalt

Tags:



	Bluegrass v1.0

	 http://binarybonsai.com/kubrick/



*/









.narrowcolumn .postmetadata {

	text-align: center;

	}



.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {



	border-left: 1px solid #ddd;

}





small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}







.sticky {

	background: #f7f7f7;

	padding: 0 10px 10px;

	}

.sticky h2 {

	padding-top: 10px;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.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;

	}





small, #sidebar ul ul li, #sidebar ul ol li, .nocomments,  strike {

	color: #777;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: #06c;

	text-decoration: none;

	}



a:hover {

	color: #147;

	text-decoration: underline;

	}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */







/* Begin Structure */



.widecolumn {

	padding: 10px 0 20px 0;

	margin: 5px 0 0 150px;

	width: 450px;

	}



.post hr {

	display: block;

	}





.widecolumn .postmetadata {

	}



.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}





/* End Structure */







/*	Begin Headers */

h1 {

	padding-top:0;

	margin: 0;

	font-size: 4em;

	}



h2 {

	margin: 30px 0 0;

	font-size: 1.6em;

	}





h3 {

	padding: 0;

	margin: 30px 0 0;

	font-size: 1.3em;

	}



h1, h2, h3 {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-weight: bold;

	}









/* End Headers */







/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	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: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	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. */



body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 10px;

	list-style: disc;

	}



body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: " ";

	}



.entry ol {

	padding: 0 0 0 10px;

	margin-left:0px

	}



.entry ol li {

	margin: 7px 0 8px 10px;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 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 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	margin:0 50px 0 70px;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}



.replyBox { margin:0 50px 0 70px}	

/* End Comments */

















/* Begin Calendar */

.widget_calendar .widgetMiddle { padding:5px 0 !important}

#calendar_wrap { width:190px}

#calendar_wrap table { margin:0 auto}

#calendar_wrap caption { width:150px; text-align:center}



#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0 auto;

	width: 155px;

	font-size:11px

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a, #wp-calendar a:hover {

	display: block;

	background:#000;

	color:#fff;

	text-decoration: none

	}



#wp-calendar caption {

	text-align: center;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */ }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 50px 0 10px;

	padding:5px 0 5px 20px;

	border-left: 5px solid #0189b4;

	font-size:11px;

	line-height:18px;

	color:#0189b4;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin:0 auto;

	width:680px;

	padding:0 0 0 30px;

	}



.post-edit-link { margin:20px 0 0 80px}

	

/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions */

















































/*new wrapper*/



body{ background:#032733 url(images/bg_body.gif) top center repeat-x ; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff}



.tableWrapper { margin:0; padding:0; width:100%}

.tableWrapperLeft { background:url(images/body_left.jpg) top right no-repeat}

.tableWrapperRight {background:url(images/body_right.jpg) top left no-repeat}

.tableWrapperMiddle { width:980px;}



p { margin:0; padding:0}

.clr { clear:both}

.center { margin:0 auto}

.center02 { text-align:center}

div, form {margin: 0; padding: 0;}

img { border:0}

a, a:link, a:active, a:visited { color:#0189b4; text-decoration:none}

a:hover { color:#ccc; text-decoration:none}

.blue { color:#0189b4}



#header { width:980px; }

#footer {	padding: 20px 0 0 0;  height:120px; background:url(images/bg_footer.jpg) top center no-repeat; margin: 10px auto 0 auto; text-align:center; display:block; clear: both; color:#353535; font-weight:bold	}

#footer ul, #footer li { list-style:none; float:left; display:inline}

.subfooter{  width:750px;	padding: 5px 0;	text-align: center; margin:0 auto; clear:both	}

#footer a  {font-size:11px;  color:#0189b4; margin:0 10px}

#footer a:hover {font-size:11px;  color:#353535; margin:0 10px}







/*top nav menu*/



.fixDaNav { display:block; height:17px; width:980px; position:absolute; top:0; right:0; z-index:9999; line-height:63px  }

.fixDaNav img {position:absolute; top:0; right:0; z-index:99}



#nav { background: url(images/bg_nav10.jpg) top center no-repeat; height:63px; overflow:hidden; position:relative;}

#nav ul { margin:0; padding:0; list-style:none;  }

#nav li {padding:0; margin:0; list-style:none; float:left; width:97px; height:63px; /*background:url(images/bg_navli.gif) top center no-repeat*/ }

#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited { display:block; width:97px; height:63px; line-height:54px; text-align:center; color:#fff; text-decoration:none; font-style: italic  }

#nav li a:hover {display:block; width:97px; height:63px; line-height:50px; text-align:center; color:#0189b4; text-decoration:none;  font-style: italic}





/*current item*/

#nav .current_page_item a:link, #nav .current_page_item a:active, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:active,  #nav .current_page_parent a:hover,  #nav .selected a, #nav .selected a:link, #nav .selected a:active, #nav .selected a:visited, #nav .selected a:hover   {   color:#0189b4 !important; display:block; width:97px; height:63px; line-height:50px; text-align:center; text-decoration:none;  font-style: italic}

#nav .current_page_item, #nav .current_page_parent, #nav .selected  {   background:	url(images/bg_navHover.gif) bottom left no-repeat;}





/*animation for navigation top*/

#nav div.hoverBtn {

	position: 		relative;

	float:			left;

}

#nav div.hoverBtn a, #nav div.hoverBtn a:link, #nav div.hoverBtn a:visited, #nav div.hoverBtn a:active {

	position: 		relative;

	z-index: 		2;

	color:			#fff ;

}

#nav div.hoverBtn div {

	display:		none;

	position: 		absolute;

	z-index: 		1;

	top: 			0px;

	left:			0px;

	background:		url(images/bg_navHover.gif) top left no-repeat;

}

















/* more layout */



#content { clear:both; padding:0; color:#000}

.narrowcolumn { width:786px; float:left; padding:0; margin:0; color:#000}

.narrowTop { width:786px; clear:both; background:url(images/narrowtop.gif) top center no-repeat; height:13px}

.narrowBottom { width:786px; clear:both; background:url(images/narrowbottom.gif) bottom center no-repeat; height:13px}

.narrowMiddle { background:#fff url(images/narrow_bg.gif) bottom left  no-repeat ; padding:0; clear:both; display:block;  min-height: 660px; _height: 660px ; height: inherit}

.narrowMiddle .post, .narrowMiddle .page { margin:0 35px 0 70px; padding:20px 0 20px 0}

.narrowMiddle .post .entry { padding:0 20px 20px 20px; margin:0 }



.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { color:#0189b4; text-decoration:none; font-style:italic; font-family: "Times New Roman", Times, serif; margin:5px 0 0 0; padding:0; line-height:120%}

.entry p { padding:3px 0; margin:4px 0 7px 0}



.postTitle { margin:0; padding:0 0 0 20px; color:#0189b4; font-family:"Times New Roman", Times, serif; text-transform:capitalize; font-style:italic; font-size:18px}

.post small, .page small { padding:0 0 0 20px}

.pageTitle { margin:0; padding:0 0 0 70px; color:#0189b4; font-family:"Times New Roman", Times, serif; text-transform:capitalize; font-style:italic; font-size:33px}





.entryBlog { border-bottom:1px solid #0189b4; padding:0 20px 20px 20px}







/*breadcrumb*/

.breadcrumb { display:block; margin:5px auto; font-size:11px; color:#fff}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:hover { color:#fff; text-decoration:none; font-weight:bold}





/* Begin Sidebar */

#sidebar {width: 190px; margin:0; padding:0; float:left; font-size:11px}

#sidebar form {	margin: 0; padding:0px	}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited { color:#fff; text-decoration:underline}

#sidebar a:hover { color:#ccc; text-decoration:underline}



.widget_search .widgetMiddle { padding:5px 2px}



/*sidebar and widgets*/



.widget { margin:3px auto; }

.widgettitle { width:158px; margin:0; padding:22px 0 0 32px; line-height:31px; font-style:italic;  font-family:"Times New Roman", Times, serif; font-size:15px; background:url(images/bg_widgettitle.png) top left no-repeat}

.widgetTop {}

.widgetBottom { height:13px; background:url(images/bg_widgetbottom.gif) bottom left no-repeat; display:block}

.widgetMiddle { padding:5px 10px 10px 35px ;   background:#01334b}


.widget_advancedrecentposts ul { margin:0; padding:0; }


.widget_advancedrecentposts li { margin:0; padding:10px 0 !important; list-style: disc !important; color:#fff}








/*slider*/

.sliderwrapper{

position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/

width: 980px; /*width of featured content slider*/

height: 287px;

margin:0;

}







.sliderwrapper .contentdiv{

visibility: hidden; /*leave as is*/

position: absolute; /*leave as is*/

left: 0;  /*leave as is*/

top: 0;  /*leave as is*/

padding:0;

background: #000;

width:980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 1;

opacity: 1;

}



.pagination{

width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

text-align: right;

display:none;

position:absolute;

top:0;

left:0

}



.pagination a{

padding: 0 5px;

text-decoration: none;

display:none

}



.pagination a:hover, .pagination a.selected{

color: #000;

background-color: #FEE496;

}







/*navigation theme overwrite*/

#wp_page_numbers ul { font-size:11px; border-top:1px solid #000; color:#0189b4; padding:3px 10px}

#wp_page_numbers ul li a { color:#000}

#wp_page_numbers ul li a:hover { border-top:2px solid #0189b4; color:#0189b4}

#wp_page_numbers .page_info { color:#000 !important; font-size:11px!important;  margin:0 25px 0 0; }







/* Home Template*/

.homecolumn { width:562px; float:left; margin:15px 0 0 0}

.welcomeIntro { margin:0; width:562px; height:374px; display:block; background:#fff url(images/bg_welcome.gif) top center no-repeat;  color:#000; }

.welcomeIntro .entry { padding:80px 20px 0 80px; line-height:33px}



.sidebarHome #sidebar { width:418px !important; padding:0; margin:0}

.sidebarHome { float:left; width:418px; margin:15px 0 0 0; padding:0}

.sidebarHome .widget { margin:0; padding:0; border:none}

.sidebarHome .widgetTop, .sidebarHome .widgetBottom { display:none}

.sidebarHome .widget h2 { display:none}

.sidebarHome .widgetMiddle { padding: 63px 20px 0 40px;   background:none }



.sidebarHome .widget_text  { background:#001d26 url(images/bg_special.jpg) top center no-repeat; color:#b9b9b9; font-size:11px; width:224px; float:left; height:374px }



.sidebarHome .widget_advancedrecentposts { background:#004257 url(images/bg_events.jpg) top center no-repeat; color:#b9b9b9; font-size:11px; width:192px; float:left; height:374px }








