/*
Theme Name: Feather
Theme URI: http://www.elegantthemes.com/gallery/
Version: 1.9
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com

------------------------------------------------
-----------------[RESET]------------------------
------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212*/
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, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------
-----------------[BASIC STYLES]-----------------
------------------------------------------------*/
BODY
{
	line-height: 20px;
	font-family: "Droid Sans", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #414141;
	text-shadow: 1px 1px 1px #FFFFFF;
	background: #8EC7D0 url(images/body-bg.png);
}
A
{
	text-decoration: none;
	color: #00B7F3;
}
A:hover
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.ui-tabs-hide
{
	display: none;
}
BR.clear
{
	margin: 0px;
	padding: 0px;
}
H1, H2, H3, H4, H5, H6
{
	padding-bottom: 5px;
	color: #808080;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Lobster, Arial, sans-serif;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A
{
	color: #808080;
}
H1
{
	font-size: 36px;
}
H2
{
	font-size: 24px;
}
H3
{
	font-size: 20px;
}
H4
{
	font-size: 18px;
}
H5
{
	font-size: 16px;
}
H6
{
	font-size: 14px;
}
P
{
	padding-bottom: 10px;
	line-height: 24px;
}
STRONG
{
	font-weight: bold;
	color: #1C1C1C;
}
CITE, EM, I
{
	font-style: italic;
}
PRE, CODE
{
	font-family: "Courier New", monospace;
	margin-bottom: 10px;
}
INS
{
	text-decoration: none;
}
SUP, SUB
{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
SUP
{
	bottom: 0.8em;
}
SUB
{
	top: 0.3em;
}
DL
{
	margin: 0 0 1.5em;
}
DL DT
{
	font-weight: bold;
}
DD
{
	margin-left: 1.5em;
}
BLOCKQUOTE
{
	margin: 1.5em;
	padding: 1em;
	color: #1A56DF;
	background: #E6E6E6;
	font-style: italic;
	border: 1px solid #DCDCDC;
}
BLOCKQUOTE P
{
	padding-bottom: 0px;
}
INPUT[type=text], INPUT.text, INPUT.title, TEXTAREA, SELECT
{
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 2px;
	color: #4E4E4E;
}
INPUT[type=text]:focus, INPUT.text:focus, INPUT.title:focus, TEXTAREA:focus, SELECT:focus
{
	border-color: #2D3940;
	color: #3E3E3E;
}
INPUT[type=text], INPUT.text, INPUT.title, TEXTAREA, SELECT
{
	margin: 0.5em 0;
}
TEXTAREA
{
	padding: 4px;
}
IMG#about-image
{
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* HTML .clearfix
{
	zoom: 1;
}
/*IE6*/
*:first-child + HTML .clearfix
{
	zoom: 1;
}
/*IE7
------------------------------------------------
---------------[MAIN LAYOUT INFO]---------------
------------------------------------------------*/
#top
{
	background: url(images/top-bg.png) repeat-x left bottom;
	padding-top: 54px;
}
.container
{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#logo-area
{
	float: left;
	margin-right: 32px;
	margin-top: -30px;
}
P#slogan
{
	font-size: 15.5px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#menu
{
	float: left;
	margin-bottom: 55px;
	background: url(images/menu-left.png) no-repeat;
	padding-left: 12px;
        right: -125px;
        margin-top: 30px;

}
#menu-right
{
	background: url(images/menu-right.png) no-repeat top right;
	padding-right: 14px;
}
#menu-content
{
	background: url(images/menu-content.png) repeat-x;
}
UL#top-menu
{
	float: left;
}
#et-social-icons
{
	float: right;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
}
#et-social-icons A
{
	padding-left: 3px;
}
#content
{
	background: url(images/content-bg.png);
	padding-top: 40px;
	padding-bottom: 50px;
}
#blurbs
{
	margin-bottom: 30px;
}
.blurb
{
	float: left;
	width: 194px;
	margin-right: 61px;
	font-weight: normal;
}
.last
{
	margin-right: 0px;
}
.blurb .thumb
{
	display: block;
	position: relative;
	margin-bottom: 21px;
}
.item-image
{
	margin-top: 6px;
	margin-left: 6px;
}
.blurb .thumb SPAN.overlay
{
	background: url(images/thumb-overlay.png) no-repeat;
	display: block;
	height: 123px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 193px;
}
.blurb .thumb SPAN.et-plus
{
	background: url(images/et-plus.png) no-repeat;
	display: block;
	height: 26px;
	right: -6px;
	position: absolute;
	top: -5px;
	width: 26px;
}
.blurb H3.title
{
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.blurb H3.title A
{
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}
.blurb P
{
	padding-left: 5px;
}
P#tagline
{
	background: url(images/tagline-bg.png) repeat-x;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 22px;
	font-size: 36px;
	font-family: Georgia, serif;
	font-style: normal;
	color: #0567A1;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.home-recent
{
	position: relative;
	background: url(images/tagline-bg.png) repeat-x;
	padding-top: 2px;
}
.recent-inner
{
	background: url(images/description-bg.png) repeat-y 214px 0px;
	padding-top: 38px;
	position: relative;
}
.home-recent .description
{
	float: left;
	width: 156px;
	margin-right: 47px;
	text-align: right;
	padding-right: 40px;
	padding-left: 17px;
}
.home-recent H4.title
{
	font-family: Georgia, serif;
	font-style: italic;
	color: #ABABAB;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 12px;
	display: none;
}
.home-recent .description P
{
	font-family: Georgia, serif;
	font-style: bold;
	color: #0567A1;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 18px;
	/*+placement:shift 0px -1px;*/
	position: relative;
	left: 0px;
	top: -1px;
display: none;
}
.home-recent .blurb
{
	margin-right: 59px;
	margin-bottom: 30px;
}
.home-recent .last
{
	margin-right: 0px;
}
P.meta-info
{
	font-family: Georgia, serif;
	font-style: italic;
	color: #585858;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 14px;
}
P.meta-info A
{
	color: #585858;
	font-weight: bold;
}
P.meta-info A:hover
{
	color: #111;
	text-decoration: none;
}
.home-recent P.meta-info
{
	line-height: 12px;
	font-size: 11px;
}
A.blog-more
{
	position: absolute;
	background: url(images/blog-more-bg.png) no-repeat;
	right: -22px;
	top: 48%;
	text-indent: -9999px;
	height: 9px;
	width: 6px;
}
#media-slider
{
	float: left;
	width: 700px;
}
.project
{
	float: left;
	margin-right: 38px;
	width: 146px;
}
.media-thumb
{
	display: block;
	position: relative;
}
.last .media-thumb
{
	margin-right: 0px;
}
.media-image
{
	margin-top: 6px;
	margin-left: 6px;
}
.media-thumb SPAN.overlay
{
	background: url(images/media-thumb-overlay.png) no-repeat;
	display: block;
	height: 93px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 146px;
}
.media-thumb A.zoom, .media-thumb A.more
{
	display: block;
	height: 26px;
	position: absolute;
	top: 32px;
	width: 26px;
	text-indent: -9999px;
	display: none;
}
.media-thumb A.zoom
{
	background: url(images/zoom.png) no-repeat;
	left: 42px;
}
.media-thumb A.more
{
	background: url(images/more.png) no-repeat;
	right: 39px;
}
A#media-left, A#media-right
{
	display: block;
	height: 9px;
	position: absolute;
	top: 102px;
	width: 6px;
	text-indent: -9999px;
}
A#media-left
{
	background: url(images/left-arrow.png) no-repeat;
	left: 234px;
}
A#media-right
{
	background: url(images/blog-more-bg.png) no-repeat;
	right: -22px;
}
#category-name
{
	padding-top: 32px;
	padding-bottom: 15px;
}
H1.title
{
	font-size: 36px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 6px;
	color: #FFF;
}
#category-name P.meta-info
{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#category-name P.meta-info A
{
	color: #FFFFFF;
	text-decoration: none;
}
#category-name P.meta-info A:hover
{
	color: #FFFAE4;
}
#content-area
{
	background: url(images/description-bg.png) repeat-y 658px 0px;
}
#left-area
{
	width: 658px;
	float: left;
}
#sidebar
{
	width: 252px;
	float: left;
	padding-left: 50px;
}
.post
{
	padding: 0px 45px 30px 0px;
	background: url(images/tagline-bg.png) repeat-x left bottom;
	margin-bottom: 30px;
}
.post-thumbnail
{
	display: block;
	float: left;
	position: relative;
	margin-right: 32px;
	margin-top: 4px;
	margin-bottom: 5px;
}
.post-thumb
{
	margin-top: 6px;
	margin-left: 6px;
}
SPAN.post-overlay
{
	background: url(images/post-overlay.png) no-repeat;
	display: block;
	height: 193px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 193px;
}
H2.title
{
	font-size: 24px;
}
H2.title A
{
	color: #585858;
}
A.read-more
{
	color: #585858;
	font-size: 15px;
	font-family: Lobster, Arial, sans-serif;
	float: right;
}
H2.title A:hover, A.read-more:hover
{
	color: #111;
	text-decoration: none;
}
#content .fullwidth
{
	background: none !important;
}
.fullwidth #left-area
{
	width: 100%;
}
.fullwidth #left-area .entry, .fullwidth #comment-wrap
{
	padding-right: 0;
}
.post UL, .comment-content UL
{
	list-style-type: disc;
	padding: 10px 0px 10px 20px;
}
.post OL, .comment-content OL
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}
.post UL LI UL, .post UL LI OL, .comment-content UL LI UL, .comment-content UL LI OL
{
	padding: 2px 0px 2px 20px;
}
.post OL LI UL, .post OL LI OL, .comment-content OL LI UL, .comment-content OL LI OL
{
	padding: 2px 0px 2px 35px;
}
/*------------------------------------------------
---------------[DROPDOWN MENU]------------------
------------------------------------------------*/
UL#top-menu LI
{
	padding-right: 1px;
	background: url(images/menu-bg.png) no-repeat right 3px;
}
UL#top-menu A
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	padding: 13px 12px;
}
UL#top-menu A:hover
{
	color: #E0D6AF;
}
UL#top-menu > LI.current-menu-item > A
{
	color: #E0D6AF !important;
	font-family: Georgia, serif;
	font-style: italic;
	background: url(images/current-page-bg.png) no-repeat right 17px;
}
UL#top-menu LI UL
{
	width: 173px !important;
	padding: 7px 7px 17px 9px;
	background: url(images/menu_bg.png) repeat-y;
	top: 45px !important;
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	border-color: 1px solid #323b44;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	z-index: 9999;
	display: none;
	border: 1px solid #404040;
}
UL#top-menu UL LI
{
	margin: 0 !important;
	padding: 0 !important;
	background: url(images/menu-seperator.png) no-repeat bottom left;
}
UL#top-menu UL LI A
{
	padding: 10px 0px 10px 20px !important;
	width: 160px;
}
UL#top-menu UL LI A:hover
{
	background: url(images/menu-link-bg.png) no-repeat bottom center;
}
UL#top-menu LI:hover UL UL, UL#top-menu LI.sfHover UL UL
{
	top: -8px !important;
	left: 181px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
UL#top-menu LI.menu-gradient
{
	background: url(images/menu-gradient.png) repeat-x;
	position: absolute;
	top: -2px;
	left: 0;
	width: 189px;
	height: 6px !important;
}
/*------------------------------------------------
--------------[FEATURED SLIDER]-----------------
------------------------------------------------*/
#featured
{
	position: relative;
}
A#featured-left, A#featured-right
{
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	top: 41%;
	z-index: 50;
}
A#featured-left
{
	background: url(images/featured-left.png) no-repeat;
	left: 0;
}
A#featured-right
{
	background: url(images/featured-right.png) no-repeat;
	right: 0;
}
#featured #controllers
{
	text-align: center;
	padding: 25px 0 23px;
}
#featured #controllers A
{
	display: inline-block;
	background: url(images/featured-controller.png) no-repeat;
	margin-right: 4px;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
}
#featured #controllers A.activeSlide
{
	background: url(images/featured-controller-active.png) no-repeat;
}
#featured .slide
{
	padding: 7px 68px 0;
	width: 818px !important;
}
.featured-img
{
	display: block;
	float: left;
	padding: 5px;
	position: relative;
	margin-right: 53px;
}
.featured-img SPAN.overlay
{
	background: url(images/box-overlay.png) no-repeat;
	display: block;
	height: 243px;
	position: absolute;
	width: 406px;
	top: 0;
	left: 0;
}
#featured .description
{
	float: right;
	width: 357px;
	padding-top: 30px;
}
#featured H2.title
{
	font-size: 24px;
	font-family: Lobster, Arial, sans-serif;
	padding-bottom: 10px;
}
#featured H2.title A
{
	text-decoration: none;
	color: #242437;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        font-weight: bold;
}
#featured .description P
{
	font-size: 15px;
	line-height: 18px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	color: #242437;
        text-align: right;
}
#featured .description-left .featured-img
{
	float: right;
	margin-right: 0;
}
#featured .description-left .description
{
	float: left;
	text-align: left;
	margin-right: 55px;
}
#featured .description-center .description
{
	float: none;
	text-align: center;
	width: 100%;
}
#featured .description-center .description H2.title
{
	font-size: 24px;
	margin-top: 30px;
}
#featured .description-center .description P
{
	font-size: 20px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 26px;
}
#featured .video-slide
{
	background: url(images/box-overlay.png) no-repeat;
	margin: -5px;
	padding: 5px;
}
.full-image .featured-img SPAN.overlay, #featured .full-image .video-slide
{
	background: url(images/box-overlay-full.png) no-repeat;
	width: 825px;
	height: 247px;
}
/*------------------------------------------------
-------------------[COMMENTS]-------------------
------------------------------------------------*/
#comment-wrap
{
	padding-right: 45px;
}
H3#comments, H3#reply-title SPAN
{
	font-size: 24px;
	color: #585858;
}
P#join-comment
{
	color: #585858;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
}
.comment-body
{
	padding: 0 0 0 83px;
	position: relative;
	margin: 7px 0;
}
.avatar-box
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
.avatar-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	background: url(images/avatar-overlay.png) no-repeat;
}
.commentmetadata
{
	color: #BDBDBD;
	font-size: 11px;
	font-family: Georgia, serif;
	padding-bottom: 8px;
	font-style: italic;
}
.commentmetadata A
{
	color: #BDBDBD;
}
SPAN.fn, SPAN.fn A
{
	font-size: 12px;
	color: #ABABAB;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
SPAN.fn A:hover, .commentmetadata A:hover
{
	color: #111;
	text-decoration: none;
}
.reply-container
{
	float: right;
}
.reply-container A, #submit-container INPUT#submit
{
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #585858;
	font-size: 15px;
	font-family: Lobster, Arial, sans-serif;
}
.reply-container A:hover
{
	text-decoration: none;
	color: #111;
}
.comment UL.children
{
	padding-left: 83px;
	background: url(images/comment-hr.png) no-repeat 34px 33px;
}
#commentform TEXTAREA#comment
{
	width: 96%;
}
#commentform INPUT[type=text]
{
	width: 38%;
}
#commentform INPUT, #commentform TEXTAREA
{
	background: #E6E6E6 url(images/comment-input-bg.png) repeat-x;
	background-color: rgba(230, 230, 230, 0.3);
	border: 1px solid #B6B6B6;
	border: 1px solid rgba(182, 182, 182, 0.1);
	color: #ABABAB;
	font-size: 12px;
	padding: 12px 10px 12px 20px;
	font-family: Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #FFFFFF;
}
P.form-submit INPUT#submit
{
	background: url(images/submit_bg.png) repeat-x;
	padding: 7px;
	float: right;
}
#commentform .hidden
{
	display: none;
}
LI.comment #respond TEXTAREA
{
	width: 91% !important;
}
LI.comment #respond INPUT[type=text]
{
	width: 48% !important;
}
#trackbacks
{
	margin-bottom: 20px;
}
#trackbacks, #respond H3#comments
{
	margin-bottom: 5px;
}
.avatar-box IMG
{
	margin: 6px 0 0 6px;
}
#submit-container INPUT#submit
{
	background: none;
	border: none;
	padding: 0;
	float: right;
	font-style: normal;
}
UL.children .comment
{
	background: url(images/description-bg.png) repeat-y 33px 0;
}
LI.depth-1
{
	margin-bottom: 15px;
}
LI.depth-1 > UL.children
{
	background: none !important;
}
#respond
{
	background: url(images/comment-hr.png) repeat-x;
	padding-top: 15px;
	margin-right: -44px;
	padding-right: 44px;
}
.comment-body #respond
{
	background: none;
	margin-right: 0;
	padding-right: 0;
	padding-top: 8px;
}
/*------------------------------------------------
---------------------[FOOTER]-------------------
------------------------------------------------*/
#footer
{
	background: url(images/footer-topbg.png) repeat-x;
}
#footer-widgets
{
	padding: 48px 0px 45px;
	background: url(images/footer-bg.png) repeat-x bottom left;
}
.footer-widget
{
	width: 280px;
	margin-right: 60px;
	float: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #FFF;
}
.last
{
	margin-right: 0px;
}
#footer H4.widgettitle
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	padding-bottom: 5px;
}
.footer-widget A
{
	color: #FFFFFF;
}
.footer-widget A:hover
{
	color: #EEE;
	text-decoration: none;
}
.footer-widget UL
{
	margin-bottom: 8px;
}
.footer-widget UL UL
{
	margin-bottom: 0;
}
.footer-widget UL LI
{
	background: url(images/footer-bullet.png) no-repeat 0 7px;
	padding: 0px 0 7px 12px;
}
.footer-widget UL LI UL
{
	margin: 0 0 -3px;
	padding: 5px 0 0 7px;
}
#footer-bottom
{
	padding: 24px 0px;
}
UL.bottom-nav LI
{
	float: left;
	padding-right: 20px;
}
UL.bottom-nav LI A
{
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
UL.bottom-nav LI A:hover
{
	text-decoration: none;
	color: #FFFAE4;
}
UL.bottom-nav LI.current_page_item A
{
	color: #FFFAE4 !important;
	font-family: Georgia, serif;
	font-style: italic;
}
P#copyright
{
	font-size: 12px;
	font-family: Georgia, serif;
	font-style: italic;
	float: right;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
P#copyright A
{
	color: #393852; 
        font-weight: bold;
       
}
/*------------------------------------------------
--------------------[SIDEBAR]-------------------
------------------------------------------------*/
#search-form
{
	background: url(images/search-bg.png) no-repeat;
	width: 238px;
	height: 42px;
}
#search-form #searchinput
{
	background: none;
	border: none;
	float: left;
	margin: 12px 7px 0 13px;
	width: 170px;
	padding-left: 9px;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #ABABAB;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-style: italic;
}
#search-form #searchsubmit
{
	margin-top: 15px;
	margin-right: 7px;
}
.widget
{
	width: 238px;
	padding-bottom: 35px;
}
.widget H4.title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #ABABAB;
}
.widget UL LI
{
	background: url(images/sidebar-bullet.png) no-repeat 0px 7px;
	padding-bottom: 3px;
	padding-left: 13px;
	display: none;
}
.widget UL LI A
{
	color: #414141;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.widget UL LI A:hover
{
	color: #000000;
}
/*------------------------------------------------
------------[CAPTIONS AND ALIGNMENTS]-----------
------------------------------------------------*/
DIV.post .new-post .aligncenter, .aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft
{
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright
{
	margin: 0px 0px 10px 10px;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left;
}
IMG.alignleft
{
	display: inline;
	float: left;
	margin-right: 15px;
}
IMG.alignright
{
	display: inline;
	float: right;
	margin-left: 15px;
}
/*------------------------------------------------
---------------[DEFAULT DROPDOWN SETTINGS]---
------------------------------------------------*/
.nav UL
{
	position: absolute;
	top: -999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}
.nav LI
{
	float: left;
	position: relative;
}
.nav A
{
	display: block;
	float: left;
}
.nav LI:hover UL, UL.nav LI.sfHover UL
{
	left: 0px;
	top: 50px;
}
.nav LI:hover LI UL, .nav LI.sfHover LI UL
{
	top: -999em;
}
.nav LI LI:hover UL, UL.nav LI LI.sfHover UL
{
	left: 192px;
	top: 0px;
}
.nav LI:hover UL, .nav LI LI:hover UL
{
	top: -999em;
}
.nav LI LI
{
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav LI UL
{
	width: 191px;
	z-index: 1000;
}
.nav LI LI A:link, .nav LI LI A:visited
{
	display: block;
	height: auto;
	float: left;
}
.nav LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
/*------------------------------------------------
-----------------[WP CALENDAR]-----------------
------------------------------------------------*/
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}
#wp-calendar A
{
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar A:hover
{
	text-decoration: underline;
}
#wp-calendar CAPTION
{
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}
#wp-calendar TD
{
	padding: 3px 5px;
	color: #9F9F9F;
}
#wp-calendar TD#today
{
	color: #111;
}
#wp-calendar TH
{
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}
#wp-calendar #prev A, #wp-calendar #next A
{
	font-size: 9pt;
}
#wp-calendar #next A
{
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev A
{
	padding-left: 10px;
	text-align: left;
}
/*------------------------------------------------
-------------------[PAGE NAVI]------------------
------------------------------------------------*/
.pagination
{
	overflow: hidden;
	padding: 15px 12px 0px;
}
.wp-pagenavi
{
	position: relative;
	font-family: Lobster, Arial, sans-serif;
	font-size: 24px;
	padding-right: 35px;
	text-align: right;
}
.wp-pagenavi A, .wp-pagenavi A:link
{
	padding: 5px 7px !important;
	margin: 2px;
	text-decoration: none;
	border: none !important;
	color: #AFAFAF;
	font-weight: normal !important;
}
.wp-pagenavi A:visited
{
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: none;
}
.wp-pagenavi SPAN.pages
{
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	color: #AFAFAF;
	border: none !important;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, serif;
}
.wp-pagenavi SPAN.current, .wp-pagenavi SPAN.extend, .wp-pagenavi A:active, .wp-pagenavi A:hover
{
	padding: 5px 7px !important;
	margin: 2px;
	color: #585858 !important;
	border: none !important;
}
A.readmore:hover, #sidebar DIV.custom-sidebar-block UL.control LI A:hover, UL#cats-menu LI A:hover, UL#page-menu LI A:hover, DIV#slider-control DIV.featitem H2 A
{
	text-decoration: none;
}
.js #feat-content, .js DIV#from-blog DIV.entries
{
	display: none;
}
.foursixeight
{
	margin: 0px 0px 15px 84px;
}
#et-control-panel
{
	position: fixed;
	left: 0px;
	top: 94px;
	width: 169px;
	z-index: 9000;
	color: #9F9F9F;
	text-shadow: 1px 1px 1px #FFF;
	background: url(images/control-panel-bottom.png) no-repeat bottom left;
	padding-bottom: 18px;
}
#control-panel-main
{
	background: url(images/control-panel-mainbg.png) repeat-y;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
}
#et-control-close
{
	background: url(images/control-panel-closebutton.png) no-repeat;
	position: absolute;
	top: 17px;
	right: -41px;
	width: 45px;
	height: 40px;
	display: block;
}
.control-open
{
	background: url(images/control-panel-openbutton.png) no-repeat !important;
}
#et-control-inner
{
	padding: 16px 16px 0px;
}
#et-control-panel H3.control_title
{
	font-size: 15px;
	padding: 2px 0 10px;
	float: left;
}
#et-control-panel P
{
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 10px;
}
.et-sample-setting
{
	display: block;
	width: 29px;
	height: 29px;
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	text-indent: -9999px;
}
.et-sample-setting SPAN.et-sample-overlay
{
	background: url(images/control-link-overlay.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
#et-sample-color1
{
	background: #6A8E94;
}
#et-sample-color2
{
	background: #8DA49C;
}
#et-sample-color3
{
	background: #B0B083;
}
#et-sample-color4
{
	background: #859A7C;
}
#et-sample-color5
{
	background: #C6BEA6;
}
#et-sample-color6
{
	background: #B08383;
}
#et-sample-color7
{
	background: #A4869D;
}
#et-sample-color8
{
	background: #F5F5F5;
}
#et-sample-color9
{
	background: #4E4E4E;
}
#et-sample-color10
{
	background: #556F6A;
}
#et-sample-color11
{
	background: #6F5555;
}
#et-sample-color12
{
	background: #6F6755;
}
#et-sample-texture1
{
	background: url(images/body-bg2.png) 14px 13px;
}
#et-sample-texture2
{
	background: url(images/body-bg3.png);
}
#et-sample-texture3
{
	background: url(images/body-bg4.png);
}
#et-sample-texture4
{
	background: url(images/body-bg5.png);
}
#et-sample-texture5
{
	background: url(images/body-bg6.png);
}
#et-sample-texture6
{
	background: url(images/body-bg7.png);
}
#et-sample-texture7
{
	background: url(images/body-bg8.png);
}
#et-sample-texture8
{
	background: url(images/body-bg9.png);
}
#et-sample-texture9
{
	background: url(images/body-bg10.png);
}
#et-sample-texture10
{
	background: url(images/body-bg11.png) 139px 104px;
}
#et-sample-texture11
{
	background: url(images/body-bg12.png);
}
#et-sample-texture12
{
	background: url(images/body-bg13.png) 14px 14px;
}
#et-sample-texture13
{
	background: url(images/body-bg14.png);
}
#et-sample-texture14
{
	background: url(images/body-bg15.png);
}
#et-sample-texture15
{
	background: url(images/body-bg16.png);
}
#et-sample-texture16
{
	background: url(images/body-bg17.png);
}
.et-control-colorpicker
{
	background: url(images/control-panel-colorpicker.png) no-repeat;
	width: 18px;
	height: 19px;
	display: block;
	float: right;
}
.et-font-control
{
	margin-top: 9px;
}
.colorpicker
{
	z-index: 10000;
}
#et_control_header_font, #et_control_body_font
{
	width: 73px;
}
.blurb H3.title, #footer H4.widgettitle, .widget H4.title
{
	font-family: "Droid Sans", Arial, Verdana, sans-serif;
}
#comment-wrap .navigation
{
	padding: 10px 0;
}
.nav-previous
{
	float: left;
}
.nav-next
{
	float: right;
}
H3#reply-title SMALL
{
	display: block;
}
H3#reply-title SMALL A
{
	font-size: 12px;
	letter-spacing: 0px;
}
#commentform INPUT[type=text]
{
	width: 40%;
	display: block;
	padding: 5px;
}
#commentform TEXTAREA#comment
{
	width: 91%;
}
.commentlist #respond TEXTAREA#comment
{
	width: 98% !important;
}
.commentlist #respond INPUT[type=text]
{
	width: 40%;
	display: block;
	padding: 5px;
}
.comment_navigation_top, .comment_navigation_bottom
{
	padding: 10px 0;
}
.et_embedded_videos
{
	display: none !important;
}
.js #featured #slides
{
	background: url(images/ajax-loader.gif) no-repeat center;
	min-height: 257px;
}
.js #featured .slide
{
	display: none;
}
#tagline P
{
	background-image: none !important;
}
#featured H2.title A {
    color: #2A2957;
}