@charset "utf-8";
/* CSS Document */

body {
	background: #F3F4F6 url(bg.png) repeat-x;
	font: 100%/150% Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0;
}

a, a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


h1 {
	font-size: 25px;
	color:#3399CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-bottom: dotted 1px #666;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
	

#wrap {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

#header-space {
	height: 88px;
}


#logo {
	width: 60px;
	padding-top: 25px;
	float: left;
}

#counter {
	width: 60px;
	padding-top: 17px;
	padding-right: 10px;
	float: right;
}

#site-name {
	font-size: 32px;
	padding-top: 32px;
	font-weight: bold;
	color: #fff;
}

#tagline {
	color: #ccc;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 100px;
}

#languages {
	color: #3399FF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	float: right;
}

#languages a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: normal;
	background: none;
}


#languages a:hover {
	color: #FFFFFF;
}

#sitever {
	color: #AAAAAA;
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 55px;
	float: right;
}


/* Navigation Bar */

#navbar {
	height: 30px;
	background: none;
	position: relative;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 30px;
	margin: 0;
	padding : 2px 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: #AAAAAA;
	text-decoration: none;
	background: none;
	border-left: dotted 1px #666;
}


#nbar ul li a:hover {
	color: #FFFFFF;
	background: url(bg.png) top repeat-x;	
}

#nbar ul li#selected a {
	color: #3399FF;
	background: url(bg.png) top repeat-x;
	font-weight: bold;
}


/* Content */

#content-wrap {
	padding: 10px 5px 0 5px;
}

#content {
	width: 810px;
	float: left;
	font-size: 14px;
}

#contlarge {
	width: 990px;
	float: left;
	font-size: 14px;
}

.post-footer {
	background: url(post-footer.png) no-repeat;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	text-align: right;
	color: #fff;
	margin-bottom: 30px;
}
	

.dated {
	padding-top: 2px;
	background: url(calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 22px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(user.png) no-repeat;
}

.more {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background: url(more.png) right no-repeat;
}


/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	border-top: dotted 2px #D7D7D7;
	border-bottom: dotted 2px #D7D7D7;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #D7D7D7;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background: #F9F9F9;
}

textarea {
	width : 900px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #D7D7D7;
	height : 140px;
	display : block;
	background:#F9F9F9;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 2px solid #ccc;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}

/* Addition Stuffs */

blockquote {
	background: #F8F8F8;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #F8F8F8;
	border : 1px dashed #D7C3C3;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333333;
}

ul span, ol span {
	color: #333333;
}



/* Sidebar */

#sidebar-old {
	width: 180px;
	float: right;
	font-size: 14px;
	border-bottom: dotted 2px #D7D7D7;
}

#sidebar {
	width: 170px;
	float: right;
	font-size: 14px;
	border-left: 2px dotted #ccc;
}

#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#sidebar h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	border-bottom: dotted 1px #666;
}

#left-sbar {
	width: 180px;
	float: left;
	border-left: 2px dotted #ccc;
}


#right-sbar {
	width: 180px;
	float: right;
	border-left: 2px dotted #ccc;
}


#sidebar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	padding-bottom: 28px;
}

#sidebar .notepad {
	padding: 5px 5px 0 10px;
	margin: 0px;
	padding-bottom: 28px;
	float: bottom;
}


#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sidebar ul.menu li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}

#sidebar ul.menu li:hover {
	background: #EBEBEB;
}

#sidebar ul.menu li#selected {
	background: #EBEBEB;
	font-weight: bold;
}


#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}


#sidebar ul.menu a:hover {
}


#divider-line {
	border-top: 1px dashed #A6A6A6;
	height: 2px;
}

/* Images */

img {
	border: none;
	background: none;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Footer */

#bottom {
	position: relative;
	background: #999999;
	height: 25px;
	padding-top: 5px;
	border-top: 5px solid #666666;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#lastchange {
	color: #fff;
	position: relative;
	width: auto;
	float: left;
	padding-left: 10px;
}

#lastchange a {
	color: #1155FF;
}

#footer {
	position: relative;
	width: auto;
	float: right;
	padding-right: 10px;
}

#footer a {
	color: #1155FF;
}


.clearfix {
	clear:both;
	overflow: hidden;
}
