/*  
Theme Name: Aspire
Theme URI: http://westcarolina.net/
Description: Melissa's Theme
Version: 1.0
Author: Morgan Davis & WestCarolina.Net LLC
Author URI: http://westcarolina.net/
	
	Based on Kubrick v1.5 http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	background: #000F30;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/* STRUCTURAL DIV DEFINITIONS */

#container{
	background: #EDF0FC url(images/background.jpg) repeat-y top center;
	margin: 0 auto;
	width: 800px;
	border: 2px solid #FFFFFF;
}

#header{
	height: 291px;
	background-image: url(images/masthead.jpg);
	border-bottom: 2px solid #FFFFFF;
}

#body{}

#main{
	padding-right: 20px;
	float: left;
	width: 525px;
}

div.post{
	/* background: url(images/hrule1.jpg) no-repeat center top; */
	padding: 20px;
	padding-top: 10px;
}
	div.post div.entry{
		font-size: 10pt;
	}

ol.commentlist{}
	/* every other comment */
	ol.commentlist li.alt{}

#sidebar{
	background: #CFD5E9;
	float: right;
	width: 250px;
	border-left: 2px solid #FFFFFF;
	/* border-bottom: 2px solid #FFFFFF; */
}

	#sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	#sidebar ul li{
		padding-left: 20px;
		font-weight: bold;
	}
	#sidebar ul li ul{}
	#sidebar ul li ul li{}
	#sidebar ul li ul li ul li{
		font-weight: normal;
	}
	li.recententries{
		font-size: 10pt;
		font-weight: normal;
		line-height: 1.5em;
	}
	
	#sidebar h2{
		padding: 0;
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13pt;
		font-weight: bold;
		padding-left: 5px;
	}

	#searchform{
		padding-left: 25px;
	}
	
	#notifyform{
		padding-left: 25px;
	}

	li.widget_amazonshowcase{
		display: block;
		width: 210px;
		text-align: center;
	}
	li.widget_amazonshowcase img{
		margin-top: 40px;
	}

#commentsarea{
	padding-left: 20px;
}
	#comment{
		width: 500px;
	}

#footernav{}

#footer{
	clear: both;
	border-top: 2px solid #FFFFFF;
	background: #CFD5E9;
	padding: 10px;
}


/* DEFINITIONS FOR COMMON TAGS AND CLASSES */

a 
{
	text-decoration: none;
}

a:link 
{
	color: #0A288E;
}

a:visited 
{
	color: #273D88;
}

a:active 
{
	color: #273D88;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

.center{
	text-align: center;
}

img{
	border: 1px solid #000000;
}

p{
	font-size: 10pt;
}
	p.metadata{}
	p.postmetadata{
		font-size: 9pt;
	}
	p.nocomments{}
	p.commentmetadata{
		font-size: 9pt;
	}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
}
	h1.masthead{
		font-size: 13pt;
		padding-left: 20px;
	}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
}
	h2.pagetitle{
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-left: 20px;
	}
h3{
	padding-left: 20px;
}
	h3#comments{}
	h3#respond{}
h4{}

ul#archive li{
	list-style-type: none;
}
	ul#archive li p.postmetadata{
		text-indent: 10px;
		font-size: 9pt;
	}


cite{
	font-weight: bold;
}

span{
	font-size: 10pt;
}

	span.date{}
	span.byline{}

legend{
	display: none;
	visibility: hidden;
}

fieldset{
	border: none;
	padding: 0;
}

label{}
