*{
margin:0;
padding:0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
table {
	background-color: #fff;
}
div.paging {
	clear: both;
	color: #ccc;
	margin-top: 1em;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 0 40px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}
/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 7px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

/* Main Content */
body{
font-family:"lucida grande",verdana,helvetica,arial,sans-serif;
font-size:12px;
color:#333;
background:#003d4c url(./images/body_bg.gif) repeat-x;
}


/*
*  General Style Info
*/

a{
color:#003d4c;
text-decoration:none;
outline:none;
}
a:hover{
color:#003d4c;
text-decoration:underline;
}

a img{
border:none;
}

h2,h3{
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
font-size:28px;
font-weight:normal;
}

em {
 font-size: 12px;
}

h2{
margin:0.5em 0;
color:#e32;
}

li {
list-style-image:  url("./images/arrow.gif");
}



/*
*  Layout
*/

#container{
	position:relative;
	width:860px;
	margin:0 auto;
	padding-top:80px;
}

#header{
	position:relative;
	padding:15px;
	height:150px;
	width: 830px;
	background:#e4471a url(./images/header_bg.gif);
}

#header h1{
	position:absolute;
	left:50px;
	top:-10px;
}

#header .copy{
	position:absolute;
	color:#fff;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size:30px;
	font-weight:normal;
	top:35px;
	left:280px;
	padding-right: 10px;
}



/*
 * navigations
 */

.navigation{
	height:30px;
	line-height:30px;
	padding:0 15px;
}

.navigation li{
	display:block;
	float:left;
}

.navigation a{
	display:block;
	float:left;
	padding:0 12px;
	text-decoration:none;
}
.navigation a:hover{
	color: #ccc;
	background-color: #e77844;
	text-decoration: none;
}

#main_nav{
	font-size:120%;
	position:absolute;
	top:40px;
	height:40px;
	line-height:40px;
	left:0;
	background:#cc6 url(./images/main_nav_bg.gif) no-repeat bottom;
	width:100%;
}

#main_nav a:hover{
	color:#e32;
}

#secondary_nav{
	font-size:90%;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	background:transparent;
}

#secondary_nav a{
	color:#c0c25b;
}

#secondary_nav a:hover{
	color:#fff;
}

#sites_nav{
position:absolute;
top:0px;
left:0;
width:100%;
height:40px;
background:transparent url(./images/sites_nav_bg.png) no-repeat bottom center;
}

#sites_nav a{
	color:#e77844;
}

#sites_nav a:hover{
	color:#fff;
}

#sites_nav li.current a{
	color:#fff;

}


#search{
	position:absolute;
	top:40px;
	right:0;
	height:40px;
	width:200px;

	background:url(./images/search_bg.png) no-repeat;
}

#search label{
	display:none;
}

#search #search_term{
	display:block;
	position:absolute;
	left:8px;
	top:6px;
	width:150px;
	height:16px;
	background:none;
	border:none;
	color:#003441;
}

#search #search_submit_btn{
	display:block;
	position:absolute;
	right:20px;
	top:5px;
	width:20px;
	height:16px;
	background:none;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}


#content{
padding:0;
background:#fff;
}




/*
 * panels stuff
 */


.tab-container{
	margin:0 15px;
}

body.js .tab-container{
	position:relative;
	padding-top:50px;
	overflow:hidden;
	width: 830px;
}

.tabs{
	height:50px;
	width:100%;
	line-height:50px;
	padding-left:55px;
	position:absolute;
	top:0;
	left:0;
	background:#fff url(./images/tabs_bar_bg.png) no-repeat;
}

.tabs li{
	float:left;
	display:block;
}

.tabs a{
	font-size:130%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width:140px;
}

.tabs li a:hover{
	color:#fff;
	background:transparent url(./images/tab_hover.png) no-repeat center;
}

.tabs li.active a{
	color:#003d4c;
	background:transparent url(./images/tab_active.png) no-repeat center;
}

.tabs a.previous, .tabs a.next{
	text-indent:-5000px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:50px;
	height:50px;
	background:url(./images/tab_arrows.png) no-repeat left;
}

.tabs a.next{
	left:780px;
	background:url(./images/tab_arrows.png) no-repeat right;
}

body.js .panels{
	position:relative;
	width:9000px;
	left:0;
}

.panel{
	font-size: 14px;
	line-height: 20px;
	padding:15px 15px 0 290px;
	position:relative;
	border-bottom:1px solid #eee;
}

body.js .panel{
	width:524px;
	float:left;
	height:289px;
	border:none;
	background:url(./images/panel_bg.png) no-repeat center;
}


.panel .image{
	position:absolute;
	left:15px;
	top:10px;
	padding:6px;
}

.panel .actions{
	position:absolute;
	left:560px;
	top:15px;
	list-style-type:none;
}

.panel li {
	margin: 4px 0;
}

/* tabs */
#get-it {
	width:544px;
	padding:15px 15px 0 270px;
}
#get-it p {
	width: 270px;
}
#get-it li {
	margin-left: 34px;
}
#get-it li.download_stable {
	list-style-image:  none;
	margin: 0;
}
#get-it li.download_stable a{
	text-align:center;
	display:block;
	width:240px;
	height:120px;
	line-height:140px;
	background:transparent url(./images/download_btn.png) no-repeat;
}

#get-it li.download_stable a strong{
	display:none;
}

/*
 * meta
 */

#meta{
	overflow:auto;
	margin-top:15px;
	padding:15px;
	background:#f0f09a url(./images/meta_bg.png) repeat-x bottom;
}

#meta h3{
	font-size:18px;
	color:#e4471a;
	padding:0 15px;
	height:30px;
	line-height:30px;
	background:url(./images/meta_div_h3.png) no-repeat;
}

#meta h4{
	font-size:12px;
	color:#2c6877;
	padding:6px 15px;
}

#meta div ul{
	padding:3px 30px;
	list-style-type:square;
}

#donations, #quotes, #just_baked, #bakery_last{
	float:left;
	width:196px;
	margin-right:11px;
	background:#f9f9d2 url(./images/meta_div_bg.png) repeat-x;
	padding-bottom:10px;
}

#donations{
	color:#fff;
	background:#14424f url(./images/meta_donate_bg.png) no-repeat bottom;
}

#donations h3{
	padding:0 30px 0 10px;
	color:#fe0;
	font-size: 15px;
	font-weight: bold;
	background:url(./images/meta_donate_h3.png) no-repeat;
}

#donations h4{
	color:#fe6;
}


#donations li{
	list-style-type:none;
}

#donations li a{
	color:#f9f9f2;
	display:block;
}

#quotes .quote{
	padding:3px 15px;
}

#quotes .quote blockquote{
	padding:0;
	font-size:110%;
	font-style:italic;
}
#just_baked ul li {
	margin-bottom: 10px;
}
/*
 *  Footer
 */
.page {
	background: #fff;
	padding: 20px 40px;
}
.page h2 {
	margin: 0;
}

#footer {
    color: #fff;
    background: #003d4c url(./images/footer_bg.gif) no-repeat right top;
    padding:20px 10px;
    text-align: right;
}
ul.features {
	font-size: 85%;
	margin-top: 10px;
}
ul.features li {
	margin-left: 20px;
}

/*
 * Feeds
 */
div.channel {
	float: left;
	width: 365px;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.channel h3 {
	margin: 0;
	font-size: 18px;
}
.zebra {
	background-color: #f4f4f4;
}
ul.items {
	margin-left: 8px;
}
ul.items li {
 	margin-left: 10px;
	padding: 3px;
}
form#FeedSubmitForm {
	float: left;
	width: 360px;
}
form#FeedSubmitForm label {
	display: block;
}
form#FeedSubmitForm .clear {
	display: none;
}
form#FeedSubmitForm .submit {
	margin: 10px 60px;
}
#bakery_last div.channel {
	width: auto;
}
#bakery_last ul.items {
	margin: 0;
}
#bakery_last ul.items li {
	margin: 0;
}
table {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid #CCCC66;
}
table th {
	text-align: left;
	padding: 4px 10px;
	background-color: #CCCC66;
}
table td {
	text-align: left;
	padding: 4px 10px;
}
table td a.dir {
	font-weight: bold;
}
table.downloads td {
	font-size: 14px;
	padding: 8px;
}
h4.title {
	padding: 4px 0;
	font-size: 14px;
}
h4.title em {
	font-size: 10px;
}
div#markers {
	clear: both;
	display: none;
}
div#markers .geo {
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 30px;
}
form#MapAddForm {
	margin-top: 10px;
}
form#MapAddForm fieldset {
	padding: 6px 20px;
}
form#MapAddForm fieldset legend {
	font-size: 16px;
	font-weight: bold;
}
form#MapAddForm div {
	padding: 4px 0;
}
form#MapAddForm label {
	display: block;
}
form#MapAddForm input[type=text] {
	width: 100%;
}
form#MapAddForm textarea {
	width: 100%;
}
form#MapAddForm div.submit {
	margin-top: 10px;
	text-align: center;
}

