* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	font-size: 10px;
	margin: 0;
	padding: 2px 0;
}
#wrapper {
padding: 10px;
margin: 0px auto;
width: 960px;
text-align:left;
background-color:#272727;
border: 1px solid #000000;
}
a:link	{ color: #5D6F91; }
a:visited	{ color: #5D6F91; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */


a#logo:hover {
	text-decoration: none;
	color:#FF0000;
}
ul {
	list-style-image: url(images-site/img07.gif);
}
h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}


.logo img {
	padding-bottom:10px;
}
#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 26px;
	margin: 0 auto;
	padding-top: 10px;
	background-image:url(images-site/greybar.jpg);
}
/* Start of Rounding Corners */
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;  background-color:#3E3E3E; }
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 0px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #CCCCCC;
}

#menu a:hover {
	background: url(images-site/img05.jpg) repeat-x;
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	color:#D31141;
}
#menu .current_page_item a:hover {
	/* background: url(images-site/img05.jpg) repeat-x; */
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	color:LIME;
}
#menu .current_page_item a {
	/* background: url(images-site/img05.jpg) repeat-x; */
	margin: 0 3px 0 0;
	padding: 0px 15px 10px 15px;
	color:LIME;
}

/* Wrapper */



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}


/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.45em;
	margin-top: 20px;
	color:#00FF00;
}
.headline_global {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.25em;
	margin-top: 20px;
	color:#00FF00;
}
.news-post {
	font-size:10px;
}
.news-post_global {
	font-size:10px;
}
.read_more a:link, a:hover, a:active, a:hover {
	color:#D31141
}
.blackbox {
	background-color:#000000;
}
#content {
	float: left;
	width: 738px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}
.post a:hover {
	text-decoration:none;
}
.title {
	margin: 0;
	font-weight: normal;
	color:#5D6F91;
	font-size:24px;
}
.title_announcements {
	margin: 0;
	font-weight: normal;
	color:#FF0000;
	font-size:24px;
}
.title a {
	border-bottom: none;
	text-decoration:none;
}

.title a:hover {
	text-decoration:none;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration:none;
}

.links a {
	padding-left: 15px;
	background: url(images-site/img04.gif) no-repeat left center;
	text-decoration:none;
	border: none;
}

.links a:hover {
	text-decoration:none;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images-site/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(images-site/img06.jpg) repeat-x;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	color: #CCCCCC;
}
.sidebar a:hover {
	text-decoration:none;
}
/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #333333;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #666666;
	border: 1px solid #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

.main {
padding: 0 0 0 0px;
text-align: left;
border:none;
}

.month {
background-color:black;
font:bold 12px verdana;
color:#5D6F91;
border:none;
}

.daysofweek {
background-color:#616161;
font:12px verdana;
color:#FFFFFF;
border:none;
padding:2px;
}

.days {
font-size: 12px;
font-family:verdana;
color:#5D6F91;
background-color:black;
padding: 2px;
border:none;
}

.days #today{
font-weight: bold;
color: red;
border:none;
}

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;;
	background-position: 100% 100%;
}

#menu span.corners-bottom {
	margin-bottom: -1px;
}
span.corners-top {
	background-image: url("csstheme/images/corners_left.png");
}


span.corners-top span {
	background-image: url("csstheme/images/corners_right.png");
}


span.corners-bottom {
	background-image: url("csstheme/images/corners_left.png");
}


span.corners-bottom span {
	background-image: url("csstheme/images/corners_right.png");
}

* html span.corners-top, * html span.corners-bottom { background-image: url("./forum/styles/Carbon/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./forum/styles/Carbon/theme/images/corners_right.gif"); }

/* Footer */

#footer {
	height: 50px;
	background: #000000 url(images-site/img06.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
