/*
Theme Name: Yale Center
Theme URI: 
Version: 1.0
Description: 2 Column theme 
Author: Mission Minded
Author URI: http://www.mission-minded.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:Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	padding: 0;
}
a {
	text-decoration: none;
	color: #356caa;
}
a:hover {
	color: #00aeef;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	margin: 10px 0;
	color: #aca095;
	line-height: 1em;
	font-family: Tahoma, Verdana, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #356caa;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #00aeef;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 22px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h5.pubtitle {
	color: #666;
	margin: 0 0 5px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
}
p {
	color: #000;
	padding-bottom: 15px;
	line-height: 20px;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 20px 0 25px;
}
strong {
	font-weight: bold;
}
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 0;
}
dl dt {
	font-weight: bold;
}
dd  {
	margin-left: 1.5em;
}
blockquote  {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom:0;
}
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 0;
}
.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 */

td {
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
	color: #333;
	border: 1px solid #f5f5f5;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#header {
	position: relative;
	padding: 6px 0 0;
}
#logo, #rulerlogo {
	padding-top: 24px;
	float: left;
}
ul#top-menu {
	float: right;
	padding-top: 30px;
}
#additional-info {
	position:absolute;
	top: 14px;
	right: 0;
}

#search-form {
	float: right;
	width: 180px;
	height: 32px;
}
#search-form #searchinput {
	background: url(images/search_btn.png) no-repeat 155px 10px;
	border: none;
	float: left;
	width: 160px;
	padding: 10px;
	margin: -7px;
	font-size: 11px;
	font-family :Verdana, Arial, sans-serif;
	color: #a3a3a3;
	font-style: italic;
}
#search-form #searchinput:hover {
	background: #eeeeee url(images/search_btn.png) no-repeat 155px 10px;
}
#search-form #searchsubmit {
	*margin-top: 7px;
	*margin-right: 7px;
}
.login {
	float: right;
	padding: 4px 20px 0;
	margin: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; 	
}
.orange_btn {
	float: right;
	text-transform: uppercase;
	text-align: center; 
}
.orange_btn a {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background: #e96f35;
	color: #fff;
}
.orange_btn a:hover {
	background: #f63;
	color: #fff;
	text-decoration: none;
}
.orange_btn_sm {
	text-transform: uppercase;
}
.orange_btn_sm a {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	background: #e96f35;
	color: #fff;
}
.orange_btn_sm a:hover {
	background: #f63;
	color: #fff;
	text-decoration: none;
}
.eventblock {
	display: block;
	margin-bottom: 12px;
}
.dateblock {
	float: left;
	width: 60px;
	font-family :Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-right: 20px;
	padding: 0 10px;
	color: #fff;
	background: #003e7a;
}
.linkblock {
	font-family :Verdana, Arial, sans-serif;
	font-size: 12px !important;
	overflow: hidden;
}
.rulerblurb {
	position: relative;
	font-style: italic;
	top: 58px;
	left: 10px;
}
a.learnmore {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	background: #356caa;
	color: #eeeeee;
	margin-top: 10px;
}
a.learnmore:hover {
	background: #00aeef !important;
	color: #fff !important;
	text-decoration: none;
}
#homeintro {
	width: 420px;
	margin: 20px 0 0;
	float: left;
	z-index: 10;
}
h1.hometitle {
	font-size: 40px;
	font-weight: normal;
	color: #356caa;
	margin: 30px 0 20px;
}
#homeintro p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}
.threecols {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
}
#homeleft {
	float: left;
	width: 289px;
	padding: 10px 22px 30px 0;
}
#homecenter {
	float: left;
	width: 290px;
	height: 500px;
	padding: 10px 23px 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#homeright {
	float: left;
	width: 289px;
	padding: 10px 0 30px 22px;
}
a.post-title {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 0 10px 0;
	background: none;
}
.post-entry p {
	font-size: 12px !important;
	font-family: Verdana, Arial, sans-serif;
}
.advanced_recent_posts_widget img {
	padding: 0 10px 65px 0 !important;
}
.advanced_recent_posts_widget ul li {
	border: none !important;
	margin: 3px 0 20px 0 !important;	
}
.tribe-events-list-widget h3 {
	display: none !important;
}
p.tribe-events-widget-link {
	margin-top: 20px;
}
#category-name h3 {
	color: #3b3b3b;
	font-family: Verdana, Arial, sans-serif;
	font-size: 28px;
}
#category-name p {
	color: #929292;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}
#content-area {
	padding: 0;
}
#services {
	margin-bottom: 40px;
}
.service {
	float: left;
	width: 244px;
	margin-right: 66px;
}
.last {
	margin-right:0;
}
.service h3.title {
	margin-bottom: 4px;
	margin-left: 5px;
}
h3.title, #et-control-panel h3.control_title {
	color: #003e7a;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 25px;
}
.service .thumb {
	background: url(images/thumb-bg.png) no-repeat;
	width: 242px;
	height: 127px;
	position: relative;
	margin-bottom: 10px;
}
.item-image {
	margin-top:4px;
	margin-left:4px;
}
span.more-icon {
	background: url(images/more-icon.png) no-repeat;
	position: absolute;
	display: block;
	height: 41px;
	left: 100px;
	top: 41px;
	width: 40px;
}
.service p {
	margin-left: 5px;
}
#from-blog {
	float: left;
	margin-left: 5px;
	width: 223px;
	margin-right: 85px;
}
#from-blog h3.title {
	margin-bottom: 2px;
}
#from-blog  ul li {
	padding:4px 16px;
	display: block;
	background:url(images/sidebar-bullet.png) no-repeat0 12px;
}
#from-blog ul li a {
	color:#929292;
	text-decoration: none;
}
#from-blog ul li a:hover {
	color:#b2b2b2;
}
#multi-media-bar {
	float: left;
	width: 550px;
}
#multi-media-bar h3.title {
	margin-bottom: 10px;
}
#et-multi-media {
	position: relative;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #dcdcdc;
	padding: 14px 15px 14px 22px;
}
a#left-multi-media, a#right-multi-media {
	position: absolute;
	top: 30px;
	width: 27px;
	height: 27px;
	text-indent:-9999px;
}
a#left-multi-media {
	background:url(images/left-multi-media-arrow.png) no-repeat;
	left: -13px;
}
a#right-multi-media {
	background:url(images/right-multi-media-arrow.png) no-repeat;
	right: -13px;
}
#et-multi-media .thumb {
	float: left;
	margin-right: 16px;
	position: relative;
	padding: 4px;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
#et-multi-media .last {
	margin-right:0;
}
#et-multi-media .thumb a {
	display: block !important;
}
span.more {
	background: url(images/more.png) no-repeat;
	position: absolute;
	display: none;
	height: 33px;
	left: 12px;
	top: 12px;
	width: 33px;
}
.et-video span.more {
	background: url(images/et-video-more.png) no-repeat;
}
#breadcrumbs {
	font-size:14px;
	font-family: Verdana, Arial, sans-serif;
	padding-top:17px;
	padding-left: 48px;
	color: #1d1d1d;
	margin-bottom: 28px;
}
#breadcrumbs a {
	color:#929292;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color:#1d1d1d;
}
#breadcrumbs .raquo {
	color:#929292;
}
#category-name {
	text-align: center;
	width: 890px;
	margin: 0 auto;
	padding-top:38px;
	background: url(images/top-category-bg.png) no-repeat;
}
#category-inner {
	background: url(images/bottom-category-bg.png) no-repeat bottom left;
	padding-bottom: 28px;
}
h1.category-title {
	color: #1d1d1d;
	font-size:28px;
	font-family: Verdana, Arial, sans-serif;
}
p.description {
	color: #929292;
	font-size:20px;
	font-family: Verdana, Arial, sans-serif;
}
#content {
	padding: 0 ;
	margin-bottom: 30px;
}
.fullwidth {
	background: none !important;
}
#right-area {
	width: 780px;
	float:left;
}
.fullwidth #right-area {
	width: 100%;
}
#sidebar {
	width: 160px;
	float:left;
	padding-top: 20px;
	padding-right: 20px;
}
.post {
	padding: 20px 1px 0 0;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
.post-thumbnail {
	display:block;
	float:left;
	position:relative;
	margin-right: 35px;
	margin-top: 6px;
}
.post-thumb {
	margin-top:7px;
	margin-left:7px;
}
span.post-overlay {
	background:url(images/post-overlay.png) no-repeat;
	display:block;
	height:200px;
	left: 0;
	position:absolute;
	top: 0;
	width:200px;
}
h2.title {
	font-size: 28px;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 15px;
}
h2.title a {
	color: #356caa;
	text-decoration: none;
}
h2.title a:hover {
	color: #00aeef;
}
.post p.meta-info {
	padding-bottom:9px;
	padding-top: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #d0d0d0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 11px;
}
.post p.meta-info a, p.description a {
	color: #929292;
	text-decoration: none;
}
p.description a {
	color: #6e6e6e;
}
.post p.meta-info a:hover, p.description a:hover {
	color: #111;
}
a.read-more, .reply-container a, #commentform input#submit  {
	border: 1px solid #eaeaea;
	float:right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	padding: 3px 10px;
	text-decoration: none;
	display: block;
	background: #fff;
}
.post ul, .comment-content ul {
	list-style-type: disc;
	padding: 10px 0 10px 20px;
}
.post ol, .comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0 10px 2px;
}
.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol {
	padding: 2px 0 2px 20px;
}
.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol  {
	padding: 2px 0 2px 35px;
}

.inset_announcement {
	border-top: 5px solid #d7df21;
	padding: 10px 20px 20px;
	background: #e9ffb9;
	margin: 0 0 30px;
	overflow: visible;
}
.inset_announcement img {
	display: block;
}
.quote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style:italic;
	color: #666;
}
.quotee {
	font-size: 11px;
	text-align: right;
	color: #999;
}

/*------------------------------------------------*/
/*----------------[PUBS APPEARANCE]---------------*/
/*------------------------------------------------*/

.pubentry {
	margin: 20px 0;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.pubmeta, .pubmeta p {
	font-size: 11px;
	color: #999;
}
.pubinfo {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.pubsummary {
	float: left;
	width: 400px;
}

/* DOCUMENT LINK ICONS */
a[href$='.pdf'] {
	background: transparent url(images/icon_pdf.png) 0 3px no-repeat;
	display: inline-block;
	padding: 0 0 10px 20px;

}
a[href$='.mp3'] {
	background: transparent url(images/icon_mp3.gif) 0 3px no-repeat;
	display: inline-block;
	padding: 3px 0 10px 20px;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
	background:transparent url(images/icon_word.gif) 0 3px no-repeat;
	display:inline-block;
	padding: 3px 0 10px 20px;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul#top-menu li {
	width: 159px;
	border-right: 1px solid #fff;
}
ul#top-menu a {
	width: 159px;
	height: 25px;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #eeeeee;
	background: #0f4d92;
	padding: 10px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
ul#top-menu a:hover, ul#top-menu > li.sfHover > a {
	color: #fff;
	background: #0b3f78;
}
ul#top-menu > li.current_page_item > a, ul#top-menu > li.current-menu-item > a, ul#top-menu > li.current-menu-ancestor > a {
	color: #fff;
	background: #001346;
}
li.ruler_nav a {
	width: 104px !important;
	height: 23px !important;
	text-align: left !important;
	padding-left: 55px !important;
	color: #0f4d92 !important;
	background: #fff url(images/ruler_icon.gif) no-repeat 35px 10px !important;
	border: 1px solid #0f4d92 !important;
}
li.ruler_nav a:hover {
	color: #000 !important;
	background: #fff url(images/ruler_icon.gif) no-repeat 35px 10px !important;
	border: 1px solid #000 !important;
}
li.yale_nav a {
	font-family: Tahoma, Arial, sans-serif !important;
	padding: 7px 0 13px !important;
	font-size: 11px !important;
	line-height: 14px !important;
	color: #0f4d92 !important;
	background: #fff !important;	
	height: 23px !important;
	border: 1px solid #000 !important;
}
li.yale_nav a:hover {
	color: #000 !important;
	background: #fff !important;	
	border: 1px solid #000 !important;
}
ul#top-menu ul {
	width: 160px;
	background: #fff;
	top: 44px !important;
	padding: 0;
	z-index: 9999px;
	display: none;
	border: 1px solid #ccc;
}
ul#top-menu ul li {
	padding: 0;
}
ul#top-menu ul li a {
	padding: 5px 5px 8px 10px;
	width: 144px;
	height: auto !important;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #356caa;
	background: none;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px solid #ccc;
}
ul#top-menu ul li a:hover {
	color: #fff;
	background: #356caa;
}
ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul {
	top: -12px !important;
	left: 197px !important;
}

/*------------------------------------------------*/
/*---------[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: 0;
	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: 0;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: block;
	padding:0;
	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' */
}

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured {
	position: relative;
	float: right;
	background: #eeeeee;
	margin: 20px 0 40px;
	width: 500px;
	height: 375px;
}
a#left-arrow, a#right-arrow, #featured .nivo-prevNav, #featured .nivo-nextNav {
	position: absolute;
	top: 540px;
	width: 20px;
	height: 20px;
	text-indent:-9999px;
	z-index: 40;
}
a#left-arrow, #featured .nivo-prevNav {
	background:url(images/left-arrow.png) no-repeat;
	left: -7px;
}
a#right-arrow, #featured .nivo-nextNav {
	background:url(images/right-arrow.png) no-repeat;
	right: -7px;
}
.featured-description {
	position: absolute;
	width: 420px;
	height: 50px;
	bottom: 0;
	right: 10px;
	background: url(images/featured-description.png);
	padding: 20px 30px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #000;
}
h2.featured-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px;
}
h2.featured-title a {
	text-decoration: none;
	color: #356caa;
}
h2.featured-title a:hover {
	color: #00aeef;
}
#featured a.readmore, a.more-link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap; 
}
#featured a.readmore:hover, a.more-link:hover {
	color: #00aeef;
}
#controllers {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 14px;
}
#controllers a {
	background:url(images/controller1.png) no-repeat;
	display:block;
	height:11px;
	margin-right:4px;
	text-indent:-9999px;
	width:11px;
	display: inline-block;
}
#controllers a.activeSlide, #controllers a:hover {
	background:url(images/controller2.png) no-repeat;
}
a.featured-link {
	text-indent: -9999px;
	width: 61px;
	height: 71px;
	background: url(images/featured_active_link.png) no-repeat;
	position: absolute;
	right: -28px;
	top: 118px;
	display: none;
	z-index: 1000;
}
.gotoslide {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/next-slide-overlay.png);
	width: 354px;
	height: 234px;
	display: none;
}
.gotoslide span {
	position: absolute;
	top: 97px;
	display: block;
	width: 33px;
	height: 40px;
}
#featured-modest .next-block .gotoslide span {
	background: url(images/featured-arrow.png) no-repeat;
	right: 99px;
}
#featured-modest .prev-block .gotoslide span {
	background: url(images/featured-arrow-left.png) no-repeat;
	left: 99px;
}

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.main-widget {
	width: 289px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.main-widget:last-of-type {
	border-bottom: none;
}
.widget h3.title {
	margin-bottom: 10px !important;
}
.widget h3.widget-title {
	color: #003e7a;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0;
}
.aiwidgetcss .widget-title {
	padding-top: 20px !important;
}
div.aiwidget-title {
	display: none;
}
.widget ul li {
	background:url(images/sidebar-bullet.png) no-repeat0 7px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
}
.widget ul li a {
	color:#929292;
	text-decoration: none;
}
.widget ul li a:hover {
	color:#b2b2b2;
}
#sub-page-menu h3.title a {
	color: #003e7a !important;
	margin: 0;
	padding: 0;
}
#sub-page-menu ul {
	background: #fff;
}
#sub-page-menu ul li {
	padding: 0;
}
#sub-page-menu ul li a {
	display: block;
	padding: 5px 10px 8px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Arial sans-serif;
	color: #356caa;
	background: none;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#sub-page-menu li a:hover {
	color: #00aeef;
}
#sub-page-menu ul li ul {
	margin: 0;
	padding: 0;
}
#sub-page-menu ul li ul li {
	background: url(images/sub-bullet.gif) no-repeat 12px 12px !important;
}
#sub-page-menu ul li ul li a {
	font-size: 10px;
	line-height: 16px;
	padding: 5px 10px 8px 20px;
	margin: 0;
	color: #356caa;
	font-weight: normal !important;
}
#sub-page-menu li.current_page_item {
	background: #0f4d92;
}
#sub-page-menu ul li ul li.current_page_item {
	background: #0f4d92 url(images/sub-bullet.gif) no-repeat 12px 12px !important;;
}
#sub-page-menu li.current_page_item > a {
	color: #fff !important;
}
.tweettext a, .widget .tweettext a {
	color: #356caa !important;
}
.tweettext a:hover, .widget .tweettext a:hover {
	color: #00aeef !important;
	text-decoration: none !important;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer {
	width: 100%;
	border-top: 1px solid #ccc;
	background: #fbfaf9;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
}
#footleft {
	float: left;
	width: 289px;
	padding: 10px 22px 0 0;
}
#footcenter {
	float: left;
	width: 290px;
	height: 180px;
	padding: 10px 23px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#footright {
	float: left;
	width: 289px;
	padding: 10px 0 0 22px;
}
.footer-widget {
	width: 289px;
	margin-top: 20px;
	padding-bottom: 0;
}
.last {
	margin-right:0;
}
.footer-widget p {
	color: #929292;
}
#footer h4.widgettitle {
	color: #aca095;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 25px;
}
.footer-widget a {
	color: #929292;
}
.footer-widget a:hover {
	color: #d0d0d0;
	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: 0 0 7px 16px;
}
.footer-widget ul li ul {
	margin:0 0 -3px;
	padding:5px 0 0 7px;
}
p#copyright {
	font-size: 11px;
	color:#999;
	text-align: center;
	margin: 20px 0 0;
}
#social a {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #aca095;
	margin: 0 8px 0 0;
}
#social a.fb 		{ background: url(images/social_icon_fb.gif) no-repeat 0px -30px !important; }
#social a.tw 		{ background: url(images/social_icon_tw.gif) no-repeat 0px -30px !important; }
#social a.li 		{ background: url(images/social_icon_li.gif) no-repeat 0px -30px !important; }
#social a.rss		{ background: url(images/social_icon_rss.gif) no-repeat 0px -30px !important; }
#social a.fb:hover 	{ background: url(images/social_icon_fb.gif) no-repeat 0px 0px !important; }
#social a.tw:hover 	{ background: url(images/social_icon_tw.gif) no-repeat 0px 0px !important; }
#social a.li:hover 	{ background: url(images/social_icon_li.gif) no-repeat 0px 0px !important; }
#social a.rss:hover	{ background: url(images/social_icon_rss.gif) no-repeat 0px 0px !important; }

.textwidget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px !important;
}
.textwidget a.downlink {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e96f35;
	margin: 5px 0 0;
	background: none !important;
}
.textwidget a.downlink:hover {
	color: #f63;
}
.form-input {
	float: left;
}
#footer input.input-text, #footer input.mc_input {
	border: 0;
	color: #808080;
	background: #d3cdc7;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0 1px 0 0;
	padding: 0 10px;
	width: 190px;
	height: 30px;
}
#footer input.input-button, #footer input[type="submit"].button {
	width: 40px;
	height: 30px;
	background: #0f4d92 url(images/newsletter_btn.gif) no-repeat 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
div.mc_merge_var, div.mergeRow, div.mc_signup_submit, #footer .button {
	float: left;
}
div.mergeRow, div.mc_merge_var label {
	display:none;
}

/*------------------------------------------------*/
/*------------[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:0 10px 10px 0;
}
.wp-caption.alignright {
	margin:00 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;
}

#sidebar .widgettitle {
    color: #003E7A;
    font-size: 14px;
    font-weight: bold;
    margin: 40px 0 25px;
}



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

h3#comments {
	color: #1d1d1d;
	font-size: 28px;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 20px;
}
#comment-wrap {
	margin-top: -18px;
	padding: 42px 35px 0 0;
}

.comment-body-outer	{
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
	background: url(images/comment-top-bg.png) repeat-x;
}
.comment-body {
	background: #fff;
	padding: 18px 14px 12px 100px;
	position: relative;
	background: url(images/comment-bottom-bg.png) bottom left repeat-x;
}
.avatar-box {
	position: absolute;
	top: 17px;
	left: 19px;
	padding: 6px 0 0 6px;
}
.avatar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	background: url(images/avatar-overlay.png) no-repeat;
}
.comment-date {
	font-size: 12px;
	color: #d4d4d4;
	font-family: Georgia, serif;
	font-style: italic;
	float: right;
}
span.fn, span.fn a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #1d1d1d;
	text-decoration: none;
}
span.fn a:hover {
	color: #111;
	text-decoration: none;
}
.comment-arrow {
	position: absolute;
	bottom: -19px;
	right: 45px;
	background: url(images/comment-arrow.png) no-repeat;
	width: 18px;
	height: 19px;
}
.reply-container {
	float:right;
}

.comment ul.children {
	padding-left: 100px;
}

#commentform textarea#comment {
	width: 96%;
}
#commentform input[type=text] {
	width: 38%;
}
#commentform input, #commentform textarea {
	background: url(images/comment-inputs-bg.png) repeat-x;
	border: 1px solid #f0f0f0;
	color: #929292;
	font-size: 12px;
	padding: 12px 10px 12px 20px;
}

#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 h3#comments, #respond h3#comments {
	margin-bottom: 5px;
}

/*------------------------------------------------*/
/*-----------------[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: #ffffff;
}
#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 0;
}
.wp-pagenavi {
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	color: #1d1d1d;
	font-size: 11px !important;
	text-align: right;
	padding: 15px 33px 0 0;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 12px !important;
	margin: 2px;
	text-decoration: none;
	border:1px solid #eaeaea !important;
	color: #356caa !important;
	background-color: #fff;
	font-weight: lighter !important;
	color: #1d1d1d;
	font-size: 14px;
}
.wp-pagenavi a:visited {
	padding: 5px 12px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #eaeaea;
	background-color: #fff;
	color: #1d1d1d;
	font-size: 14px;
}
.wp-pagenavi span.pages {
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	border: none !important;
	background-color: none;
	color: #1d1d1d;
	font-size: 14px;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 5px 12px !important;
	margin: 2px;
	font-weight: bold;
	background-color:#eeeeee !important;
	border:1px solid #dddddd !important;
	color: #1d1d1d !important;
	font-size: 14px;
	font-weight: lighter !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited,
 .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active {

}
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;
}

.foursixeight {
	margin:00 15px 84px;}
.et_pt_blogentry {
	position: relative;
}

.media-description {
	display: none;
	position: absolute;
	bottom: 63px;
	left: -58px;
	width: 140px;
	padding: 15px 15px 8px;
	z-index: 30;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #d1d1d1;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #929292;
	font-style: italic;
}
.media-arrow {
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	bottom: -8px;
	left: 80px;
	background: url(images/media-arrow.png) no-repeat;
}
#comment-wrap .navigation {
	padding: 10px 0;
}
.nav-previous {
	float: right;
}
.nav-next {
	float: left;
}
h3#reply-title small {
	display: block;
}
	h3#reply-title small a {
	font-size: 12px;
	letter-spacing:0;
}

#commentform input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}
#commentform textarea#comment {
	width: 91%;
}
.commentlist #respond textarea#comment {
	width: 91% !important;
}
.commentlist #respond input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}
.comment_navigation_bottom, .comment_navigation_top {
	padding-bottom: 12px;
}

#featured #slides {
	height: 375px;
}

#media-slides {
	height: 60px !important;
}
.media-slide {
	width: 507px !important;
}

.et_embedded_videos {
	display: none;
}

.js #featured #slides, .js #featured-modest {
	background: url(images/ajax-loader.gif) no-repeat center;
}
.js #featured .slide, .js #featured-modest .slide {
	display: none;
}

.service .thumb a {
	display: block;
}
.sf-sub-indicator {
	display:none;
}
a.post-edit-link {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	color: #999;
	padding: 5px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
a.post-edit-link:hover {
	color: #f00;
	background: #fafafa;
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
}


#social_head {
	position:absolute;
	top:30px;
	left:847px;
width:115px;
overflow:hidden;
}
.advanced_recent_posts_widget ul li {
	margin:3px 0 8px !important;
}
.advanced_recent_posts_widget img {
	padding:0 10px 25px 0 !important;
}

.imgdisplay {
	margin-bottom:10px !important;
}

/*------------MAIL CHIMP------------------*/

#mc_signup_form {
	border: none !important;
	background: none !important;
}

/*----------SHADOWBOX STYLE----------------*/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family: Tahoma,Arial,sans-serif;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #ccc;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#eeeeee;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/close.png);}
#sb-nav-next{background-image:url(images/next.png);}
#sb-nav-previous{background-image:url(images/previous.png);}
#sb-nav-play{background-image:url(images/play.png);}
#sb-nav-pause{background-image:url(images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#356caa;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#333;text-decoration:underline;}




.ppl {
	margin-top:30px;	
}
/*.ppl li.recent-post-item .post-title {
	float:right;
}
.ppl li.recent-post-item .post-entry {
	float:left;
}*/

.contact_lead_form, .contact_case_form  {
	display:none;
	clear:both;
	padding-top:20px;	
}
.contact_button {
	width:185px;
	padding:15px;
	color:#fff;	
	background-color:#356CAA;
	float:left;
	margin-right:30px;
	cursor:pointer;
	font-weight:bold;
	height:40px;
}
.contact_or {
	width:40px;
	margin-right:30px;
	text-align:center;
	line-height:68px;
	font-size:20px;
	float:left;
	color:#ACA095;
	/*font-weight:bold;	*/
}
.ngg-gallery-thumbnail-box {
 
    margin-right: 0px !important;
}
