/*  
Theme Name: Andrea Ramsay Speers
Theme URL: http://andrearamsayspeers.com/
Description: Custom theme designed for the professional blog of Andrea Ramsay Speers
Version: 1.0
Author: Kelly Baker
Author URL: http://lewismedia.com/
*/


body
{
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a
{
	color: #2d2a61;
	text-decoration: none;
	font-weight: bold;
}

#mainDiv
{
	width: 100%;
	position: relative;
	text-align: center;
}

#headerDiv
{
	width: 100%;
	background: url(images/headerBg.jpg) top center no-repeat;
	height: 223px;
	position: relative;
	text-align: center;
}

#grassDiv
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 223px;
	background: url(images/grass.gif) bottom left repeat-x;
}

#logo
{
	margin: auto;
	margin-top: 4px;
	position: relative;
}

#purpleBarDiv
{
	background: url(images/purpleBarBg.gif) top left repeat-x;
	width: 100%;
	height: 34px;
	text-align: center;
	padding-top: 1px;
}

#welcomeDiv
{
	margin: auto;
	margin-top: 2px;
}

#welcomeDiv img
{
	border: 0px;
}

#menuDiv
{
	width: 950px;
	margin: auto;
}

#menu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li
{
	margin: 0px 2px;
	padding: 0px;
	float: left;
}

#menu a
{
	display: block;
	background: url(images/menuTab.jpg) top left no-repeat;
	width: 110px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #2d2a61;
	text-decoration: none;
	padding-top: 6px;
	text-transform: uppercase;
}

#menu a:hover
{
	background: url(images/menuTab2.jpg) top left no-repeat;
}	

#contentDiv
{
	width: 800px;
	margin: auto;
	text-align: left;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
}

#footerDiv
{
	background: url(images/footerBg.jpg) top left repeat-x;
	width: 100%;
	height: 34px;
	text-align: center;
	clear: both;
}

#footerContent
{
	width: 800px;
	margin: auto;
	font-size: 11px;
	color: #ffffff;
	padding-top: 2px;
}

#footerContent a
{
	color: #ffffff;
}

#footerContent a:hover
{
	color: #dddddd;
	text-decoration: none;
}

#leftFooter
{
	float: left;
	text-align: left;
}

#rightFooter
{
	float: right;
	text-align: right;
}

#sidebar
{
	float: right;
	width: 185px;
}

.sideBarBox
{
	background: #d2e5f2;
	padding: 8px;
	border: 1px solid #aed3de;
	width: 147px;
	margin-bottom: 20px;
	line-height: 20px;
}

.sideBarBox a
{
	font-size: 11px;
	color: #2c2961;
	font-weight: bold;
}

#recentPostsTitle
{
	width: 115px;
	height: 19px;
	background: url(images/recentPostsTitle.jpg) top left no-repeat;
}

#categoriesTitle
{
	width: 165px;
	height: 30px;
	background: url(images/categoriesTitle.jpg) top left no-repeat;
}

#recentPostsTitle span, #categoriesTitle span
{
	display: none;
}

.post h2
{
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post h2 a
{
	color: #2d2a61;
	text-decoration: none;
}

.post h2 a:hover
{
	color: #5853af;
}

.postInfo
{
	font-size: 11px;
	border-top: 2px solid #dad6bc;
	margin: 2px 0px 30px 0px;
	padding: 5px 0px;
	width: 580px;
}

#commentsTable
{
	width: 580px;
	background: #d2e5f2;	
	border: 1px solid #aed3de;
	margin: 5px 0px 20px 0px;
	padding: 5px;
}

.commentInput
{
	border: 1px solid #000000;
}

#respond
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#submit
{
	border: 1px solid #000000;
	background: #ffffff;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
}

.commentlist
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.commentTable
{
	width: 580px;
}

.commentBox
{
	background: #d2e5f2;	
	border: 1px solid #aed3de;
}

.commentTable p
{
	margin-top: 0px;
	padding-top: 0px;
}

.sticky_post
{
	margin: 2px 0px 0px 0px;
	width: 580px;
}