/*
Theme Name: Pancreatica Theme
Theme URI: http://pancreatica.org/
Author: Webstrim Design Group
Author URI: http://webstrim.com/
Description: WordPress 3.5 theme
Version: 1.1.1
*/

/* 
WEB FONTS 
*/

/* 'Droid Sans' */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* 
-------------------------------------------------------------- 
RESET
-------------------------------------------------------------- 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #e8e8e8;
    margin: 1.5em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* ---- FLOAT CLEARS ----*/
.clear_fix {
 zoom: 1;
}
.clear_fix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 width: 0;
 line-height: 0;
 visibility: hidden;
}

/* 
-------------------------------------------------------------- 
General structure
-------------------------------------------------------------- 
*/

body, html {
	font: normal .9em/1.6em 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #424242;
	margin: 0;
	padding: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	display: inline;
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

/*
--------------------------------------------------------------
Global styles
-------------------------------------------------------------- 
*/

em {	
	font-style: italic;
}
strong {
	font-weight: 600;
	/*font-weight: bold;*/
}
.right {
	float: right;
}
.left {
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.75em 0;
	font-weight: 700;
}
h1 {
	font-size: 1.9em;
	color: #ff8533;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
	color: #644b8e;
}
h3 {
	font-size: 1.5em;
	color: #8b74b2;
}
h4 {
	font-size: 1.3em;
	color: #8b74b2;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
p {
	margin: 0 0 1em 0;
}
p.centered {
	margin-top: 1em;
	text-align: center;
}
a:link,
a:visited {
	color: #8b74b2;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus {
	color: #f69c03;
	text-decoration: none;
}
a, img {
    border: 0;
}
.bold-purple {
	font-weight: bold;
	color: #c5b4e2;
}

/* 
-------------------------------------------------------------- 
Common Layout
-------------------------------------------------------------- 
*/

#header-wrapper {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #f3f3f3;
}

/* PRE-HEADER */

#pre-header {
	display: block;
	width: 940px;
	height: 128px;
	margin: 0 auto;
	padding: 0;
}
#site-title {
	display: block;
	float:left;
	width: 310px;
	height: 94px;
	margin: 16px 0 0 0;
	padding: 0;
	background: transparent url(images/logo.png) no-repeat top left;
}
#site-title h1 {
	text-indent: -9999px;
}
#top-info {
	float: right;
	display: block;
	width: 564px;
	margin: 0;
	padding: 0;
}
.top-info-link {
	float: left;
	display: block;
	width: 360px;
}
#top-info h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2b8a;
	text-align: right;
	margin-top: 16px;
}
#top-info p {
	text-align: right;
}
#top-info-link {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
#top-btn {
	float: right;
	display: block;
	width: 300px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-color: #e8e8e8;
	border: #fff solid 2px;
}
#top-btn h5 {
	float: left;
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 0 0 0 40px;
	line-height: 35px;
	color: #6a5096;
	font-weight: bold;
}
#top-btn a:link,
#top-btn a:visited {
	color: #6a5096;
}
#top-btn a:hover,
#top-btn a:focus {
	color: #f69c03;
}
#top-btn .btn-yellow-circle {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 8px 0 0 5px;
}
#map {
	float: right;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
}

/* HEADER */

#header-container {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 9999;
}
#nav-bar-wrapper {
	width: 100%;
	height: 70px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-image: url('images/bg-menu.png');
	background-repeat: repeat !important;
	background-position: top left;
	background-color: #644b8e;
}

/* NAVIGATION */

#nav-bar {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
#main-nav {
	float: left;
	width: 750px;
	height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
}
#main-nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav li {
	float: left;
	position: relative;
	margin: 0 2px;
	padding: 0;
	line-height: 70px;
}
#main-nav ul li a {
	padding: 8px 14px;
	line-height: 1.4em;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #5d468c;
}
#main-nav a:hover,
#main-nav a:focus {
	color: #fff;
	background-color: #8b74b2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Highlight current page / parent menu item */
#main-nav li.current-menu-item > a,
#main-nav li.current_page_item > a,
#main-nav li.current_page_parent > a,
#main-nav li.current-page-ancestor > a,
#main-nav li.current-post-ancestor > a {
	color: #fff;
	background-color: #8b74b2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Drop down */

#main-nav ul ul {
	display: none;
	float: left;
	padding: 10px 0;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 99999;
	background-position: 10px 0px;
	background-image: url('images/arrowUpGrey.png');
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #8b74b2;
}
#main-nav ul ul li {
	z-index: 99999;
	border-bottom: 1px solid #9d89bf;
	margin: 0;
	line-height: 1.4em;
}
#main-nav ul ul li:first-child {
	border-top: 1px solid #9d89bf;
}
#main-nav ul ul a {
	line-size: .8em;
	line-height: 1.4em;
	font-size: 0.8em;
	width: 210px;
	height: auto;
	color: #fff;
	background: #8b74b2;
	padding: 10px 12px;
	margin: 0;
	border: none;
}
#main-nav ul ul :hover > a,
#main-nav ul ul :focus > a {
	color: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#main-nav ul ul li:hover > a,
#main-nav ul ul li:focus > a {
	background: #9d89bf;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#main-nav ul ul a:hover,
#main-nav ul ul a:focus {
	background: #9d89bf;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#main-nav ul li:hover > ul,
#main-nav ul li:focus > ul {
	display: block;
}
#main-nav li:hover > a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #8b74b2;
	color: #fff;
}
#main-nav ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
}
#main-nav li ul li.current_page_item a,
#main-nav li ul li.current_page_parent a,
#main-nav li ul li.current-menu-ancestor a,
#main-nav li ul li.current-cat a,
#main-nav li ul li.li.current-menu-item a {
	background: #9d89bf;
	color: #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* SEARCH BOX */

#nav-bar-wrapper .search-main {
	float: left;
	display: block;
	width: 180px;
	height: 70px;
	margin: 0;
	padding: 20px 0 0 0;
}
#nav-bar-wrapper .search-main .searchform {
  background: #fff;
}
#nav-bar-wrapper .search-main .searchform input.s {
  outline: none;
}

/* SEARCH FORM */

#searchform,
.searchform {
  width: 170px;
  position: relative;
  border-color: #e1e1e1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#searchform label,
.searchform label {
  display: none;
}
#searchform input,
.searchform input,
#searchform .input-text,
.searchform .input-text {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
#searchform input.s,
.searchform input.s,
#searchform #s,
.searchform #s {
  padding: 7px;
  font-size: 0.95em;
  width: 85%;
  margin: 0;
  border: 0;
  background: none;
  color: #cbcbcb;
}
#searchform input.search-submit,
.searchform input.search-submit {
  position: absolute;
  top: 6px;
  right: 10px;
  border: 0;
  margin: 0;
  padding: 0;
}
#searchform #searchsubmit,
.searchform #searchsubmit {
  text-align: left;
  text-indent: -999em;
  height: 16px;
  width: 16px;
  background: url(images/ico-search.png) no-repeat;
  filter: none !important;
  background: url("images/ico-search.png") no-repeat scroll 0 0 transparent;
  float: right;
  position: absolute;
  top: 2px;
  right: 4px;
}

/* SLIDES */

#slides-wrapper {
	width: 100%;
	height: 293px;
	min-height: 100%;
	background-image: url('images/bg-slides-new.png');
	background-repeat: repeat !important;
	background-position: top left;
	background-color: #866fab;
}
#slides-container-wrapper {
	display: block;
	width: 940px;
	height: 229px;
	margin: 0 auto;
	padding: 31px 0 0 0;
}
#slides-container {
	display: block;
	width: 940px;
	height: 229px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 10px #62498c;
	-moz-box-shadow: 0 0 10px #62498c;
	box-shadow: 0 0 10px #62498c;
}
#slides-container img {
	display: block;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 211px;
	border: 10px solid #fff;
}

/* MAIN TOOLS */

#main-tools-wrapper {
	width: 100%;
	height: 800px;
	min-height: 100%;
	background-image: url('images/bg-header-texture.jpg');
	background-repeat: repeat !important;
	background-position: top left;
	background-color: #efe2d4;
}
#call-action-container {
	width: 100%;
	background-image: url('images/bg-header-texture-top.jpg');
	background-repeat: repeat-x !important;
	background-position: top left;
	background-color: transparent;
}
#call-action {
	display: block;
	width: 940px;
	height: 133px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
#call-action-left {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	position: relative;
}
.ribbon {
	display: block;
	width: 80px;
	height: 122px;
	background-image: url('images/ribbon.png');
	background-repeat: no-repeat !important;
	background-position: top left;
	background-color: transparent;
	position: absolute;
	top: -9px;
	left: 30px;
}
#call-action-left h1 {
	margin: 0;
	padding: 33px 0 0 28px;
	font-size: 2.4em;
	font-weight: 700;
	color: #ed1a3b;
	letter-spacing: 0.025em;
	text-shadow: 0 0 10px #f4eee3;
}
#call-action-left p {
	margin: 0;
	padding: 13px 30px 0 83px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#call-action-right {
	float: left;
	width: 274px;
	margin: 0;
	padding: 0;
}
.btn-orange {
	display: block;
	width: 157px;
	height: 48px;
	margin: 0;
	padding: 21px 0 0 8px;
}
.btn-orange a {
	display: block;
	background: url(images/btn-orange.png) no-repeat;
	width: 210px;
	height: 48px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #cb7703;
	text-align: center;
	line-height: 48px;
}
.btn-orange a:hover, .btn-orange a.current {
	display: block;
	width: 210px;
	height: 48px;
	padding: 0;
	margin: 0;
	background: url(images/btn-orange.png) no-repeat;
	background-position: 0 -48px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

/* SOCIAL ICONS TOP */

.social-icons-top {
	display: block;
	float: left;
	width: 210px;
	margin: 15px 0 0 62px;
	padding: 0;
}
.fb a {
	display: block;
	float: left;
	background: url(images/social-icons/facebook-top.png) no-repeat;
	height: 19px;
	width: 19px;
	padding: 0 8px 0 0;
	margin: 0;
	cursor: pointer;
}
.google a {
	display: block;
	float: left;
	background: url(images/social-icons/google-top.png) no-repeat;
	height: 19px;
	width: 19px;
	padding: 0 8px 0 0;
	margin: 0;
	cursor: pointer;
}
.twitter a {
	display: block;
	float: left;
	background: url(images/social-icons/twitter-top.png) no-repeat;
	height: 19px;
	width: 19px;
	padding: 0 8px 0 0;
	margin: 0;
	cursor: pointer;
}
.rss a {
	display: block;
	float: left;
	background: url(images/social-icons/rss-top.png) no-repeat;
	height: 19px;
	width: 19px;
	padding: 0 8px 0 0;
	margin: 0;
	cursor: pointer;
}
.fb a:hover, .twitter a:hover, .google a:hover, .rss a:hover {
	background-position: 0 -19px;
}
#main-tools-container {
	display: block;
	width: 1008px;
	height: 620px;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/bg-header-content.jpg');
	background-repeat: none !important;
	background-position: top left;
	background-color: transparent;
}
#main-tools-bottom {
	display: block;
	width: 100%;
	height: 51px;
	background-image: url('images/bg-header-texture-bottom.jpg');
	background-repeat: repeat-x !important;
	background-position: top left;
	background-color: transparent;
}
#main-tools-content {
	display: block;
	width: 940px;
	height: 572px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
.content-block {
	float: left;
	display: block;
	width: 260px;
	height: 250px;
	margin: 0;
	padding: 12px 25px 15px 25px;
}
.content-block-middle {
	float: left;
	display: block;
	width: 270px;
	height: 250px;
	margin: 0;
	padding: 12px 25px 15px 25px;
}
.content-block h2, .content-block-middle h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #644b8e;
	text-align: center;
	margin: 0;
	padding: 0;
}
.content-block p, .content-block-middle p {
	margin: 0;
	padding: 30px 0 0 0;
}
.btn-light-purple {
	display: block;
	width: 114px;
	height: 33px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
.btn-light-purple a {
	display: block;
	background: url(images/btn-light-purple.png) no-repeat;
	width: 114px;
	height: 33px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ac9ec4;
	text-align: center;
	font-size: 0.85em;
	line-height: 33px;
}
.btn-light-purple a:hover, .btn a.current {
	display: block;
	width: 114px;
	height: 33px;
	padding: 0;
	margin: 0;


	background: url(images/btn-light-purple.png) no-repeat;
	background-position: 0 -33px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

/* 
-------------------------------------------------------------- 
Main Content
-------------------------------------------------------------- 
*/

#content-wrapper {
	display: block;
	width: 940px;
	margin: 20px auto 60px;
	padding: 0;
}
#running-line {
	display: block;
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 7px 10px;
	border: 5px solid #e8e8e8;
	line-height: 20px;
}
#fifopost_css {
	font-weight: bold;
	color: #ed1a3b;
}
#fifopost_css a:link, 
#fifopost_css a:visited, 
#fifopost_css a:hover,
#fifopost_css a:focus {
	color: #644b8e;
	font-weight: normal;
}
#content {
	display: block;
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
}
#content ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#content ul li { 
	list-style: none;
 	background: url(images/bullet-purple.png) left 5px no-repeat;
 	padding-left: 18px;
 	margin-bottom: 10px;
}
#content ol {
	margin: 0 0 10px 18px;
	padding: 0;
	font-size: .9em;
}
#content ol li { 
	margin: 0;
	padding: 0;
}
#content ol ul {
	margin: 0 0 10px 0;
}
#content ol ul li { 
 	padding-left: 18px;
 	margin-bottom: 10px;
}

/* MAIN */

#main {
	display: block;
	float: left;
	width: 615px;
	margin: 0 35px 0 0;
	padding: 0;
}
.entry {
	margin: 0;
	padding: 0;
}
.col {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0 10px 0 0;
}
#supporters {
	display: block;
	width: 615px;
	margin: 10px 0;
	padding: 0;
}
#supporters .col-left {
	float: left;
	width: 185px;
	height: 86px;
	margin: 0 20px 0 0;
	padding: 0;
	border: 2px solid #e8e8e8;
}
#supporters .col-right {
	float: left;
	width: 400px;
	line-height: 86px;
	margin: 0 0 0 0;
	padding: 0;
}

/* SITEMAP */

#ss_pages ul li {
	margin: 5px 0;
	padding: 0;
	background-image: none !important;
}
#ss_pages ul li a {
	color: #424242;
}
#ss_pages ul li a:hover {
	color: #f9a61a;
}
#ss_pages ul li ul.children li {
	list-style: none;
 	background: url(images/bullet-purple.png) left 5px no-repeat;
 	padding-left: 18px;
 	margin-bottom: 10px;
}
#ss_pages ul li ul.children li a {
	list-style: none;
 	background: url(images/bullet-purple.png) left 5px no-repeat;
 	padding-left: 18px;
 	margin-bottom: 10px;
	font-weight: normal !important;
}

/* BLOG */

#blog-entry {
	margin: 0;
	padding: 0;
}
#nav-above a, #nav-below a {
	margin: 0;
	padding: 0;
	color: #868585;
	font-weight: normal;
}
#nav-above a:hover, #nav-below a:hover {
	color: #424242;
}
h1.entry-title {
	text-transform: none;
	font-size: 1.6em;
}
.entry-title a {
	color: #644b8e;
}
.entry-content, .entry-summary {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e8e8e8;
}
.entry-meta {
	margin: 0;
	padding: 0;
	color: #868585;
}
.entry-footer {
	margin: 15px 0;
	padding: 0 0 15px 0;
	color: #868585;
	border-bottom: 1px solid #e8e8e8;
}
#comments-list ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
#comments .comment {
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
#comments .comment-author .vcard {

}
img.avatar {
	width: 40px;
	height: 40px;
}
#comments .fn {
	margin-left: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}
#comments .comment-meta {
	margin: 5px 0 10px 0;
	padding: 0;
	color: #868585;
}
#comments .comment-content {
	background: url(images/quotes-1.png) left -7px no-repeat;
	min-height: 30px;
	margin-top: 10px;
	padding: 3px 0 0 33px;
}
#comments ul li {
	list-style: none;
 	background: none;
 	padding-left: 0px;
}
#main .wp-pagenavi {
	margin-top: 20px;;
}
#main .wp-pagenavi .current, #main .wp-pagenavi a:hover {
	color: #f9a61a;
	border-color: #f9a61a;
}

/* COMMENTS FORM */

#respond {
	margin: 2em 0 3em;
}
#respond h3, #comments-list h3 {
	margin-bottom: 20px;
	color: #424242;
}
#respond #commentform {
	margin: 15px 0 0 0;
}
#respond #commentform label {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 60px;
}
#respond #commentform textarea {
	margin: 0 0 10px 0; 
	padding: 5px;
	width: 98%;
	background: #fff;
	outline: none;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	color: #777;
}
#respond #commentform input[type=text] {
	padding: 5px;
	width: 230px;
	background: #fff;
	outline: none;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	color: #424242;
}
#respond #commentform .comment-form-comment label {
	display: none;
}
#respond #commentform #submit {
	margin: 15px 0 0 0;
	cursor: pointer;
}
#commentform input[type=submit] {
	color:#fff;
	font-size: .9em;
	text-decoration:none;
	background:#00aeef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71c8e8', endColorstr='#00aeef');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#71c8e8), to(#00aeef));
	background: -moz-linear-gradient(top, #71c8e8, #00aeef);
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-0-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 7px 12px;
	margin: 0;
	text-align:center;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
}
#commentform input[type=submit]:hover {
	background:#00aeef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#0588b9');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aeef), to(#0588b9));
	background: -moz-linear-gradient(top, #00aeef, #0588b9);
	cursor:pointer !important;
}

/* BLOG SIDEBAR */

#sidebar .widget-area , #rsidebar .widget-area {
	display: block;
	width: 290px;
	margin: 20px 0;
	padding: 0;
}
#sidebar .widget-area h3.widget-title, #rsidebar .widget-area h3.widget-title {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-shadow: 1px 1px 1px #c0a8e3;
	background-image: url('images/caption-box.png');
	background-repeat: no-repeat !important;
	background-position: top left;
	display: block;
	width: 290px;
	margin: 0 0 2px 0;
}
#sidebar .widget_recent_entries h3.widget-title, #rsidebar .widget_recent_entries h3.widget-title {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-shadow: 1px 1px 1px #e57401;
	background-image: url('images/caption-box-orange.png');
	background-repeat: no-repeat !important;
	background-position: top left;
	display: block;
	width: 290px;
	margin: 0 0 2px 0;
}
#sidebar .widget_categories h3.widget-title, #rsidebar .widget_categories h3.widget-title {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-shadow: 1px 1px 1px #828913;
	background-image: url('images/caption-box-green.png');
	background-repeat: no-repeat !important;
	background-position: top left;
	display: block;
	width: 290px;
	margin: 0 0 2px 0;
}
#sidebar .widget_archive h3.widget-title, #rsidebar .widget_archive h3.widget-title {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-shadow: 1px 1px 1px #058abb;
	background-image: url('images/caption-box-blue.png');
	background-repeat: no-repeat !important;
	background-position: top left;
	display: block;
	width: 290px;
	margin: 0 0 2px 0;
}
#sidebar .widget-container , #rsidebar .widget-container {
	margin: 0 0 20px 0 !important;
}
#sidebar .widget-area ul, #rsidebar .widget-area ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget-area ul li, #rsidebar .widget-area ul li {
	display: block;
	width: 100%;
	margin: 2px 0 0 0;
	padding: 0;
}
#sidebar .widget-area ul li a, #rsidebar .widget-area ul li a {
	display: block;
	width: 245px;
	line-height: 1.4em;
	text-decoration: none;
	color: #707070;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 35px;
	background-color: #f3f3f3;
	background-image: url('images/icon-arrow-grey.png');
	background-repeat: no-repeat !important;
	background-position: 10px center;
}
 #rsidebar .widget-area ul li a{ width:180px;}
#sidebar .widget-area a:hover,
#sidebar .widget-area a:focus, #rsidebar .widget-area a:hover,
#rsidebar .widget-area a:focus {
	background-color: #e6e5e5;
}
#sidebar .widget-container ul li , #rsidebar .widget-container ul li {
	display: block;
	color: #707070;
	margin: 0 0 2px 0;;
	background-color: #f3f3f3;
}
#sidebar .post-date, #rsidebar .post-date {
	background-color: #f3f3f3;
	padding: 0 10px 10px 35px;
	margin-top: -5px;
	color: #707070;
	font-size: .85em;
	font-style: italic;
	display: block;
	width: 245px;
}
#calendar_wrap .wp-calendar {
	display: block;
	width: 245px;
}

/*Left-SIDEBAR */
#div.left-sidebar{
float: left;
}

/* SIDEBAR */

#sidebar {
	display: block;
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
}
#rsidebar {
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#sidebar .widget {
	display: block;
	width: 290px;
	margin: 0;
	padding: 5px 0;
}
#sidebar .widget h5 {
	font-size: 1.3em;
	color:  #8b74b2;
	font-weight: bold;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
#rsidebar .widget {
	display: block;
	width: 290px;
	margin: 0;
	padding: 5px 0;
}
#rsidebar .widget h5 {
	font-size: 1.3em;
	color:  #8b74b2;
	font-weight: bold;
}
#rsidebar ul {
	margin: 0;
	padding: 0;
}
#rsidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
.widget-box {
	display: block;
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
}
.caption-box {
	display: block;
	width: 290px;
	height: 40px;
	margin: 20px 0 2px 0;
	padding: 0;
	background-image: url('images/caption-box.png');
	background-repeat: repeat !important;
	background-position: top left;
}
.caption-box h4 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px 1px 1px #c0a8e3;
}
#bg-box {
	display: block;
	width: 270px;
	margin: 0;
	padding: 10px;
	background-color: #f3f3f3;
}

/* INSIDE WIDGET BOXES HOME */

.widget-box-inside {
	display: block;
	width: 236px;
	margin: 0;
	padding: 17px 17px 7px 17px;
	background-color: #fff;
}

/* LATEST FROM THE BLOG */

div.srp-widget-container {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
div.srp-content-box {
	display: block;
	width: 216px;
	margin: 0;
	padding: 17px;
}
h4.srp-post-title {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	color: #424242;
}
h4.srp-post-title a {
	color: #424242;
}
p.srp-widget-date {
	margin: 0 0 5px 0;
	font-style: italic;
	color: #707070;
}
.widget-text {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
}

/* SIDEBAR NAVIGATION */

#sidebar .widget_nav_menu, #rsidebar .widget-content {
	display: block;
	width: 290px;
	margin: 20px 0 2px 0;
	padding: 0;
	background-image: url('images/caption-box.png');
	background-repeat: no-repeat !important;
	background-position: top left;
}
#rsidebar .widget-content { width:200px;}
#sidebar .widget_nav_menu h5 , #rsidebar h5 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-shadow: 1px 1px 1px #c0a8e3;
}
#sidebar .widget_nav_menu ul, #rsidebar .widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget_nav_menu ul li, #rsidebar ul li {
	display: block;
	width: 270px;
	margin: 2px 0 0 0;
	padding: 0;
}
#rsidebar ul li{ width:100%;}
#sidebar .widget_nav_menu ul li a , #rsidebar ul li a {
	display: block;
	width: 260px;
	line-height: 1.4em;
	text-decoration: none;
	color: #707070;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background-color: #f3f3f3;
}#rsidebar ul li a {width:170px;}
#sidebar .widget_nav_menu a:hover,
#sidebar .widget_nav_menu a:focus, #rsidebar a:hover,
#rsidebar .widget_nav_menu a:focus {
	background-color: #e6e5e5;
}
/* Highlight current page / parent menu item */
#sidebar .widget_nav_menu li.current-menu-item > a,
#sidebar .widget_nav_menu li.current_page_item > a,
#sidebar .widget_nav_menu li.current_page_parent > a,
#sidebar .widget_nav_menu li.current-page-ancestor > a,
#sidebar .widget_nav_menu li.current-post-ancestor > a ,
#rsidebar li.current-menu-item > a,
#rsidebar li.current_page_item > a,
#rsidebar li.current_page_parent > a,
#rsidebar li.current-page-ancestor > a,
#rsidebar li.current-post-ancestor > a {
	background-color: #e6e5e5;
}

/* CONTINIOUS ANNOUNCEMENT SCROLLER */

#continuous-announcement-scroller {
	display: block;
	width: 290px;
	background-image: url('images/caption-box-orange.png');
	background-repeat: no-repeat !important;
	background-position: top left;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}
#continuous-announcement-scroller h5 {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff !important;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-shadow: 1px 1px 1px #bc7703;
}
#cas_Holder {
	display: block;
	margin: -5px 0 0 0;
	padding: 0 0 17px 0;
	border: 10px solid #f3f3f3;
}
#cas_Holder .cas_div {
	margin: 17px 17px 0 17px;
	padding: 0;
	height: 25px !important;
}
.btn-orange-long a {
	display: block;
	background: url(images/btn-orange-long.png) no-repeat;
	width: 280px;
	height: 40px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #cb7703;
	text-align: center;
	line-height: 40px;
}
.btn-orange-long a:hover, .btn-orange-long a.current {
	display: block;
	width: 280px;
	height: 40px;
	background: url(images/btn-orange-long.png) no-repeat;
	background-position: 0 -40px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.image-stories {
	display: block;
	width: 290px;
	margin: 20px 0;
	padding: 0;
}

/* 
-------------------------------------------------------------- 
Footer
-------------------------------------------------------------- 
*/

#footer-wrapper {
	width: 100%;
	background-image: url('images/bg-footer-stripes.png');
	background-repeat: repeat !important;
	background-position: top left;
	zoom: 1;
}
#footer-top-bar {
	width: 100%;
	height: 8px;
	background-image: url('images/bg-footer-bars.png');
	background-repeat: repeat-x !important;
	background-position: top left;
	zoom: 1;
}
#footer-content {
	width: 940px;
	margin: 0 auto;
	padding: 15px 0;
}
.footer-widget-1 {
	display: block;
	float: left;
	width: 290px;
	margin: 10px 0;
	padding: 0 35px 0 0
}
.footer-widget-2 {
	display: block;
	float: left;
	width: 290px;
	margin: 10px 0 0 0;
	padding: 0
}
#footer-content h5 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #f9a61a;
}
#footer-content p {
	color: #fff;
}
#footer-copyright {
	width: 940px;
	margin: 0 auto;
	background-image: url('images/blue-bar.png');
	background-repeat: repeat-x !important;
	padding: 10px 0 0 0;
}
#footer-copyright p {
	font-size: .85em;
	color: #c5b4e2;
}
#footer-copyright p.left {
	float: left;
}
#footer-wrapper a:link,
#footer-wrapper a:visited {
	color: #c5b4e2;
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
	color: #f69c03;
}

/* FOOTER LINK */

#footer-link {
	display: block;
	height: 35px;
	margin: 0;
	padding: 0 0 5px 0;
	-webkit-border-image: url("images/purple-bar.png") 0 1 2 1 repeat;
	-moz-border-image: url("images/purple-bar.png") 0 1 2 1 repeat;
	border-image: url("images/purple-bar.png") 0 1 2 1 repeat;
	border: solid 2px #6c5593;
	border-top: none;
	border-right: none;
	border-left: none;
}
#footer-link h5 {
	float: left;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.1em;
	font-weight: bold;
	color: #f9a61a;
}
#footer-link .btn-yellow-circle-footer {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 10px;
}
#footer-link a:visited,
#footer-link a:link {
	color: #f9a61a;
}
#next-block {
	margin-top: 10px;
}

/* FOOTER SOCIAL ICONS */

p.social-icons {
	margin: 0 10px 0 0;
	padding: 10px 0;
	font-weight: bold;
	-webkit-border-image: url("images/purple-bar.png") 0 1 2 1 repeat;
	border: solid 2px #6c5593;
	border-top: none;
	border-right: none;
	border-left: none;
}
.social-icons a.fb {
	color: #585858;
	padding: 4px 3px 6px 32px;
	background: url('images/social-icons/facebook.png') no-repeat left top;
}
.social-icons a.twitter {
	color: #585858;
	padding: 4px 3px 6px 32px;
	background: url('images/social-icons/twitter.png') no-repeat left top;
}
.social-icons a.google {
	color: #585858;
	padding: 4px 3px 6px 32px;
	background: url('images/social-icons/google.png') no-repeat left top;
}
.social-icons a.rss {
	color: #585858;
	padding: 4px 3px 6px 32px;
	background: url('images/social-icons/rss.png') no-repeat left top;
}
.social-icons a.fb:hover,
.social-icons a.twitter,
.social-icons a.google,
.social-icons a.rss {
	text-decoration: none;
}

/* FOOTER NAVIGATION */

#footer-nav {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
#footer-nav ul {
	float: right;

	margin: 0;
	padding: 0;
}
#footer-nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#footer-nav ul li a {
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color: #c5b4e2;
	text-shadow: 1px 1px 1px #5d468c;
	padding: 0 4px;
}
#footer-nav ul li a:hover,
#footer-nav ul li a:focus {
	color: #f9a61a;
}
#footer-nav li:before {
	content: " | ";
	color: #c5b4e2;
}
#footer-nav li:first-child:before {
	content: none;
}
#footer-bottom {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#footer-disclaimer {
	display: block;
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
#footer-disclaimer p {
	font-size: .85em;
	line-height: 40px;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	color: #818181;
}
#footer-disclaimer a:link,
#footer-disclaimer a:visited {
	font-weight: bold;
}
#footer-disclaimer a:hover,
#footer-disclaimer a:focus {
}

/* NEWSLETTER FORM */

#constant_contact_api_widget-3 {
	margin: 15px 0 0 0;
	padding: 0; 
	width: 290px;
}
#constant_contact_api_widget-3 h5 {
	margin: 0;
	padding: 0 0 5px 0; 
}
#constant-contact-signup {
	margin: 10px 0 0 0;
	padding: 0; 
}
#constant-contact-signup label { 
	float: left; 
	clear: none; 
	display: block; 
	padding: 4px 0 0 0;
	width: 76px;
	color: #fff;
}
#constant-contact-signup .input-text-wrap { 
	float: left;
	padding: 0 0 7px 0;
	margin: 0;
}
#constant-contact-signup input[type=text] { 
	float: left; 
	margin: 0 0 10px 0; 
	padding: 5px;
	width: 200px;
	background: #fff;
	outline: none;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	font-size: 0.9em;
	color: #424242;
	clear: both; 
}
#constant-contact-signup input[type=submit] {
	float: left; 
	padding: 10px 15px;
	margin: 0;
	margin-left: 208px !important; 
	*margin-left: 182px !important; 
	color:#fff;
	font-size: .9em;
	text-decoration:none;
	background: #f69c03;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b137', endColorstr='#f69c03');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9b137), to(#f69c03));
	background: -moz-linear-gradient(top, #f9b137, #f69c03);
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-0-border-radius:5px;
	border-radius:5px;
	display:block;
	text-align:center;
	text-shadow:0 1px 0 #d57801;
	text-transform:uppercase;
 }
#constant-contact-signup input[type=submit]:hover {
	background: #f68c03;
	text-decoration: none;
	cursor: pointer;
}
#constant-contact-signup-errors {
	color: #e692fe;
}
#constant-contact-signup-errors ul li {
	list-style-type: none;
}

/* GRAVITY FORMS */

.gform_body ul li {
	list-style: none;
 	background: none !important;
 	padding-left: 0 !important;
}

.gform_footer input[type=submit],
.button gform_button {
	color:#fff;
	font-size: .9em;
	text-decoration:none;
	background:#00aeef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71c8e8', endColorstr='#00aeef');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#71c8e8), to(#00aeef));
	background: -moz-linear-gradient(top, #71c8e8, #00aeef);
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-0-border-radius:5px;
	border-radius:5px;
	display:block;
	padding: 10px 17px;
	margin: 0;
	text-align:center;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
 }
.gform_footer input[type=submit]:hover,
.button gform_button:hover {
	background:#00aeef;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#0588b9');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aeef), to(#0588b9));
	background: -moz-linear-gradient(top, #00aeef, #0588b9);
	cursor:pointer !important;
}
.gform_body input[type="text"], 
.gform_body input[type="email"], 
.gform_body textarea, 
.gform_body select { 
	border: 1px solid #ccc; 
	padding: .5em .7em; 
	font-size: 90%; 
	line-height: 1.3em; 
	outline: none; 
	color: #777; 
	margin: 0; 
	max-width: 100%; 
	display: block; 
	margin-bottom: 0; 
	background: #fff; 
	-webkit-box-sizing: 
	border-box; 
	-moz-box-sizing: 
	border-box; 
	box-sizing: border-box; 
}
.gform_body input[type="checkbox"] { 
	display: inline; 
}
.gform_body input[type="text"]:focus, 
.gform_body input[type="password"]:focus, 
.gform_body input[type="email"]:focus, 
.gform_body input[type="tel"]:focus, 
.gform_body input[type="url"]:focus, 
.gform_body textarea:focus { 
	border-color: #aaa; 
	color: #444; 
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}
h2.gsection_title {
	color: ##78acc2 !important;
}
.page-template-page-faq #main{     width: 420px !important; margin:0 15px;}