/*
Theme Name: jodi2010
Description: A custom WordPress theme for Jodi Marks
Version: 1.0
Author: Southern Web Group
Author URI: http://www.southernwebgroup.com
*/

/* Reset */


html{color:#333}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}


/* Utility */

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.blue {
	color: #5f988f;
}

.green {

}


/* ----- Body/Wrapper/Container ----- */

html {
	background: #ada168;
	height: 100%;
	width: 100%;
}

body {
	background: #ada168;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#wrapper {
	width: 952px;
	margin: 0 auto;
	background: #add7bf;
}


.container {

}

/* ----- Header/Logo ----- */

#header {
	height: 295px;
}

#header h1 {
}


#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	width: 952px;
	height: 295px;
	display: block;
	background: url(ui/header.jpg) no-repeat #add7bf;
}





/* ----- Global Navigation  ----- */

#globalnav
{
	background: url(ui/globalnav.jpg) no-repeat;
	width: 980px;
	z-index: 5;
	height: 66px;
	overflow:hidden;
	position: relative;
	left: -14px;
}


#globalnav ul li {
	display: inline;
	float: left;
	line-height: 66px;
	font-size: 1.4em;
}

#globalnav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #5f988f;
	text-indent: -9999px;
	overflow: hidden;
}

#globalnav ul li.home a {
	width: 120px;
}

#globalnav ul li.about a {
	width: 167px;
}

#globalnav ul li.articles a {
	width: 139px;
}

#globalnav ul li.photos a {
	width: 230px;
}

#globalnav ul li.contact a {
	width: 132px;
}

#globalnav ul li.appearances a {
	width: 170px;
}


/* ---- Content ---- */


#content {
	background: url(ui/content-bg.jpg) repeat-y #add7bf;
		
}

/* ---- Main ---- */


.main {
	float: left;
	margin: 0px 0px 40px 5px;
	width: 410px;
	overflow: hidden;
}

.main a {
	color: #5f988f;
}

.main a:hover {
	background: #5f988f;
	color: #fff;
	text-decoration: none;
}

.main h1 {
	color: #5f988f;
	font-size: 1.9em;
	line-height: 1.8em;
	font-weight: bold;
	border-bottom: 4px double #549d95;
}

.main h2 {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
	color: #5f988f;
}

.main h2 a {
	text-decoration: none;
}

.main h3 {
	color: #5f988f;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-top: .5em;
	font-weight: bold;
	
}

.main h4 {
	color: #5f988f;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h5 {
	color: #5f988f;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}

.main h6 {
	font-size: 1.1em;
	color: #5f988f;
	line-height: 1.7em;
	font-weight: bold;
	padding-top: .5em;
}


.main ol li {
	list-style: decimal;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	
}


.main ol, .main ul {
	padding: 12px 0px;
	color: #5f988f;
}

.main ul li {
	list-style: disc;
	margin-left: 45px;
	padding-left: 8px;
	line-height: 1.6em;
	color: #5f988f;
	
}


.main blockquote {
  font: 14px/22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  color: #5f988f;
} 





.main p {
	color: #5f988f;
	line-height: 1.6em;
	padding: 8px 0px;
}

.main p span {
	color: #5f988f !important;
}

.main hr {
	border: none;
	background: url(ui/hr.jpg) no-repeat #f5ebd2;
	height: 17px;
	margin: 20px 0px;
	clear: both;
}

.main .post {
	margin: 0px 0px 15px 0px;
}

.main .additional-meta {
	color: #a27238;
}

.main .entry-meta {
	text-align: center;
	color: #a27238;
}

.main .entry-meta a {
	color: #a27238;
	text-decoration: underline;
}

.main .entry-meta a:hover {
	background: #a27238;
	text-decoration: none;
	color: #fff;
}

.main #entry-meta-single {
	margin: 25px 0px;
}

.piclenselink {
	display: none;
}

/* ---- Side Left ---- */


#side-left {
	float: left;
	position: relative;
	z-index: 5;
	left: -14px;
	width: 261px;
	height: 592px;
	margin: 12px 0 0 0;
	background: url(ui/left-side.jpg) no-repeat #bad4d5;
	
}


#side-left h3 a {
	display: block;
	text-indent: -9999px;
	height: 195px;
	
}


#side-left #picks {
	margin: 60px 0px 0px 0px;
}


/* ---- Side Right ---- */


#side-right {
	float: right;
	position: relative;
	z-index: 5;
	left: 14px;
	width: 260px;
	min-height: 592px;
	margin: 12px 0 0 0;
	background: url(ui/right-side.jpg) repeat-y #bad4d5;
	
}


#side-right h3 a {
	display: block;
	text-indent: -9999px;
	height: 195px;
	
}

#side-right .social {
	background: url(ui/right-side-top.jpg) no-repeat;
	height: 356px;
}

#side-right .social a.facebook {
	display: block;
	float: left;
	width: 134px;
	height: 117px;
	text-indent: -9999px;
	overflow: hidden;	
}

#side-right .social a.twitter {
	display: block;
	float: left;
	width: 126px;
	height: 117px;
	text-indent: -9999px;
	overflow: hidden;	
}

#side-right .social h3 a {
	display: block;
	text-indent: -9999px;
	height: 230px;
}

#side-right h3.categories {
	display: block;
	text-indent: -9999px;
	background: url(ui/categories.jpg) no-repeat;
	height: 28px;
}

#side-right ul.cat {
	margin: 15px 0px;
}

#side-right ul.cat li {
	margin: 4px 0px 6px 35px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #97b5c2;
	width: 190px;
	color: #fff;
}

#side-right ul.cat li a{
	color: #fff;
	text-decoration: none;
}

#side-right ul.cat li a:hover {
	text-decoration: underline;
}


#side-right h3.twitter-feed {
	display: block;
	text-indent: -9999px;
	background: url(ui/twitter-feed.jpg) no-repeat;
	height: 38px;
}

#side-right .twitter {
	margin: 10px 0px 35px 0px;
}

#side-right .twitter p.twitter-message {
	color: #fff;
	margin: 0px 25px 0px 35px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #97b5c2;
}

#side-right .twitter p.twitter-message a {
	color: #54748b;

}


#side-right div.btm {
	background: url(ui/right-side-btm.jpg) no-repeat;
	height: 7px; width: 260px;
	position: absolute; bottom: 0;
}



.wufoo #header {
	display: none;
}


/* ---- WordPress Images ---- */

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.alignnone {
	display: block;
}

.post img {
	padding: 5px; background: #fff;
}

/* ---- Footer ---- */

#footer {
	background: url(ui/footer.jpg) no-repeat #add7bf;
	height: 66px;
	width: 980px;
	position: relative;
	z-index: 5;
	left: -14px;
}

#footer p {
	padding: 35px 0px 0px 0px;
	text-align: center;
	color: #46a292;
}

#footer p a {
	text-decoration: none;
	color: #46a292;
}

#footer p a:hover {
	text-decoration: underline;
}
