/*  
Theme Name: SouthernMamas
Theme URI: http://www.emarketsouth.com/
Description: Southern Mamas theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: EMarketSouth
Author URI: http://www.emarketsouth.com
*/


*{margin:0;padding:0;}

a{color:#E76D0D;}

body{
	text-align:center; 
	font:normal 11px/1.4em 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
	background-color:#E2DEC0;
	}
	
a img{border:none;}
	
#container{
	width:960px;
	margin:0 auto;
	border-right:10px solid #C1B99A;
 	border-left:10px solid #C1B99A;
	background-color:#FFF;
	}
	

/* Banner and supporting styles */
#banner{
	position:relative;
	height:120px;
	margin-bottom: 10px;
	border-bottom: 10px solid #79559e;
	}
	
	#banner #home{
	position:absolute;
	width:325px;
	left:0;
	top:10px;
	}
	
	#header-menu {
		top: 20px;
		position: absolute;
		right: 20px;
	}

	#main-menu {
		bottom: 10px;
		left: 5px;
		position: absolute;
	}
		#banner .menu {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#banner .menu li {
			border-left: 1px solid #79559e;
			display: block;
			float: left;
			line-height: 12px;
		}
		#banner .menu li:first-child { border-left: none; }
		#banner .menu a {
			display: block;
			float: left;
			font-size: 12px;
			padding: 0 5px;
			text-decoration: none;
			text-transform: lowercase;
		}
		#banner .menu a:hover { color: #79559e; }

		#banner .menu .icon {
			background-attachment: scroll;
			background-position: center center;
			background-repeat: none;
			border: 0 none;
			margin: 0 0 0 5px;
		}
		#banner .menu .icon a {
			height: 32px;
			outline: none;
			padding: 0;
			width: 32px;
			text-indent: -9999em;
		}
		#banner .menu .icon.facebook { background-image: url(images/facebook.png); }
		#banner .menu .icon.email { background-image: url(images/email.png); }
		#banner .menu .icon.twitter { background-image: url(images/twitter.png); }
		
		/* dropdown items */
		#banner .menu ul li { border-left: 0 none; }
		#banner .menu ul a {
			background-color: #79559e;
			color: #fff;
			float: none;
			padding: 5px;
			text-align: left;
		}
		#banner .menu ul a:hover {
			background-color: #E76D0D;
			color: #fff;
		}

/* Center and supporting styles */
#center{
	width:610px;
	float:left;
	text-align:left;
	margin:5px 0;
	}
	
	#center .entry img{
	float:right;
	margin:10px 0 10px 10px;
	}
	
	#center form{
	width:390px;
	padding:10px;
	background-color:#E2DEC0;
	}
		
	#center form p label{
	margin:0 7px;
	color:#262D73;
	font-weight:bold;
	}
	
	#center form p textarea{
	width:350px;
	}
	
	#center .pagetitle, #center #respond, #center #comments, #center h2{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding:5px 10px;
	color:#5B3E1C;
	}
	
	#center .post h2 a{
	text-decoration:none;
	color:#5B3E1C;
	}
	
	
	#center p{
	padding:5px 10px;
	}
	
	#center ul{}
	
	#center .alignleft{
	float:left;	
	}
	
	#center .alignright{
	float:right;
	}
	
	#center .entry{
	}
	
	#center .navigation{
	height:30px;
	padding:10px;
	background-color:#E2DEC0;
	margin:0 0 10px 0;
	}
	
	#center .pagetitle{}
	
	#center .post{
	margin-bottom:15px;
	}
	
	#center .post h3 a{
	font-size:16px;
	padding:10px;
	color:#E76D0D;
	}
	
	#center .post h2 a{}
	
	#center .post small{
	display:block;
	padding:5px 10px;
	color:#262D73;
	font-weight:bold;
	}
	
	#center .postmetadata{
	color:#262D73;
	}
	
	#center .postmetadata_alt{}
	
	#center .postmetadata_alt small{}
	
	#center #commentform{} /* same as form but has an id */
	
	#center #comments{}
	
	#center .commentlist{
	margin:0;
	padding:0;
	list-style:none;
	}
	
		#center .commentlist li{
		padding:10px;
		border-bottom:1px solid #5B3E1C;
		margin-bottom:10px;
		}
	
		#center .commentlist li p, #center .commentlist li small{
		padding:0;
		margin:0;
		}
		
		#center .commentlist li cite{
		font-style:normal;
		font-weight:bold;
		}
	
	#center .commentslist li em{}
	
	#center .commentmetadata{}
		
/* Comments popup and supporting styles */
#commentlist{}

	#commentlist form p{}
	
	#commentlist form p label{}
	
	#commentlist form p input{}

	#commentlist h2{}

	#commentlist li{}
	
	#commentlist li p{}
	
	#commentlist p{}

#commentspopup{}

#commentspopup p{}

#header{}
	
/* Footer and supporting styles */
#footer{

	clear:both;
	padding:10px;
	border-top:1px solid #060E66;
	}
	
/* Nav and supporting styles */
#nav{
	list-style:none;
	margin:0 0 0 330px;
	padding-top:20px;
	}
	
	#nav li{
	display:inline;
	}
	
/* Left and supporting styles */
#left{
	float:left;
	width:170px;
	text-align:left;
	margin-right:10px;
	margin-left:10px;
	}
	
	html>body #left{
	width:150px;
	}
	
	#left #search{
	text-align:right;
	padding:10px 0;
	background-color:#E2DEC0;
	margin-bottom:10px;
	}
	
		#left #search input{
		margin:5px 10px;
		}
		
		#left #s{
		width: 120px;
		}
	
	#left ul{
	list-style:none;
	margin:5px 0;
	padding:0;
	text-align:left;
	}
	
	#left ul li{}
	
	#left ul li h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#5B3E1C;
	border-bottom:1px solid #5B3E1C;
	}
	
	#left ul li p{}
	
	#left ul li ul{}
	
	#left ul li ul li{}


/* Right and supporting styles */
#right{
	width:180px;
	float:right;
	text-align:center;
	}
	
	#right .adspace{
	padding:10px 0;
	width:160px;
	background-color:#E2DEC0;
	
	}

        #right .adspace .sponsors{
         height:36px;
         width:157px;
         background:url(images/SM_Banner_04.gif) top center no-repeat;
         }

        #right .adspace .sponsors span{
         display:none;
         }
		 
	#right ul{
	list-style:none;
	margin:10px;
	}
	
	#right .widgettitle{
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#5B3E1C;
	text-align:left;
	border-bottom:1px solid #5B3E1C;
	}
	
	#right #archives ul, #right #rs-event ul{
	text-align:left;
	margin:10px 0;
	padding:2px 0;
	}
	
/* Searchform */
#searchform{}

/* Calendar */
#wp-calendar{
	width:140px;
	margin-right:5px;
	border-top:1px solid #5B3E1C;
	}
	
	#wp-calendar caption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#5B3E1C;
	text-align:left;
	}

/* Events Calendar */
#center.events { width: 780px; }
#center.events .entry-title,
#center.events .tec-cal-title { margin-bottom: 20px; padding: 0; }
#center.events .tec-event { border-bottom: 1px solid; }
