/*  
Theme Name: Julia Belle Swain 
Theme URI: http://www.juliabelle.com
Description: This is the theme for the Julia Belle Swain Steamboat Website
Version: 1.0
Author: Brendan Nee
Author URI: http://hornenee.com

*/

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

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

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

p{
	padding: 5px 0 0 0;
}

body{
	margin: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #294a73;
	color: #000000;
	border-top: 5px solid #6f0b23;
}

body, h1, h2, h3, h4, h5, h6, blockquote, address, dd, dl, hr, form p{
	margin: 0;
	padding: 0;

}
h1{
	font-size: 24px;
	padding: 0;
}

#wrapper{
	margin:0 auto 0 auto;
	width: 750px;
	text-align: left;}

#container{
	clear:both;
	padding: 5px 10px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	zoom:1; /* IE Hack */
}


#top {
	background: #294a73;	
}

#topimage{
	padding:0 10px;
	color: #FFFFFF;
	font-family: verdana;
}

#topimage .left {
	float:left;
	width:560px;
}

#topimage .left .subtitle {
	height:20px;
	margin-left:20px;
	margin-top:10px;
}

#topimage .left h1 {
	height:50px;	
}

#topimage .right {
	float:right;
	width:164px;
}

#topimage img {
	border:none;
}


* Top Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
background:transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a, .invertedshiftdown a:link, .invertedshiftdown a:visited{
float: left;
display: block;
font-weight: bold;
font-size: 12px;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #589ef6; /*Default menu color*/
border-bottom: 8px solid #294a73;
}

.invertedshiftdown a:hover{
background-color: #6f0b23; /*Highlight burgundy color theme*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #6f0b23; /*Highlight burgundy color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #6f0b23; /*Highlight burgundy color theme*/
color: white;
}


/*SIDEBAR*/
.sidebar{
	float: left;
	width: 235px;
	margin: 15px 5px 0 5px;
	border: 1px solid #cccccc;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;

}
.sidebar ul li h2{
	font-size: 16px;

}
.sidebar ul li ul li{
	padding: 0;
}

.sidebar a:link, div.tag_cloud a:visited{
	text-decoration: none;
}
.sidebar a:hover{
	text-decoration: underline;
}

.recent-post ul li{
	margin: 0 0 0 10px;
	line-height: 16px;
	list-style-type: circle;
}


#tag-cloud{
	text-align:justify;
}

.blog-posts{
	width: 475px;
	float: left;
	margin-right: 5px;
}

/*Comments*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

/*Post*/
.post{
	padding: 0px 0 10px 0;
}
.post h2{
	font-size: 18px;
}

.post h2 a:link, .post h2 a:visited{
	text-decoration: none;
}

.entry{
	line-height: 14px;
}

.entry img{
	padding: 5px;
}

p.postmetadata{
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
}

.navagation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* Home Page Styles */
.entry .introduction {
	margin:8px;
	padding:10px 20px;
	border: 1px solid #cccccc;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.entry .description{
	font-weight: bold;
	font-size: 110%;
}
.entry .introduction h2 {
	color:#FFFFFF;
	padding: 5px 0;
	font-family: verdana;
	font-size:18px;
}

.entry .introduction .image {
	float:right;
	width:312px;
	padding-top:35px;
}

.entry .introduction .text {
	float:left;
	width:345px;
}

.entry .introduction p {
	line-height:200%;
}

.homepagebutton{
	clear: both;
}

.blog-excerpt{
	margin:8px;
	padding:10px 20px;
	border: 1px solid #cccccc;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.blog-excerpt a:link, a:visited{
	text-decoration: none;
}

.blog-excerpt p{
	margin: 0;
}

.blog-excerpt .post{
	line-height: 12px;
	padding: 0;
	margin: 0;
}

.blog-excerpt .title{
	padding: 5px 0px;
	margin: 0;
	font-size: 103%;
}

.blog-excerpt .readmore{
	padding: 5px 0px;
	margin: 0;
	font-size: 90%;
}

/* STYLES FOR CROSSFADER */

div.cf_wrapper
{
	position: relative;
	width: 310px;
	height: 250px;
	clear: both;
}

div.cf_element
{
	width: 310px;
	border:  1px solid #ccc;
}

div.cf_element .content
{
	padding: 5px;
}

/* Footer */

#footer{
	clear: both;
	margin: 10px;
	padding:10px 0;
	border-top: 1px solid #cccccc;

}
#footer .left{
	width:350px;
	float:left;
	text-align:left;
}

#footer .right{
	width:350px;
	float:right;
	text-align:right;
}
