/*
Theme Name: WordPress Personal
Theme URI: http://www.radszun.net/
Description: Personal WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: A. Radszun
Author URI: http://www.radszun.net
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Body */
body {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 0px 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, "Sans Serif" !important;
	background-color: #bfcdda;
	color: #333;
	text-align: center;
	}

/* Links */
a:link {
	color: #ae0907;
	text-decoration: none;
	}

a:hover {
	color: #2e2f43;
	text-decoration: none;
	}

a:active {
	color: #ae0907;
	text-decoration: none;
	}

a:visited {
	color: #ae0907;
	text-decoration: none;
	}

/* Headings */
h1 {
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
	color: #ae0907;
	}

h2 {
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #ae0907;
	}


h3 {
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1.4em;
	color: #ae0907;
	}

h3 a:link a:visited {
	font-family: Arial, Helvetica, "Sans Serif" !important;
	color: #ae0907;
	}

h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: underline;
	color: #ae0907;
	}

h4 a {
	color: #ae0907;
	font-weight: normal;
	text-decoration: underline;
	}

/* General */
hr {
	display: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

img {
	border: 0px;
	}


/* Header */
#header {
	margin: 0px;
	padding: 0px;
	width: 970px;
	background: #bfcdda url('images/header-top.png') no-repeat bottom center;
	}

#headerimg {
	margin: 0px;
	height: 200px;
	width: 970px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
	}

/* Menu */
#menuwrapper {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #8999b0;
}

/*Clears the floated menu items.*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
*/

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/*
Root-Level Links.  
*/

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #ffffff;
	font-size: 1.4em;
	color: #ffffff;
}

/*
Class assigned to those Root-Level links that have associated Sub-Menus.
*/

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
}

/*
The Root-Level list items. 
*/
#p7menubar li {
	float: right;
	width: 9em;
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
*/

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

/*
The sub-menu links. 
*/

#p7menubar ul li a  {
	color: #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	text-transform: none;
	padding: 5px 12px 5px 16px;
}

/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
*/

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #d6dfe8;

}

/*
Changes the Text color and background color when the Root-Level
menu items are moused over. 
*/

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ae0907;
	background-color: #ffffff;
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. 
*/

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. 
*/

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

/*
The normal hover class for Sub-Level links. 
*/

#p7menubar ul a:hover {
	background-color: #ae0907!important;
	color: #ffffff!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */

#p7menubar li {width: auto;}

/* Content */
#page {
	background: #dee5ec;
	margin: auto;
	width: 970px;
	text-align: justify;
	}

#content {
	font-size: 1.4em;
	padding-top: 10px;
	}

.clear {
	clear: both;
}

.narrowcolumn {
	float: left;
	width: 660px;
	text-align: center;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
	text-align: justify;
	font-size: 0.8em;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 

.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

.entry p a:visited {
	color: #b85b5a;
	}

.post {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 18px;
	text-align: justify;
	background-color: #ffffff;
	border: 1px solid #8999b0;
	width: 600px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

#archives {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #8999b0;
	padding: 5px;
	width: 625px;
	}

#archives .old {
	text-align: left;
	padding-right: 200px;
	}

#archives .new {
	text-align: right;
	padding-left: 200px;
	}

/* Footer */
#footer {
	margin-bottom: 0px;
	width: 970px;
	padding: 5px 0px 5px 0px;
	height: 16px;
	clear: both;
	color: #ffffff;
	background-color: #8999b0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#footer p {
	margin: 0;
	text-align: center;
	}

#footer a {
	color: #ffffff;
	}

/* Sidebar */
#sidebar {
	margin-top:0px;
	padding-top: 10px;
	font-size: 1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left: 660px;
	width: 310px;
	text-align: center;
	background: url(images/sidebarbgfade.png) repeat-x;	
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color: #ae0907;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* Comments */
.commentwrapper {
	background-color: #ffffff;
	border: 1px solid #8999b0;
	width: 615px;
	float: left;
	padding: 10px;
	text-align: justify;
	margin-left: 10px;
	margin-bottom: 20px;
	}

#commentinfo {
	color: #ae0907;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: underline;
	}

.commentlist {
	margin-left: -40px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1.0em;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 10px;
	}

.commentlist li {
	font-weight: bold;
	color: #ae0907;
}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
	line-height: 1.5em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #333;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 0.8em;
	}

#submit {
	background-color: #8999b0;
	border: 1px solid #bfcdda;
	color: #ffffff;
	margin-top: 20px;
	font-weight: bold;
	}

#submit:hover {
	background-color: #ffffff;
	border: 1px solid #8999b0;
	color: #ae0907;
	cursor: pointer;
	margin-top: 20px;
	font-weight: bold;
	}


