/* @override 
	http://iscaid.dev/wp-content/themes/iscaid/style.css?ver=3.6.1
	http://iscaid.dev/wp-content/themes/iscaid/style.css?ver=3.7.1 */

/*
Theme Name: ISCAID
Theme URI: http://underscores.me/
Author: Page Design Group
Author URI: http://pagedesigngroup.com
Description: Custom Wordpress theme for ISCAID
Version: 1.0
Text Domain: iscaid

 ISCAID is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/


/* Site Colors
 ----------------------------------- 
 Tan BG - #faf5e4
 Tan Border - #E1DCCE
 Medium Purple - #745382
 Dark Purple - #442152
 Burnt Orange - #993300 - #C95D14
 Orange - #FB8D31
 
*/



/* = Reset
-------------------------------------------------------------- */

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,table,caption,tbody,tfoot,thead,tr,th,td{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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}



/* = Text
----------------------------------------------- */

body { font:13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif }
a:focus { outline:1px dotted invert }
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 { font-size:25px }
h2 { font-size:23px }
h3 { font-size:21px }
h4 { font-size:19px }
h5 { font-size:17px }
h6 { font-size:15px }
ol { list-style:decimal }
ul { list-style:square }
li { margin-left:30px }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom:20px }

.btn.orange {
	background-color: #ff7f0f;
	padding: 6px 12px;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c95d00;
	-moz-box-shadow: 0 0 10px #ffb970 inset;
	-webkit-box-shadow: 0 0 10px #ffb970 inset;
	box-shadow: 0 0 10px #ffb970 inset;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	
}

.btn.orange:hover {
	background-color: #ff9b38;
}

/* = Layout
----------------------------------------------- */


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


/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* General
 ----------------------------------- */
body {
	background-image: url(images/bg-x.jpg);
	background-repeat: repeat-x;
	background-color: #CBD7A9;
	margin: 0px;
	padding: 0px;
}
a:link { color: #745382; }
a:hover { color: #FB8D31; }
a:active { color: #930; }
a:visited { color: #666; }
.clearfix {	clear: both;}
.fl {float: left;}
.fr {float: right;}
#answerbox1 , #answerbox2, #answerbox3, #answerbox4, #answerbox5{float: right;}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#contentwrapper {
	background: url(images/content-gradient.jpg) no-repeat left bottom;
	padding-left: 40px;
}
#outer {
	background: url(images/outerbg-y.png) repeat-y;
	clear: left;
}
.tablelist { border-bottom: 1px solid #E0DBCD; }
.tabelheader { border-bottom: 2px solid #E0DBCD;}
.tablelist td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.memberdirectorylinks {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #D6CBA3;
	letter-spacing: 3px;
}
.memberdirectoryletters {
	color: #D8D3C5;
	font: 100 24px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #E1DCCE;
	margin-top: 40px;
	margin-bottom: 10px;
}
.btt {
	text-align: right;
	font-size: 0.8em;
}

/* Branding & Logo
 ----------------------------------- */
#branding h1 {
	display:block;
	width:320px;
	height:142px;
	text-indent:-9009px;
	background:transparent url() no-repeat;
	margin: 0px;
	padding: 0px;
}
#branding {
	float: left;
}
#branding h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}


/* Auxillary Navigation
 ----------------------------------- */
ul#auxillarynav {
	list-style-type: none;
	float: left;
	margin-top: 103px;
	float:left;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#auxillarynav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#auxillarynav a {
	color: #71527F;
	text-decoration: none;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}
#auxillarynav a:hover { color: #C95D14; }
#donate .donate, #join .join, #contact .contact { color: #C95D14; }


/* Site Search
 ----------------------------------- */
fieldset.search, form.search-form {
	border: none;
	width: 220px;
	margin-top: 0;
	margin-bottom: 0;
	float: right;
	display: block;
	padding-top: 111px;
	padding-right: 10px;
}
.search input, .search button, .photosearch input, .photosearch button, input.search-field, .search-submit  {
	border: none;
	float: left;
}
.search input.searchbox, .photosearch input.searchbox, input.search-field, .search-submit {
	width: 123px;
	height: 21px;
	background: url(images/search-bg.png) no-repeat;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.search input.searchbox:focus, .photosearch input.searchbox:focus {
	background: url(images/search-bg.png) no-repeat left -26px;
	outline: none;
}
.search button.searchbtn, .photosearch button.searchbtn, .search-submit {
	width: 66px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/search-btn.png) no-repeat top right;
}
.search button.searchbtn:hover, .photosearch button.searchbtn:hover {
	background: url(images/search-btn.png) no-repeat bottom right;
}

/* Main Navigation
 ----------------------------------- */
#mainnav {
	float:left;
	width:100%;
	position:relative;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}
#mainnav ul {
	clear:left;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	margin: 3px 0px 0px;
}
#mainnav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#mainnav ul li a {
	display:block;
	color:#FAF5E4;
	text-decoration:none;
	margin: 0 0 0 1px;
	padding: 5px 18px 10px;
	font: 1.2em/1em Georgia, "Times New Roman", Times, serif;
}
#mainnav ul li a:hover, #about-us .aboutus {
	color:#745382;
	background: #FAF5E4;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft : 5px;
}

#mainnav .members:hover, #members .members, #mainnav .current-page-ancestor {
	color:#745382;
	background: #e7d39e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft : 5px;
}

#mainnav #nav-members.current-menu-item a, #mainnav #nav-members.current-page-ancestor a {
	color:#745382;
	background: #e7d39e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft : 5px;
}

#mainnav ul li a.active, #mainnav ul li a.active:hover {
   color:#fff;
   font-weight:bold;
}




/* Members Navigation
 ----------------------------------- */
#membersnav {
	float:left;
	width:820px;
	position:relative;
	padding-top: 5px;
	overflow: hidden;
	background: #E5D3A0 url(images/membernavcorner.png) no-repeat;
	margin-top: -10px;
	margin-right: 10px;
	margin-left: -20px;
}
#membersnav ul {
	clear:left;
	float:left;
	list-style:none;
	padding:0;
/*	position:relative;
	left:50%;*/
	text-align:left;
	margin: 3px 10px 0px;
}
#membersnav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
/*   position:relative;
   right:50%;*/
}
#membersnav ul li a {
	display:block;
	color:#735480;
	text-decoration:none;
	margin: 0 0 0 1px;
	padding: 5px 18px 10px;
	font: 1.2em/1em Georgia, "Times New Roman", Times, serif;
}

#membersnav .current-menu-item a, #membersnav .current-page-ancestor a  {
	color:#745382;
	background: #FAF5E4;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft : 5px;
}


#membersnav ul li a:hover, .overview .memberhome, .grants .membergrants, .links .memberlinks,  #members .current, #sponsors .sponsors, #meeting-info .meetinginfo, #links .links, #health-scientists .healthscientists, #pet-owners .petowners, #forum .forum {
	color:#745382;
	background: #FAF5E4;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft : 5px;
}





/* Second Navigation
 ----------------------------------- */
ul#secondnav {
	list-style-type: none;
	width: 100%;
	margin: 10px 0px 20px;
	padding: 0px;
	display: block;
	float: left;
}
#secondnav li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#secondnav li a {
	color: #F8861F;
	text-decoration: none;
	padding-right: 20px;
}
#secondnav li a:hover {
	color: #715484;
	text-decoration: none;
}
#secondnav .current { color: #715484; }


/* Main Content
 ----------------------------------- */
#maincontent {
	float: left;
	width: 500px;
	padding-top: 30px;
}
#fullwidthcontent {
	float: left;
	width: 780px;
	padding-top: 30px;
}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6, #sidebar h3, #sidebar h2, #fullwidthcontent h1, #fullwidthcontent h2, #fullwidthcontent h3, #fullwidthcontent h4, #fullwidthcontent h5, #fullwidthcontent h6 {
	color: #432151;
	margin-bottom: .74em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-weight: 100;
}
#maincontent h1, #fullwidthcontent h1 {
	font-style: italic;
}

/* Homepage */
#maincontent.home {
	padding-top: 30px;
	min-height: 500px;
	color: #fff;
}

img.graphicBorder {
	background-image: url(images/img-bg.png);
	display: block;
	background-position: right bottom;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.message {
	background: #FFC;
	padding: 15px 30px;
	border-top: 1px solid #FBCC20;
	border-bottom: 1px solid #F7CD2E;
	color: #C76815;
	text-align: center;
}
.PhotoGalleryThumb {
	padding: 3px;
	background: #FFF;
	border: 1px solid #858384;
}
.photoThumbnail {
	margin-bottom: 17px;
	margin-right: 17px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #858384;
}
.galleryitem {
	display: block;
	border-bottom: 2px solid #E3DECF;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	clear: both;
}
.galleryimage {
	width: 100px;
	float: left;
}
.gallerydescription { float: left; width:400px; }
#sidebar h4 {
	font-size: 16px;
	color: #e77310;
	margin: 0px;
	padding: 0px;
}
#sidebar .imagecategories li {
	font-weight: bold;
	color: #745382;
	margin: 0px;
}
#sidebar .imagecategories li ul li {
	font-weight: normal;
	color: #000;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#sidebar .imagecategories .current { font-weight:bold;}
#sidebar .imagecategories a:link, #sidebar .imagecategories a:visited {
	color: #956841;
	text-decoration: none;
}
#sidebar .imagecategories a:hover { color: #C60; }


/* News Post Content
 ----------------------------------- */
.author { font-style: italic; }


/* Sidebar
 ----------------------------------- */
#sidebar {
	float: right;
	width: 240px;
	margin-right: 10px;
	margin-top: 30px;
}
div.sidebarquote, .kl-erq  {
	border-bottom: 1px solid #fb8d31;
	margin-bottom: 25px;
}
.sidebarquote p, .kl-erq p {
	color: #fb8d31;
	font: italic 100 18px Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.sidebarquote a { text-decoration: none; }
.sidebarquote a:hover { color: #745382; }
#sidebar ul { list-style: none; }
#sidebar ul li {
	margin: 0 0 5px 15px;
}
#sidebar ul li a { color: #FB9A4B; }
#sidebar ul li a:hover { color: #735480; }

#sidebar aside {
	padding-right: 20px;
}

.shadow {
	background: url(images/bg-shadow.png) no-repeat right bottom;
	padding-right: 10px;
	padding-bottom: 10px;
}
.center { text-align: center; }

/* Sidebar
 ----------------------------------- */
#sidebar_home {
	float: right;
	width: 240px;
	margin-right: 40px;
	margin-top: 30px;
}

#sidebar_home h1 {
	color: #fb8d31;
	font: italic 100 18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	margin-bottom:0px;
}

/* Member Login Form
 ----------------------------------- */
/*#twomangoes-pod-logout {
	background: url(images/member-logout-bg.png) no-repeat;
	padding: 15px 20px 0px 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 140px;
}
#twomangoes-pod-login {
	background: url(images/member-login-bg.png) no-repeat;
	padding: 20px 20px 20px 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 300px;
}
#twomangoes-pod-login h2, #twomangoes-pod-logout h2 {
	color: #e98c42;
	font: 100 20px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px;
	padding: 0px;
}
#twomangoes-pod-login p, #twomangoes-pod-logout p { color: #af8154; }

#twomangoes-pod-login input {
	background: #FFF url(images/form-input-bg.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
#twomangoes-pod-login #twomangoes-pod-submit, #twomangoes-login #twomangoes-login-submit, #maincontent .zoom_button {
	background: #ff7501 url(images/btn-submit-bg.png) repeat-x;
	border: 1px solid #cc6600;
}*/

.loginbox {
	padding: 15px 40px 15px 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	background-color: #f3f5dd;
	background: #f9fbe4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fbe4 0%, #ccd8aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fbe4), color-stop(100%,#ccd8aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fbe4 0%,#ccd8aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fbe4 0%,#ccd8aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fbe4 0%,#ccd8aa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fbe4 0%,#ccd8aa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbe4', endColorstr='#ccd8aa',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.2) inset;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.2) inset;
}

.loginbox h1 {
	color: #fb8d31;
	font: italic 100 18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	margin-bottom:0px;
}
.loginbox  p { color: #af8154; }

.loginbox input {
	background: #FFF url(images/form-input-bg.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
/*#twomangoes-pod-login #twomangoes-pod-submit, #twomangoes-login #twomangoes-login-submit, #maincontent .zoom_button {
	background: #ff7501 url(images/btn-submit-bg.png) repeat-x;
	border: 1px solid #cc6600;
}*/


/* Footer
 ----------------------------------- */
#footer {
	background-color: #442152;
	clear: both;
	margin-right: 10px;
}
.copyright {
	color: #FB8D31;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	font: 100 16px Georgia, "Times New Roman", Times, serif;
}
#footernav {
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 30px 0px 0px;
	float: right;
}
#footernav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footernav li a {
	display: block;
	padding: 5px;
	color: #735480;
}
#footernav li a:hover { color: #D2A3C7; }


/* Main Content Form
 ----------------------------------- */
 input, textarea { font: 12px Verdana, Geneva, sans-serif; }
 .inputstandard {
	
}
#maincontent fieldset.personal-info-form, #maincontent fieldset.qualifications, #maincontent fieldset.account-access-info, fieldset.credit-info-form, fieldset.photo-info-form {
	border-bottom: 2px solid #E0DBCD;
	padding-bottom: 25px;
}
#maincontent legend {
	color: #E98C42;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	display: block;
}
#maincontent .qualifications ul li {
	list-style: none;
	margin-left: 0px;
}
#maincontent .personal-info-form input, #maincontent .account-access-info input, #maincontent .personal-info-form textarea, .credit-info-form input, .photo-info-form input, .photo-info-form textarea { 
	width: 380px;
	background: #FFF url(images/form-input-bg.png) repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}
#maincontent .personal-info-form label, #maincontent .account-access-info label, .credit-info-form label, .photo-info-form label {
	width: 100px;
	display: block;
	float: left;
}
#maincontent #formToEmailSubmitButton, #photo-upload-submit {
	background: #ff7501 url(images/btn-submit-bg.png) repeat-x;
	border: 1px solid #cc6600;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
form em, .required {
	color: #F00;
	font-style: normal;
}
#maincontent .checkbox {
	border-style: none;
	background: #FAF5E4;
	display: inline;
	width: auto;
}
#maincontent .checkboxLabel { width: 90%; }
.entry {
	border-bottom: 1px solid #E1DCCE;
	margin-bottom: 20px;
}
h3#comments {
	border-bottom: 3px double #E1DCCE;
	padding-top: 20px;
}
#commentform fieldset { }
.commentblock {
	padding: 10px;
	border: 1px solid #E1DCCE;
	margin-bottom: 20px;
}
.commentblock.highlighted {
	color: #745382;
	background: #FFF;
}
.commenterinfo { font: 1.25em Georgia, "Times New Roman", Times, serif; }
#commentform #personalinfo label {
	width: 300px;
	display: block;
	float: right;
}
#personalinfo div {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFFFF1;
}
.error {
	font-size: 1.23em;
	color: #C00;
	background: #FFC;
	border: 3px double #C00;
	padding: 10px;
	font-weight: bold;
}
.success {
	font-weight: bold;
	color: #390;
	background: #EBFAC4;
	padding: 10px;
	border: 3px double #CBD7AA;
}

#contact #maincontent form {
	border-top: 3px double #BEBBAF;
	padding-top: 25px;
}

#maincontent input.paypalbutton{
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#answerbox1, #answerbox2, #answerbox3, #answerbox4, #answerbox5 {
	border: 1px solid #BEBBAF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
	background: #F5F0E0;
}
.joinsteps { color: #FB8D31; }


/* Search Results Layout
 ----------------------------------- */
.searchheading { margin-top: 16px; }
.result_title, .recommend_title { font-weight: bold; }
.summary {
	width: 50%;
	float: left;
}
.highlight {
	background: #FF9;
	font-weight: bold;
}
.sorting  {
	padding-top: 12px;
	border-top: 2px solid #E1DCCE;
	clear: left;
}
.suggestion  {
	border-top: 2px solid #E1DCCE;
}
.result_block, .result_altblock {
	border-bottom: 1px solid #E1DCCE;
	padding: 10px;
	clear: left;
}
.result_altblock { background: #FFFAE9; }
.zoom_results_per_page { padding-left: 20px; }
.result_pages {
	padding-top: 12px;
	padding-bottom: 20px;
	font-weight: bold;
}
.result_pages a {
	padding: 2px 7px;
	border: 1px solid #E1DCCE;
}
.result_pages a:hover { background: #FFFAE9; }
.infoline, .recommend_infoline {
	margin-top: 5px;
	font-size: 11px;
	color: #999;
}
.recommended { clear: left; }
.recommend_block {
	background: #F0F6DA;
	border: 1px solid #CFE0B5;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
}
.recommended_heading {
	font-size: 16px;
	font-weight: bold;
	color: #360;
	padding-top: 10px;
}

/* Tooltips
 ----------------------------------- */
 #easyTooltip{
	padding:10px;
	border:1px solid #FC9;
	background:#FFC;
	max-width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	

/* Form Validation
 ----------------------------------- */	
.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#000;
				color:#fff;
				font-family:tahoma;
				font-size:10px;
				box-shadow: 1px 1px 6px #000;
				-moz-box-shadow: 1px 1px 6px #000;
				-webkit-box-shadow: 1px 1px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 1px 4px 5px #000;
					-moz-box-shadow: 1px 4px 5px #000;
					-webkit-box-shadow: 1px 1px 5px #000;
					font-size:0px; 
					
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 
.recentNews ul    {
	margin: 0px 0px 36px;
	padding: 0px;
	list-style: none;
}
.recentNews ul li {
	margin: 0px 0px 10px;
	padding: 0px;
}


/* Homepage
 ----------------------------------- */
 
#home_montage img {
	float: left;
} 
 
.home #container {
 	width: 850px;
 	margin-right: auto;
 	margin-left: auto;
 	background-image: url(images/home_top.jpg);
 	background-repeat: no-repeat;
 }
 
#mainnav_home {
	float:left;
	width:100%;
	position:relative;
	overflow: hidden;
	background-image: url(images/home_mainnav_bckgnd.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}
#mainnav_home ul {
	clear:left;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainnav_home ul li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:50%;
	margin: 0;
	padding: 0;
}
#mainnav_home ul li a {
	display:block;
	color:#745382;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#mainnav_home ul li a:hover, #about .aboutus {
	color:#ffaf04;
}
#mainnav_home .members:hover {
	color:#ffaf04;
}
.navnoline {
}
.navline{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #735381;
}
#mainnav_home ul li a.active,
#mainnav_home ul li a.active:hover {
   color:#fff;
   font-weight:bold;
}

body.home #contentwrapper {
	padding-top: 20px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
body.home #outer {
	background-image: url(images/home_content_bckgrnd.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 850px;
}

body.home #maincontent {
	float: left;
	width: 500px;
	padding-top: 30px;
	min-height: 500px;
}
body.home #maincontent h1 {
	color: #ffaf04;
	margin-bottom: .74em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
}
body.home #maincontent p {
	color: #FFF;
}

body.home #maincontent a:link, body.home #maincontent a:visited  {
	color: #ffaf04;
}

img.graphicBorder {
	background-image: url(images/img-bg.png);
	display: block;
	background-position: right bottom;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

body.home #sidebar {
	float: right;
	width: 230px;
	margin-right: 50px;
	margin-top: 30px;
	background-image: url(images/home_sidebar_top.jpg);
	background-repeat: no-repeat;
}
#sidebar_home_bottom {
	background-image: url(images/home_sidebar_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}

body.home .sidebar {
	color: #735381;
	border-bottom: 1px solid #fb8d31;
	padding-bottom: 25px;
	padding-top: 0px;
}
p.sidebar_home_signin {
	color: #735381;
	padding-bottom: 0px;
	padding-top: 0px;
}
#sidbar_contents .sidebar_home_signin {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
.shadow {
	background: url(images/bg-shadow.png) no-repeat right bottom;
	padding-right: 10px;
	padding-bottom: 10px;
}
.center { text-align: center; }
