@import url(/core/css/reset.css);
@import url(/core/css/forms.css);


body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-size: 0.8em;
	color: #303030;
	
}

h1, h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}


a {
	color: #CC0D0D;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.more, a.return {
	font-weight: bold;
	font-size: 0.9em;
	text-transform: lowercase;
	font-variant: small-caps;
}

p.links a.current {
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span, td, th {
	line-height: 1.5em;
}

h1 {
	color: #6F0707;
	font-weight: normal;
	font-size: 2.6em;
	margin: 0 0 0.25em 0;
	letter-spacing: -1px;
}



h2 {
	background: none;
	color: #6F0707;
	font-size: 1.8em;
	margin: 0.5em 0 0em 0;
	padding: 0;
}

h2 a {
	text-decoration: none;
	color: White;
}

h2 a {
	color: #777;
	line-height: 1.2em;
	font-size: 1em;
}


h3 {
	padding: 0.3em 0;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

p, ul, ol {
	padding-bottom: 1em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: square;
}

ul, ol {
	display: block;
	list-style-position: outside;
	margin-left: 2.5em;
	margin-bottom: 1em;
}	

ul ul, ol ol {
	padding-bottom: 0;
	margin-top: 0.5em;
	margin-bottom: 0;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	background-image: url(/graphics/blockquote_background.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-color: #F5EAD7;
	padding: 35px 40px 10px 65px;
	margin: 20px;
	font-style: italic;
	font-size: 0.9em;
	border: 1px solid #E8D2A8;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

dl {
	margin-top: -1em;
	margin-bottom: 1em;
}

dt {
	margin-bottom: 0;
	margin-top: 1.5em;
	font-weight: bold;
}

dd {
	margin-bottom: 0;
	line-height: 1.5em;
}

input, textarea, select {
	font-size: 12px;
	border: 1px solid #E0E0E0;
	background-color: White;
	padding: 3px;
	vertical-align: top;
	color: #808080;
}

label {
	font-weight: bold;
}

div.radio input {
	border: 0;
}

textarea {
	font-size: 16px;
}

img.left, img.right {
	background-image: url(/graphics/image-background.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 8px;
	border: 2px solid #E5DAD3;
}

.right {
	float: right;
	width: auto;
	margin: 5px 0 10px 20px;
	clear: right;
}

.left {
	float: left;
	width: auto;
	margin: 5px 20px 10px 0;
	clear: left;
}

.small {
	font-size: 0.8em;
}

span.hot {
	color: Red;
	font-weight: bold;
	text-transform: uppercase;
}

hr {
	width: 100%;
	border: 0;
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	margin: 16px auto;
	text-align: center;
	clear: both;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}


input.blur {
	color: #BBB;
}


div.picture-captioned-left,
div.picture-captioned-right {
	border: 1px dotted Gray;
	padding: 5px;
	margin: 0 10px 10px 10px;
	text-align: center;
	font-size: 0.8em;
}

div.picture-captioned-left p,
div.picture-captioned-right p {
	text-align: center;
	padding-bottom: 0.2em;
}

div.picture-captioned-left {
	float: left;
	margin-left: 0;
}

div.picture-captioned-right {
	float: right;
	margin-right: 0;
}


div.feed {
	font-size: 0.8em;
}

div.feed ul {
	padding-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}

div.feed ul li {
	line-height: 1.2em;
	display: block;
}



div.toolbar img {
	float: left;
	display: block;
	margin: 0 6px 3px 0;
	cursor: pointer;
}


div.clear {
	clear: both;
	font-size: 1px;
}

.news p.summary {
	padding-bottom: 0.5em;
}

.news .added {
	color: #777;
	font-style: italic;
}

table {
	margin: 0 auto 1em auto;
}

table, tr, td, th {
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #6F0707;
}

td, th {
	padding: 5px 10px;
}

td {
	
}

th {
	font-weight: bold;
	text-align: right;
}

thead th {
	text-align: left;
	color: White;
	background-color: #6F0707;
}




/**********************************************************
 * Selectors                                              *
 **********************************************************/

ul.selector {
	list-style-type: none;
	margin: 0 0 1em 0;
	text-align: center;
}

ul.selector li {
	display: inline;
}

ul.selector a {
	display: inline;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 5px;
	border: 1px solid #001B4D;
	background-color: #001B4D;
	color: White;
	text-decoration: none;
	outline: none;
}

ul.selector a:hover,
ul.selector li.current a:hover {
	background-color: #7E93C8;
	color: White;
}

ul.selector li.current a {
	color: #001B4D;
	background-color: White;
}

ul.selector li.prev a,
ul.selector li.next a {
	color: #001B4D;
	background-color: transparent;
	border: none;
}

ul.selector li.prev a:hover,
ul.selector li.next a:hover {
	text-decoration: underline;
}

ul.selector li.disabled a {
	color: #AAA;
	cursor: default;
}

ul.selector li.disabled a:hover {
	text-decoration: none;
}




/**********************************************************
 * Events                                                 *
 **********************************************************/
 
 
ul.events {
	list-style-type: none;
	margin: 0.75em 0 0 0;
	padding: 0;
}

ul.events li {
	padding: 0 0 0.75em 0;
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #DDD;
	font-size: 0.9em;
	color: #777;
	clear: left;
	float: left;
	width: 510px;
}

ul.events li h3 {
	color: #666;
	padding-top: 0;
}

ul.events li h3 a {
	margin-left: 2em;
	font-size: 0.9em;
	font-variant: small-caps;
}

ul.events li span.date {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 12px 0 0 0;
	margin: 3px 8px 0 0;
	width: 32px;
	height: 33px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #666;
}

ul.events li.jan span.date { background-image: url(/core/graphics/calendar/red/jan.png); }
ul.events li.feb span.date { background-image: url(/core/graphics/calendar/red/feb.png); }
ul.events li.mar span.date { background-image: url(/core/graphics/calendar/red/mar.png); }
ul.events li.apr span.date { background-image: url(/core/graphics/calendar/red/apr.png); }
ul.events li.may span.date { background-image: url(/core/graphics/calendar/red/may.png); }
ul.events li.jun span.date { background-image: url(/core/graphics/calendar/red/jun.png); }
ul.events li.jul span.date { background-image: url(/core/graphics/calendar/red/jul.png); }
ul.events li.aug span.date { background-image: url(/core/graphics/calendar/red/aug.png); }
ul.events li.sep span.date { background-image: url(/core/graphics/calendar/red/sep.png); }
ul.events li.oct span.date { background-image: url(/core/graphics/calendar/red/oct.png); }
ul.events li.nov span.date { background-image: url(/core/graphics/calendar/red/nov.png); }
ul.events li.dec span.date { background-image: url(/core/graphics/calendar/red/dec.png); }

ul.events li span.info {
	display: block;
}

ul.events li span.info span {
	color: #666;
	font-weight: bold;
}

ul.events li span.info a {
	color: #666;
}

ul.events a {
	font-weight: bold;
	font-size: 1.1em;
}

ul.events span.date {
	font-weight: bold;
}

ul.events span.location {
	font-style: italic;
	margin-right: 2em;
}

ul.calendar {
	float: right;
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #DDD;
	clear: right;
}


ul.calendar form {
	margin: 0 0 5px 0;
	padding: 0;
	clear: right;
}

ul.calendar form select {
	border: 1px solid #DDD;
	width: 115px;
}

ul.calendar form button,
 ul.calendar form label {
	position: absolute;
	top: -6000px;
	width: 1px; height: 1px;
	overflow: hidden;
}

ul.calendar li a.month {
	background-image: url(/core/graphics/icons/calendar.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

ul.calendar table {
	margin: 0.5em 0 1em 0;
	border-collapse: collapse;
}

ul.calendar td,
ul.calendar th {
	font-size: 0.8em;
	padding: 2px;
	text-align: right;
}

ul.calendar td {
	color: #999;
}

ul.calendar th {
	font-weight: bold;
}

ul.calendar td a {
	font-weight: bold;
}

ul.calendar tr {
	border-bottom: 1px solid #DDD;
}

div.event-description {
	clear: left;
}




/**********************************************************
 * News & News Archive                                    *
 **********************************************************/

div.news {
	width: 510px;
	float: left;
}

div.news div.headline {
	border-bottom: 1px solid #DDD;
	padding: 1em 0;
}

div.news div.headline h3 {
	padding: 0;
}	


div.news .summary {
	padding-bottom: 0;
}

div.news .added {
	color: #777;
	font-style: italic;
	font-size: 0.85em;
	margin: 0.5em 0 0 0;
	padding: 0;
}

div.news .return {
	float: right;
}

div.archive {
	float: right;
	width: 130px;
	margin: 0 0 1em 0;
}

div.archive h2 {
	margin-top: 0.5em;
}

div.archive h3 {
	clear: both;
	margin-top: 0;
	font-size: 1em;
}

div.archive ul.months {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.85em;
}

div.archive ul.months li {
	list-style-type: none;
	display: block;
	float: left;
	width: 25px;
	height: 1.2em;
	margin-right: 5px;
	color: #CCC;
}




/**********************************************************
 * News & Events Homepage                                 *
 **********************************************************/

div.news-block,
div.event-block {
	float: left;
	width: 308px;
	border: 1px solid #520505;
	padding: 10px;
}

div.news-block h2,
div.event-block h2 {
	margin: -10px -10px 0 -10px;
	background-color: #520505;
	color: #EFE7E7;
	padding: 10px;
	background-image: url(/graphics/footer-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

div.news-block h2 a,
div.event-block h2 a {
	font-size: 0.5em;
	color: White;
	text-decoration: underline;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: lowercase;
	float: right;
	font-family: Verdana, Helvetica, sans-serif;
}

div.news-block h3,
div.event-block h3 {
	font-size: 1em;
}

div.news-block {
	margin-right: 20px;
}

div.event-block {
	
}
 
div.news-block div.news {
	width: 100%;
}

div.event-block ul.events li {
	width: 100%;
}
 
 



/**********************************************************
 * Membership List                                        *
 **********************************************************/
 
ul.membernav {
	background-color: #6F0707;
	margin: 0 0 1em 0;
	padding: 3px;
	list-style-type: none;
	text-align: center;
	clear: both;
}

ul.membernav li {
	display: inline;
}

ul.membernav li a {
	display: block;
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	display: inline;
	position: relative;
}

ul.membernav li a:hover,
ul.membernav li.current a {
	color: #E9DADA;
}

ul.membernav li.current a {
	border: 1px solid #CEABAB;
	padding: 6px 5px;
}

div.member {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px solid #EEE;
}

div.member h3 {
	clear: both;
	padding: 0 0 1em 0;
}

div.member h3 a {
	padding-left: 1.5em;
	font-size: 0.8em;
	font-variant: small-caps;
}

div.member h3 span.title,
div.member h3 span.postnominals {
	color: #777;
	font-weight: normal;
}

body.association-site div.member h3 span.title,
body.association-site div.member h3 span.postnominals {
	display: none;
}

div.member h3 span.postnominals {
	font-size: 0.7em;
	font-variant: small-caps;
}

body.executive div.member img.photo {
	float: left;
	margin-bottom: 1em;
	padding: 5px;
	background-color: White;
	border: 1px solid #CCC;
}

body.executive div.member div.details {
	float: right;
	width: 580px;
}



div.member p {
	float: left;
	margin-right: 20px;
	color: #666;
}

div.member p span.label {
	font-weight: bold;
}

div.member p.noinfo {
	font-style: italic;
}

div.member p.description, 
div.member p.address {
	float: none;
	clear: both;
}

div.member div.extra {
	clear: both;
}

div.member div.extra p.address {
	width: 200px;
	border-right: 1px solid #EEE;
	margin-right: 25px;
	padding-right: 25px;
	clear: none;
	float: left;
}

div.member div.extra p.description {
	width: 400px;
	margin-right: 0;
	clear: none;
	float: left;
}



/**********************************************************
 * Business Angels                                        *
 **********************************************************/

div.angel-search-container {
	float: right;
	margin-left: 15px;
}




/**********************************************************
 * Image Gallery                                          *
 **********************************************************/

.image-gallery {
	float: left;
	width: 100%;
}

.image-gallery  .gallery-item {
	background-color: White;
	border: 1px solid Gray;
	border-top: 1px solid #DDD;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #DDD;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}

.gallery-item h2 {
	margin-top: 0;
}

.gallery-item img {
	margin: 0px auto;
	display: block;
}

.gallery-item a {
	color: #888;
	text-decoration: none;
	font-style: italic;
}

/*.gallery-item div*/.caption,
#lightbox-image-details-caption {
	text-align: center;
	padding: 0 15px;
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
}

.gallery-item div.caption p,
#lightbox-image-details-caption p {
	text-align: center;
	margin-bottom: 0.5em;
}

.gallery-item p.copyright,
#lightbox-image-details-copyright {
	font-size: 0.8em;
	color: Gray;
	text-align: right;
	margin-left: 50%;
}

ul.image-gallery {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	position: relative;
}

ul.image-gallery li.gallery-item {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	width: 120px;
	height: 125px;
	overflow: hidden;
	text-align: center;
	font-size: 0.85em;
	background-image: none;
}

li.gallery-item  .caption {
	display: none;
}

li.gallery-item  .copyright {
	display: none;
}



#lightbox-image-details-title {
	font-weight: bold;
}
#lightbox-image-details-copyright {
	font-style: italic;
	float: right;
	margin-left: 10px;
}

