body {
	background: #666 url(../images/light_hdr_bg.jpg) repeat-x top left;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
img {
	border:none
}
#idaccount {
	background-color: #333333;
	border: 1px solid #dcdce9;
	width: 100%;
	padding-left: 10px;
}
/**************************************************************
   #header: Holds the topbar and header image
 **************************************************************/

#siteheader {
	position: absolute;
	color: #ffffff;
	font-family: Haettenschweiler;
	font-weight:bold;
	font-size: 32px;
	font-style:italic;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 40px;
	width: 450px;
}
#searchbar {
	padding-top: 144px;
	position: absolute;
}
#header {
	position: relative;
	height: 198px;
	color: #C6D2DC;
	background: url(../images/light_hdr_image.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
}
#topbar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 3px;
	font-size: 11px;
	color:#ccc !important;
}
#topbar a {
	color: #ccc;
	text-decoration:none;
}
#topbar a:hover {
	color: #444;
}
#header-forum {
	position: relative;
	height: 174px;
	text-transform: uppercase;
	background: url(../images/light_hdr_image.jpg) no-repeat top center;
}
#topbar-forum {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 7px !important;
	font-size: 11px !important;
	color:#5898B4 !important
}
#topbar-forum a {
	color: #93BCD0 !important;
}
#topbar-forum a:hover {
	color: #5898B4 !important;
}
/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}
#mainMenu ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0 !important;
	top: -3px;
}
#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainMenu li a {
	float: left;
	margin: 0 5px;
	padding: 0;
	font: 700 1em "trebuchet ms", serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #DCE0E3;
}
#mainMenu li a span {
	float: left;
	padding: 5px 1em;
	cursor: pointer;
}
#mainMenu li a:hover, #mainMenu li a.here {
	color: #FFF;
	background: #000000 url(../images/light_menu_corner_left.gif) no-repeat bottom left;
}
#mainMenu li a:hover span, #mainMenu li a.here span {
	background: url(../images/light_menu_corner_right.gif) no-repeat bottom right;
}
#mainMenu li a.last {
	margin-right: 0;
}
#sub-mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}
#sub-mainMenu ul {
	border-top: #98A490 solid 2px;
	border-right: #98A490 solid 2px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -4px !important;
	right:17px;
}
#sub-mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub-mainMenu li a {
	float: left;
	margin: 0 5px;
	padding: 0;
	font: 11px "trebuchet ms", serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #DCE0E3;
}
#sub-mainMenu li a span {
	float: left;
	padding: 5px 1em;
	cursor: pointer;
}
#sub-mainMenu li a:hover, #sub-mainMenu li a.here {
	color: #FFF;
	text-decoration:underline;
}
#sub-mainMenu li a.last {
	margin-right: 0;
}
/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	padding: 0;
}
.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(http://www.opensourcetemplates.org/css/foo.gif);
	font: 400 1.3em "trebuchet ms", serif;
}
.sideMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #FFF;
}
.sideMenu li a:hover {
	color: #B5CFE3;
	background: #5F5F5F;
}
/* Active menu item */
.sideMenu li.here {
	padding: 0;
	color: #B5CFE3;
}
.sideMenu li.here ins {
	display: block;
	padding: 1px 5px;
	text-decoration: none;
	background: #555;
}
/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}
.sideMenu li.here ul li a {
	padding-left: 35px;
	font: 400 0.55em verdana, arial, sans-serif;
	color: #FFF;
	background: url(../light_bullet.gif) no-repeat 10px 0px;
}
.sideMenu li.here ul li a:hover {
	color: #FFF;
	background: #666 url(../images/light_bullet.gif) no-repeat 10px 0px;
}
/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/


#footer-bottom {
	clear: both !important;
	padding: 0px !important;
	height: 48px !important;
	background: #98A490 url(../images/light_footer_bottom.jpg) repeat-x top left !important;
	line-height: 48px;
}
#footer-bottom #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
	width: 980px !important;
	margin:0 auto !important;
	text-align:center !important;
	font-size: 10px !important;
	text-transform: uppercase !important;
	color: #44503C !important
}
#footer-bottom #copyright a {
	text-decoration:underline !important;
	color: #5A6852 !important;
	font-weight:bold !important
}
#footer-bottom #copyright a:hover {
	color: #5A6951 !important
}
/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
	width: 100%;
}
.width75 {
	width: 74%;
}
.width66 {
	width: 66%;
}
.width50 {
	width: 49.7%;
}
.width33 {
	width: 32%;
}
.width25 {
	width: 24.7%;
}
/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignMiddle {
	vertical-align: middle;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
/**************************************************************
   Margin/Padding Classes to space out boxes
 **************************************************************/

.marginLeft {
	margin-left: 15px
}
.marginRight {
	margin-right: 15px
}
.marginRight-7 {
	margin-right:7px
}
.marginTop {
	margin-top: 15px
}
.margin {
	margin: 12px 15px 10px 15px
}
.paddingTop {
	padding-top: 15px
}
.last {
	float:right;
}
/**************************************************************
   Templates
 **************************************************************/

.box {
	background: url(../images/box_bg.gif) repeat-x top;
	position:relative;
	padding:20px;
	margin:0;
}
#left {
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-align: center;
}
#mainbody {
	padding-left: 20px;
	border-left: 1px solid #888888;
}
.google-box {
	background-color: #555555;
	position:relative;
	/*width:710px;*/
	padding:14px;
	margin:30px 0 0 0;
	display:block;
	height:1%;
	border: 1px solid #777777;
}
.google-box-left {
	position:relative;
	margin:20px 0;
	display:block;
	width:200px;
	height:200px;
}
.sponsor-210x102 {
	margin-top:20px;
	display:block
}
.box h1, .leftColumn h1 {
	margin:0 0 15px 0 !important;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFF;
	background:none !important
}
.leftColumn h1 {
	font-size: 14px !important;
}
.box h2 {
	margin:0 0 15px 0 !important;
	padding:0 !important;
}
.box a {
	color:#B5CFE3;
}
.author {
	position: relative;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}
.template {
	width:128px;
	height:187px;
	display:block;
	float:left;
	position:relative;
}
.template .img {
	position: absolute;
	z-index: 1;
}
.template .img img {
	height: 120px;
	width: 120px;
	border: 4px solid #444;
	cursor: pointer;
}
.large-thumbnail {
	height: 204px;
	width: 204px;
	border: 3px solid #444;
}
.rating-system {
	background-color:#444;
	margin: 0;
	padding:4px 9px 8px 9px;
	width: 110px;
	height: 20px;
	position: relative;
	top:128px
}
.rating-system-topbar {
	background-color:#444;
	margin: 0;
	padding:4px 9px 8px 9px;
	width: 110px;
	display:block;
	float:left;
	height: 20px;
	position:relative;
	top:-6px;
}
ul.star-rating {
	list-style: none !important;
	margin:0;
	padding:0;
	width: 110px !important;
	height: 20px !important;
	background: url(../images/star.gif) left bottom repeat-x
}
.star-rating li {
	padding:0;
	margin:0;
	/*\*/
   		float: left;/* */
}
.star-rating li a {
	display:block;
	width:22px;
	height:20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0;
	inheritbackground-image:none;
}
.star-rating li a:hover {
	background: url(../images/star.gif) left top;
	z-index: 1;
	left: 9px;
}
.star-rating a.one-star {
	left: 9px
}
.star-rating a.one-star:hover {
	width:22px
}
.star-rating a.two-stars {
	left: 31px
}
.star-rating a.two-stars:hover {
	width:44px
}
.star-rating a.three-stars {
	left: 53px
}
.star-rating a.three-stars:hover {
	width:66px
}
.star-rating a.four-stars {
	left: 75px
}
.star-rating a.four-stars:hover {
	width:88px
}
.star-rating a.five-stars {
	left: 97px
}
.star-rating a.five-stars:hover {
	width:110px
}
.template ul.template-buttons {
	margin: 0;
	padding: 0;
}
.template ul.template-buttons li {
	margin: 0;
	padding: 0;
	display: inline;
}
.template ul.template-buttons li a {
	position: relative;
	top: 130px;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #B5CFE3;
	background: #555;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
}
.template ul.template-buttons li a:hover {
	color: #FFF;
	background: #444;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 0;
	border-right: 0;
}
.template ul.template-buttons li a.view {
	width: 50px;
	float: left;
}
.template ul.template-buttons li a.download {
	width: 74px;
	float: right;
}
#topbar-ads {
	height:20px;
	padding:3px 0 7px 0;
	display:block;
	text-align:center;
	background-color:#F1E9BB;
	color:#9A840A
}
#topbar-ads a {
	color:#9A840A;
	text-decoration:underline
}
#topbar-ads a:hover {
	color:#655706;
	text-decoration:none
}
#topbar-ads .googleads {
	position:relative;
	top:4px;
	left:-3px
}
.topbar-buttons {
	margin: 0;
	padding: 0;
}
.topbar-buttons a {
	position: relative;
	top:-2px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding:0 0 8px 0 !important;
	text-decoration: none;
	margin:0 2px;
	height:12px;
	color: #B5CFE3;
	background: #666;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}
.topbar-buttons a:hover {
	color: #FFF;
	background: #555;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 0;
	border-right: 0;
}
.topbar-buttons a.comment {
	width: 80px;
	float: left;
}
.topbar-buttons a.download {
	width: 80px;
	float: left;
}
.topbar-buttons a.backhome {
	width: 80px;
	float: left;
}
.topbar-buttons a.previous {
	width: 80px;
	float: left;
}
.topbar-buttons a.next {
	width: 80px;
	float: left;
}
.prev-button {
	width:10px;
	weight:10px;
	margin-right:2px
}
.next-button {
	width:10px;
	weight:10px;
	margin-left:2px
}
.pagination a {
	text-decoration:none
}
.pagination a:hover {
	text-decoration:underline
}
/**************************************************************
   Comment Styling
 **************************************************************/

.avatar {
	width:50px;
	height:50px;
	padding:0;
	margin:5px 11px 0 0
}
.comment-block {
	width:590px;
	min-height:24px;
	display:block;
	padding: 20px 20px 20px 29px;
	margin: 5px 0;
	background: #555 url(../images/comment_bg.gif) top left no-repeat;
}
.comment-form {
	margin:0;
	padding:0
}
.comment-textarea {
	height:100px;
	width:668px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #444;
	margin: 0 0 15px 0;
	padding:15px
}
.textbox {
	width:172px;
	height: 18px;
	background-color: #FFF;
	border: 1px solid #444;
	padding: 4px 4px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
em.comment-info {
	display:block;
	color: #BBB;
	font-size:10px;
	font-style: normal !important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777;
}
/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img, a.darkTheme img, a.submitButton img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
a.lightTheme img {
	background: url(../images/light_light_theme.gif) no-repeat center center;
}
a.darkTheme img {
	background: url(../images/light_dark_theme.gif) no-repeat center center;
}
a.submitButton img {
	background: url(../images/light_submit.gif) no-repeat center center;
}
div.fullaheadLogo span {
	display: block;
	height: 60px;
	background: url(../images/light_fullahead.gif) no-repeat center 5px;
}
/**************************************************************
   Topbar of Frame for Template viewing
 **************************************************************/

#topbar-frame {
	height: 55px;
	background: #444 url(../images/ost_topbar_frame.gif) repeat-x top left;
}
.ost-topbar-logo {
	width: 224px;
	height: 18px;
	display:block;
	position:relative;
	top:15px;
	background: url(../images/ost_topbar_logo.gif) no-repeat top left;
}
a.bigLink {
	margin: 0 1px;
	padding: 5px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #E4E8E8;
	border-bottom: 1px solid #C6D2DA;
	border-right: 1px solid #C6D2DA;
}
a:hover.bigLink {
	color: #FFF;
	background: #C6D2DA;
	border-top: 1px solid #ACBBC5;
	border-left: 1px solid #ACBBC5;
	border-bottom: 0px;
	border-right: 0px;
}
/**************************************************************
   Large Link List
 **************************************************************/

ul.linkList {
	margin: 10px 15px;
	padding: 0;
}
ul.linkList li {
	list-style: none;
	list-style-image: url(http://www.opensourcetemplates.org/css/foo.gif); /* needed for IE */
	margin-bottom: 10px;
}
ul.linkList li a {
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #EEE;
}
ul.linkList li a:hover {
	background: #666 url(../images/light_portfolio_bottom.gif) no-repeat bottom left;
}
ul.linkList li a img {
	position: absolute;
	top: 15px;
	left: 15px !important;
	left: 5px;
}
ul.linkList li a span {
	position: relative;
	left: 65px;
	width: 615px;
	cursor: pointer;
}
ul.linkList li a span.title {
	font-weight: bold;
	color: #B5CFE3;
}
ul.linkList li a span.text {
	display: block;
}
ul.linkList li a span.top {
	display: block;
	position: absolute;
	top: 0;
	left: 0 !important;
	left: -10px;
	height: 11px;
	width: 695px;
}
ul.linkList li a:hover span.top {
	background: url(../images/light_portfolio_top.gif) no-repeat top left;
}
/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
	clear: both;
}
.block {
	display: block;
}
.relative {
	position: relative;
}
/* Start hide from IE-mac \*/
.heightFix {
	height: 1%;
}
/* End hide from IE-mac */

.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.bold {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.green {
	color: #A1FF45;
}
.red {
	color: #EA1B00;
}
.grey {
	color: #666;
}
.grey a {
	color: #999;
}
.grey a:hover {
	color: #EEE;
}
.whiteBg {
	background: #FFF;
}
.greyBg {
	background: #666;
}
.darkGreyBg, .footerDarkGreyBg {
	background: #555;
}
.noBorder {
	border: 0;
}
.pointer {
	cursor: pointer;
}
.galleryBox {
	height: 500px !important;
	height: 540px;
	padding: 20px 0;
	text-align: center;
}
/**************************************************************
   Google AdSense
 **************************************************************/

.468x60 {
	display:block;
	width:468px;
	height:60px
}
.234x60 {
	display:block;
	width:234px;
	height:60px
}
/**************************************************************
   Blog Styling
 **************************************************************/
 
small {
	position:relative;
	top:-15px;
	font-size:10px
}
/* ------------------------------------------------- */
/* Network Bar										 */
/* ------------------------------------------------- */

#network-bar {
	background-color: #FFF;
	background-image: url(../images/network_bar_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#89A4B9;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	position:relative;
	height:32px;
}
#network-bar .network-links {
	width:960px;
	padding: 4px 0 0 0;
	margin: 0 auto;
}
#network-bar .network-links .network-left {
	width:50%;
	float:left;
	text-align:left;
}
#network-bar .network-links .network-right {
	width:50%;
	float:left;
	text-align:right;
}
#network-bar a {
	color:#6FA8D4;
	text-decoration:underline
}
#network-bar a:hover {
	color:#89A4B9;
	text-decoration:none
}
