@charset "UTF-8";
/*


---PLEASE READ BEFORE EDITING---

This CSS file is used for layout purposes. 
Put all color & typography styles here (borders, backgrounds, font-size, ect...)
Leave all layout styles out of this file, put them in layout.css instead (hieght, width, padding, ect...)


---TABLE OF CONTENTS---

	
	#1 Tags & Common Classes - all tag styles go here (a, strong, td, ect...) as well as common classes (.left, .right, .clear, ect...)
	#2 Box Model - This is the box model layout, by default it includes #wrap, #header, #nav, #side, #main, #footer
	#3 Header - Layout styles within the header section
	#4 Top Nav - Layout styles within the top horizontal navigation
	#5 Content Wrap - Layout styles for the content wrapper itself (#content)
	#6 Side - Layout styles within the side column
	#7 Main - Layout styles within the main column
	#8 Footer - Layout styles within the footer
	
	
---STANDARD SYNTAX---
	
	Please follow this syntax when editing or adding to this, or any CSS file:
	
	.class-name {
		property:value;
		property:value;
	}
	
	Try to use CSS short-hand whenever possible:
		background: url('img/bkg.png') top center no-repeat #f1f1f1;
			Instead of
		background-image:url('img/bkg.png');
		background-position:top center;
		background-color:#f1f1f1;

*/


/***** #1 TAGS & COMMON CLASSES ****/

body {
	background: #d7d7d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
h1{
	font-size:24px;
	font-weight:normal;
}
h2 {
	margin-bottom:0px;
	margin-top:0px;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	margin-bottom:0px;
	font-weight: normal;
	font-size: 20px;
	color: #43537F;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom:0px;
	margin-top:0px;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #407aab;
	text-decoration: none;
}
a:visited {
	color: #9e8aa6;
	text-decoration: none;
}
a:hover {
	color: #62A3CC;
	text-decoration: none;
}
textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text-box, .text-select {
	border: 1px solid #ccc;
}
.text-area {
	border: 1px solid #ccc;
	background: url('/img/textArea_bg.jpg') repeat-x;
	padding: 2px;
}
.text-error {
	background:#F99;
	border:1px solid #F33;
}
.table-label {
	font-weight:bold;
}
.newsComm {
	border-bottom:1px solid #ccc;
}
.reT {
	margin:2px;
	
	padding:2px;
}
.reTweet {
	font-size:11px;
	
	
}
.tweetMeta {
	font-size:10px;
	
	text-align:right;
}
.like_list{
	text-align:right;
	font-size:10px;
	
}
#loadMsg {
	font-size:11px;
	padding:3px;
}

/***** #2 BOX MODEL *****/

#wrap {
	
}

#header {
	
}

#nav {
}

#side {
}

#main {
	
}
#footer {
	color: #716f75;
	font-size: 14px;
}



/***** #3 HEADER *****/

#logo {
}



/***** #4 TOP NAVIGATION *****/




/***** #5 CONTENT WRAP *****/

#content {
	
}


/***** #6 SIDE COLUMN *****/

.side-box{
}
#side ul li {
	border-bottom:1px solid #c1c1c1;
	list-style:none
}


/***** #7 MAIN COLUMN *****/

.main-box {
	
}
#recaptcha_image img {
	border:1px solid #ccc;
}
#main_tabs a {
	color:#ffffff;
	text-decoration:none;
	text-align: center;
}
#main_tabs a.tab_off:hover {
	background: #76abcd;
	cursor: pointer;
	cursor: hand;
}
#main_tabs a.current {
	background: url('/img/but28_on.png') repeat-x;
	color: #ffffff;
	height: 18px;
	font-weight: bold;
}

/***** #8 FOOTER *****/
#footer a:link {
	color: #716f75;
	text-decoration: none;
}

#footer a:visited {
	color: #555458;
	text-decoration: none;
}

#footer a:hover {
	color: #62a3cc;
	text-decoration: none;
}
#fine_print {
	font-size: 12px;
	margin-bottom: 6px;
}