/* =========================================================================
	BODY
   ========================================================================= */

body {
	border-top: 8px solid #111;
}

/* =========================================================================
	HEADER
   ========================================================================= */

#header {
	text-align: center;
	background-color: #fff;
}

#header h1 {
	font-size: 400%;
	letter-spacing: 1.1em;
}

#header h1 a {
	color: #666;
}

/* =========================================================================
	MENU
   ========================================================================= */

#menu {
	background-color: #121212;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ccc;
	text-transform: uppercase;
}

#menu a:hover {
	color: #eedd22;
}

/* =========================================================================
	MAIN CONTENT
   ========================================================================= */

#maincontent, #feed, #blogroll {
	padding-top: 10px;
	padding-bottom: 10px;	
}

#maincontent h2.titlepage {
	color: #666;
	font-size: 1.1em;
	margin-left: 180px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
}

.entrymeta, .newsmeta {
	border-top: 2px solid #121212;
	font-size: 80%;
	text-align: center;	
}

.entrymeta .date, .newsmeta .date {
	font-weight: bold;
}

.entrymeta a, .newsmeta a {
	font-style: italic;
}

.entrymeta a:hover, .newsmeta a:hover {
	color: #ccbc0f;
}

.entrymeta .entrytype, .newsmeta .entrytype {
	margin-bottom: 0;
	color: #f2f2f2;
	background-color: #121212;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
}

.entrycontent {
	border-top: 1px solid #ccc;
}

.entrycontent h1 a {
	color: #121212;
}

.entrycontent h1 a:hover {
	color: #ccbc0f;
}

.entrycontent .excerpt {
	text-align: justify;
}

.entrycontent .content {
	text-align: justify;
}

.entrycontent .content a {
	border-bottom: 1px dotted;
}

.entrycontent .content a:hover {
	border-bottom: 1px solid;
}

.entrycontent .content blockquote {
	color: #8f8f8f;
	margin-left: 20px;
}

.entrycontent .content pre.source {
	padding: 10px;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
}

.entrycontent .language {
	text-align: left;
	font-size: 0.8em;
	padding-left: 16px;
	background-image: url(../images/lang.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
}

.entrycontent .author {
	text-align: right;
	font-size: 0.8em;
	padding-right: 16px;
	background-image: url(../images/author.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
}

.column {
	border-top: 2px solid #121212;
	border-right: 2px solid #121212;
}

.column h2 {
	font-size: 1.1em;
}

.column ul {
	list-style-image: url(../images/bullet.gif);
}

.pagecontent {
	text-align: justify;
}

.pagecontent a {
	border-bottom: 1px dotted;
}

.pagecontent a:hover {
	border-bottom: 1px solid;
}

.pagination {
	text-align: right;
	margin-top: 2em;
}

.pagination a {
	padding: 2px;
	border: 1px solid #808080;
	background-color: #ccc;
	color: #1f1f1f;
}

.category p {
	text-align: justify;
}

.categorydescription h2 {
	font-size: 1.1em;
}

.categorydescription p {
	color: #666;
	font-style: italic;
	text-align: justify;
}

#feed {
	text-align: justify;
}

#feed a {
	border-bottom: 1px dotted;
}

#feed a:hover {
	border-bottom: 1px solid;
}

#faq dt {
	font-weight: bold;
}

#faq dd {
	font-style: italic;
	margin-left: 1em;
}

.newsbox h3 {
	margin-bottom: 0;
	color: #f2f2f2;
	background-color: #ccc;
	text-align: center;
	font-size: 0.8em;
}

.newsbox .date {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

.newsbox h1 a {
	font-size: 0.8em;
	color: #121212;
}

.newsbox h1 a:hover {
	color: #ccbc0f;
}

.newsbox .excerpt {
	text-align: justify;
	font-size: 0.8em;
}

/* =========================================================================
	COMMENT
   ========================================================================= */

.comment-info {
	border-top: 2px solid #121212;
	text-align: center;
}

.comment-date {
	font-size: 0.8em;
}

/*.comment-author a {
	color: #777;
}

.comment-author a:hover {
	color: #eedd22;
}*/

.comment-content {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.comment-content blockquote {
	border-left: 2px solid #ccc;
	padding-left: 10px;
	color: #666;
}

.entryform {
	border-top: 1px solid #ccc;
}

#guideline {
	border-top: 2px solid #121212;
	font: 0.7em Verdana, Sans-serif;
}

#guideline h4 {
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: center;
}

#guideline ul {

}

#guideline li {
	margin-bottom: 1.1em;
}

form {
	background-color: #e2e4db;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
	font-size: 90%;
	padding: 9px 9px 25px;
}



fieldset {
	border: none;
}



form label {
	display: block;
	color: #333;
	font: 100% Helvetica, Sans-serif;
	text-transform: uppercase;
	line-height: 150%;
	margin-bottom: 15px;
}



form label small {
	display: block;
	color: #888;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
}



form label small a:hover {
	color: #666;
	border-color: #888; 
}



form input, form textarea {
	display: block;
	width: 100%;
}



form textarea {
	height: 200px;
}



form input#submit {
	float: right;
	display: block;
	width: 9em;
	max-width: 260px;
}



form p.success {
	color: #6cc33c;
	background: #e2e4db url("icon-tick.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 9px;
	padding-left: 24px;
}



form p.error {
	color: #ff4242;
	background: #e2e4db url("icon-cross.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 9px;
	padding-left: 24px;
}

/* =========================================================================
	DRAFTS
   ========================================================================= */

.drafts .date, .drafts .categories {
	font-size: x-small;
}

/* =========================================================================
	SIDEBAR
   ========================================================================= */

#sidebar {
	background-color: #121212;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
	
}

#sidebar h3 {
	padding: 5px;
	font-size: 1.2em;
	border-top: 3px solid #ccc;
	color: #ccc;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	border-bottom: 1px dotted #4f4f4f;
	margin: 0 auto;
	width: 90%;
}

#sidebar ul li:hover {
	background-color: #303030;
}

#sidebar a {
	color: #ccc;
}

#sidebar a:hover {
	color: #eedd22;
}

#sidebar small {
	font-size: 0.7em;
}

/* =========================================================================
	PANEL
   ========================================================================= */

#panel {
	margin-top: 2em;
	padding-top: 10px;
	background-color: #121212;
	border-top: 3px solid #000;
	background-image: url(../images/mbottom.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
	color: #ccc;
}

#panel a {
	color: #828282;
}

#panel a:hover {
	color: #eedd22;
}

#panel .box h3 {
	margin-left: 2px;
	font-size: 1.2em;
}

#panel ul {
	margin-left: 0;
	list-style: none;
}

#panel .box p {
	text-align: justify;
}

/* =========================================================================
	FOOTER
   ========================================================================= */
   
#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #666;
	font-size: 0.7em;
	letter-spacing: 1.1em;
}