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

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET */

blockquote {
	padding-left: 2em;	
}

ul {
	list-style: outside;
	padding-left: 2em;	
}

/* Baseline Rhythmn */

h1, h2, h3, h4, h5, h6 {
	font-family: Candara, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 1px 2px #fff;
}

h1 {
	margin: 0;
	color: #aaa;
	font-size: 2.1em;
	line-height: 0.7143em;
	margin-bottom: 0.7143em;
	letter-spacing: -0.03em;
}
h2 {
	margin: 0;
	font-size: 1.5714285714285714em;
	line-height: 0.9545454545454546em;
	margin-bottom: 0.9545454545454546em;
	color: #777;
}
h3 {
	margin: 0;
	font-size: 1.4285714285714286em;
	line-height: 1.05em;
	margin-bottom: 1.05em;
	color: #444;
}
h4 {
	margin: 0;
	font-size: 1.2857142857142858em;
	line-height: 1.1666666666666667em;
	margin-bottom: 1.1666666666666667em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	margin-bottom: 1.5em;
}
p.small {
	margin: 0;
	font-size: 0.8571428571428571em;
	line-height: 1.75em;
	margin-bottom: 1.75em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

a {
	color: #05B;	
}


a:hover {
	color: #09D;	
}

a:active {
	color: #E82;	
}


body {
	background: #141414 url('../images/backgrounds/bg7.jpg') top center no-repeat;
	line-height: 150%;
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 3em;
	color: #333;
}

div#wrapper {
	width: 980px;
	margin: 0 auto;	
}

div#header {
	height: 126px;	
	background: url('../images/logo.png') 17px 32px no-repeat;
}

div#container {
	background: #f8f5ef url('../images/content.png') 0 43px repeat-x;
	-webkit-box-shadow: 0px 3px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 25px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 25px rgba(0,0,0,0.5);
}

div#menu {
	height: 43px;
	line-height: 43px;
	background: #2995b9 url('../images/menu.png') top repeat-x;
}

div#menu a {
	color: #e5f6fb;
	display: block;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-align: center;
	height: 41px;
	text-shadow: #00688a 0px 1px 3px;
	overflow: hidden;
	-webkit-transition: 0.4s ease background;
	-moz-transition: 0.4s ease background;
}

div#menu a.home {
	background: url('../images/home-inv.png') center center no-repeat;
	text-indent: -999em;
}

div#menu a:hover {
	color: #fff;
	text-shadow: #043241 0px 1px 5px;
	background-color: rgba(255,255,255,0.2);
	border-bottom: 2px solid #025;
	-webkit-box-shadow: inset 0px 0px 16px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 0px 16px rgba(255,255,255,0.4);
	box-shadow: inset 0px 0px 16px rgba(255,255,255,0.4);
	-webkit-transition: 0.1s ease background;
	-moz-transition: 0.1s ease background;
}

div#menu a:active {
	color: #fff;
	text-shadow: #043241 0px 1px 5px;
	background-color: rgba(0,0,0,0);
	border-bottom: 2px solid #000;
	-webkit-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.7);
	box-shadow: inset 0px 0px 20px rgba(255,255,255,0.7);
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
}

div#homepage {
	height: 328px;
	width: 251px;
	margin: 3px;
	padding: 24px 26px;
	background: #333 url('../images/homepage.png');
	float: left;
}

div#homepage h1 {
	color: #999;
	line-height: 60%;
	margin-bottom: 0.60em;
	text-shadow: 0px 1px 2px #111;
}

div#homepage p {
	color: #ebe7e4;
	line-height: 135%;
	font-size: 13px;
	text-shadow: 0px 1px 5px #555;	
}

div#video {
	height: 375px;
	width: 668px;
	margin: 3px 0;
	float: left;
	border-bottom: #444 1px solid;
}

div.content {
	padding: 2em;
	clear: both;
}

div.number {
	width: 39px;
	height: 39px;
	background: url('../images/6aspects.png');
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #777;
	position: absolute;
}

table.6aspects tr td {
}

.clear {
	clear: both;	
}

/* PHOTO GALLERIES */

div#thumbnails {
	float: right;
	width: 540px;
	padding-left: 2em;
	text-align: right;
}

div#flickr {
	min-height: 490px;	
}


div#flickr a {
	display: block;
	float: right;
	position: relative;
	width: 160px;
	height: 142px;
	overflow: hidden;
	background: #7AD;
	border: solid 5px #fff;
	outline: solid 1px #ddd;
	margin: 4px;
	opacity: 0.84;
	filter: alpha(opacity=90);
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
}

div#thumbnails.donate {
	width: 280px;
	min-height: 800px;
}

div#thumbnails.donate div#flickr a {
	width: 240px;
	height: 142px;
}

div#flickr a img {
	position: relative;
	margin-top: -5px;
	margin-left: -25px;
}

div#thumbnails a.gallery {
	background: #fff url('../images/fullscreen_12x12.png') 6px 4px no-repeat;
	padding-left: 23px;
	padding-right: 6px;
	color: #444;
	display: inline-block;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
}

div#thumbnails a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-box-shadow: 1px 3px 12px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 3px 13px rgba(0,0,0,0.7);
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;	
	position: relative;
	z-index: 100;
	outline: none;
}

div#flickr_hp {
	width: 100%;
	position: relative;
	margin-left: -4px;
}

div#flickr_hp a {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	background: #7AD;
	border: solid 3px #fff;
	outline: solid 1px #ddd;
	margin: 4px 3px;
	opacity: 0.84;
	filter: alpha(opacity=90);
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;	
}

div#flickr_hp a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-box-shadow: 1px 3px 10px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 3px 11px rgba(0,0,0,0.7);
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;	
	position: relative;
	z-index: 100;
	outline: none;
}

/* TABS */


/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url('../images/tabs.png') no-repeat -652px 0;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	font-family: Candara, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	text-align:center;	
	text-decoration:none;
	color:#333;
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	/*display:none; */
}

div.panes div {
	display:none;		
	padding: 15px 2em 2em 2em;
	border:1px solid #999;
	border-top:0;
	font-size:14px;
	background-color:#fff;
}

