/*  
Theme Name: Grace Garland theme
Author URI: http://www.gracegarland.com
Version: 1
Author: Darren Ockert
Description: Customized Theme For Grace's blog
*/

body {
	background: #FFFFFF;
	color: #000000;
	font-size: 70.5%;
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
	
a {
	color: #7B3D90;
	text-decoration: none;
}

a:visited{
	color: #7B3D90;
	text-decoration: none;
	}
	
a:hover{
	color: #7B3D90;
	text-decoration: underline;
	}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7B3D90;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7B3D90;
	}

#header {
	}


#menu {
	margin-bottom: 5px;
	color: #7B3D90;
	font-size: 14px;
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	}
#menu h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	color: #7B3D90;
	padding: 0px 30px 0px 10px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #7B3D90;
	text-decoration: underline;
	}


#content {
	width: 540px;
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px 10px 0px 0px;
	}
#content p{
	margin: 0px;
	line-height: 160%;
	padding: 0px 0px 5px 0px;
	font-size: 1.2em;
	}
	
#content p img{
	margin: 10px;
	}
	
.caption {
	background: #FFFFFF;
	font-size:90%;
	color: #000000
}

.right {
	float: right;
}

.left { 
	float: left;
}
	
#content h1 {
	color: #333333;
	font-size: 22px;
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #7B3D90;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #7B3D90;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 14px;
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	}
#content h2 a  {
	color: #7B3D90;
	text-decoration: none;
	}

#content h2 a:hover {
	text-decoration: underline;
	}
	
#content li {
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#content ul {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 160%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 4px;
}	

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 5px;
	margin: 0px;
	padding: 0px;
}	

.postline {
	background: #FFFFFF;
	width: 500px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7B3D90;
}

/*BYLINES*/

div.byline {
	color: #666666;
	font-size: 1em;
	line-height: 0.75em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}
	
	div.byline .date {
		color: #666666;
	}

	
	div.byline.single {
		font-size: 0.9em;
	}
	
		div.byline.single p {
			float: left;
			width: 100%;
		}
		
		div.byline.single .date {
			color: #999;
			float: left;
		}
		
		div.byline.single .share
			, div.byline.single .sphere
			, div.byline.single .print {
				float: right;
			}
			
.alignright, img.alignright {
	float: right;
	}

.alignleft, img.alignleft {
	float: left
	}
	
	div.byline a.akst_share_link {
		padding-right: 8px;
		margin-right: 7px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-right: 1px dotted #999;
	}
	
	div.byline a.sphere_link {
		padding-right: 8px;
		margin-right: 7px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-right: 1px dotted #999;
		}	
		
	a.print_link {
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 20px;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	a.comments_link {
		background: url('../gracegarland2/images/comments.gif') top left no-repeat;
		padding-top: 3px;
		padding-left: 20px;
		padding-bottom: 5px;
		height: 20px;
		}
		
	a.sphere_link {
	padding-left: 20px;
	padding-bottom: 5px;
	height: 20px;
	background-image: url(images/sphere.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
	
	span.tag_link {
		background: url('../gracegarland2/images/tag.gif') top left no-repeat;
		padding-top: 3px;
		padding-left: 20px;
		padding-bottom: 5px;
		height: 20px;
		}
		
/*End Bylines*/		

.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	}

.comments h3 {
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}


.datebox {
	background-image: url('images/datebox.gif');
	height: 65px;
	width: 82px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1B1B1B;
	text-decoration: none
}

.datebox div {
	font-size: 14px;
	color: #EAEAEA;
	padding-top: 7px;
}

.date {
	font-size: 65%;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 5px;
}

#searchform input {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}

#searchform {
	background-color: #7B3D90;
	margin: 0px;
	padding: 3px;
	width: 90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-size: 10px;
	font-variant: small-caps;
}

#searchsubmit {
	font-size: 12px;
	text-transform: uppercase;
	border: thin solid #000000;
	color: #000000;
	background-color: #030D30;
}

#mailinglistform input {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}

.mailinglistform {
	background-color: #7B3D90;
	margin: 5px;
	padding: 3px;
	width: 90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-size: 10px;
}

#mailinglistsubmit {
	font-size: 12px;
	text-transform: uppercase;
	border: thin solid #000000;
	color: #000000;
	background-color: #7B3D90;
}
#sidebar {
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	text-align: center;
	}

#sidebar h2 {
	color: #333333;
	font-size: 14px;
	/*	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: none;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-variant: small-caps;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style-type: none;
	}
	
#sidebar ul li a {
	color: #7B3D90;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #7B3D90;
	text-decoration: underline;
	}

#footer {
	clear: both;
	padding: 0px;
	text-align: center;
	background-color: #78388C;
	}

