/*
Theme Name: I Am Korean American
Author: Barrel
*/



/* Begin Typography & Colors */

.homephoto{
	float:left;
	margin: 0 0 15px 0;
}

.image-holder-small{
	float:left;
	width:220px;
	height:145px;
	display:inline;
	margin: 0 0 10px 0;
	overflow: hidden;
}


body {
	margin: 0;
	padding: 0 0 0px 0;
	font-family: Georgia, Times, serif;
	position: relative;
	background: #000000;
	font-size: 62.5%;
	color: #eeeeee;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #F6E834;
	text-decoration: none;
	 }

a:hover, a:visited:hover {
	color: #eeeeee;
	text-decoration: none; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }

form { margin: 0; padding: 0; }

img { border: none;}

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #fff; }

h1 span { color: #fff;font-size:0.5em;vertical-align:0.2em }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height:15px;
	color: #fff; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff; }
	
h5 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
	}

h5 span {
	display: block;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }
	
/*---------------LAYOUT BOXES----------------------*/
#Frame {
	margin: 0 auto 0 auto;
	padding: 0px 0px 0 0px;
	width: 960px; 
}
/*--------------HEADER ELEMENTS----------------*/

#HeaderContainer {
	width: 100%;
	border-bottom: 1px solid #232323;	
}

#Header {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0px 0;
	height: 45px;
	overflow: hidden;
}

#Logo {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	font-size: 2.2em;
	letter-spacing: 0.1em;
	color: #fff;
	}

#Logo a, #Logo a:link, #Logo a:visited{
	color: #fff;
	}
	
#Logo a:hover, #Logo a:link:hover, #Logo a:visited:hover{
	color: #F6E834;
	text-decoration: none;
	border-bottom: none;
	}
		
/*----------------------NAVIGATION---------------------------*/
#navigation{
	font-family: Georgia, Times, serif;
	list-style-type: none;
	float: right;
	padding: 2px 0 0px 0;
	margin: 0px 0 0 0;
}

#navigation li {
	float: left;
	font-size: 1.4em;
	padding: 6px 0px 0px 0px;
	margin: 0 0px 0 19px;
}

#navigation li a, #navigation li a:visited:link, #navigation li a:link {
	display: block;
	color: #ffffff;
	padding: 0 0 20px 0;
	text-decoration: none;
	border-bottom: none;
}

#navigation li a:hover, #navigation li a:link:hover, #navigation li a:visited:hover{
	color: #F6E834;
	text-decoration: none;
	border-bottom: none;
}

#navigation li.selected a, #navigation li.selected a:hover {
	color: #F6E834;
	background: url(/wp-content/themes/iamkoreanamerican/img/nav_selected.gif) bottom center no-repeat;
}

/*------------ENEWSLETTER POP UP STYLING-----------------------*/

#ENewsletterPopup .jqmWindow {
	display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: 9999;
    margin-left: -315px;
	padding:0;
    width: 630px;
	height:283px;
    background: #000;
    color: #fff;
	border:solid 5px #fff;;
}

#ENewsletterPopup .jqmContent  {
	float: left;
	position:relative;
	width: 570px;
	height:180px;
	background:#000;
	padding: 45px 30px;
	text-align:left;
	display:inline;
}

#BodyText #ENewsletterPopup .jqmClose p {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
}

#ENewsletterPopup .jqmClose {
	float: right;
	margin: 0 0px 0 0;
	display: inline;
	cursor: pointer;
	position:absolute;
	right:20px;
	top:-20px;
	text-transform:uppercase;
	background:url(img/popup_closebutton.gif);
	width:36px;
	height:35px;
	text-indent:-9999px;
	text-align:left;
}

#ENewsletterPopup .jqmContent {
	float: left;
}

#ENewsletterPopup .jqmContent .popupcontent h3{
	font-size:2.6em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px 0;
}

#ENewsletterPopup .jqmContent .popupcontent{
	position:relative;
	width:568px;
	padding:0;
	margin:;
	text-align:left;
}

#BodyText #ENewsletterPopup .jqmContent .popupcontent p{
	color:#B3B3B3;
	margin:0 0 12px 0;
	font-size:1.6em;
	line-height:1.6em;
}

#ENewsletterPopup .jqmOverlay { background-color: #4D4D4D; z-index: 0;}

* html #ENewsletterPopup .jqmWindow {
     position: absolute;
     top: 100px;
}

#ENewsletterPopup form {
	height:58px;
}

#ENewsletterPopup form input.popupinput {
	width:440px;
	height:45px;
	float:left;
	color:#B3B3B3;
	font-size:1.8em;
	padding: 0 0 0 10px;
	line-height:2.4em;
	border:solid 3px #E6E6E6;
	margin:0 10px 0 0;
}

#ENewsletterPopup form input.popupsubmitbutton {
	width:101px;
	height:51px;
	float:left;
	margin:0;
	border:0;
}

/*------------MISCELLANEOUS-----------------------*/

label {
	float: left;
	width: 130px;
	font-size: 1.2em;
	padding: 8px 10px 0 0px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}

label.error {
	clear: both;
	float: left;
	width: 300px;
	font-size: 1.2em;
	padding: 0px 10px 20px 140px;
	text-align: left;
	text-transform: uppercase;
	color: #f6e834;
}


.inputfield {
	border: 1px solid #B3B3B3;
	margin: 0 0px 5px 0;
	padding: 4px;
	height: 14px;
	top: 0px;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 1.3em;
}

.caption {
	float: right;
	width: 470px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #c4c4c4;
}

.smallcaption {
	float: left;
	font-size:1.0em;
	width: 310px;
	margin: 0 0 10px 140px;
	display: inline;
}
.text {
	font-family: Arial, helvetica, verdana, sans-serif;
float: left;
clear: right;
padding: 4px;
border: none;
width: 292px;
margin: 0 20px 20px 0;
font-size: 1.4em;
border: 5px solid #dfdfdf;
}

.text.error, .textarea.error {
	margin: 0 20px 5px 0;
	border: 5px solid #f6e834;	
}

#ProjectsCauses .text, #ProjectsCauses .textarea {
	width: 280px;
}

.text:focus, .textarea:focus {
	border: 5px solid #F6E834;
}

.textarea {
		font-family: Arial, helvetica, verdana, sans-serif;
	float: left;
	clear: right;
	padding: 4px;
	border: none;
	width: 292px;
	margin: 0 20px 20px 0;
	font-size: 1.2em;
	border: 5px solid #dfdfdf;
}

.other {
float: left;
clear: both;
margin: 0 20px 20px 0;
}

.btn {
float: left;
clear: both;
margin: 20px 0 0 140px;
}

.archivelist {
	float: left;
	width: 210px;
	position: relative;
	margin: 0 0px 20px 0;
	height: 280px;
}

.projectcauses .archivelist {
	height: 200px;
}

.archivelist-photo {
	float: left;
}

.archivelist-info {
	float: left;
}

.pagenavigation {
	float: left;
	height: 60px;
	margin: 0 0px 0 20px 0;
}

.submitframe {
	float: left;
	padding: 25px;
	width: 625px;
	background: #232323;
	border: 1px solid #333333;
}

#SubmitChanger {
	float: right;
	height: 20px;
	width: 380px;
	margin: 22px 0 0 0;
	overflow: hidden;
}

#SubmitChanger div {
	float: left;
	height: 40px;
	width: 380px;
	font-weight: bold;
	color: #77D4E3;
}


#NewQuestion {
	float: left;
	height: 25px;
	width: 76px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 18px 0 0 0;
	
}

#NewQuestionButton {

}

#PhotoGuidelines {
	float: left;
	height: 25px;
	width: 164px;
	cursor: pointer;
	padding: 0px 0 30px 0;
	display: inline;
}

#PhotoGuidelinesButton {
	border: 1px solid #ccc;

}

#dialog {
	z-index: 9999;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 9999;
    margin-left: -305px;
    width: 550px;
    background-color: #000;
    color: #333;
    border: 8px solid #393939;
    padding: 15px;
}

.jqmWindow h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 5px 0;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff; 
}

#BodyText .jqmWindow p {
	color: #fff;
	font-size: 1.2em;
}

#BodyText .jqmWindow.submitaphoto {
	width: 480px;
	padding: 15px 15px 30px 15px;
	margin-left: -260px;
	top: 5%;
}

#BodyText .jqmWindow.submitaphoto p {
	font-size: 1.4em;
}

#BodyText .jqmWindow ul li {
	font-size: 1.2em;
}
.jqmClose {
float: right;
text-align: right;
margin: 0 0 5px 0;
}

.jqmOverlay { background-color: #000; z-index: 0;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: 100px;
}

#jqmHeader {
	border-bottom: 3px solid #1A1A1A;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
}

.indicate-required {
text-align: right;
padding: 10px 0 10px;
color: #fff;
}

#mce-responses .response{
	color: #fff;
	font-size: 1.2em;
}

#SamplePhoto {
	float: right;
	margin: 3px 0 0 30px;
}

.block {
	float: left;
	display: block;
	width: 100px;
	height: 100px;	
}

#block1{
	margin: 0 20px 20px 20px;
	background: #BCD43A;
}
#block2{
	margin: 0 20px 20px 0;
	background: #579656;
}
#block3{
	margin: 0 0px 20px 0;
	background: #74B44A;
}
#block4{
	margin: 0 20px 20px 20px;
	background: #0095C7;
}
#block5{
	margin: 0 20px 20px 0;
	background: #00AED6;
}
#block6{
	margin: 0 0px 20px 0;
	background: #77D4E3;
}
#block7{
	margin: 0 20px 20px 20px;
	background: #EE5A28;
}
#block8{
	margin: 0 20px 20px 0;
	background: #F8AD40;
}
#block9{
	margin: 0 0px 20px 0;
	background: #F4901E;
}

#WelcomeMessage {
	float: left;
	width: 680px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #232323;
}

#Content {
	padding: 30px 0 0 0;
	background: url(/wp-content/themes/iamkoreanamerican/img/content_bg.gif) top left repeat-y;
}

#ContentFull {
	padding: 30px 0 0 0;
}

#ProfileBody {
	width: 360px;
	padding: 0 20px 0 20px;
}

#SubCol {
	padding: 0 0 0 20px;
	width: 180px;
}

.shopbutton {
	margin: 0 0 20px 0;
}

.popularlocations {
	font-family: Georgia, Times, serif;
	margin: 0 0 24px 0;
	background: #000;
	color: #F6E834;
	border: 1px solid #333333;
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 7px;
	width: 166px;
	background: url(/wp-content/themes/iamkoreanamerican/img/dropdown_arrow.gif) 163px 10px no-repeat;
}

.popularlocations:hover {
	border: 1px solid #535353;
	cursor: pointer;
	background: url(/wp-content/themes/iamkoreanamerican/img/dropdown_arrow_selected.gif) 163px 10px no-repeat;

}

#BodyText ul.popularlocationsdropdown {
	display: none;
	position: absolute;
	top: 121px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 180px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background: #000;
	z-index: 1000;
}

#BodyText ul.popularlocationsdropdown li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.0em;
}

#BodyText ul.popularlocationsdropdown li a, #BodyText ul.popularlocationsdropdown li a:link{
	float: left;
	padding: 4px 7px 4px 7px;
	margin: 0 0 0 0;
	width: 166px;
	color: #fff;
}

#BodyText ul.popularlocationsdropdown li a:hover, #BodyText ul.popularlocationsdropdown li a:link:hover{
	color: #000;
	background: #F6E834;
}

.adunit {
	float: left;
	width: 158px;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #232323;
	border: 1px solid #333333;
	text-align: center;
}

.adunit .adimage {
	margin: 0 0 10px 0;
}

#BodyText .adunit p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
}

#result {
	float: left;
	margin: 0 0 10px 0;
}

#BodyText #result ul{
	margin: 0 0 5px 0;
	padding: 0;
	background: #000;
}

#BodyText #result ul li{
	list-style-type: none;
	font-size: 1.0em;
	margin: 0;
	padding: 0 0 0 12px;
	background: url(/wp-content/themes/iamkoreanamerican/img/blog_bullet.gif) 0 3px no-repeat;
}

#BodyText #result ul li a, #BodyText #result ul li a:link{
	color: #fff;
}

#BodyText #result ul li a:hover, #BodyText #result ul li a:link:hover{
	text-decoration: underline;
}

.mostread {
	float: left;
	margin: 10px 0 10px 0;
}

.mostread img {
	float: left;
	margin: 0 15px 0 0;
}

#BodyText .mostreadprofiles p {
	float: left;
	width: 100px;
	font-size: 1.0em;
	text-transform: uppercase;
}

#BodyText .mostread p {
	padding: 13px 0 0 0;	
}

#ReadMoreContainer {
	width: 100%;
	border-top: 1px solid #232323;	
}

#ReadMore {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 25px 0 20px 0;
}

#ReadMore h4 {
	font-family: Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff; }

#ReadMore .profile {
	float: left;
	width: 140px;
	margin: 0 10px 0 10px;
	display: inline;
}

#ReadMore .profile .image{
	float: left;
	height: 92px;
	width: 140px;
	display: block;
	background: #232323;
	margin: 0 0 15px 0;
}

#ReadMore .profile p{
	font-size: 1.0em;
	margin: 0 0 8px 0;
	padding: 0;
}

#ReadMore .profile p.name{
	text-transform: uppercase;
}


.counter {
	padding: 0 5px 10px 0; font-weight: bold;
}

#ShopSlideshowContainer {
	position: relative;
	float: left;
	width: 960px;
	height: 400px;
	margin: 0 0 30px 10px;
	display: inline;
}

#ShopSlideshow {
	width: 960px;
	height: 400px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

.dollarbadge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1000;
}

.buynowbutton {
	position: absolute;
	top: 170px;
	right: 0px;
	z-index: 1000;
}

.buynowbuttonsmall {
	float: left;
	display: inline;
	width: 130px;
	height: 42px;
	margin: 0 75px 20px 80px;
}

.titlespace {
	padding-bottom: 10px;
}

.readershirticon {
	padding: 0 0 20px 0;
}

.jqModal {
	cursor: pointer;
	color: #F6E834;
}

.facebookbutton {
	float: left;
	margin: 0 8px 0 0;
}

.facebookfan {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}

#AboutTheModels {
	position: absolute;
	bottom: 0px;
	right: 20px;
	background: #000;
	padding: 5px 10px 5px 10px;
	z-index: 300;
	text-transform: uppercase;
}
#BodyText #dialog2 p{
	font-size: 1.2em;
}

#BodyText #dialog2 h3{
	padding: 0;
	margin: 0 0 10px 0;
}

.wp-pagenavi {
	width: 680px;
	float: left;
	text-align: right;
	margin: 10px 0px 30px 0px;
	padding: 10px 0 0 0;
	font-size: 1.9em;
	border-top: 1px solid #232323;
}

.wp-pagenavi span{
	padding: 0 0 0 10px;
}

.wp-pagenavi a{
	padding: 0 0px 0 10px;
}

#SubmitNav {
	float: left;
	margin: 0 0 30px 0;
}

#BodyText ul.submitnav {
	float: left;
	list-style-type: none;
	display: inline;
	border-top: 2px solid #232323;
	border-bottom: 1px solid #232323;
	text-transform: uppercase;
	padding: 8px 0 8px 0;
	margin: 0 0 20px 0;
	width: 680px;
}

#BodyText ul.submitnav li {
	list-style-type: none;
	display: inline;
	margin: 0 30px 0 30px;
	font-size: 1.2em;
	color: #999999;
}

#BodyText ul.submitnav li a {
	color: #fff;
	padding: 0 0 18px 0;
}

#BodyText ul.submitnav li a.selected {
	color: #F6E834;
	background: url(/wp-content/themes/iamkoreanamerican/img/submitnav_selected.gif) bottom center no-repeat;
}

.track {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

.track .title{
	float: left;
	width: 300px;
	padding: 10px 15px 10px 15px;
	background: #333333;
	margin: 0 0 0px 0;
}

#BodyText .track h3 {
	float: left;
	font-size: 1.5em;
	color: #B3B3B3;
	width: 230px;
	margin: 0;
	padding: 0;
}

#BodyText .track p{
	float: right;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0 0 0;
}

.playmusic {
	cursor: pointer;
	color: #F6E834;
}

.track .musicplayer {
	float: left;
	width: 330px;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0px;
	display: none;
	background: #333333;
	height: 25px;
	overflow: hidden;
}

.track .musicplayer audio {
	width: 330px;
}

#BodyText .musicplayer p{
	background: #b4b4b4;
}

.profilecol {
	float: left;
	margin-left: 25px;
	display: inline;
	width: 340px;
	overflow: hidden;
}

.homepage .profilecol {
	width: 410px;
}

.profilecol .age {
	float: left;
	width: 60px;
	margin: 0 20px 0 0;
}

.profilecol .location {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.profilecol .occupation {
	float: left;
	width: 340px;
	padding-bottom: 10px;
}

.profilecol .ownwords {
	float: left;
	width: 340px;
	padding-bottom: 10px;
}

.homepage .profilecol .ownwords {
	width: 410px;
}

.profilecol .previousday {
	float: left;
	padding-bottom: 20px;
}

.profilecol .nextday {
	float: right;
	padding-bottom: 20px;
}

.profilecol .companyname {
	float: left;
	width: 160px;
	margin: 0 20px 8px 0;
}

.profilecol .companysize {
	float: left;
	width: 160px;
}

.profilecol .question {
	margin: 0 0 5px 0;
}

.profilecol .links {
	margin: 0 0 20px 0;
}

#BodyText .links p {
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

.profilecol .bandstagename {
	margin: 0 0 5px 0;
}

.profilecol .musictypegenre {
	margin: 0 0 5px 0;
}

.profilecol .inspiredby {
	margin: 0 0 5px 0;
}

.profilecol .sampletracks {
	float: left;
	margin: 0 0 25px 0;
}

.profilecol .website {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.profilecol .contact {
	float: left;
	width: 200px;
}

.profilethumb {
	float: left;
	width: 210px;
	margin: 0 12px 0 12px;
	display: inline;
	overflow: hidden;
}

.musicvideo {
	float: left;
	margin: 20px 0 0 0;
}
/*-------------- KB Widget -----------------*/
#KBWidget {
	border:solid 1px #2E2E63;
	background:#171447;
	margin:0 0 24px 0;
	padding:16px 16px 0 16px;
}
#KBWidget .item {
	margin:0 0 20px;
}
#KBWidget .logo {
	margin:0 0 16px 0;
}
#KBWidget .visit img {
	border-top:solid 1px #303063;
}
#KBWidget .content div img{
	width:150px;
	margin:0 0 6px 0;
}
#KBWidget #Weddings {
	margin:20px 0 18px;
}
#BodyText #KBWidget a:link, 
#BodyText #KBWidget a:visited {
	display:block;
	color:#fff;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	width:150px;
	text-align:center;
}
#BodyText #KBWidget a:hover{
	color:#C3CADD;
}


/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #B3B3B3; }

#BodyText p.smalllink {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #B3B3B3; }
	
#BodyText .shoptext p {
	font-size: 1.4em;
}

#BodyText #SubCol p {
	font-size: 1.0em;
	padding: 0 0 15px 0;
}

#BodyText #SubCol p.readmore {
	padding: 0 0 30px 0;
}

#BodyText ul {
	margin: 0 0 20px 25px;
	padding: 0;
}

#BodyText ul li {
	list-style-type: square;
	padding: 0px 0px 7px 0px;
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #eeeeee; }

#BodyText h5 {
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff; }

#BodyText h4 {
	font-family: Arial, Verdana, sans-serif;
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff; }

#BodyText #SubCol h4 {
	padding: 0 0 7px 0;
}

#BodyText h3 {
	padding: 0px 0px 8px 0px;
	margin: 0;
	font-size: 2.3em;
	line-height: 1.3em;
	font-weight: normal;
	color: #fff; }
	
#BodyText .archivelist h3 {
	padding: 0 0 10px 0;
	font-size: 1.1em;
}

#BodyText h2{
	padding: 0px 0px 30px 0px;
	margin: 0;
	font-size: 2.4em;
	line-height: 1.3em;
	font-weight: normal;
	color: #B3B3B3; }

#BodyText .archivelist h2 {
	padding: 0 0 10px 0;
	font-size: 1.8em;
}

#BodyText .archivelist .projectcause h2 {
	padding: 0 0 10px 0;
	font-size: 1.3em;
}


#BodyText h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 2.5em;
	line-height: 3.5em;
	font-weight: bold;
	color: #eeeeee; 
}
		
#BodyText a:link, #BodyText a:visited { color: #F6E834; text-decoration: none; }
#BodyText a:hover, #BodyText a:visited:hover { color: #eeeeee; text-decoration: none;}

/*-------------- Copyright Footer -----------------*/

#Footer {
	border-top: 1px solid #232323;	
	width: 100%;
}

#Copyright {
	width: 960px;
	padding: 20px 0px 20px 0px;
	margin: 0 auto 0 auto;
}

#Copyright .left {
	float: left;
}

#Copyright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Copyright ul li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
}


#Copyright h5 {
	margin: 0px 0px 0 0;
	padding: 0px 0px 0px 0px;
	color: #eeeeee;
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
	}
	
#Copyright a:link, #Copyright a:visited { color: #ccc; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #eeeeee;text-decoration: none; border-bottom: 1px solid #eeeeee; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}

	.cufon-loading #Logo,
	.cufon-loading #BodyText h4,
	.cufon-loading #navigation li,
	.cufon-loading #navigation li.selected,
	.cufon-loading label
	{
		visibility: hidden !important;
	}
