/*
Theme Name: Tayria Ward
Theme URI: http://thewiredmouse.com.com/
Description: Custom designed for Tayria Ward
Version: 1.0
Author: Andrew Giles
Author URI: http://thewiredmouse.com




*/

/* Begin Typography & Colors */
@import url(reset.css);
body {
	background-image:url(images/tayria_ward_bg.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}
p{
	padding:10px 0 10px 0;
	color:#14103D;
}
	

h1{

}
h2{
	border-bottom:1px solid #5983A7;
	color:#5983A7;
	font-size:20px;
	
}
#logo{
	width:819px;
	margin:20px auto;
}

#header_nav{
	background:url(images/header_nav_bg.png);
	background-repeat:no-repeat;
	margin:0px auto;
	width:909px;
	height:58px;
}

#header_nav ul{
	margin-left:20px;
}

#header_nav ul li{
	display:inline;
	float:left;
	padding:0 10px 0 10px;
	margin:0px 20px 0px 10px;
	height:58px;
}
#header_nav ul li.active{
	background:url(images/header_nav_bg_active.png);
	background-repeat:repeat-x;
}

#header_nav ul li a{
	text-decoration:none;
	color:#14103d;
	font-weight:bold;
	font-size:16px;
	line-height:68px;
}
#welcome{
	width:909px;
	height:20px;
	margin:0px auto;
	background:url(images/welcome_bg.png);
	background-repeat:repeat-y;
}	
#welcome h1{
	color:#ffffff;
	margin:0 0 0 20px;
	font-size:18px;
	padding:0px;
	line-height:50px;
}
#tw-content{
	width:909px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	min-height:600px;	
	background:url(images/content_bg.png);
	background-repeat:repeat-y;
}

#tw-content img{
	padding:5px;
}	

#content_wrapper{
	
}

#content_inner{
	width:608px;
	float:left;
	padding:30px;
}	
#content_inner ul, #content_inner ol{
	margin-bottom:10px;
}
#content_inner ul li{
	list-style-image:url(images/dot.gif);
	margin-left:25px;
	color:#14103D;
	padding:2px 0;
}


#sidebar{
	width:237px;
	float:left;
	background:#9BB4CA;
	margin-bottom:-10000px;
	padding-bottom:10000px;
}	
#sidbar-container{
	padding:15px;
}

#sidbar-container ul li{
	padding-bottom:20px;
}
#sidbar-container ul li.active{

}

#sidbar-container a{
	color:#14103d;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;

}

#footer{
	clear:both;
	float:none;
	font-size:12px;
	padding:30px;
}

 h2.widgettitle{
 font-size:16px;	
 color:#14103D;
 border:none;
}
.mp-formdiv input{
	font-size:12px;
	
}

.alignright{
	float:right;
	margin:0 0 5px 5px;
}

.alignleft{
	float:left;
	margin:5px 5px 0 0;
}
#shantz-qotd {
 font-size:14px;
 color:#333333;
}
