body {
	margin: 0px;
	font:14px/1.5em "Lucida Grande", Tahoma, sans-serif;
	color: #F9F9F9;
	padding: 0px;
	background: #1B1C1C;
	letter-spacing:0px;
	font-size:14px;
}

a {
	color: #f67106;
	text-decoration:underline;
	padding:0 1px;
}

a:hover {
	color:#fff;
	text-decoration:none;
	padding:0 1px;
}

a.nohover {
	text-decoration:none;
	border:none;
}

a.nohover:hover {
	background-color:transparent;
	border:none;
}

a.namelink {
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px;
}

h4 a{
	color: #999966;
}

h4 a:hover {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/*********************************************
GENERAL STYLES
*********************************************/

div#site {
	background-image: url(images/post_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin: 20px auto 15px;
	width: 946px;
	padding: 25px 0px 0px;
	position: relative;
}

div#site_bottom {
	text-align:center;
	background-image: url(images/post_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
 	float: left; 
	clear:both;
	height: 55px;
	width: 946px;
	margin:0px auto 0px;
}

div#content{
	float:left;
	width: 946px;
	background-image: url(images/post_background.gif);
	background-repeat: repeat-y;
	position: relative;
}

div#posts{
	float: left;
	width: 600px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left:20px;
	/*border:dashed 1px #f00;*//*TEST*/
}

div#error{
	margin: 0 auto 0 auto;
	width: 600px;
}

#logo{
	width:80px;
	height:80px;
	margin:10px;
	border:dashed 0px #bbb;
	text-align:center;
	float:left;
}

h1#logo {
	margin:0;
	padding:0;
	text-align:center;
}

h1#logo a, 
h1#logo a:hover {
	background-color:transparent;
	text-decoration:none;
	padding:0;
}

h2.image {
	margin:0;
	padding:0;
	text-align:center;
}

h3 {
	margin:20px 0 0 0;
	padding:0;
	font-size:1.7em;
}

h4 {
	margin:0px 0 0 0;
	padding-bottom:5px;
	font-size:1.5em;
	letter-spacing:-1px;
}

h5 {
	margin:10px 0 0 0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}

ul {
	padding: 0 0 0 0;
}

em {
	font-style:italic;
}

p {
	margin:0;
	padding:5px 0;
}

form {
	margin:0;
	padding:0;
}

code {
	font-size:1em;
	font-style:italic;
	color:#aaa;
}

div#site pre {
	color:#000080;
	border:1px solid #333333;
	overflow:auto;
	padding:3px 5px;
}

blockquote {
	font-size:1em;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background:#f3f3f3 url(background_blockquote.png) repeat top left;
}

input, select, textarea {
	font-size:12px;
	line-height:1.2em;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}
.hide {display:none;}


/*********************************************
HEADER AND Menu
*********************************************/

div#menu {
	margin: 20px auto 0 auto;
	background: url(images/menu.gif)  no-repeat top;
	width: 946px;
	height: 52px;
	padding:10px 10px;
	font-size:14px;
}

div#menu div{
	display:inline;
	line-height:30px;
/* 	border:dashed 2px #f00; */
}

div#menu h1 {

}
div#menu .title{
/* 	padding: 15px 0 0 20px; */
	padding:0 0 0 15px;
	float: left;
	display:inline;
/* 	font-size: 20px; */
}
div#menu .title h1{
	font-size:2.2em;
	padding:0;
	margin:0;
	display:inline;
}
div#menu .description{
	font-size:1.2em;
	margin-top:20px;
	margin-left:15px;
/* 	float:left; */
}
div#menu .logo{
	float:right;
	padding:0;
	padding-right:10px;
	background-color: transparent;
}

.logo a {
	background-color: transparent;
	text-decoration: none;
}

div#menu a {
	color:#999999 !important;
	margin: 0 auto 0 auto;
	text-decoration:none;
	padding:0;
}

div#menu a:hover {
	color:#369 !important;
	text-decoration:none;
	border: none;
	padding:0;
}

#person li {
	background-color: transparent;
	background-image: url(images/person.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	margin: 3px;
}

#blog li {
	background-color: transparent;
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 10px 0 20px;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 3px;
}

#category li {
	background-color: transparent;
	background-image: url(images/category.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 10px 0 20px;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	margin: 3px;
}

#category a {
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 10px;
	padding: 0 0 0 5px;
	color: #aaa;
	margin-right: 0px;
	cursor: pointer;
	text-decoration: none;
}

#subCategory li {
	background-color: transparent;
	background-image: url(images/category.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 10px 0 20px;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 0 30px;
}

#subCategory a {
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 10px;
	color: #aaa;
	margin-right: 0px;
	cursor: pointer;
	text-decoration: none;
}


#not_found {
	text-align:center;
	padding: 40px 10px 80px 10px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	float: left;
}

/*********************************************
CONTENT STYLES
*********************************************/
div.single_post {
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

div.post_content {
	padding-top: 20px;
	padding-left: 20px;
	text-align: justify;
}

div.post_content img {
	width: 50%;
	height: 50%;
}

div.comments a{
	color: #f67106;
	text-decoration: none;
}

div.title {
	cursor: pointer;
}

div.title a{
	color: #f67106;
	text-decoration: none;
}

div.title a:hover{
	color: #f67106 !important;
	text-decoration: none;
	background-color: transparent;
}

div.username a:visited{
	color: #f67106 !important;
	text-decoration: none;
}

div.title_date {
	float: left;
	height: 80px;
	width: 51px;
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
}
p.days {
	clear: both;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #f3f3f3;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p.month {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

div.topchunk {
	margin:0 !important;
}

.footnote,
.footnote a,
.footnote a:hover {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
	letter-spacing:-1px;
	background-color: transparent;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

.footnote code {
	background-color:transparent;
	font:11px/14px monospace;
	color:#aaa;
}

p.subscribe {
	background-color:#f3f3f3;
	font-size:12px;
	text-align:center;
}

p.highlight {
	background-color:#ffc;
	font-size:12px;
	text-align:center;
}

p.sample_feeds {
	font-size:12px;
	line-height:1.2em;
}

div.sp_errors {
	background-color:#eee;
	padding:5px;
	text-align:center;
	font-size:12px;
}

.noborder {
	border:none !important;
}

img#favicon {
	margin:0 4px -2px 0;
	width:16px;
	height:16px;
	border: none;
}

p.favicons a,
p.favicons a:hover {
	border:none;
	background-color:transparent;
}

p.favicons img {
	border:none;
}

a img{
	border: none;
}

div#paging {
	padding: 0.1em !important;
	float: right;
	border: 1px solid; 
	display: inline;
	font-size:small;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}
/*********************************************
DEMO STYLES
*********************************************/
div#sp_input {
	background-color:#ffc;
	border:2px solid #f90;
	padding:5px;
	text-align:center;
}

div#sp_input input.text {
	border:1px solid #999;
	background:#e9f5ff url(feed.png) no-repeat 4px 50%;
	width:75%;
	padding:2px 2px 2px 28px;
	font:18px/22px "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
}

form#sp_form {
	margin:15px 0;
}

div.focus {
	margin:0;
	padding:10px 20px;
	background-color:#efe;
}

p.sample_feeds {
	text-align:justify;
}

/********************************************
SIDEBAR
********************************************/
.dark {

color: #999999;

}

.f-widget p {

	margin: 8px 0px 0px;
	padding: 0px;
	float: left;
	width: 234px;
}

#buttonLink input[type=submit]{
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 10px;
	color: #aaa;
	margin-right: 0px;
	cursor: pointer;
}

.sidebar_left{
	margin-left:15px;
	padding:0;
	width:254px;
	float:left;
}
.block .title h2{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 244px;
	line-height: 30px;
	background: url(images/top-sidebar.gif) no-repeat bottom;
	height: 39px;
	text-transform: capitalize;
}
.block .text{
	float: left;
	width: 234px;
	font-size: 12px;
	line-height: 18px;
	color: #F8F8F8;
	margin: 0;
	padding: 0px 10px;
	float: left;
	width: 254px;
	background: url(images/sidebar_box.gif) repeat-y;
}
.block .close{
	background: url(images/bottom-sidebar.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 254px;
}

.block h5 {
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

div#pagetitle{
	text-align: right;
	padding: 0 0 0 0;
	margin: 5px 8px 10px;
}

div#pagetitle h2 {
	border-bottom:solid 1px #444;
	font-size:1.4em;
	padding: 0 0 0 20px;
	color:#ddd;
}

div#pagetitle p {
	padding: 0 0 10px 0;
}

div#pagetitle a,
div#pagetitle a:hover {
	text-decoration: none;
	background-color: transparent !important;
}
