/*  
Theme Name: UbuntuWP II
Theme URI: https://nerten.info
Description: Based on <a href="http://www.ubuntu.com">Ubuntu.com</a>.
Version: 1.0
Author: Nerten
Author URI: http://nerten.info

	UbuntuWP II v1.0
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/*/////////////////////////////////////////
/////////////////RESET CSS/////////////////
/////////////////////////////////////////*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*/////////////////////////////////////////
//////////////////GENERAL//////////////////
/////////////////////////////////////////*/
* {
margin:0;
padding:0;
}
html {
width: 100%;
height: 100%;
}

body {
	background:#D3CAAA url(images/bgrepeat.jpg) repeat-x;
	font-family:Tahoma,Sans,Arial,Helvetica,sans-serif;
	font-size:80%;
        color: #333333;
}
#wrapper {
	background:#FFFFFF url(images/page-border-left-repeat.jpg) left center repeat-y;
	margin:0 auto;
	max-width:950px !important;
	min-width:900px;
	padding:0 0 0 14px;
	position:relative;
	width:94%;
	text-align:left;
}
#main {
	background:#FFFFFF url(images/page-border-right-repeat.jpg) right center repeat-y;
	padding:0 13px 0 0;
	position:relative;
}
#bodyouter {
	clear:both;
	overflow:hidden;
	padding-left:215px;
	padding-top:10px;
	position:relative;
}
#content {
overflow:hidden;
float:right;
width:100%;
min-height:510px;
}
#bg-left {
background:#FFFFFF url(images/page-border-left.jpg) no-repeat left top;
height:665px;
left:0;
position:absolute;
top:0;
width:14px;
z-index:6;
}
#bg-right {
background:#FFFFFF url(images/page-border-right.jpg) no-repeat left top;
height:665px;
position:absolute;
right:0;
top:0;
width:13px;
z-index:6;
}

#bt-left {
background:#FFFFFF url(images/botl.png) no-repeat left bottom;
height:14px;
left:0;
position:absolute;
bottom:0;
width:14px;
z-index:6;
}
#bt-right {
background:#FFFFFF url(images/botr.png) no-repeat left bottom;
height:14px;
position:absolute;
right:0;
bottom:0;
width:13px;
z-index:6;
}


a {
	color:#bd0901;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.post {
	padding:5px;
}
.entry-content, .entry-excerpt {
	clear:left;
}
.navigation {
	clear:both;
}
.avatar {
	display:block;
	float:left;
	margin:0;
	/*position:absolute;*/
}
.triangle {
left:-10px;
position:relative;
top:15px;
}
.triangle img {
position:absolute;
top:1px;
}
/*/////////////////////////////////////////
////////////////////MENU///////////////////
/////////////////////////////////////////*/
#header {
background:#FFFFFF url(images/top.jpg) center top repeat-x;
border-bottom:1px solid #D6D6D6;
padding-top:10px;
height:83px;
position:relative;
width:100%;
}
#header h1 {
margin-left:60px;
margin-top:25px;
margin-bottom:5px;
font-size:32px;
}
.description {
	clear:left;
	padding:0px 0 0px 100px;
}
#header a h1 {
color:#BD0901;
text-decoration:none;
}
#header ul {
border-bottom:1px solid #D6D6D6;
display:block;
margin:0;
padding:0 0 0.5em;
position:absolute;
right:0;
top:20px;
}
#header a {
border-bottom:1px dotted #FFFFFF;
color:#656565;
text-decoration:none;
}
#header li a:hover {
border-bottom:1px dotted #656565;
}
#header ul ul {
padding-bottom:0;
}
#header li {
background:#FFFFFF url(images/bullet-triangle.png) left center no-repeat;
display:block;
float:left;
line-height:1.1em;
margin:0 18px 0 0;
padding-bottom:0;
position:relative;
text-indent:13px;
}
#header li.last {
margin:0;
}
#header li ul {
background-color:#FFFFFF;
border:1px solid #D3CAAA;
font-size:90%;
left:-999em;
position:absolute;
top:1.1em;
width:10em;
z-index:100;
}
#header li:hover ul {
left:0;
z-index:1000;
}
#header li ul li {
background-image:none;
margin:0;
padding:0;
text-indent:0;
width:100%;
}
#header li ul li a {
display:block;
padding:0.2em 0;
text-indent:0.2em;
width:100%;
}
#header li ul li a:hover, #menu li ul li a:active {
background-color:#D3CAAA;
color:white;
}
#ubuntulogo {
left:0;
position:absolute;
top:22px;
}
#searchbox {
height:25px;
position:absolute;
right:9px;
text-align:right;
top:3.5em;
width:40%;
}
#searchbox input {
border:1px solid #C6C6C6;
color:#777777;
/*font-size:70%;*/
padding:2px;
}


/*/////////////////////////////////////////
///////////////////CONTENT/////////////////
/////////////////////////////////////////*/
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
color:#5A3320;
font-family:"Trebuchet MS","Trebuchet","Nimbus Sans L",sans-serif;
margin:1em 0 0.3em;
line-height:1.5em;
}
#content h1 {
	font-size:1.5em;
}

.post h2 a {
	font-size:2em;
	margin:0 0 10px;
	padding:0;
	color:#bd0901;
	text-decoration:none;
	/*border-bottom:1px dotted #bd0901;*/
}
.post h3 {
	font-size:1.8em;
	margin:0;
	padding:0;
}
.entry-date {
	border:2px solid #f44800;
	color:#fb8b00;
	display:inline;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:60px;
	margin:0 9px 0 0;
	width:45px;
	background-color:#fbeccc;
}
.entry-month {
	font-size:19px;
	font-weight:bold;
	height:19px;
	margin:0;
	text-align:center;
	width:45px;
}
.entry-year {
	font-size:16px;
	height:15px;
	text-align:center;
	width:45px;
	font-weight:bold;
}
.entry-day {
	font-size:28px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:0px 0 0;
	text-align:center;
	width:45px;
}
#content a:link, #content a:visited {
	padding:2px;
}
#content a:hover {
	text-decoration:none;
}
.post p {
	line-height:1.5em;
	margin:1em 0 0.3em;
}
.post ul {
	margin:1em 0 0.3em;
}
.post ul li {
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
}
#content table {
	line-height:1.5em;
	width:100%;
background-color:#D3CAAA;
border-collapse:collapse;
}
#content tr {
background-color:#D3CAAA;
}
#content td {
background-color:#FFFFFF;
border:1px solid #666666;
padding-left:5px;
padding-right:5px;
}
#content th {
background-color:#D3CAAA;
border:1px solid #666666;
padding-left:5px;
padding-right:5px;
}
/*/////////////////////////////////////////
//////////////////SIDEBAR//////////////////
/////////////////////////////////////////*/
#sidebar {
float:left;
margin-left:-215px;
width:205px;
}
#sidebar > ul > li {
background:#FFFFFF url(images/feature-button-bg.jpg) right bottom no-repeat;
border-top:1px solid white;
padding-bottom:5px;
margin-bottom:5px;
position:relative;
}
#sidebar h2.widgettitle {
	color:#5A3320;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 14px;
}
#sidebar-small {
	float:left;
	margin:10px 0 0;
	padding:0 5px;
	width:170px;
	font-size: 10px;
}
#sidebar ul, #sidebar-small ul {
	list-style-type:none;
	margin-top: 0;
	margin-left: 5px;
	padding:0;

}
#sidebar li a:link, #sidebar li a:visited {
	margin-bottom:0.1em;
	padding:1px;
	text-decoration:none;
}
#sidebar li a:hover {
	text-decoration:underline;
}
#sidebar ul ul {
	margin-left:5px;
}
#tag_cloud h2 {
	text-align:left;
}
#tag_cloud {
	text-align:center;
}

.underpost {

}
#content .underpost a {
	text-decoration:underline;
}
img.centered {
	display:block;
	margin:0 auto;
}
img.alignright {
	display:inline;
	margin:3px 0 2px 10px;
	padding:4px;
}
img.alignleft {
	display:inline;
	margin:3px 10px 2px 0;
	padding:4px;
}
blockquote {
	background:transparent url(images/blockquote1.png) no-repeat scroll right bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	padding:0 10px 0 30px;
	text-indent:-30px;
	width:350px;
}
blockquote p:first-letter {
	background:transparent url(images/blockquote2.png) no-repeat scroll left center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0 0 0 30px;
}
#respond p {
	font-size:0.9em;
}
#commentform input {
}
#commentform textarea {
font-family:Tahoma,Sans,Arial,Helvetica,sans-serif;
font-size:1em;
margin:5px 0 5px 55px;
width:865px;
}
#commentform {
	padding:10px;
}
li.author {
	padding:5px;
}
ol.commentlist {

	list-style-type:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	clear:both;
	/*padding-left:64px;*/
	/*margin:15px 0 0;*/
margin-bottom:15px;
}
#content ol.commentlist li a {
	text-decoration:underline;
}
.comment-author a{
font-weight:bold;
	text-decoration:none;

}
.commentmetadata a{
color:#DAD3C3;
	text-decoration:none;
}
.comment-text {
	/*clear:both;*/
	padding-left:60px;
	padding-top:10px;
}
.comment-box {
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background:#F9F9F6 none repeat scroll 0 0;
border:1px solid #DAD3C3;
display:block;
font-style:normal;
padding:3px;
}
.comment-box p {
display: block;
margin-top:0;
padding: 5px;
}
a.image:link, a.image:visited, a.image:hover {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	padding:0;
}
a.image img {
	border:medium none;
}

.ct {
padding:10px 0;
}
/*/////////////////////////////////////////
///////////////////FOOTER/////////////////
/////////////////////////////////////////*/
#footer {
clear:both;
background:#FFFFFF url(images/botbg.png) repeat-x scroll center bottom;
border-top:1px solid #D6D6D6;
padding:0;
color:#656565;
font-size:70%;
padding:0 15px 15px;
position:relative;
}
#footer a {
color:#656565;
text-decoration:none;
}
#footer p {
margin:1em 0 0.3em;
line-height: 1.5em;
/*float:left;*/
/*font-size:90%;*/
/*width:45%;*/
}
#footer ul {
padding:1.3em;
position:absolute;
right:0;
top:0;
}
#footer li {
border-right:1px solid #656565;
display:block;
float:left;
padding:0 10px;
}
#footer li.last {
border-right-style:none;
padding-right:0;
}


