﻿@charset "utf-8";
/* CSS Document */

/* 	
	Template Name: 
	Author: 
	Website:  
*/

body {
	background: #666;
	margin: 0;
	font: 100%/150% Arial, Tahoma, "Trebuchet MS";
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* wraps */

#wrap {
	width: 998px;
	margin: 0 auto;
	background: url("../img/wrap.png") repeat-y;
}

/* header */

#header {
	height: 150px;
	width: 990px;
	margin-left: 1px;
	background: #333 url("../img/cb-10-header.png") no-repeat;
}

#title {
	color: #fff;
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
	width: 600px;
}

#tagline {
	color: #ccc;
	font-size: 14px;
	padding-left: 20px;
	width: 600px;
}

#logo {
	height: 70px;
	width: 70px;
	float: left;
	background: url("../img/logo.png") no-repeat;
}
	
/* navigation */

#nav {
	height: 40px;
	width: 990px;
	margin-left: 1px;
	background: url("../img/nav.png") repeat-x;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 8px 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}


#nbar ul li a:hover {
	color: #000;
	padding-top: 2px;
}

#nbar ul li#selected a {
	color: #000;
	background: url("../New_Folder/D/assets/nbg-inv.png") top repeat-x;
	font-weight: bold;
}


/* Intro */

#intro {
	width: 970px;
	background: #EBEBEB url("../img/introbg-top.png") top repeat-x;
	height: 250px;
	margin-top: 10px;
	margin-left: 10px;
	border: solid 1px #D9D9D9;
}

#intro-pic {
	padding-top: 5px;
	padding-left: 10px;
	width: 225px;
}

#intro-msg {
	font-size: 14px;
	color: #222;
	float: right;
	width: 680px;
	padding-top: 5px;
	margin-right: 20px;
	text-align: justify;
}

#intro h1 {
	font-size: 28px;
	color: #000;
	border-bottom: dotted 1px #999;
}

/* content is king */

#content-bottom {
	height: 48px;
	background: #666 url("../img/content-bottom.png") no-repeat;
}

#content-wrap {
	width: 978px;
	margin: 0 auto;
	margin-top: 10px;
}

.post-footer {
	background: #F3F3F3;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	text-align: right;
	color: #000;
	margin-bottom: 30px;
	border-bottom: dotted 1px #DEDEDE;
	border-top: dotted 1px #DEDEDE;
}
	

.dated {
	padding-top: 2px;
	background: url("../img/calendar.png") left no-repeat;
	padding-left: 20px;
	float: left;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url("../img/user.png") no-repeat;
}

.more {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background: url("../img/more.png") right no-repeat;
}

#homecontent {
	width: 640px;
	margin: 10px 10px 0 10px;
	text-align: justify;
	font-size: 12px;
}


/* home sidebar */

#mainbar-wrap {
	width: 300px;
	margin-right: 7px;
	float: right;
}

#main-sbar {
	width: 300px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 12px;
}

#main-sbar h1 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	background: url("../img/post.png") left no-repeat;
	padding-l

#main-sbar .widgetspace {
	padding: 5px 10px 5px 5px;
	margin: 0px;
	background: none;
}



px;
}


#main-sbar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#main-sbar ul.menu li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
}

#right_bottom {
	width: 290px;
	margin-top: 10px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}

/* Search */ 


/* Boxes */

.boxes {
	width: 310px;
	margin-right: 10px;
	background: #F0F0F0;
	margin-bottom: 15px;
	border: solid 1px #E5E5E5;
	float: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
}

/* Images */

img {
	border: none;
	background: none;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Forms and Text Fields */

/* Addition Stuffs */

#line {
	height: 10px;
	width: 900px;
	border-bottom: dotted 1px #999;
	margin: 0 auto;
}

/* Sidebar */

/* Footer */

#footer {
	background: none;
	height: 25px;
	padding-top: 10px;
	color: #000;
	font-size: 11px;
	text-align: center;
}


