/*
Theme Name: Cavi main template
Theme URI: http://cavi.ca/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: NonCompare
Author URI: http://noncompare.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	background: #808080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	color: #4A4A48
}
a {
	color: #FC0000;
	text-decoration: none
}
a:hover {
	color: #0072C9;
}
a img 					{	border: none					}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 15px;
	padding: 0;
}

input {	
	font-size: 10px;
	color: #16528E;
	font-weight: bold;
}

h5 {
	font-size: 13px 
}

h1 { font-size: 2em; }

h2 { font-size: 14px; }


.f_left 				{	float: left;					}
.f_right				{	float: right;					}
.clear_all 				{	clear: both;					}
.clear_l				{	clear: left						}
.clear_r				{	clear: right					}
.smallfont				{	font-size: 10px					}
.bigfont				{	font-size: 12px					}
.bluefont 				{	color: #0072C9					}
.darkbluefont			{	color: #16528E					}
.padding_b5				{	padding-bottom: 5px;			}
.padding_b10			{	padding-bottom: 10px !important;}
.align_c				{	text-align: center				}
.align_l				{	text-align: left				}
.align_r				{	text-align: right				}


.padding_lr				{	padding: 0px 12px;	margin: 0	}
.padding_gencontent		{	padding: 10px 16px;				}
.margin1px				{	margin-left: 1px				}
.disp_block				{	display: block					}
.padding_t5				{	padding-top: 5px ;					}

.margin_50px			{	margin-left: 50px				}

/* ----------------------- END: Global ---------------------- */
/* ----------------------------------------------------------------- */

/* ----------------------- PAGE Layout ---------------------- */
#page {
	background: #fff;
	width: 766px;
	margin: 0 auto;
	letter-spacing: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.gradient_dark {
	background: #B8B8B8 url(images/gradient_darkgrey.gif) top left repeat-x;
	color: #16528E;
	padding: 8px 12px 6px 12px;
	font-weight: bold;
	font-size: 11px
}
.gradient_light {
	background: #B8B8B8 url(images/gradient_lightgrey.gif) top left repeat-x;
	color: #16528E;
	padding: 8px 12px 6px 12px;
	font-weight: bold;
	font-size: 11px
}
.padding_10 {
	padding: 10px;
}
.label__bulleted {
	background: url(images/bullet1.gif) 0 8px no-repeat;
	color: #16528E;
	padding: 3px 12px 3px 14px;
	font-weight: bold;
	font-size: 11px
}
.login_input	{
	height: 14px;
	border: 1px solid #97B0C6
}
/* ----------------------- END: page layout ---------------------- */
/* ----------------------------------------------------------------- */

/* ----------------------- HEADER Layout ---------------------- */
#header {
	background: #2372BF url(images/header_bg.gif) top left repeat-x;
	padding: 0;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline
}

#header ul li {
	display: inline;
	float: left;
	text-align: center
}
#header ul li a {
	display: block;
}
#header ul li a:hover {
	background: url(images/toplinks.jpg) right top no-repeat;
}
.selected a {
	background: url(images/toplinks.jpg) right top no-repeat;
}

#headerlogo {
	width: 349px;
	height: 146px;
	background: url(images/header_cavi.jpg) right bottom no-repeat;
}
#headerlogo a {
	padding-top: 58px;
	height: 88px;
}
#headerlogo a:hover {
	background: none !important;
}

#home {
	width: 98px;
	background: url(images/toplinks.jpg) right bottom no-repeat;
}
#home a {
	padding-top: 58px;
	height: 88px;
}
#about {
	width: 103px;
	background: url(images/toplinks.jpg) right bottom no-repeat;
}
#about a {
	padding-top: 58px;
	height: 88px;
}
#contact {
	width: 103px;
	background: url(images/toplinks.jpg) right bottom no-repeat;
}
#contact a {
	padding-top: 58px;
	height: 88px;
}
#government {
	width: 100px;
	background: url(images/toplinks.jpg) right bottom no-repeat;
}
#government a {
	padding-top: 58px;
	height: 88px;
}
#navbar {
	text-align: right;
	background: #03346C url(images/navbar_bg.gif) left top repeat-x;
}
#navbar_links {
	float: right;
	margin-top: 7px;
	margin-right: 68px;
	color: #CAD4E0
}
#navbar_links a:link, #navbar_links a:visited {
	color: #CAD4E0;
}
#navbar_links a:hover {
	color: #FF2626;
}

/* ----------------------- END: header layout ---------------------- */
/* ----------------------------------------------------------------- */

/* ----------------------- BODY Layout ---------------------- */
#body_content {
	background: #CAD4E0 url(images/leftcol_bg.gif) left repeat-y;
	border-top: 2px solid #fff
}
* html #body_content {
	height: 1%
}
/* ----------------------- END: BODY layout ---------------------- */
/* ----------------------------------------------------------------- */


/* Structure
=================================== */


#main { 
	background: #CAD4E0;
	border-top: 2px solid #fff;
	font-size: 1em;
	position: relative;
	padding: 5px 10px 10px 10px;
	letter-spacing: normal
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}


.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: bold;
	color: #444;
}

.login p { padding: 0 0 5px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

p.login {
	font-weight: normal;
	font-size: 1.2em;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #999;
}


/* Front Page
=================================== */

#hottags {
	float: left; 
	width: 150px
}
* html #front-page #hottags {
	height: 1%;
	position: relative
}
#hottags a {
	color: #0072C9;
	font-weight: bold
}
#hottags a:hover {
	color: #FC0000
}
#front-page #discussions { 
	margin-left: 165px;
}
* html #front-page #discussions {
	height: 1%;
	position: relative
}
.frontpageheatmap {
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}

#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #16528E;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}
* html .infobox {
	height: 1%;
	position: relative
}
.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #f3f3f3;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 710px;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #efefef; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}


/* ----------------------- FOOTER Layout ---------------------- */
#footer {
	background: #EEEEED url(images/footer_bg.gif) top left repeat-x;
	border: 1px solid #fff;
	height: 61px;
	padding-top: 16px;
	color: #4A4A48;
	font-size: 10px;
	width: 766px;
	margin: 0 auto
}
#footer a:link, #footer a:visited {
	color: #4A4A48
}
#footer a:hover {
	color: #FF2626
}
#footer_inner {
	background: url(images/footer_cavi.gif) top left no-repeat;
	height: 61px;
	text-align: center
}


/* ----------------------- END: footer layout ---------------------- */	



