﻿body, textarea, table, tr, td{
		font-family: tahoma,Verdana,sans-serif;
		font-size: 12px;
}

body {
	background-color: White;
	color: #444444;
	font-family: tahoma,Verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	min-width: 600px;
}

h1 {
	font-size: 14px;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
}

a#subscribe {
	position: absolute;
	top: 151px;
	right: 27px;
	padding-right: 18px;
	background: url(../../pics/rssButton.gif) no-repeat right;
}

/* General */

a {
	color: #0066CC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #555;
	border-left: 5px solid #DCE1E5;
	padding-left: 15px;
	margin: 0;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}

#content {
	float: left;
	width: 70%;
	
	font-size: 12px;
	line-height: 160%;
	* width: 600px;
	max-width: 645px;
}

#sidepanel {
	float: right;
	width: 28%;
}

.loginbox{
	margin: 0 auto;
}

.loginbox td {
    padding: 3px;
}

#postnavigation{
	margin-bottom: 10px;
	text-align: left;
	color: #C0C0C0;
	background: white;
	border: none;
	padding: 3px;
	padding-left:10px;
}

#postnavigation a {
	color: #C0C0C0;
	text-decoration: none;
	}

#postnavigation a:hover 
{
	color:#C51500;
	text-decoration: none;
	}

#mainframe
{
	margin:0 100px;
}

#footer {
	margin: 30px 0 0 0;
	background: #E9EFF3;
	border-top: 1px solid #DCE1E5;
	padding: 15px 0;
	font-size: 9pt;
	font-family: Verdana;
	clear:both;
	line-height: 150%;
	}

/*----------------------------
					 Header
----------------------------*/

#header {
	width: 100%;
	background: #E9EFF3;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #DCE1E5;
}

#header p {
	font-family: Arial;
	font-size: 44px;
	font-weight: normal;
	margin: 0px;
	letter-spacing: -3px;
	text-align:right;
	
	font-size: 80px;
	padding: 10px;
	line-height: 50px;
	text-transform: lowercase;
}

#header span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: black;
	margin: 5px 0px 0px 3px;
}

#header a, #header a:hover {
	color: #D9DFE3;
	text-decoration: none;
	}

/*----------------------------
						Menu
----------------------------*/

#menu{
	background: #333333;
	border-bottom: none;
	color:White;
	padding: 8px;
	margin: 0px;
	text-align: right;
}

/*
#menu a.apmlfilter
{
    float:right;
    margin-right: 10px; 
    background:url(../../pics/apml.png) no-repeat left 1px; 
    padding-left:16px
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}*/

#menu li {
	display: inline;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
	}
		
#menu ul {
	margin: 0;
	padding: 0;
	}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	}
	
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size:14px;
	}
		
.current_page_item a {
	text-decoration: underline;
	}

/*----------------------------
					 Widgets
----------------------------*/

div.widgetzone{
	padding: 0;
	background: none;
	width: 280px;
}

div.widgetzone .clear{
	clear: left;
}

div.widget{
	background: white;
	border: none;
	padding: 10px 15px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #333333;
}

div.widget h4{
	font-size: 14px;
	border-bottom: none;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color:#333333;
	letter-spacing: 1px;
}

div.widget a:hover {
	color: #C51500;
}

div.widget a.edit, div.widget a.move{
	font-size: 12px;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 5px;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

.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;
}

.widgetzone img.rssButton {
	margin-right: 3px;
}

.widgetzone div#moveWidgetToContainer {
	text-align: right;
	margin: 3px;
}

/*----------------------------
					 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;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	border: none;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0;
}

div.post a{
	color: #0066CC;
	text-decoration: underline;
	}

div.post a:hover{
	color: #C51500;
	text-decoration: underline;
	}

div.post h1{
	color: #333;
	font-size:16px;
	}
	
div.post h1 a{
	color: #333;
	text-decoration: none;
	}

div.post h1 a:hover{
	color: #C51500;
	text-decoration: none;
	}
	
div.post .author {
	color: #666666;
	font-size: 12px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 12px;
	float: right;
}

div.post .text {
	margin-top: 30px;
	clear:left;
	font-size:13px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	text-align: right;
	border-bottom: 1px solid #DCE1E5;
	padding:2px;
	height:20px;
}

div.post .bottom {
	margin-bottom: 15px;
}

div.post .categories {
	float: right;
	margin:0;
}

div.post .tags {
	float: left;
	margin:0;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
	white-space: nowrap;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div{
	background: white;
	padding: 5px 10px 10px 10px;
	border: none;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts p
{
	font-size: 14px;
	letter-spacing:1px;
	font-weight:normal;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 12px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: normal;
}

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: normal;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid #DCE1E5;
	background-color: #FFFEEC;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: none;
	margin-left: 70px;
}

#addcomment, #comment
{
	font-size: 14px;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #E9EFF3;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 60px;
	width: 60px;
	border: none;
}

.comment .content {
	min-height: 60px;
	margin: 5px;
	margin-left: 70px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
	clear:left;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid #DCE1E5;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid #DCE1E5;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#DCE1E5;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #DCE1E5;
}

.commentForm .smilies {
}

.smilies a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: none;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px solid #DCE1E5;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid #DCE1E5;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	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;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 80px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 12px;
}

#searchbox input {
	font-size: 12px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 150px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: none;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: none;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid #DCE1E5;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #DCE1E5;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #DCE1E5;
}

.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{
	background : white;
	padding: 10px;
	border: none;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* nested comments */

.comment-replies {
	background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #DCE1E5;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}

/*  Comment notification unsubscription  */
#commentNotificationUnsubscription {
	margin-bottom: 10px;
	color: Gray;
	background: #ffc;
	border: 1px solid #DCE1E5;
	padding: 10px;
}

#commentNotificationUnsubscription h1 {
	margin: 0 auto 12px auto;
	padding: 0;
}


