﻿body, textarea, table, tr, td{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
}

body {
	background: #dfdfdf url('images/bg.png');
	color: #000000;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

h1 {
	font-size: 14pt;
	letter-spacing: 1px;
}

h2 {
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #0f4879;
}

a[href^="\/file.axd"] {
	font-weight: bold;
	background: url(download.png) no-repeat right center;
	padding-right: 15px;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#content {
	float: left;
	width: 689px;
	height: 100%;
	padding-right: 10px;
	background-color: #f0f0f0;
	background-image: url('images/contentbg.png');
	background-position:right;
	background-repeat:repeat-y;
}

#sidepanel {
	float: right;
	width: 249px;
}

.loginbox{
	margin: 0 auto;
}

.loginbox td {
    padding: 3px;
}

#postnavigation{
	background-image: url('images/contentbottom.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 3px 15px 10px 10px;
	margin-bottom: 5px;
	margin-right: -10px;
	text-align: center;
}

#footer{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 8pt;
	text-align:center
}

.clearit:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

#wholepage {
	max-width: 960px;
	margin: 0px auto;
	padding:0px;
	background-color: #f0f0f0;
	background-image: url('images/wholepage.png');
	background-position:right;
	background-repeat:repeat-y;
	border-left: 1px solid #0f4979;
	border-right: 1px solid #0f4979;
	border-bottom: 1px solid #0f4979;	
	z-index: 0;
    position:relative;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
}

/*----------------------------
	Header
----------------------------*/

#header {
	background-image: url('images/header2.png');
	text-align: left;
	margin-bottom: 0px;
	width: 100%;
	height: 150px;
    position:relative;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
}

#header p {
	font-size: 42pt;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 35px;
}

#header span {
	font-weight: normal;
	color: #ffffff;
	margin-left: 10px;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

/*----------------------------
	Menu
----------------------------*/

#menu{
	margin-top: -43px;
    position:relative;
	float: right;
	display: block;	
}

#menu ul{
	background: url('images/menubg.png');	
	list-style-type: none;
	height: 30px;
	padding: 0px;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	background-image: url('images/menu-divider.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

#menu ul li a:hover {
	color: #fcfcfc;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

/*----------------------------
		Widgets
----------------------------*/

div.widgetzone{
	padding: 0px 5px 0px 0px;
	background: #ffffff;
}

div.widgetzone .clear{
	clear: left;
}

div.widget{
	background: white;
	padding: 5px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 14px;
	color: #000000;
}

div.widget h4{
	font-size: 12pt;
	border-bottom: 1px solid #0f4979;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
	z-index: 0;
	color: #347db0;
	letter-spacing: 1px;
}

div.widget a:hover {
	color: #e98e42;
}

div.widget a.edit, div.widget a.move, div.widget a.delete{
	font-size: 85%;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 2px;
}

.widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.widgetzone .widget ul li {
	margin-bottom: 3px;
}

.widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
	margin: 0px auto;
}

.widgetzone img.rssButton {
	margin-right: 3px;
}

.widgetzone div#moveWidgetToContainer {
	display:block;
	margin: 5px;
}

#moveWidgetTo {
    margin-bottom: 5px;
}

#spacer {
	padding: 5px;
	line-height: 5px;
}

#bottomwidgets {
	max-width: 960px;
	margin: 0px auto;
	min-height: 20px;
	padding: 0px;
	border: 1px solid #0f4979;
	background-color: #efefef;	
	z-index: 0;
    position:relative;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.31);
}


#widgetzone_Site_Bottom .widget {
	float: left;
	width: 300px;
	overflow: hidden;
	margin: 5px 0px 5px 5px;
	font-size: 9pt;
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
}

#widgetzone_Site_Bottom {
    display: inline-block;
	background-color: #efefef;
}

#widgetzone_Site_Bottom h4 {
	font-size: 10pt;
	letter-spacing: 0px;		
}

#widgetzone_Site_Bottom .content {
	padding-left: 5px;
}


/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
	font-size: 90%;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
		Posts
----------------------------*/

div.post, .mceContentBody {
	background-image: url('images/contentbottom.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 3px 15px 10px 10px;
	margin-bottom: 20px;
	margin-right: -10px;
	line-height: 125%;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0px 0px 0px;
	padding-bottom: 10px;
}

div.post .author {
	color: #090909;
	font-size: 7.5pt;
	margin-top: -10px;
	float: left;
	text-transform: capitalize;
	font-style: italic;
}

div.post .pubDate {
	color: #090909;
	font-size: 7.5pt;
	margin-top: -10px;
	float: right;
	font-style: italic;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	width: 100%;
	text-align: right;
	background-image: url('images/contentbottom.png');
	background-position: right top;
	background-repeat:no-repeat;
	padding: 10px 5px 2px 10px;
	margin-right: -10px;	
	clear: both;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post img {
	padding: 5px;
}

/*----------------------------
		Related Posts
----------------------------*/

#relatedPosts  {
	padding: 5px 10px 10px 15px;
	background: #dfdfdf;
	border: 1px solid #bdbdbd;
	margin: 10px;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts h3 {
	margin: 0px 0px 0px -5px;
	color: #347db0;
}

#relatedPosts p
{
	font-size: 320%;
	letter-spacing:1px;
	font-weight: bold;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	display: inline-block;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
}

#archive h1 {
	margin: 0;
	padding-bottom: 5px;
}

#archive h2 {
	background-image: url('images/contentbottom.png');
	background-position: right bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-right: -20px;	
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	color: #d9d9d9;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	padding: 3px 0;
	font-size: 9pt;
}

#archive .date{
	width: 120px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
		Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 9pt;
}

#searchbox #searchbutton {
	margin-left: 3px;
}

#searchbox #searchfield {
	width: 137px;
	margin-left: -8px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

#monthList li
{
	font-weight: normal;
}

#monthList .year
{
	cursor: pointer;
	font-weight: bold;
}

#monthList .year li
{
	margin-left: 20px;
}

#monthList ul
{
	display: none;
}

#monthList .open
{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
	line-height: 110%;	
}

.tagcloud a.biggest {
	font-size: 14pt;
}

.tagcloud a.big {
	font-size: 12pt;
}

.tagcloud a.medium {
	font-size: 10pt;
}

.tagcloud a.small {
	font-size: 8pt;
}

.tagcloud a.smallest {
	font-size: 7pt;
}

/*----------------------------
		Page dude
----------------------------*/

#page {
	background-image: url('images/contentbottom.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 3px 15px 10px 10px;
	margin-bottom: 20px;
	margin-right: -10px;
	line-height: 125%;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	width: 100%;
	text-align: right;
	background-image: url('images/contentbottom.png');
	background-position: right top;
	background-repeat:no-repeat;
	padding: 10px 5px 2px 10px;
	margin-right: -10px;	
	clear: both;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	padding: 10px;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 400px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 80%;
	height: 200px;
	margin: 0;
}

/*----------------------------
				Comments
----------------------------*/

#commentlist {
    padding-top: 10px;
	margin: 10px;
}
.comment_header{
	background-image: url('images/commentheader.png');
    height: 40px;
    display: block;
    padding: 0px 5px;
    vertical-align: middle;
    background-color: #d9d9d9;
    border: 1px solid #0f4979;
}

.comment {
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #bdbdbd;
	line-height: 125%;
	padding: 5px;
}

.comment .author {
	margin: 0;
	padding: 3px 5px;
	font-size:90%;
	border: 0px;
	height: 16px;
}

#comment {
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: -5px;
}

#addcomment {
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.self {
	background-color: #c7ced1;
	border: 1px solid #236ea8;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 3px 10px 6px 0;
}

.comment .gravatar img {
	height: 32px;
	border: 1px solid #0f4979;
	margin: 0px;
	padding: 0px;
}

.comment img.flag {
    margin-left: 5px;
}

.comment .content {
	min-height: 25px;
	margin: 1px;
	padding: 5px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.visitor {
    padding:12px 0px;
}

.visitor div {
    font-size: 8pt;
    color: #d9d9d9;
}

.visitor div a {
	color: #bdbdbd;
}

.visitor .fn {
	color: #fff;
}

/* nested comments */

.comment-replies {
	background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 15px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}

/*  Comment notification unsubscription  */
#commentNotificationUnsubscription {
	margin-bottom: 10px;
	color: Gray;
	background: #ffc;
	border: 1px solid silver;
	padding: 10px;
}

#commentNotificationUnsubscription h1 {
	margin: 0 auto 12px auto;
	padding: 0;
}

/* comment menu */
#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid #bdbdbd;
	border-bottom: transparent;
	margin: 0;
	list-style: none;
	margin-right: 5px;
	padding: 3px 8px;	
	cursor: pointer;
	position: relative;
	top: 2px;
	background:#236ea8;
	color: #dbdbdb;
}

#commentMenu li.selected{
	background: white;
	border-bottom: 1px solid transparent;
	color: #236ea8;
}

.commentForm .bbcode {
    font-size: 8pt;
    float: right;
    position: relative;
    top: 20px;
    padding: 5px;
}

.bbcode a {
    margin: 1px;
    padding: 3px 5px;
    background: #236ea8;
    border: 1px solid #0f4979;
	color: #dbdbdb;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

#status {
	color: #236ea8;
	text-align: center;
	font-weight: bold;
}

/* comment form */

.commentForm {
	background-image: url('images/bg.png');
	padding: 5px;
	margin: 10px;
	border: 1px solid #bfbfbf;
}
.commentForm h3 {
	margin-left: -10px;
	margin-top: 0px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

.commentForm label {
	float: left;
	display: block;
	width: 60px;
	padding-top: 3px;
}

.commentForm input[type='text'] {
	border: 1px solid #bfbfbf;  
	background: #f9f9f9; 
	width: 300px;
	margin: 2px 0;
}

select 
{
	border: 1px solid #bfbfbf;
}

#commenttoggle, #trackbacktoggle {
	margin-right: 10px;
}

.commentForm select {
	background: #f9f9f9;
	padding: 5px 4px 5px 0px;
	border: 1px solid #bfbfbf;
	color: #000000;
	font-size: 9pt;
    width: 309px;	
}

.commentForm input[type="text"], input[type="select"] {
	background: #f9f9f9;
	padding: 4px;
	border: 1px solid #bfbfbf;
	color: #000000;
	font-size: 9pt;
}

input[type="submit"], input[type="button"], input[type="file"] {
	background-image: url('images/button.png');
	line-height: 20px;
	border: 1px solid #dddddd;
	padding-right: 25px;
	padding-left: 25px;
	color: #0d0d0d;
	font-size: 9pt;
}

input[type="file"] {
	background: #f9f9f9;
	border: 1px solid #bfbfbf;
	color: #000000;
	font-size: 9pt;
	padding: 2px 0px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background-image: url('images/buttonh.png');
	line-height: 20px;
	border: 1px solid #bfbfbf;
	padding-right: 25px;
	padding-left: 25px;
	color: #666666;
}

#searchcomments {
    margin: 10px 5px 0 0;
}

#newsletterform input[type="text"] {
    margin: 10px 0;
}

/* Site Search */

#siteSearch input[type="text"] {
	width: 200px;
	background: #f9f9f9;
	padding: 2px;
	border: 1px solid #0f4979;
	color: #347db0;
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	margin-right: 1px;
	position: relative;
}

#siteSearch input[type="submit"] {
	position: absolute;
	right: 0px;
	z-index: 100;
	width: 4px;
	height: 4px;
	background: url(images/transparent.png);
	border: none;
	cursor: pointer;
}	

#siteSearch {
	position: absolute;
	right: 5px;
	top: 10px;
}

/*----------------------------
					Post Pager
----------------------------*/
#PostPager {
    display: block; 
    text-align: center; 
}
#PostPager li {
    display: inline; 
    border: 0px solid #dbdbdb; 
    margin: 1px; 
    padding: 0px; 
}
#PostPager li a {
    padding: 5px; 
    text-decoration:none; 
    font-weight: bold; 
}

#PostPager li a:hover {
    background-color: #236ea8; 
    color: #fff; 
    border: 1px solid #0f4979; 
	padding: 4px;
}


#PostPager .PagerLinkCurrent {
    background-color: #236ea8; 
    color: #fff; 
    padding: 4px; 
    border: 1px solid #0f4979; 
}
#PostPager .PagerLinkCurrent li {
    padding: 2px 
}
#PostPager .PagerLinkDisabled {
    color: #ccc; 
    padding: 2px; 
}
#PostPager .PagerEllipses {
    border: 0; 
    padding: 2px; 
}
#commentPreview {
	display:none;
	clear:both;
	min-height: 150px;
}
.LoginRequired {
    margin: 10px 0 10px 0;
}