/*
Theme Name: Padgett Editorial
Author: CK Graphics
Description: Padgett Franchisee Theme
Version: 1.0

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.hide{display:none;}
.clear{clear:both;}

/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}

#page {
	margin: 0 auto;
	max-width: 920px;
}

#main {
	clear: both;
	width:902.5px;
	padding:15px 0px 10px 17.5px;
	position:relative;
	border-bottom: #EEE solid 1px;
	z-index:1;
}




#content {
	float: left;
	width:650px;
	margin:0px 7.5px 0px 0px;
	border-left:solid 1px #fff;

}


.home #content{float:left;width:180px;margin:0px 0px 0px 0px;background:#e3e3e3;padding: 10px 15px;border:none;
}
.home #side {float:right;width:210px;border:none;padding:0px;}

#side {
	float: left;
	width: 210px;
	margin:0px 0px 0px 7.5px;
	min-height:23px;
	border-right:solid 1px #eee;
	padding: 0px 9px 0px 0px;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #333;
	font-size: 15px;
	font-family:Lucida Sans, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: url('images/body_bg.png') repeat-x #f8f8f8;
}
#main {
	background:url('images/main_bg.png') no-repeat top left;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 0.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #4E9849;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	height:250px;
	background:url('images/header_bg.jpg') no-repeat top center;
	z-index:45;

}

#branding #logo img{float:left;margin:0px 0px 0px 200px;
}


#branding #logo span{font-style: italic;text-shadow: #fff 0px 0px 4px;
color: yellow;
font-size: 15px;
display: block;
padding: 67px 0px 0px 0px;
}


#branding #logo span span{color: white;
font-size: 21px;
line-height: 14px;
padding: 0px
}

#branding #logo h1{color: white;
display: block;
margin: 35px auto 0px;
font-size: 14px;
line-height: 20px;
text-align: center;
font-style: italic;}


/* =Menu
-------------------------------------------------------------- */

#access {

	clear: both;
	display: block;
	position:absolute;
	left:108px;
	width: 705px;
	bottom:0px;
	background:url('images/menu_bg.png');
		-moz-box-shadow: 0 0px 5px #fff;
	-webkit-box-shadow: 0 0px 5px #fff;
	box-shadow: 0 0px 5px #fff;
	z-index:3;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	background:url('images/menu_divider.png') right top no-repeat;
}
#access li.last_item, #access ul ul li{background:none;}

#access a {
color: white;
display: block;
line-height: 42px;
padding: 0px 21px 0px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-style: italic;}
#access ul ul {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background:url('images/submenu_bg.png');
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	left: 0px;
	width: 220px;
	z-index: 99999;
	padding-bottom:10px
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 24px;
	width: 168px;
	font-style:italic;
	text-transform:capitalize
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
}
#access li:hover > a,
#access a:focus {
	color: #ffff00;
	background:url('images/menu_hover_bg.png') no-repeat center;
}
#access ul ul li:hover > a,
#access ul ul a:focus {
	color: #ffff00;
	background:none;
}


#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current-menu-ancestor > a,
#access .current-menu-parent > a  {
	color: #ffff00;
}



/* =Banner
----------------------------------------------- */

#RotatingBanner{
	width:870px;
	height:215px;
	margin:0px -7.5px 15px;
	padding:0px 15px;
	background:url('images/rotate_bg.png') no-repeat;
	overflow:hidden;
	position:relative;
}

#RotatingCopy,
#RotatingGreen,
#RotatingImage {position:absolute;top:0px;left:15px;width:870px;height:215px;}

#RotatingCopy .slide {
width: 510px;
height: 165px;
text-align: left;
padding: 50px 0px 0px 345px
}


#RotatingGreen {background:url('images/rotatinggreen_bg.png');}

#RotatingImage .slide {width:870px;height:215px;}

#RotatingBanner h1{
margin: 0px;
color: #ffff00;
font-size: 28px;
line-height: 30px;
margin-bottom:5px;
font-weight: 400;
font-style: italic;
padding: 0px;font-weight:bold;
text-shadow: #333 0px 0px 3px;}

#RotatingBanner p{
margin: 0px 0px 5px 0px;
font-size: 16px;
line-height: 20px;
color:#fff;
text-shadow: #333 0px 0px 3px;
font-style: italic;
}





/* =Home Page Items
----------------------------------------------- */
#HomeContent.right {float:left;margin-left:10px;}
#HomeContent.left {float:left;margin-left:7.5px;}
#HomeContent .title, #PromoBox .title {color: #6DA637;
font-style: italic;
font-weight: bold;
font-size: 16px;
margin: -2px 0px 2px;
display: block;}
#HomeContent hr{background: #6DA637;
margin: 0px;}




#HomeContent {
	width:430px;
}

#Twitter {
	width: 425px;
height: 40px;
margin: 0px -15px 10px -10px;
background: url('images/twitter_bg.jpg') no-repeat;
padding: 10px 10px 10px 20px;
}

#Twitter .title {color:#ffff00;font-style:italic;font-weight:bold;font-size:18px;line-height:18px;display:block;float:left;margin: 0px 10px 0px 0px;text-align:right;}
#Twitter .title span {font-size:11px;color:#fff;}
#Twitter .title span a{color:#ffff00;}

#Twitter #twitter_update_list {float: left;
display: block;
margin: -7px 0px 0px 0px;
padding: 0px;
width: 290px;}
#Twitter #twitter_update_list li{list-style:none;line-height:15px;}
#Twitter #twitter_update_list li span{color:#fff;font-size:12px;}
#Twitter #twitter_update_list li span a{font-size:12px!important;}
#Twitter #twitter_update_list li a{color:#ffff00;font-size:10px!important;font-style:italic;}

#Video {
	width:430px;
	margin:0px 0px 10px;
	border-top:5px solid #6da637;
}

#News {
	width:210px;
	border-top:5px solid #6da637;
	float:left;
	margin:0px 10px 0px 0px;
}

#Articles {
	width:210px;
	border-top:5px solid #6da637;
	float:left;
}
#Video img, #News img, #Articles img{margin: 0px 5px;}

#Video h2 a, #News h2 a, #Articles h2 a{font-weight: normal;
font-style: italic;
line-height: 16px;
font-size: 14px;
display: block;margin: 0px 5px 5px;}
#Video p, #News p, #Articles p{margin: 0px 5px 5px;font-size: 12px;
line-height: 16px;}
#Video a.more, #News a.more, #Articles a.more{font-size: 12px;
text-align: right;
display: block;
text-transform: uppercase;
font-style: italic;
font-weight: bold;}

.fb_iframe_widget {margin:10px 0px;border:1px solid #CAD4E7;width:208px;}


#AddThisBox{width:200px;margin:0px;padding:0px 5px 0px}
#AddThisBox span{color:#4e9849;text-transform:uppercase;font-size:12px;float:left;display:block;margin-top:3px;}
#AddThisBox .addthismargin{margin:0px -4px 0px 5px;}

.greenborder{border:1px solid #619431}


#PromoBox {width:190px;margin:5px 0px 0px 0px;background:#ededed;padding: 10px;}
#PromoBox h2 a{font-weight: normal;
font-style: italic;
line-height: 16px;
font-size: 12px;
display: block;margin: 0px 5px ;}
#PromoBox p {margin: 0px 5px ;font-size: 12px;line-height:16px;}
#PromoBox a.more {font-style: italic;
font-weight: bold;}


#Newsletter {
	width: 425px;
height: 40px;
margin: 10px -15px 0px -10px;
background: url('images/twitter_bg.jpg') no-repeat;
padding: 10px 10px 10px 20px;
}

#Newsletter .title {color:#ffff00;font-style:italic;font-weight:bold;font-size:18px;line-height:18px;display:block;float:left;margin: 0px 10px 0px 0px;text-align:right;width:75px;}

#Newsletter p{font-size:11px;color:#fff;margin:-6px 0px 0px 85px;}
#Newsletter form{width: 308px;
margin: 0px 0px 0px 85px;
padding: 1px;
height: 28px;}
#Newsletter form input{padding:2px;font-size:14px;font-style:italic;}
#Newsletter form .text{width: 228px;height: 22px;
float: left;
margin: 0px 1px -1px 0px;}
#Newsletter form .action{background: yellow;
border: 1px solid #FFBA00;
padding: 2px 7px 2px 6px;height: 28px;
float: left;color:#6ba336;cursor:pointer;margin: 0px -1px -1px 0px;}
#Newsletter form .action:hover{color:#FFBA00}

/* =COntact Box
----------------------------------------------- */

#ContactBox{
width: 350px;
height: 170px;
background: url('images/contactbox_bg.png') no-repeat bottom left;
padding: 30px 0px 0px 150px;
	}

#ContactBox h1{color:#000;font-size:24px;line-height:30px;font-style:italic}
#ContactBox h2{color:#0055a5;font-size:16px;line-height:22px;}
#ContactBox p{color:#545454;font-size:14px;line-height:20px;padding:0px 30px 0px 0px}


/* =Content
----------------------------------------------- */
.home .entry-title, .home #PageHeader,  .home #PageImage {display:none;}



#PageHeader {width: 638px;
height: 70px;
background: url('images/header_bg.jpg') bottom right;
margin: 0px 0px 0px -30px;
border: 1px solid #6C9E40;
border-bottom: none;overflow:hidden;}

#PageHeader .entry-title, #PageHeader .entry-title a {line-height: 0;
text-shadow: #333 0px 0px 3px;
color: #EEE;
margin: 1.475em 1em 0;font-size:30px}

.category #PageHeader, .single #PageHeader{margin:0px 0px 10px 10px;}


#PageImage{width: 640px;
height: 150px;
margin: 0px 0px 0px -30px;
}

.post-video{width:570px;height:320px;overflow:hidden;margin:10px 0px 0px}

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}



.hentry,
.no-results {
	border-bottom: 1px solid #eee;
	margin: 0 0 1em;
	padding: 1em 2.675em 0em;
	position: relative;
}


.page .hentry{
border-bottom: 1px solid #eee;
margin: 0 2em 0;
padding: 0em .675em 0em;
position: relative;
}

.category .hentry{
border-bottom: 1px solid #eee;
margin: 0 2em 0;
padding: 1em .675em 0em;
position: relative;
}


.hentry:last-child,
.no-results {
	border-bottom: none;
}


.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


.page-header{padding: 0 2.675em;}


.entry-title {
color: #222;
font-size: 20px;
line-height: 1em;
padding-bottom: .3em;
padding-top: 15px;
font-style: italic;
}



.entry-title,
.entry-title a {
	color: #4E9849;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #000;
}
.entry-date {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.home .entry-content {margin:0px;padding:0px;
}


.home .entry-content p{
	font-size: 12px;
line-height: 16px;
margin: 0px 0px 4px;
}

.home .hentry {margin:0px;padding:0px;}

.entry-content {
	padding: 2.025em 0 0;
}


.entry-content p, .entry-summary p, .entry-content ul{
	color: #333;
font-size: 12px;
font-weight: normal;
line-height: 20px;
margin-bottom: 15px;
}

.entry-content h1{
	font-size:18px;
	line-height:24px;
	margin: 0 0 .5em;
}


.entry-content h2{
	font-size:14px;
	line-height:18px;
	margin:.675em 0;
}

.entry-content h1,
.entry-content h2 {
	color: #4E9849;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.entry-content ul {
		margin: 0 0 0.625em 2.625em;
		font-style:italic;
		color:#4E9849
}

.entry-content ul li {
		margin:0 0 0.675em;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}

dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft{float:left;margin-right: 1.625em;}
img.alignright{float:right;margin-left: 1.625em;}


img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}


/* Main Contact Form */



/* Forms */
.wpcf7 {float:left;width:360px;margin:10px 25px 0px 0px!important;}
.wpcf7 p {text-align:right;min-height:30px;}




.wpcf7 p label{width: 120px;
display: block;color: #4E9849;
float: left;
font-size:11px;}
.wpcf7 p.tall{min-height: 67px;
margin: -2px 0px 0px 0px;}
.wpcf7 p.drop span{margin:-1px 0px 0px 5px;}


.wpcf7 p.send {text-align:left;}
.wpcf7 p.send input{margin:0px 0px 0px 175px;width:100px;font-size:14px;}

.wpcf7 p span{float:right;margin:-5px 0px 0px 5px;}
.wpcf7 p br{display:none;}

.wpcf7 select{width: 233px;}

.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=email],
.wpcf7 textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
.wpcf7 input[type=text]:focus,
.wpcf7 textarea:focus {
	color: #373737;
}


.wpcf7 textarea {
	padding-left: 3px;
	width: 226px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
	padding: 3px;
width: 225px;
height: 20px;font-size: 12px;
}

.wpcf7 input.short{width:40px;margin-right: 185px;}

.wpcf7 input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
.wpcf7 input#searchsubmit {
	display: none;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
margin: 0.625em 2.675em 0;
	padding: 0 0 0.675em;

border-bottom:#eee 1px solid;}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
}
#nav-above {
	padding: 0 0 1em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
}
.widget-title {
	display:none;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}


/* Side Menu Widget */

#menu-side{
	border: 1px solid #e2e2e2;
		background: #EEE; /* Show a solid color for older browsers */


		width:210px;
		margin:0px 0px 10px;

	}
#menu-side li{
	list-style:none;
	text-align:right;
	background:url('images/sidemenu_bg.jpg') repeat-x;
	background: -moz-linear-gradient(#fff, #EEE);
	background: -o-linear-gradient(#fff, #EEE);
	background: -webkit-gradient(#fff, 0% 0%, 0% 100%, from(#fff), to(#EEE)); /* older webkit syntax */
	background: -webkit-linear-gradient(#fff, #EEE);
	}
#menu-side li a{
	font-size:14px;
	line-height:40px;
	font-style:oblique;
	display:block;

	padding:0px 20px 0px 0px;
	}
#menu-side li a:hover{text-decoration:none;color:#333;}
#menu-side li.current_page_item a, #menu-side li.current-post-ancestor a{font-weight:bold;color:#ffff00}
#menu-side li.current_page_item, #menu-side li.current-post-ancestor{
		background: #6DA637}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}




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

#colophon {
	clear: both;border-top:1px solid #fff;margin:0px 0px;padding:10px 0px
}

#colophon p {font-size:11px;text-align:center;font-style:italic}
#colophon p a {color:#545454;}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}



/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
