/*
Theme Name: PCItheme1
Theme URI: http://wordpress.org/extend/themes/PCItheme1
Author: Markitecture Consulting
Author URI: http://wordpress.org/
Description: Custom theme for Public Contracting Institute
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

/* ---------------------- CSS Reset ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

i, cite, em, var, address {
font-style: italic;
}

strong, b {
font-weight: bolder;
}

/* ------------------------- expanding background --------------------------- 

body {
background-attachment: fixed;
background-color: #D5ECFE;
background-image: url(_images/pci-bkg.jpg);
background-position: top center;
background-repeat: no-repeat;
 
margin:0;
padding: 0;
 
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
 
/*
This next definition doesn't allow the background to get any smaller
than a predefined size (640x426px in this case). Change the values
here to match your background image size. The configuration in the
flexi-background javascript file should also match these values.

 
@media only all and (max-width: 640px) and (max-height: 426px) {
body {
background-size: 640px 426px;
-moz-background-size: 640px 426px;
-webkit-background-size: 640px 426px;
}
}
 
/*
The next 2 definitions are for support in iOS devices.
Since they don't recoginze the 'cover' keyword for background-size
we need to simulate it with percentages and orientation

 
@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
body {
-webkit-background-size: auto 100%;
}
}
 
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
body {
-webkit-background-size: 100% auto;
}
}

/** ----------------- Expanding Backgroun Older Browsers ------------------- 

img#expando {
display: none;
position: absolute;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
}
 
.wide img#expando {
height: auto;
width: 100%;
}
 
.tall img#expando {
height: 100%;
width: auto;
}


/* ------------------------ FONTS --------------------------------------- */


@font-face {
    font-family: 'AlegreyaRegular';
    src: url('_fonts/Alegreya-Regular-webfont.eot');
    src: url('_fonts/Alegreya-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Alegreya-Regular-webfont.woff') format('woff'),
         url('_fonts/Alegreya-Regular-webfont.ttf') format('truetype'),
         url('_fonts/Alegreya-Regular-webfont.svg#AlegreyaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AlegreyaItalic';
    src: url('_fonts/Alegreya-Italic-webfont.eot');
    src: url('_fonts/Alegreya-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Alegreya-Italic-webfont.woff') format('woff'),
         url('_fonts/Alegreya-Italic-webfont.ttf') format('truetype'),
         url('_fonts/Alegreya-Italic-webfont.svg#AlegreyaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AlegreyaBold';
    src: url('_fonts/Alegreya-Bold-webfont.eot');
    src: url('_fonts/Alegreya-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Alegreya-Bold-webfont.woff') format('woff'),
         url('_fonts/Alegreya-Bold-webfont.ttf') format('truetype'),
         url('_fonts/Alegreya-Bold-webfont.svg#AlegreyaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AlegreyaBoldItalic';
    src: url('_fonts/Alegreya-BoldItalic-webfont.eot');
    src: url('_fonts/Alegreya-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Alegreya-BoldItalic-webfont.woff') format('woff'),
         url('_fonts/Alegreya-BoldItalic-webfont.ttf') format('truetype'),
         url('_fonts/Alegreya-BoldItalic-webfont.svg#AlegreyaBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {background-color: #F8FCFF;}

.clear { clear: both; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left { float: left; }
.right { float: right; }
.center { float: center; }

.italic {font-family: AlegreyaItalic, Georgia, "Times New Roman", Times, serif; }

blockquote { border-left: 1px solid #D6D6D6; padding-left: 20px; margin-left: 30px;}
blockquote p { font-style: italic; }

#container { margin: 0 auto; width: 1012px; }
#header {  }
#logo { margin-top: 18px; margin-left: 4px; }
#main-content-box-top { margin-top: 4px; height: 10px; background:url(_images/body-top-cap.png) top center no-repeat; }
#main-content-box { background:url(_images/bkg-body.png) center top repeat-y; min-height:600px; padding: 30px 26px;}
#search { text-align: right; margin-left: 475px; height: 30px; background-color: #C30D14; padding: 18px 6px 4px 6px; 
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;}

h1 { font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 26px; color: #2884B0; line-height: 150%;}
h2 { font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #2884B0; line-height: 150%;} 
h3 { font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #2884B0; line-height: 150%;}
h4 { font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #333; line-height: 150%;}
.bold { font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; }

a { color: #C30D14; }
a:hover {color: #999; }

#main-content-box p, #main-content-box ul, #main-content-box ol {  font-family: AlegreyaRegular, Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #333; line-height: 170%;}
#center-col ul { margin-left: 35px; }
#center-col form { margin-top: 20px; }
#center-col form ul {margin-left: 0; }
#center-col form ul li#fm-item-recaptcha-4fc79e5b5c011 { margin-top: 40px; }

.screen-reader-text { display: none; }

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

#sub-nav { margin-top: 34px; margin-right: 6px; }
ul#menu-secondary-menu { list-style: none; color: #2884B0; font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size:14px; }
ul#menu-secondary-menu li { float: right; margin-left: 20px; }
ul#menu-secondary-menu li a {text-decoration: none;  }
ul#menu-secondary-menu li a:hover { color: #2884B0; }

#main-nav { height: 86px; margin-top: 12px; padding: 0 16px; background: url(_images/bkg-nav.png) center top no-repeat; position: relative;}
ul#menu-main-menu { color: #E5E5E5; font-family: AlegreyaRegular, Georgia, "Times New Roman", Times, serif; font-size:14px; line-height: 120%; padding: 15px 0; }
ul#menu-main-menu li { display: block; height: 56px;float: left; text-align: center; padding: 0 20px; border-right: #2884B0 1px solid; }
ul#menu-main-menu li.end {border-right: none; }
ul#menu-main-menu li a { text-decoration: none; color: #E5E5E5; display: block; padding-top: 4px; }
ul#menu-main-menu li a:hover {color: #2884B0; }

/** ------------------------- Home Page -------------------------------- **/
#carousel { margin-top: 4px;}
.column { margin: 0 10px; width: 300px;}
.seminars-widget-top {background:url(_images/top-cap-navy.png) top center no-repeat; height: 20px; padding: 10px 15px;}
.webinars-widget-top { background:url(_images/top-cap-lightblue.png) top center no-repeat; height: 20px; padding: 10px 15px;}
.seminars-widget-top h2, .webinars-widget-top h2 { color: #E5E5E5; font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 18px;}
.seminar-webinar-widget {
	background: url(_images/bkg-box.png) top center repeat-y; min-height: 300px; padding: 15px;
	font-family: AlegreyaRegular, Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #333; line-height: 170%;
	}
.seminar-webinar-widget a {text-decoration: none; }
.seminar-webinar-widget-bottom { background: url(_images/bottom-cap.png) bottom center no-repeat; height: 10px; }
#main-content-box .column .seminar-webinar-widget #events-advanced-list-widget-2 ul.upcoming, #main-content-box .column .seminar-webinar-widget #events-advanced-list-widget-3 ul.upcoming  { list-style: none; margin-left: none; }
a.email-btn {
	margin-top: 30px; 
	display: block; width: 300px; height: 52px; 
	padding-left: 86px; padding-top: 8px;
	background:url(_images/btn-mail.png) top left no-repeat; 
	color: #E5E5E5; font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; size: 16px; line-height: 140%; text-decoration: none;
}
a.email-btn:hover { background-position: 0 -60px; }
#logos {margin: 60px 60px 20px 60px; text-align: center;}
.gsa { width: 125px; margin: 0 20px;}
.cpe { width: 51px; margin: 0 20px; }
.ncma { width: 88px; margin: 0 20px; }
.dau { width: 70px; margin: 10px 20px; }
.cle { width: 60px; margin: 10px 20px; }
.pdu { width: 61px; margin: 10px 20px;}
.ceu { width: 59px; margin: 10px 20px;}

h1.slider1-headline { 
	font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 32px; color: #FFF; text-align: right; line-height: 130%;
	text-shadow: #333 0.1em 0.1em 0.2em;
	}
h1.slider2-headline { 
	font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 32px; color: #FFF; line-height: 130%;
	text-shadow: #333 0.1em 0.1em 0.2em;
	}
h1.slider3-headline { 
	font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 32px; color: #333; line-height: 130%;
	}
	
h2.slider2-subhead {
	font-family:AlegreyaRegular, Georgia, "Times New Roman", Times, serif; color: #FFF; font-size: 22px; line-height: 130%;
	text-shadow: #333 0.1em 0.1em 0.2em;
}
.slider-caption, ul.slider-list-white { 
	font-family:AlegreyaRegular, Georgia, "Times New Roman", Times, serif; color: #FFF; font-size: 14px; line-height: 150%;
	text-shadow: #333 0.1em 0.1em 0.2em;
	}
.slider-grey-text, ul.slider-grey-list { 
	font-family:AlegreyaRegular, Georgia, "Times New Roman", Times, serif; color: #333; font-size: 14px; line-height: 150%;
	}
ul.slider-grey-list { margin-left: 30px; list-style: disc; margin-top: 15px;}
ul.slider-list-white { margin-left: 30px; list-style: disc; margin-top: 15px; }
	
	
.when { color: #2684B0; font-weight: bold; }
.event a {text-decoration: none; color: #333; font-family:AlegreyaRegular, Georgia, "Times New Roman", Times, serif; font-size: 14px;}
.event a:hover { color: #C30D14; }
.event {border-bottom: #2684B0 1px solid; padding-bottom: 14px; }

/** ------------------------- Seminar/Webinar Pages ----------------------------------- **/

#left-col, #right-col, #right-col-sidebar { width: 220px; margin: 0 10px; float: left; min-height: 400px;}
#center-col { width: 420px; margin: 0 10px; padding: 0 10px; float: left; }
#center-col h2 { margin: 20px 0 10px 0; }
#center-col p  {margin: 12px 0; }
#center-col .entry-header { margin: 0; }
#center-col .hentry { margin: 0; padding: 0; }
#events-box {margin-top: 20px;  }
#events-box h3 { font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; padding: 10px 0; line-height: 140%; border-top: #2884B0 1px solid; padding-top: 20px;}
#events-box h3 a { text-decoration: none; color: #2884B0; }
#events-box h3 a:hover { color: #C30D14; }
#events-box a { color: #C30D14; }
#events-box a:hover { color: #999; }
#left-col ul { list-style: none; font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 140%; margin-top: 10px; margin-left: 0;}
#left-col ul li { margin-bottom: 20px;}
#left-col ul li a { text-decoration: none; color: #999; }
#left-col ul li a:hover { color: #C30D14; }
#left-col ul li ul { margin-left: 20px; font-family:Alegreya, Georgia, "Times New Roman", Times, serif; font-size: 14px;}
.event-excerpt { padding-bottom: 20px; }
.ad-box {margin-top: 50px; }
.rsb-box-top { 
	height: 28px; background:url(_images/sb-box-top.png) top center no-repeat; padding: 12px 15px 0 15px; 
	font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; font-size: 18px;
}
.rsb-box-top h3 { color: #FFF; }
.rsb-box { min-height: 150px; background: url(_images/sb-box-bkg.png) top center repeat-y; padding: 15px;}
.rsb-box-btm { height: 20px; background: url(_images/sb-box-btm.png) top center no-repeat; margin-bottom: 40px;}
#right-col .rsb-box ul { list-style: none; line-height: 140%;}

ul#upcoming-event-list { list-style: none; margin: 0; line-height: 140%; font-family:AlegreyaRegular, Georgia, "Times New Roman", Times, serif; font-size: 14px;}
ul#upcoming-event-list li { list-style: none; margin: 12px 0; border-bottom: #2884B0 1px solid; padding-bottom: 12px; }
ul#upcoming-event-list li a { color: #333; text-decoration: none; }
ul#upcoming-event-list li .event-date a { font-family:AlegreyaBold, Georgia, "Times New Roman", Times, serif; color: #2884B0; }
ul#upcoming-event-list li a:hover { color: #C30D14; }

a.navy { 
	display: block; width: 252px; height: 34px; margin: 20px 0 30px 0; padding: 10px; background: url(_images/btn-navy.png) top left no-repeat; 
	text-decoration: none; color: #FFF; font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; line-height: 130%;
}
a.navy:hover {background-position: 0 -54px }

/** -------------------------- Pages ----------------------------- **/

/** faculty **/
.faculty-member { margin-bottom: 30px; padding-bottom: 30px; border-bottom: #2884B0 1px solid; }
.faculty-member ul { margin-left: 35px; }
#blog-content-box .entry-content .faculty-member .faculty-credentials { font-family: AlegreyaItalic, Georgia, "Times New Roman", Times, serif;  color: #2884B0;}

/** ----------------------- Blog Home ------------------------------- **/

/* Comments link */

.entry-header { position: relative; margin-bottom: 20px;}

.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #333; font-size: 13px; font-weight: normal; line-height: 35px;
	overflow: hidden; padding: 0 0 0; position: absolute; top: 0; right: 0;
	text-align: center; text-decoration: none;
	width: 43px; height: 36px;
}

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #2884B0; color: #fff; color: rgba(255,255,255,0.8); }

.entry-header .comments-link .leave-reply { visibility: hidden; }

.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}

/** --------------- blog content ---------------- **/
#blog-sub-nav { width: 680px; height: 40px; background: url(_images/subnav-features-bar.png) top left no-repeat; margin-bottom: 30px; padding-left: 65px;}
#blog-sub-nav ul { list-style: none; }
#blog-sub-nav ul li { float: left; margin: 0 12px; padding-top: 9px;}
#blog-sub-nav a { color: #666; text-decoration: none; }
#blog-sub-nav a:hover { color: #2983B4; }
#blog-content-box { width: 680px; margin: 0 10px; padding-right: 20px; float: left; }
#blog-content-box p { margin: 10px 0; }
#blog-content-box h1 a { text-decoration: none; color: #2684B0; }
#blog-content-box h1 a:hover { color: #C30D14; }
#blog-content-box ul { margin-left: 38px; }
.entry-meta { font-family: AlegreyaItalic, Georgia, "Times New Roman", Times, serif; font-size: 13px; margin: 10px 0; color: #333;}
footer.entry-meta { margin: 20px 0; }
#blog-content-box .hentry { border-bottom: #2784B0 1px solid; padding-bottom: 20px; margin-bottom: 30px; }
#blog-content-box .hentry:last-child { border-bottom: none; }


/** -------------- Blog Sidebar ---------------- **/

.rsb-box-sb { background: url(_images/sb-box-bkg.png) top center repeat-y; }
#right-col-sidebar ul { 
	list-style: none;
	margin: 0; padding: 5px 0 0 0; 
	line-height: 140%;
}
#right-col-sidebar ul.upcoming { margin-top: 15px; padding: 0 15px; }

#right-col-sidebar ul li { margin: 10px 15px 0 15px; }

#right-col-sidebar ul li a { text-decoration: none; color: #333; }
#right-col-sidebar ul li a:hover { color: #C30D14; }

#right-col-sidebar .dig-in { padding: 0 15px; font-family: AlegreyaRegular, Georgia, "Times New Roman", Times, serif; font-size: 14px;}
#right-col-sidebar .dig-in a { text-decoration: underline; color: #C30D14; }
#right-col-sidebar .dig-in a:hover { color: #999;}

.author-box { text-align: center; padding: 15px; width: 190px;}

.sidebar-image {width: 220px; min-height: 140px; margin-bottom: 40px;}

.widget-title a { color: #FFFFFF; text-decoration: none;}
.widget-title a:hover { color: #D8D8D8; }

/** ----------------- Blog Single ---------------- **/

.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
}

#nav-single {
float: right;
position: relative;
top: -0.3em;
text-align: right;
z-index: 1;
font-family: AlegreyaItalic, Georgia, "Times New Roman", Times, serif; font-size: 13px;
margin-bottom: 20px;
}

#nav-single .nav previous {
	float: left; }

/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	

/* =Comments
----------------------------------------------- */

#comments-title { padding: 0 0 2.6em; }
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #333;
	font-family: AlegreyaItalic, Georgia, "Times New Roman", Times, serif; font-size: 13px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}

.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #0E1C4E;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	padding: 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #f1f1f1;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #0E1C4E;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #FFF;
	cursor: pointer;
	font-family: AlegreyaBold, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #333;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
  font-size: 24px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

#content ul, #content ol { margin: 10px 0 10px 35px; }


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

#footer {height: 103px; background:url(_images/bkg-footer.png) top center no-repeat; padding: 0 36px; margin-bottom: 14px;}
.footer-txt { width: 700px; }
#footer p { font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 10px; padding-top: 15px;}
#social ul { list-style: none; margin-top: 29px; }
#social ul li { list-style: none; float: right; margin-left: 10px;}

.royalSlider .arrow {background-color: none; }

#text-4 .textwidget {padding: 15px; }

.frm_form_fields {
	font-family: AlegreyaRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	line-height: 170%;
}

.with_frm_style label { font-size: 14px !important; }

.with_frm_style label.frm_primary_label { font-weight: normal !important; }

#subscribe-blog-blog_subscription-2 { padding: 10px; }

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs  { background: #F8FCFF !important;}