body {
	width: 100%;
	background: url('../_images/common/bg.gif') repeat 0 0;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333; 
	padding: 0;
	margin: 0;
}

body * {
	line-height: 1.6em;
}

/* @group Basic Builds */

#container-fullwidth {
	width: 100%;
	text-align: center;
	background: url('../_images/common/header_bg.gif') repeat-x 0 0;
	padding: 0;
	margin: 0;
}

#container {
	width: 899px;
	text-align: left;
	margin: auto;
	padding: 0;
	background: url('../_images/common/logo_circles.gif') no-repeat 0 0;
}

#hd {
	width: 899px;
	background: #ffffff url('../_images/common/header_bg.gif') repeat-x 0 18px;
	padding: 0;
	margin: 0;
	position: relative;
}

#column_left, 
#column_left_clear {
	float: left;
	width: 190px;
	margin: 70px 0 0 20px;
	_margin-left: 10px;
	/*background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;*/
}

/*#column_left {
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}*/

/*#column_left_clear {
	background: none;
}
*/
/* uncomment and use this if images in left column need distinguishing */


/*body#home #column_left {
	float: left;
	width: 184px;
	margin: 47px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}*/

/*
body#newsroom #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

body#campaigns #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

body#about_ctc #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

body#tibet_in_canada #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

body#join_donate #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

body#about_tibet #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

body#contact_us #column_left,
body#privacy #column_left,
body#search #column_left {
	float: left;
	width: 184px;
	margin: 117px 0 0 23px;
	_margin-left: 12px;
	background: url('../_images/common/sidebar_bg.gif') repeat-x 0 0;
}

*/

ul.callouts li {
	margin-bottom: 26px;
}

ul.callouts a {
	text-decoration: none;
	display: block;
	width: 190px;
	color: #fbd516;
}
ul.callouts a:hover {
	color: #fff;
}

ul.callouts span.photo {
	height: 81px;
	display: block;
	margin-bottom: 1px;
	border-bottom: 1px dotted #000;
}
ul.callouts li.newsletter span.photo { background: url(../_images/common/callouts/newsletter.jpg) no-repeat 0 0; }
ul.callouts li.dalai-lama span.photo { background: url(../_images/common/callouts/dalai-lama.jpg) no-repeat 0 0; }
ul.callouts li.resistance span.photo { background: url(../_images/common/callouts/resistance.jpg) no-repeat 0 0; }
ul.callouts li.stand-up span.photo { background: url(../_images/common/callouts/stand-up.jpg) no-repeat 0 0; }
ul.callouts li.photos span.photo { background: url(../_images/common/callouts/photos.jpg) no-repeat 0 0; }

ul.callouts span.text {
	margin-top: 1px;
	padding: 0.8em 0;
	font: 16px/1em georgia, 'Times New Roman', times, serif;
	display: block;
	text-align: center;
	
	background-color: #990000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#630000)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #990000, #630000); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #990000, #630000); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #990000, #630000); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #990000, #630000); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}


#column_main {
	float: left;
	width: 440px;
	margin: 0 0 0 23px;
}

#column_main_fullwidth {
	float: left;
	width: 601px;
	margin: 0 0 0 23px;
}

#column_main_fullwidth .layout img{
	padding-right: 10px;
}

#column_right {
	float: right;
	width: 210px;
	/*background: url('../_images/common/sidebar_bg.gif') repeat-x 0 2px;*/
	min-height: 248px;
	_height: 248px;
}

#bd {
	background: #ffffff url('../_images/common/bd_bg_top.gif') repeat-x 0 0;
}

#gradient_bottom {
	background: url('../_images/common/bd_bg_bottom.gif') repeat-x 0 bottom;
	padding: 0 0 50px 0;
}

.molding1 {
	padding: 0;
	margin: -2px 0 0;
}
.ie7 .molding1 {
	margin-bottom: -3px;
}

.molding2 {
	padding: 0;
	margin: 0 0 -3px 0;
	_margin: 0 0 -3px 0;
}

.molding3 {
	 margin-bottom: -3px;
}

.campaigns {
	text-align: center;
	height: 248px;
	padding: 8px 0 26px 0;
	_padding-bottom: 0;
}

.campaign_2 {
	text-align: center;
	padding: 8px 0 0 0;
	_padding: 0;
	_margin-top: -16px;
}

.campaign_3 {
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 0 12px;
	_padding: 0;
	_margin-top: -16px;
}



/* @end */

/* @group Basic html rewrites */


p {
	/*font-size: 1.2em;
		line-height: 1.6em;*/
	padding: 0 0 1.6em 0;
}

a,
a:link, 
a:visited,
a:hover, 
a:active {
	color:  #990000;
	/*font-size: 1em;
		line-height: 1.6em;*/
}

.item a, .item_last a,
.item a:link, .item_last a:link, 
.item a:visited, .item_last a:visited,
.item a:hover, .item_last a:hover, 
.item a:active, .item_last a:active {
	color:  #990000;
	/*font-size: 1.2em;
		line-height: 1.6em;*/
}

strong {
    font-weight: bold;
}

h1 {
	font-size: 2.1428em;
	padding: 0.54em 0;
	line-height: 1.22em;
	background: url('../_images/common/red_divider.gif') repeat-x 0 100%;
}

#text h1 {
	margin-bottom: 1em;
}

h2 {
	font-size: 1.7143em;
	line-height: 1.22em;
	padding: 0 0 0.5em 0;
}

#text h2 {
	padding: 0;
	margin: 0 0 0.75em;
}

h3 {
	font-size: 2.0em;
	line-height: 1.22em;
	padding: 0 0 0.5em;
}

#text h3 {
	font-size: 1.2857em;
	padding: 0;
	margin:  0 0 1em;
}

h4 {
	font-size: 1.7em;
	padding: 0 0 0.5em 0;
	line-height: 1.22em;
}

#text h4 {
	font-size: 1.2857em;
}

h5 {
	font-size: 1.2em;
	padding: 0 0 0.25em 0;
}

img {
	padding: 0;
	margin: 0;
}

#text img {
	max-width: 100%;
}

#text .caption {
	background: #fbf1de;
	padding: 2em;
	margin-bottom: 3em;
}

#text .caption p:last-child{
	padding-bottom: 0;
}

blockquote {
	font-size: 1.0714em;
	/*line-height: 1.6em;*/
	padding: 0 1.6em 1.6em;
	/*color: #666;*/
	font-style: italic;
}

#column_main ul {
	margin-bottom: 15px;
}

#column_main ul li {
	list-style-type: circle;
	margin-left: 20px;
	padding-bottom: 5px;
}

#column_main ol li {
	margin-left: 20px;
	padding-bottom: 5px;
}

#column_main ul ul {
	padding: 5px 0;
}

#column_main_fullwidth #text ul {
	margin-bottom: 15px;
}

#column_main_fullwidth #text ul li{
	list-style-type:circle;
	margin-left:20px;
	padding-bottom:5px;
}

ol {
	margin-bottom: 15px;
	list-style-type: decimal;
}

ol li {
	margin-left: 20px;
	padding-bottom: 5px;
}

#column_main ol ul {
	margin: 10px 0 15px 20px;
}

#column_main ol ul li {
	list-style-type: none;
	margin-left: 20px;
	padding-bottom: 5px;
}

#column_main ol ul ul {
	margin: 10px 0 15px 20px;
}

#column_main ol ul ul li {
	list-style-type: none;
	margin-left: 20px;
}

#column_main ol ul ul ul {
	margin-bottom: 15px;
	margin-left: 20px;
}

#column_main ol ul ul ul li {
	list-style-type: circle;
	margin-left: 20px;
	padding-bottom: 5px;
}


#column_main .datatable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
}

#column_main .datatable .headrow {
	background-color: #e2dbca;
}

#column_main .datatable td {
	font-size: 1.1em;
	border: 1px solid #ab9e94;
	padding: 3px;
	text-align: center;
}



.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.sans_serif {
	font-family: Helvetica, Geneva, sans-serif;
}

.small {
	font-size: 0.83em;
	font-weight: bold;
}

em {
	font-style: italic;
	line-height: 1.6em;
}

hr {
	border-top: 1px dotted #000;
	border-bottom: 0px solid #ffffff;
	margin: 0 0 1.6em 0;
}

sup {
	vertical-align: top;
}

/* @end */

#top_banner, .nav, #ft {
	font-size: 0.714em;
}

/* @group Header */

#top_banner {
	height: 94px;
	position: relative;
}

.ie7 #top_banner {
	height: 91px;
	position: relative;
}

#logo {
	float: left;
	width: 253px;
	margin: 15px 0 0 11px;	
}

#hd .hd_bottom {
	background: url('../_images/common/header_bottom.gif') repeat-x 0 0;
	height: 20px;
}

/* @group Join */

#join_mailing_list_en,
#join_mailing_list_fr {
	float: right;
	height: 62px;
	padding: 30px 209px 0 45px;
	margin: 0;
	background: url('../_images/common/tibet_seal.gif') no-repeat 1px 5px;
}


.ie #join_mailing_list_en,
.ie #join_mailing_list_fr {
	padding-top: 32px;
}

.ie7 #join_mailing_list_en,
.ie7 #join_mailing_list_fr {
	padding-top: 24px;
}

/*.ie7 #join_mailing_list_en form,
.ie7 #join_mailing_list_fr form {
	padding-top: 5px;
}*/


#join_mailing_list_en h1,
#join_mailing_list_fr h1 {
	font-size: 1.4em;
	line-height: 1.214em;
	padding: 0 0 3px 0;
	background: none;
}

#join_mailing_list_en .input_text,
#join_mailing_list_fr .input_text {
    border: 1px solid #d1d1d1;
    width: 185px;
    padding: 5px;
    color: #444;
    font: normal 1.1em helvetica, arial, sans-serif;
	vertical-align: middle;
}

#top_banner .button_align {
	background: #990000;
    border: 0;
    color: white;
	font-size: 1.1em;
	letter-spacing: 0.1em;
    padding: 5px 12px 4px;
    text-align: center;
    text-transform: uppercase;
	cursor: pointer;
	display: block;
}

.ie #top_banner .button_align {
	padding: 5px 12px;
}

.ie7 #top_banner .button_align {
	padding: 3px 12px;
}

#top_banner .button_align:hover {
	color: #fdb908;
}

#top_banner .btn {
	padding: 1px;
	background: transparent;
	border: 1px dotted black;
	display: inline-block;
    margin-left: 8px;
	vertical-align: middle;
}

.ie7 #top_banner .btn,
.ie7 #top_banner .input_text {
	float: left;
}

.social{
	position: absolute;
	top: 46px;
	right: 20px;
}
.social li{
	margin-left: 8px;
	display: inline;
}
.ie7 .social{
	top: 42px;
	right: 16px;
}




.lang-toggle {
	position: absolute;
	top: 32px;
	right: 20px;
/*	font-size: 1.3em;*/
	z-index: 100;
}

.lang-toggle a:hover {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Main Header Photos */

/* for generic pages */
#hd .photo {
	padding: 0;
	margin: 0;
	height: 220px;
	position: relative;
}

/* for individual pages */
/*body#home #hd .photo {
	padding: 0;
	margin: 0;
	height: 226px;
	position: relative;
	background: url('../_images/common/header_photos/home.jpg') no-repeat 0 0;
}

body.sub #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
}

body#newsroom #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/newsroom.jpg') no-repeat 0 0;
}

body#campaigns #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/campaigns.jpg') no-repeat 0 0;
}

body#join_donate #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/join_donate.jpg') no-repeat 0 0;
}

body#about_ctc #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/about_ctc.jpg') no-repeat 0 0;
}

body#tibet_in_canada #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/tibet_in_canada.jpg') no-repeat 0 0;
}

body#about_tibet #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/about_tibet.jpg') no-repeat 0 0;
}

body#contact_us #hd .photo {
	padding: 0;
	margin: 0;
	height: 156px;
	position: relative;
	background: url('../_images/common/header_photos/contact_us.jpg') no-repeat 0 0;
}*/

#hd .photo .message {
	padding: 40px 20px 130px 12px;
	margin: 0 0 0 20px;
	position: absolute;
	width: 168px;
	height: 140px;
	font-size: 0.7857em;
	text-align: center;
	text-transform: uppercase;
}
#hd .photo .message span{
	display: block;
	line-height: 1.2727em;
}
.en #hd .photo .message {
	background: url(../_images/en/home-message.png) no-repeat;
}
.fr #hd .photo .message {
	background: url(../_images/fr/home-message.png) no-repeat;
}

/* @end */

/* @group Nav */

#hd .nav {
	background: #5a0808; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a0808 0%, #990000 7%, #990000 35%, #3c0101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a0808), color-stop(7%,#990000), color-stop(35%,#990000), color-stop(100%,#3c0101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5a0808 0%,#990000 7%,#990000 35%,#3c0101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5a0808 0%,#990000 7%,#990000 35%,#3c0101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5a0808 0%,#990000 7%,#990000 35%,#3c0101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5a0808 0%,#990000 7%,#990000 35%,#3c0101 100%); /* W3C */
	
	text-align: center;
	height: 28px;
}

.ie6 #hd .nav, .ie7 #hd .nav, .ie8 #hd .nav, .ie9 #hd .nav {
	background: url('../_images/common/nav_bg.gif') repeat-x 0 0 !important;
}

#hd .nav ul {
	list-style: none;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

#hd .nav ul:after {
	content: "";
	display: table;
	clear: both;
}

#hd .nav li{
	position: relative;
}
#hd .nav li a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

#hd .nav .main-menu>li {
	display: block;
	float: left;
	margin: 0 33px;
}
body.fr #hd .nav .main-menu>li {
	margin: 0 26px;
}
#hd .nav .main-menu>li>a{
	text-transform: uppercase;
	padding: 5px 0;
}
#hd .nav li.active>a,#hd .nav li:hover>a{
	color:#fd0;
}


#hd .nav .submenu{
	display: none;
	position: absolute;
	z-index: 100;
	top: 20px;
	padding-top: 24px;
	width: 160px;
	-webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.8); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.8);
}
.ie #hd .nav .submenu {
	background: transparent url(../_images/common/px.png) repeat 0 0; /* Hack to keep focus in IE - doesn't like 'transparent' background */

}
#hd .nav li:hover>.submenu{
	display:block;
}
#hd .nav .submenu>li {
	display: block;
	text-align: center;
	color: #000;
	background-color: #900;
	padding: 0 10px;
}

#hd .nav .submenu>li>a{
	padding: 10px 0;
	border-top: 1px dotted black;
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 1.1em;
}
#hd .nav .submenu>li:first-child{
	padding-top: 3px;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 1); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
	box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 1);

}
#hd .nav .submenu>li:first-child>a{
	border: none;
}

/* @end */

/* @group retrospective */


.retro {
	clear:both;
	color:#888888;
	font-size:10px;
	text-align:left;
	width:100%;
}

.retro img {
    padding: 5px;
}

#ZoomImage {
	border: 2px solid #ffffff;
}

.retro_intro {
	font-size:1.3em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

p.retro {
	margin-left: 10px;
	vertical-align:-10px;
}

.pdf_padding {
	padding: 9px 10px 0 0;
}

.footer_social_pad {
	margin-top: 12px;
	margin-right: 10px;
}

/* @end */


/* @group Intro */

.intro {
	margin: 23px 0 0 0;
	padding: 0 0 12px;
	background: url('../_images/common/dotted_divider.gif') repeat-x 1px 100%;
}

.intro p {
	font-size: 14px;
	padding: 0 50px 0.25em 0;
	_padding: 0 50px 0.5em 0;
}

.intro a {
	font: bold 0.92em Helvetica, Geneva, sans-serif;
}

.intro a:hover {
	text-decoration: none;
}

/* @end */

/* @group World News */

.world_news {
	/*font-size: 12px;*/
	padding: 0 0 9px 0;
	background: url('../_images/common/dotted_divider.gif') repeat-x 1px 100%;
}

#column_right .world_news h1{
	font-size: 1.642em;
	line-height: 1.22em;
	text-align: center;
}

.date {
	padding: 12px 0;
	text-transform:uppercase;
	background: url('../_images/common/dotted_divider.gif') repeat-x 1px 100%;
	font: bold 0.8571em Helvetica, Geneva, sans-serif;
	margin: 0;
}

.world_news .date{
	padding-left: 12px;
	margin-bottom: 12px;
}

.world_news .format_text{
	padding-left: 12px
}

#column_right .world_news ul {
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0 0 7px 0;
	list-style-type: none;
	list-style-image: none;
}

#column_right .world_news ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 12px 8px 12px 12px;
	margin:  0;
	background: url('../_images/common/dotted_div_dbl.gif') repeat-x 1px 100%;
	
}

#column_main .news_releases .item {
	text-decoration: none;
}

#column_right .world_news ul li a{
/*	font-size: 1.2em;*/
	display: block;
}

#column_right .world_news ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Upcoming Events */

.upcoming_events,.past_events {
	padding: 0 0 9px 0;
}

.upcoming_events .item,.past_events .item {
	background: url('../_images/common/dotted_divider.gif') repeat-x 1px 100%;
	padding: 10px 0;
}

.upcoming_events .item_last,.past_events .item_last {
	background: none;
	padding: 10px 0;
}

.upcoming_events h4,.past_events h4 {
	font: bold 0.8em Helvetica, Geneva, sans-serif;
	text-transform:uppercase;
}

body#home .upcoming_events a, body#home .past_events a {
	font-size: 1.4em;
	text-decoration: none;
}

.upcoming_events a:hover,.past_events a:hover {
	text-decoration: underline;
}

.format_text {
/*	font-size: 12px;
	line-height: 16px;*/
	text-align: left;
	padding: 0;
}

.upcoming_events #text table tr td {
	font-size: 1.2em;
}

.upcoming_events #text table {
	margin: 0 0 1.6em 0;
}


/* @end */

/* @group News Releases */

.news_releases {
	padding: 18px 0 9px 0;
}

.news_releases .item {
	background: url('../_images/common/bullet_news.gif') no-repeat 0 18px;
	_background: url('../_images/common/bullet_news.gif') no-repeat 0 20px;
	padding: 10px 10px 10px 20px;
}

.news_releases h1 {
	font-size:1.7142em;
    line-height:23px;
    padding-bottom:1em;
    padding-left:20px;
    padding-right:20px;
}

.news_releases h3 {
	font: bold 0.8571em Helvetica, Geneva, sans-serif;
	padding-bottom: 0.2em;
	text-transform:uppercase;
}

.news_releases a {
/*	font-size: 1.2em;*/
	text-decoration: none;
}

.news_releases a:hover {
	text-decoration: underline;
}

.news_releases .excerpt{
	line-height: 1.4em;
}

/* @group Newsletter Archives */

ul#newsletter_archives li {
	list-style-type: none;
	padding-left: 0;
}

ul#newsletter_archives li {
	list-style-type: none;
	margin-left: 0;
	background:transparent url(../_images/common/dotted_divider.gif) repeat-x scroll 1px 0;
	padding: 10px 0;
	_padding: 5px 0 10px;
	clear: both;
}

ul#newsletter_archives li h3 {
	font-size: 0.92em;
	font-weight: bold;
	text-transform:uppercase;
	font-family:Helvetica,Geneva,sans-serif;
	letter-spacing: .15em;
	margin-top: 2em;
	padding: 0;
}

ul#newsletter_archives li p {
	font-size: 1em;
	line-height: 1em;
	padding: 0;
}

ul#newsletter_archives li .pdf {
	float: left;
	width: 95px;
	padding-bottom: 4px;
}

ul#newsletter_archives li .pdf img {
	background: transparent url(../_images/common/newsletters/newsletter_bg.png) no-repeat 0 0;
	padding: 3px 11px 11px 3px;
	_background-image: url(../_images/common/newsletters/newsletter_bg.gif);
}

/* @end */

/* @end */

/* @group Subpage text */

.subtitle {
	padding: 1em 0;
	background: url('../_images/common/dotted_divider.gif') repeat-x 0 100%;
	font-style: italic;
	margin: -1.2em 0 1.6em 0;
}

.author {
	text-transform: uppercase;
	font: bold 0.92em Helvetica, Geneva, sans-serif;
}

#text img.left {
	float: left;
	padding: 0 12px 2px 0;
}

#text img.right {
	float: right;
	padding: 0 0 2px 12px;
}

#text .document {
	border: 1px solid #e7c36f;
	padding: 15px;
}

#text .document_border {
	background: #fcf7ec url('../_images/common/document_bg.gif') repeat-x 0 0;
	padding: 5px;  
	margin: 0 0 2.4em 0;
}

/* @group join/donate */

#join_donate fieldset {
	padding: 2em;
	font-size: 14px;
}

#join_donate legend, 
#join_donate .document table h3 {
	 font-size: 14px; 
	 font-weight: bold; 
	 color: #47423C;
}
 
#join_donate .document table h3 {
	padding-bottom: 10px;
}

#join_donate .document table.convert * {
	 font-size: 1.02em;
}

#join_donate .document table.convert p{
	 padding: 0; 
	 font-size: 1.1em;
}

#join_donate .document input.button {
	 font-size: 1.1em;
}

#join_donate p.and_or{
	margin: 8px 0pt 8px 0.8em;
}

form#donation_form p{
	font-size: 1em;
	padding: 0 0 0.2em;
}

form#donation_form .radiobuts{
	margin: 0px 0pt -2px
}

form#donation_form input.button {
	margin: 1em 0 0 0.8em;  
	font-size:13px;
	padding: 2px;
}

/* @end */

/* @end */


/* @group Donate Callout */
.donate {
	border: 1px dotted #000;
	padding: 1px;
	width: 182px;
	margin: 28px 0 2.2em;
}

.donate a {
	background-color: #990000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#630000)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #990000, #630000); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:    -moz-linear-gradient(top, #990000, #630000); /* Firefox 3.6-15 */
	background-image:      -o-linear-gradient(top, #990000, #630000); /* Opera 11.10-12.00 */
	background-image:         linear-gradient(to bottom, #990000, #630000); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

	color: #fbd516;
	font: 22px/1em georgia, 'Times New Roman', times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0.9em 0;
}

.donate a:hover {
	color: #fff;
}

.donate a span {
	background: url('../_images/common/i-donate.png') no-repeat 50% 0;
	padding-top: 42px;
	display: block;
}

/* @end */







/* @group Subnav */

.subnav h1 {
	font-size: 1.2857em;
	padding: 26px 10px 1.15em 20px;
	line-height: 1.22em;
}

.subnav ul {
	padding: 0.43em 0;
}

.subnav ul li {
	padding: 1.1em 7px;
	background: url('../_images/common/dotted_divider.gif') repeat-x 0 100%;
	line-height: 1em;
}

.subnav ul li a {
	/*font-size: 1.4em;*/
	padding-left: 12px;
	text-decoration: none;
	background: url('../_images/common/bullet_news.gif') no-repeat 0 4px;
	_background: url('../_images/common/bullet_news.gif') no-repeat 0 5px;
	line-height: 1.22em;
	display: block;
}

.subnav ul li a:hover {
	text-decoration: underline;
	_font-size: 1.4em;
}

.subnav ul ul {
	background: none;
	padding: 3px 0 0;
}

.subnav ul ul li {
	padding: 3px 0 3px 16px;
	background: none;
}

.subnav ul ul li a {
	background: url('../_images/common/sub_nav_dash.gif') no-repeat 0 7px;
	padding-left:7px;
}


/* @end */



/* @group Footer */ 

#ft {
	background: #990000 url('../_images/common/footer_bg.gif') repeat-x 0 0;
	color: #ffffff;
	font: 1.1em Helvetica, Geneva, sans-serif;
}

/* @group Nav */

#ft .nav {
	padding: 0 0 0 2px;
	float: left;
}

#ft .nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

#ft .nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 17px;
}

#ft .nav ul li a {
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
}

#ft .nav ul li a:link,
#ft .nav ul li a:visited {
	color: #FFFFFF;
}

#ft .nav ul li a:hover,
#ft .nav ul li a:active {
	text-decoration: underline;
}

/* @end */

#ft #contact {
	padding: 15px 18px 11px 18px;
	font: 0.714em Helvetica, Geneva, sans-serif;
}

#ft #contact a {
	color: #ffffff;
}

#ft #contact a:hover,
#ft #contact a:active {
	text-decoration:none;
}

#ft #copyright {
	padding: 0 0 18px 18px;
	float: left;
	line-height: 1.6em !important;
	color: #000;
	font: 0.714em Helvetica, Geneva, sans-serif;
}

#ft #plank {
	padding: 0 18px 18px 0;
	float: right;
	font: 0.714em Helvetica, Geneva, sans-serif;
}

#print_plank {
	display:none;
}


#ft #plank img {
	vertical-align: -25%;
}

#print_page {
	clear:both;
	float:right;
	margin: -6px 0 12px;
	font-family: 'Arial';
	font-size: 10px;
}

.old_archives {
	float:left;
}

.old_archives ul {
	padding:0px;
	margin:0px;
	
}

.old_archives li, li.a {
	padding:0px;
	margin:-5px;
}

.first_two {
	margin-right: 45px;
	margin-top: 15px;
}

.old_archives h3 {
	margin: 0 0 6px 20px;
	font-size: 1.1em;
}

.last {
	margin-top: 15px;
}

.old_archives_break {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

.old_archves_content {
	margin-top: 15px;
	font-size: 13px;
	color: #333;
}

.old_archves_content h4{
	margin-top: 20px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

/* @end */


.pagination {
	text-align: left;
	padding: 1em 0;
	/*font-size: 1.2em;*/
}

.pagination .pages {
	padding: 0 2px;
	white-space: nowrap;
}

.pagination .current {
	padding: 0 10px 0 0;
	white-space: nowrap;
}

.pagination .page-no {
	display: block;
}

/* @group Search */

body#search input.search {
	font-size: 1.2em;
	width: 350px;
	margin-right: 8px;
	padding: 3px 2px 1px 2px;
	*padding: 0px 2px;
	color: #444;
	border: 1px solid #d1d1d1;
    font: normal 1.3em helvetica, arial, sans-serif;
    *font-size: 1.2em;
}

body#search .search_button_align {
	vertical-align: -5px;
	*vertical-align: -2px;
}




/* @end */



/* Photo Gallery */

#text .photo-gallery a {
	overflow: hidden;
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
	background: #FBF1DE;
	padding: 1em;
}

.ie #text .photo-gallery a {
	cursor: pointer;
}

#text .photo-gallery .img {
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 18px;
}

#text .photo-gallery .img img {
	max-height: 100px;
}

#text .photo-gallery .caption {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: none;
}

#lightbox .lb-data .lb-caption {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 120%;
	margin-top: 0.25em;
	text-shadow: 2px 2px 1px #000000;
}

#lightbox .lb-data .lb-number {
	font-size: 14px;
	color: #ccc;
	margin-top: 0.5em;
}


/* @end */