/* @override http://www.2degreesc.com/css/common.css */

/*-----------------------------------------------------------------------------
[2degreeC] Screen Stylesheet

version:   1.0
date:      05/09/07
author:    [Matt Seccafien]
email:     [matt@barkingdogstudios.com]
website:   [www.barkingdogstudios.com]

-----------------------------------------------------------------------------*/

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.red {
	color: #bf2f37;
	font-weight: bold;
}

hr {
	clear: both;
	visibility: hidden;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.5  Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: url(../images/bg_wrapper.gif) center top no-repeat;
	text-align: center;
}

#wrapper {
	width: 900px;
	/* Set page width here - you can also use percentage */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(../images/bg_wrapper_bt.gif) bottom left no-repeat;
	padding: 50px 0 20px 0;
}

/* Header
-----------------------------------------------------------------------------*/

#mast {
	width: 780px;
	display: block;
	height: 100px;
}

#mast h1.logo {
	background: url(../images/bg_logo.gif) top left no-repeat;
	/*text-indent:-9999px;*/
	width: 255px;
	display: block;
	height: 76px;
	float: left;
}

#mast h2.tagline {
	background: url(../images/bg_tagline.gif) bottom left no-repeat;
	text-indent: -9999px;
	width: 419px;
	height: 81px;
	margin: 0 0 0 334px;
}

/* Navigation
-----------------------------------------------------------------------------*/

ul#nav {
	margin: 25px 0 0 10px;
	width: 132px;
	display: block;
	text-align: right;
	float: left;
	background: top right url(../images/bg_nav_line.gif) no-repeat;
}

ul#nav li {
	font-size: 1.1em;
	width: 132px;
	display: block;
	height: 28px;
	margin-bottom: -1px;
	background: bottom right url(../images/bg_nav_line.gif) no-repeat;
}

ul#nav li a {
	font-size: 1.1em;
	width: 122px;
	height: 28px;
	display: block;
	padding: 0 10px 0 0;
	line-height: 28px;
}

ul#nav li a:hover {
	background: top right url(../images/bg_nav_hover.gif) repeat-y;
	color: #bf2f37;
}

ul#nav li.li_home {
	background: none;
}

ul#nav .link_home {
	color: #666;
}

.link_active {
	background: top right url(../images/bg_nav_hover.gif) repeat-y;
}

/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2.2em;
/* Equivalent to 22pt */
}

h2 {
	font-size: 2.0em;
/* Equivalent to 20pt */
}

h3 {
	font-size: 2.4em;
	/* Equivalent to 18pt */
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
}

.right_col h3 {
	font-size: 1.6em;
	color: #bf2f37;
	margin: 20px 0 5px;
}

h4 {
	font-size: 1.6em;
	/* Equivalent to 18pt */
	font-weight: normal;
}

h5 {
	font-size: 1.4em;
	/* Equivalent to 14pt */
	color: #bf2f37;
}

h6 {
	font-size: 1.1em;
	/* Equivalent to 18pt */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0 10px 0;
	font-style: italic;
	color: #999999;
}

p, q, cite {
	font-size: 1.2em;
	/* Equivalent to 12pt */
}

ul, ol, dl {
	list-style: none;
	font-size: 1.2em;
	/* Equivalent to 12pt */
}

li, dd, dt {
	font-size: 1.2em;
	/* Equivalent to 12pt */
}

a {
	color: #bf2f37;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.post_col a {
	color: #bf2f37;
	text-decoration: none;
}

.post_col a:hover {
	color: #333;
}

p a {
	color: #bf2f37;
	text-decoration: underline;
}

p a:hover {
	color: #bf2f37;
	text-decoration: none;
}

.right_col p a {
	color: #bf2f37;
	text-decoration: none;
}

.right_col p a:hover {
	color: #333;
	text-decoration: none;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#footer ul.sponsors {
	width: 701px;
	margin-right: 16px;
	/*Sets the margin for ie6*/
	padding: 0;
	display: block;
	float: right;
	border-top: 1px solid #bf2f37;
}

/*Sets the margin in every browser except ie6*/
html>body #footer ul.sponsors  {
	margin-right: 35px;
}

#footer ul.sponsors li {
	width: 225px;
	height: 71px;
	display: block;
	float: left;
	/*text-indent:-9999px;
	background:url(../i/sponsor_climateproject.gif) top left no-repeat; */
	border: 1px solid #ccc;
	margin: 2px 5px 0 0;
}

#footer p {
	width: 120px;
	font-size: 1.6em;
	color: #bf2f37;
	text-align: right;
	margin: 0 0 0 15px;
}

#footer .credit {
	margin: 20px 0 20px 165px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer ul.sponsors li.climateproject {
	background: url(../images/sponsor_climateproject.gif) top left no-repeat;
}

#footer ul.sponsors li.capefarewell {
	margin-right: 0px;
	background: url(../images/sponsor_cape.gif) top left no-repeat;
}

#footer ul.sponsors li.braceletsofhope {
	background: url(../images/sponsor_bracelet.gif) top left no-repeat;
}

/* Homepage Page template
-----------------------------------------------------------------------------*/

.post_col {
	display: block;
	float: left;
	width: 150px;
	margin: 25px 15px 20px 0;
	line-height: 16px;
}

.post_col em, .post_col strong {
	font-style: normal;
	font-weight: normal;
}

.post_col img {
	width: 150px;
	height: 150px;
}

/*Sets the coloumns a little closer together in every browser except ie6*/
html>body .post_col {
	margin: 25px 25px 20px 0;
}

.post_title {
	font-size: 1.7em;
	margin: 0 0 8px 0;
}

.post_title a {
	color: #333;
}

.post_title a:hover {
	color: #000;
}

/* Section Page template
-----------------------------------------------------------------------------*/

.bottom_col {
	border-top: 1px solid #bf2f37;
}

.bottom_col p {
	font-size: 13px;
}

.bottom_col h4 {
	margin-top: 15px;
}

.section .post_col a {
	color: #666666;
	text-decoration: none;
}

.section .post_col a:hover {
	color: #bf2f37;
}

/* Content Page template
-----------------------------------------------------------------------------*/

.main_col {
	margin: 0 0px 0 165px;
	width: 700px;
	background: none;
	margin-bottom: 50px;
	background: none;
}

.alt_main_col {
	margin: 0 0px 0 165px;
	width: 700px;
	background: none;
	margin-bottom: 50px;
	background: none;
}

.content .main_col {
	/*All pages that have a body class = content will have the line to separate the 2 coloumns. 
  The home and section pages will not have this line*/
	background: url(../images/bg_main_col.gif);
}

.top_col {
	/*background:url(../images/group.gif) bottom right no-repeat #fff; 
	border-bottom:1px solid #bf2f37; 
	padding:0 0 10px 0;*/
	margin-top: 10px;
}

.top_col h4 {
	width: 500px;
}

.left_col {
	background: url(../images/bg_right_col_bt.gif) bottom right no-repeat;
	border-top: 10px solid #fff;
	padding: 0 0 50px;
}

.left_col p {
	margin: 0 0 15px;
	width: 490px;
}

.right_col {
	width: 160px;
	float: right;
	display: block;
	padding: 0 0 20px;
}

.right_col p, .right_col h6, .right_col h3, .pagnation {
	margin-left: 30px;
}

.right_col p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	/* font-weight:bold; */
}

.pagination {
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 30px;
}

#newspaginator {
	display: block;
	position: relative;
	clear: both;
	text-align: right;
	padding: 0;
	padding-right: 50px;
}

#newspaginator span {
	position: absolute;
	right: 172px;
}

#newsarchive_table tr {
	border-top: 1px solid #ccc;
}

#newsarchive_table td {
	margin: 10px;
	vertical-align: top;
}

span.fin {
	background: bottom right url(../images/mark.gif) no-repeat;
	text-indent: -9999px;
	width: 30px;
	padding: 10px 10px;
}

/* Block elements
-----------------------------------------------------------------------------*/

.right_col .block_elem {
	margin-left: 3px;
	margin-top: 10px;
}

.block_elem .block_title {
	/*color:#bf2f37; */
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.block_elem p {
	margin-left: 3px;
}

/* Forms
-----------------------------------------------------------------------------*/

input.text {
	padding: 3px;
	border: 1px solid #999999;
}

/* Tables 
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* Current Page Links
-----------------------------------------------------------------------------*/

.ourstory .link_ourstory {
	background: top right url(../images/bg_nav_hover.gif) repeat-y;
	color: #bf2f37;
}

.news .link_news {
	background: top right url(../images/bg_nav_hover.gif) repeat-y;
	color: #bf2f37;
}