/* ====================

Title: SWOG Main stylesheet
Last updated: 03/01/2008 by Mike

* Some ideas from Blueprint
* code.google.com/p/blueprintcss

==================== */


/* --------------------------
 @Reset - Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }


/* --------------------------
 @Typography
----------------------------- */

body {
	color: #333;
	font-family: georgia, times, serif;
	font-size: 75%;
	line-height: 1.5;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { background: #f6fff2 url('../images/bg_title.gif') bottom left repeat-x; color: #054450; font-size: 2em; line-height: 1; margin-bottom: 0.8333em; padding: 0.667em 0.25em 0.75em; }
h2 { font-size: 1.5em; margin-bottom: 0.33em}
h3 { border-bottom: 1px solid #f0f0f0; color: #054450; font-size: 1.4em; line-height: 1.5; margin-bottom: 1em; padding-bottom: 0.25em }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

/* Text elements */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Default link styles */

a:link, 
a:visited {
	color: #3e7abd;
	text-decoration: underline;
}

a:active, 
a:focus,
a:hover {
	color: #a41205;
	text-decoration: none;
}

/* Tables */

table   { margin-bottom: 1.4em; }
th      { font-weight: bold; }

/* Text Classes */

.new {
	color: #f37800;
	font-weight: bold
}


/* --------------------------
 @Structure 
----------------------------- */

div#wrapper {
	min-height: 500px;
	padding: 0 0 20px;
}


/* --------------------------
 @identity
----------------------------- */

div#identity {
	background: #ccf7bc url('../images/bg_identity.gif') bottom left repeat-x;
	position: relative;
	text-align: center;
}

img#logo {
	margin: 20px 0 26px;
}


/* --------------------------
 @login
----------------------------- */

div#login { background: #648d57; border-bottom: 2px solid #4f7b41; padding: 0.667em 0 }

#login p { color: #fff; font-family: arial, sans-serif; margin: 0; }

#login input.text { border: 1px solid #4f7b41; margin: 0 1em 0 0.3em; padding: 2px }

#login .title { margin-right: 0.4em; font-weight: bold }

#login a:link, #login a:visited { color: #b6ff9b; text-decoration: underline }

#login a:hover, #login a:active, #login a:focus { text-decoration: none; }

#login-table td { padding: 5px; }

#recover { border-top: 2px solid #dddddd; padding-top: 12px; }


/* --------------------------
 @navigation
----------------------------- */

ul#navigation {
	border-top: 2px solid #539a60;
	background: #71d384;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

#navigation li { 
	display: inline;
	font-size: 1.41667em;
	line-height: 2em;
	list-style-type: none;
	margin: 0.3em 20px 0;
	padding: 0.2em 0.6em 0.5em 0.6em;
}

#navigation li.current { background: #fff; }

#navigation li a:link, #navigation li a:visited { color: #000; text-decoration: none; }

#navigation li a:hover, #navigation li a:active, #navigation li a:focus { color: #fff; }

#navigation li.current a:hover, #navigation li.current a:active, #navigation li.current a:focus { color: #999; }


/* --------------------------
 @content
----------------------------- */

#content {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	width: 768px;
}

#content p { line-height: 2em; }


/*  Breadcrumb  */

#breadcrumb { border-bottom: 1px solid #e4f1de; color: #aaa; font-family: verdana; font-size: 0.91667em; margin-top: -30px; margin-bottom: 0; padding: 0.333em 1em; }
#breadcrumb a:link,
#breadcrumb a:visited { color: #777; text-decoration: none; }

#breadcrumb a:hover,
#breadcrumb a:active,
#breadcrumb a:focus { color: #000; }


/*  Introduction  */

#introduction { margin: 0 auto; padding: 0 0 0.8333em; text-align: center; width: 508px; }
#introduction h1 { background: 0; border: 0; font-size: 1.5em; padding: 0; }
#introduction p { font-size: 1.25em; font-style: italic; }


/*  Boxes  */

.greybox, .bluebox { background: #f0f0f0; overflow: hidden; }

.bluebox { background: #239cb3;}

.greybox h2, .bluebox h2 { line-height: 2em; padding: 0 0 0.2em 12px }

.greybox h2 { color: #a41205 }

.bluebox h2 { color: #ffed98 }

.column .inner { background: #fff; margin: 0 12px 12px; overflow: hidden; padding: 12px; }

h2 a:link.more, h2 a:visited.more { color: #6e756e; font-size: 0.6667em; margin: 0 0 0 8px; text-decoration: none; }

h2 a:hover.more, h2 a:focus.more, h2 a:active.more { color: #000 }

.bluebox h2 a:link.more, .bluebox h2 a:visited.more { color: #98deeb; }

.bluebox h2 a:hover.more, .bluebox h2 a:active.more, .bluebox h2 a:focus.more { color: #fff; }

#forumactivity, #newsandevents { margin-bottom: 2em; }

#content ul.inner  { list-style-type: none; padding: 0;}

.inner li { background: #fbfbf0; font-size: 1.3em; padding: 0.83333em;}

.inner li.even { background: #fff; }

.inner li a:link, .inner li a:visited { color: #000; }

.inner li a:hover, .inner li a:active, .inner li a:focus { color: #a41205; }


/*  Slideshow  */

#slideshow { position: relative }

#slideimage { display: block;  }



/* --------------------------
 @Forum activity
----------------------------- */

#forumactivity ul.inner li { color: #bababa; font-size: 1.1em; }

#forumactivity .user { color: #53c668; font-weight: bold; margin-right: 3px; }

#forumactivity a.text:link, #forumactivity a.text:visited { color: #000; font-size: 1.1em; font-style: italic; padding: 0 3px; text-decoration: none; }

#forumactivity a.text:hover, #forumactivity a.text:active, #forumactivity a.text:focus { color: #3e7abd; }

#forumactivity .date { color: #a41205; margin-left: 3px; }


/* --------------------------
 @Latest Events
----------------------------- */

#newsandevents ul.inner li { color: #bababa; font-size: 1.1em; }

#newsandevents .inner a.event_title:link, #newsandevents .inner a.event_title:visited { color: #000; display: block; font-size: 1.1em; text-decoration: none}

#newsandevents .inner a.event_title:hover, #newsandevents .inner a.event_title:active, #newsandevents .inner a.event_title:focus { color: #3e7abd; }

#newsandevents .inner .event_posted { color: #a41205; }


/* --------------------------
 @Posts
----------------------------- */

#newsorevent h1 .date { background: url('../images/bg_calendar.gif') top left no-repeat; display: block; float: left; font-size: 0.7em; height: 43px; margin: 0 12px 0 0; text-align: center; width: 36px;}

#newsorevent .month, #newsorevent .day { display: block; font-weight: bold; text-transform: uppercase; }

#newsorevent .month { color: #fff; font-family: verdana, sans-serif; font-size: 0.5556em; padding: 5px 0 3px; }

#newsorevent .day { color: #000; font-size: 0.667em; padding: 6px 0 0; }

#newsorevent .author { color: #93b385; display: block; font-size: 0.75em; line-height: normal; font-style: italic;}

#newsorevent b.tree { background: url('../images/tree_1.gif') bottom right no-repeat; bottom: 4px; height: 60px; position: absolute; right: 0px; width: 60px; }


/* --------------------------
 @content_secondary
----------------------------- */

#content_secondary h3 { background: #ebf8fb; margin-bottom: 0.5em; padding: 0.5em;  }

#content_secondary .greybox { margin-bottom: 1em; }


/*  Search  */

#search { margin: 0 12px 12px 12px }


/* --------------------------
 @latestblogs
----------------------------- */

#latestblogs li { background: #eaf8fb; color: #bababa; font-size: 1.1em }

#latestblogs li.even { background: #fff }

#latestblogs .title { display: block; font-size: 1.1em; text-decoration: none; }

#latestblogs .author { color: #53c668; margin-right: 3px; }

#latestblogs .date { color: #a41205; }



/* --------------------------
 @news&events&articles
----------------------------- */

.post h2 { margin-bottom: 0.5em; }

.post h2 .pipe { color: #ddd; font-size: 0.8em; margin: 0 5px }

.post h2 .date { color: #4fd469; font-size: 0.8em }

.post p { margin: 0; }

.post { border-bottom: 1px solid #ebf2e5; padding: 12px 0; }

.navigation_post { border-bottom: 1px solid #eee; padding: 8px 0; text-align: center; }

.navigation_post p { margin: 0 }


/* --------------------------
 @Siteinfo
----------------------------- */

#site_info {
	background: #f6f6f6;
	border-top: 1px solid #eee;
	margin: 0 auto;
	padding: 1em 12px;
	text-align: center;
	width: 744px;
}

#site_info p {
	color: #777;
	margin: 0;
}

#site_info .pipe {
	color: #ddd;
	margin: 0 10px;
}


/* --------------------------
 @Classes (reusable)
----------------------------- */

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

.container {
	position: relative;
	width: 991px;
	margin: 0 auto;
}


/* --------------------------
 @Grid
 
 - 6 columns of 118px each
 - 5 gutters of 12px each
 
----------------------------- */

.column {
	float: left;
	margin-right: 12px;	
}

.colspan-1 { width: 118px }
.colspan-2 { width: 248px }
.colspan-3 { width: 378px }
.colspan-4 { width: 508px }
.colspan-5 { width: 638px }
.colspan-6 { width: 768px; margin-right: 0; }

.last {
	margin-right: 0;
	margin-bottom: 0;
}


/* --------------------------
 @Forms
----------------------------- */

form.form {
	margin-bottom: 1.5em;
}

fieldset {
	border: 0;
}

	fieldset.hidelegend legend {
		display: none;
	}
	
legend {font-size: 1.5em; margin-bottom: 0.33em}

	
.form label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 0 1.5em;
}

input,
textarea,
select {
	font-family: inherit;
}

.form input.text {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-weight: normal;
	margin: 0.2em 0 0 0;
	padding: 3px;
}

	.form input.text:focus {
		background: #FFF
	}

.form textarea {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-size: 1em;
	height: 200px;
	line-height: 1.5em;
	margin: 0.2em 0 0 0;
	padding: 3px;
	width: 400px;
}

	textarea:focus {
		background: #FFF
	}

select {
	font-family: inherit;
}

.form input.submit {
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 0;
}

.error, 
.success {
	background: #fbf3f3;
	border: 3px solid #c84040;
	color: #000;
	margin: 0 0 1.5em 0;
	padding: 0.5em;
}

.success {
	background: #fffbe2;
	border-color: #ffe222;
}

.error ol {
	margin: 0;
}

.error li {
	margin: 0 0 0.4em 2.8em;
}

.required, 
label span.required {
	color: #A6010C;
}

.error h3, 
.success h3 {
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em;
}


/* --------------------------
 @BBPress
----------------------------- */

#identity p.login { left: auto; font-size: 1em; margin: 0; padding: 10px 0 0; right: 0px; top: 0px; width: 20em }

#front-page #content #discussions { margin: 0; width: 100% }

.forum .post { border: 0; padding: 0; }

.forum .infobox { background: #f6fff2 url('../images/bg_title.gif') bottom left repeat-x; color: #054450; margin-bottom: 0.8333em; overflow: hidden; padding: 1em; zoom: 1 }

#profile-page h1, #front-page h1 { position: relative }

#profile-page h1 .data { color: #4c5746; font-size: 0.5em; line-height: 1.5em; }

#profile-page #userinfo { border: 3px double #ddd; margin: 0 0 20px; padding: 10px; }

#profile-menu { list-style-type: none; margin: 0; right: 12px }

#profile-menu li { background: #fbfefa; border: 1px solid #c9e0bd; font-size: 0.75em; top: auto; } 

#profile-menu li.current { background: #e5f1df; border: 1px solid #b8d4a9;  }

table a:link, table a:visited { text-decoration: none; }

#registernow { position: absolute; right: 12px; top: 0.5em;}
