/*    
Theme Name: Elegance in Purple 
Theme URI: http://www.intrepidlemon.com 
Description: An elegant, yet modern theme based on the color purple. Designed for Homestead Key Club 
Author: Lin Xi 
Author URI: http://www.intrepidlemon.com
Version: 1.0 
*/  
/*----------------------------------------------
---RESET
----------------------------------------------*/

html, body, div, span, applet, object, iframe,
	p, blockquote, pre, h1, h2, h3, h4, h5, h6,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	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-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
body {
		line-height: 1;
		font-family: GillSans, Calibri, Trebuchet, sans-serif;
		color: #444;
}
ol, ul {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none;
}
	
:focus {
		outline: 0;	
}

ins {
		text-decoration: none;
}
del {
		text-decoration: line-through;
}
	
table {
		border-collapse: collapse;
		border-spacing: 0;
}
/*----------------------------------------------
---GLOBAL
----------------------------------------------*/
.wrapper{
	margin: 0 auto 0 auto;
	width: 960px;
	height: 100%;
	position: relative;
}
a { 
	color: #703d6f;
}
a:visited{
	color: gray;
}
a:hover{
	text-decoration: none;
}
body{
	background: #703d6f
}
#content{
	background: white;
	min-width: 960px;
}
.clear{
 clear: both;
}
hr{
	border: none;
	border-bottom: 1px dashed  #a47fa5;
	margin: 20px 0;
}
/*----------------------------------------------
---HEADER
----------------------------------------------*/

#header{
	width: 100%;
	height: 100px;
	border-top: 5px solid #703d6f;	
	min-width: 960px;
	background: white;
}
.logo{
	height: 88px;
	width: 492px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image:  url(images/logo.png);
	margin-top: 5px;
	float: left;
}
.nav{
	float: right;
}

.nav li{
	width: 80px;
	height: 84px;
	float: left;
	position: relative;
}
li.onPage a, .nav li.onpage a:hover, .nav li.onPage a:visited{
	background-position: 0px 0px !important;
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	color:white;
}

.nav li a:hover{
	background-image: url(images/tag.png);
	background-position: 0px -84px;
	background-repeat: no-repeat;
}
.nav a, .nav a:visited{
	text-decoration: none;
	color: #703d6f;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 38px;
	width: 75px;
	margin: 0 auto;
}
/*----------------------------------------------
---BANNER
----------------------------------------------*/
#banner{
	background-repeat: repeat-x;
	background-image: url(images/smallbanner.png);
	width: 100%;
	min-width: 960px;
	background-color: #703d6f;
	height: 100px;
	text-indent: -9999px;
	position: relative;
}
.endtag{
	height: 100px;
	background: url(images/endtag.png);
	background-position: right;
	background-repeat: no-repeat;
}
h1{
	width: 663px;
	height: 100px;
	background: url(images/newsbanner.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0 0 0 100px;
}

/*----------------------------------------------
---BLOGROLL
----------------------------------------------*/
#blogroll{
	width: 530px;
	margin: 30px 0 0 10px;
	float: left;
}
.post{
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 15px;
	line-height: 1.3em;
	width: 505px;
	background: url(images/corner.png) no-repeat;
}
.post h2{
	font-size: 1.7em;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
.post h2 a{
	text-decoration: none;
}
.post h2 a:hover{
	border-bottom: 1px dashed #703d6f;
}
.post p{
	line-height: 1.5em;
	margin-bottom: .5em;
	font-size: .9em;
}
.post h2 a:visited{
	color: #444;
}
.post h2 .author-in-title{
	color: #ccc;
	font-size: .5em;
}
.post img{
	border: 5px solid #703d6f;
	margin: 5px 0;
}
.post .post-footer{
	font-size: .8em;
	color: #777;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
.post .post-footer a{
	color: #777;
}
#blogroll .categoryEvents h2{
	text-indent: 20px;
}
#blogroll .categoryEvents{
	background: url(images/eventCorner.png) no-repeat;
}
/*----------------------------------------------
---COMMENTS
----------------------------------------------*/
.comments{
	margin: 20px 0 0 0;
}
.comments h3{
	font-size: 1.2em;
	padding: 10px;
}
.commentlist li{
	padding: 10px;
	margin: 10px 0;
	border: 1px #ddd solid;
}
.commentlist li.alt{
	border: solid 1px #ccc;
}
.commentlist li p{
	margin: 0 0 0 10px;
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: 5px;
}
.commentmetadata{
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: .7em;
	color: #777;
	overflow: auto;
}
.commentmetadata small{
	margin-top: .3em;
	float: right;
	height: 1.3em;
}
.commentmetadata a{
	text-decoration: none;
}
.commentmetadata a:hover{
	text-decoration: underline;
}
.commentmetadata strong{
	font-size: 1.3em;
	color: #555;
	float: left;
	margin-right: 30px;
}
/*form*/
.comments form{
	margin-left: 30px;
}
.comments form input, .comments form label{
	margin: 10px 0;
}
.comments form input{
	width: 180px;
}
.comments form #email, .comments form #author, .comments form #url{
	border: 1px #777 solid;
	height: 16px;
}
.comments form label{
	float: left;
	width: 80px;
	font-size: .9em;
	line-height: 16px;
}
.comments form textarea{
	margin: 10px 0 0 0;
	line-height: 1.5em;
}
.comments form #submit{
	margin: 20px 0 0 0;
}
.comments form .required{
	font-size: .8em;
	color: #666;
	float: right;
	clear: both;
}
/*----------------------------------------------
---SIDEBAR
----------------------------------------------*/
#side-content{
	width: 400px;
	background: url(images/tray.png) repeat-y;
	float: right;
	position: relative;
	margin: 30px 0 0 0;
}
#sidebar li{
	line-height: 1.2em;
}
.traytop{
	height: 40px;
	background: url(images/traytop.png) no-repeat;
	
}
.insidetray{
	padding: 0 52px 14px 40px;
	width: 308px
}
.insidetray h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 10px 0;
	
}
.traybottom{
	height: 40px;
	background: url(images/traybottom.png) no-repeat;
	clear: both;
}
#s{
	width: 200px;
	border: 1px #bbb solid;
}
/*----------------------------------------------
---FOOTER
----------------------------------------------*/
#footer{
	line-height: 100px;
	text-shadow: 0px 1px 0px #a65aa8;
	width: 100%;
	min-width: 960px;
	height: 100px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #703d6f;
	text-align: center;
	color: #331c33;
}
#footer a {
	color: #331c33;
}