/*  
Theme Name: The Usability Page
Theme URI: http://www.theusabilitypage.com/ 
Description: The Usability Page blog template
Version: 1.0 
Author: The Usability Page Team
Author URI: http://www.theusabilitypage.com/ 
*/ 

body, html {
	background-color:  #FFFFFF;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	color: #666666;
}

a {
	text-decoration: none;
}

html, body, div, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
      padding-top: 0.1px;

}

img {
	border: 0;
}

html {
	text-align: center;
}

body {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/*
 * TOP MENU miniblocks with over effect
 */

div#header {
	position: relative;
	margin: 4px 0;
}

div#topmenu {
	height: 32px;
}

div#topmenu img#logo {
	display: block;
	float: left;
	margin-top: 3px;
}
 
div#navigation {
	float: right;
	height: 32px;
}

div#navigation a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

div#navigation a img.menu_button {
	display: block;
	width: 32px;
	height: 32px;
	border: none;
}

div#navigation a img.menu_hover {
	position: absolute;
	right: 190px;
	top: 3px;
	display: none;
}

div#navigation a:hover img.menu_hover {
	display: block;
}

.bg-blog { background-color: #1c6bf2;}
.bg-wiki { background-color: #ff9914;}
.bg-books { background-color: #de3131;}
.bg-premium { background-color: #7f09eb;}
.bg-validator { background-color: #35c232;}

/***************/
/* SECTION BANNER
/***************/

div#section {
	background-color: #1c6bf2;
	background-image: url('images/blog.png');
	height: 136px;
	background-repeat: no-repeat;
	background-position: 15px center;
	margin: 4px 0px;
}

/*#################### SIDEBAR ###################
Theme Name: SimplicityBright
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>,
based on the Theme Relaxation by <a href="http://www.jowra.com">Jowra</a>.
Version: 0.1 english
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
#################### SIDEBAR ###################*/

#sidebar {
        width: 26%;
		margin: 20px 0px 0px 2%;
		float: right;
        text-align: left;
        padding: 0;
        line-height: 1.6em;
        color: #383d44;
        }

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li{
        border-bottom: 1px solid #cccccc;
	margin: 0;
        padding: 0;
        display: block;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #383d44;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	}

#sidebar li a:hover {
    color: #669933;
	background-color: #e3e6d7;
    text-decoration: none;
	}

#sidebar h2{
        background: inherit;
        color: #326ea1;
        font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        font-weight: 100;
        padding: 3px 0px 3px 0px;
        margin: 0;
}

#search input[type=text]{
        width: 160px;
}

#search input[type=submit]{
        width: 22px;
        height: 23px;
        background-color: transparent;
        background-image: url('images/go.png');
        border: none;
}

/*#################### CONTENT ###################
Theme Name: SimplicityBright
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>,
based on the Theme Relaxation by <a href="http://www.jowra.com">Jowra</a>.
Version: 0.1 english
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
#################### CONTENT ###################*/

/*#####################*/
/*### Headlines ###*/
/*#####################*/

h1 a {
	color: #326ea1;
        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
        display: block;
}

h1 {
	color: #326ea1;


        font-weight: 100;
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
        margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

h2, h2 a {
	color: #326ea1;
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #326ea1;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #666666;
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
	text-align: justify;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}

.entry a, .entry a:visited {
	color: #326ea1;
}

small {
	font-size: 10px;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	width: 66%;
	margin: 20px 2% 30px 0px;
	float: left;
	background: transparent;
    border: none;
	color: #282828;
    text-align: left;

}


#content a:hover {
        color: #669933;
        background: transparent;
        text-decoration: none;
}

#content img {
	float: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 1px solid #cccccc;
        padding: 5px;
        background-color: transparent;
}

#content a:hover img { 
        border: 1px solid #777777; 
        background: transparent;
}

#content h1 a:hover { 
        color: #669933; 
        background: transparent; 
        text-decoration: none; 
}

#content h2 a:hover { 
        color: #669933; 
        background: transparent; 
        text-decoration: none; 
}

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover { 
         color: #669933; 
         background: transparent; 
         text-decoration: none; 
}

#content ul {
         list-style-type: circle; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {
	background: transparent;
	color: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.postmetadata {
        background: transparent;
        font-style: italic;
        color: #363636;
        line-height: 1.5em;
	margin: 15px 0 50px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
        clear:both;
}

.postmetadata a, .postmetadata a:visited  {background: transparent; color: #326ea1; text-decoration: none;}

.postmetadata2 {
        background: #eeeeee;
        color: #282828;
        border: 1px solid #cccccc;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 10px;
}

.premetadata {
	background: transparent;
	color: #363636;
	line-height: 1.0em;
	margin: 2px 0 15px 0;
	text-align: left;
        clear:both;
}

.premetadata a, .premetadata a:visited {background: transparent; color: #326ea1; text-decoration: none;}

.premetadata2 {
        background: #eeeeee;
        color: #282828;
        border: 1px solid #cccccc;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 10px;
}


/*############################*/
/*#### Comments #### */
/*############################*/

#comment {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
        -moz-border-radius: 10px;
}

.commentbody a {
	color: #aa0000;
        text-decoration: none;
}
.commentbody a:hover {
	color: #2d5175;
        text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

#email, #author {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	padding-left: 5px;
	vertical-align: middle;

}

#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
        overflow:auto;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #aa0000;
        text-decoration: none;
}

.commentheader {
        background: inherit;
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
        color: #326ea1;
        padding: 0;
        line-height: 1.5em;
}

.clear {clear:both;}


/*
 * FOOTER
 */
 
.footer {
	width: 960px;
	border-top: 1px solid #1c6bf2;
}

.footerleft, .footerright {
	color: #aaaaaa;
	margin: 10px 0px 20px 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.footerleft a, .footerright a {
	color: #666666;
}

.footerleft a:hover, .footerright a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
}

/*
 * TOOLS
 */
 
.clearboth {
	clear: both;
	height: 0px;
}



