/*
Theme Name: 01 ULTRA
Theme URI: 
Description: A customized pirate theme...
Version: 
Author: Ciurma corsara
Author URI: 
Tags: large bg image, black text boxes, fixed width, two columns, widgets
*/

/* xxxxxxxx GLOBAL: sets all margins and padding to 0 xxxxxxxx */
* { 
	margin: 0; 
	padding: 0;
	}

/* xxxxxxxx LAYOUT STRUCTURE AND BACKGROUNDS xxxxxxxx */
body {
	background: #303030 url('images/bg-default.jpg') no-repeat top left;
	}
#page {
	float: left;
	width: 1100px;
	/* 	border: 1px solid #959596; DEBUGGING... */
	}

#headerimg {
	height: 250px;
	width: 100%;
	}
#header {
	height: 150px;
	width: 100%;
	}

.hometop {
	background: url('images/transp-greenblue.png');
	clear: both;
	margin-left: 280px;
	margin-bottom: -180px;
	width: 500px;
	padding: 10px 20px 200px 0;
	}
.hometop h2 {
	color: #66CCCC;
	margin: 5px 0 0 10px;
	}
.hometop p {
	font-size: 12px;
	margin: 5px 5px 0 40px;
	}

.homecolumn1 {
	background: #000000 url('images/bg-column.jpg') no-repeat top right;
	float: left;
	margin-left: 220px;
	width: 480px;
	display: inline; /* FIX for IE6 */
	}
.homecolumn2 {
	background: #000000;
	margin-left: 715px;
	padding-bottom: 40px;
	width: 350px;
	}

.narrowcolumn {
	background: #000000 url('images/bg-column.jpg') no-repeat top right;
	float: left;
	margin-left: 220px;
	margin-bottom: 40px;
	width: 600px;
	display: inline; /* FIX for IE6 */
	/* 	min-height: 400px; */
	}
#footer {
	background-color: #1A1A1A;
	width: 100%;
	padding: 30px 0 30px 0;
	text-align: center;
	}

/* not really in use: to display pictures? */
.widecolumn {
	background-color: #000000;
	float: left;
	margin-left: 220px;
	width: 450px; /* TO BE FIXED */
	padding: 10px 10px 20px 10px; /* TO BE DELETED */
	/* 	border: 1px solid white; TEMP */
	}

#sidebar {
	background: #000000;
	width: 230px;
	margin-left: 835px;
	padding: 40px 10px 20px 10px;
	}
#sidebar form {
	margin: 0;
	}
/* xxxxxxxx END STRUCTURE AND BACKGROUNDS xxxxxxxx */


/* xxxxxxxx BEGIN TYPOGRAPHY & COLORS xxxxxxxx */
body {
	/* 	font-size: 62.5%;Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #cccccc;
	}
big {
	font-size: 18px;
	}
small, #footer {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	}

/* -------- general rules for links */
a, a:visited {
	color: #b85b5a;
	text-decoration: underline;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

/* -------- general rules for headers (both plain and used as links) */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 7px;
	}
h1 a, h1 a:visited {
	color: #FF6633;
	text-decoration: none;
	}
	
h2 {
	font-size: 20px;
	color: #ffffff;
	}
h2 a, h2 a:visited {
	color: #FF6633;
	text-decoration: none;
	}

h3 {
	font-size: 17px;
	color: #ffffff;
	}
h3 a, h3 a:visited {
	color: #FF6633;
	text-decoration: none;
	}

/* -------- rules for main typografic elements (in the order they appear on page) */
h1.blogtitle {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 95px;
	font-weight: 100;
	color: #666666;
	text-align: left;
	}
a.blogtitlelink, a.blogtitlelink:visited {
	color: #666666;
	text-decoration: none;
	}
a.blogtitlelink:hover {
	color: #999999;
	text-decoration: none;
	} 

.description {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin-left: 25px;
	margin-top: -48px;
	}

h2.pagetitle {
	line-height: 34px;
	font-size: 46px;
	font-weight: 100;
	color: #333333;
	text-align: right;
	}
a.pagetitlelink:link, a.pagetitlelink:visited {
	color: #333333;
	text-decoration: none;
	}
a.pagetitlelink:hover {
	color: #666666;
	text-decoration: underline;
	}

h2.posttitle {
	font-size: 34px;
	padding: 20px 10px 0 10px;
	}

h3.index_title  {
	font-size: 20px;
	font-weight: normal;
	padding: 25px 10px 0 10px;
	}
h3.index_title a:hover  {
	color: #FF0000;
	text-decoration: none;
	}

.homewell p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 10px 0px 40px;
	}

.excerpt {
	padding: 6px 40px 0 80px;
	font-size: 12px;
	/*	line-height: 16px; */
	/* 	border: 1px solid red; DEBUGGING... */
	}
.excerpt p {
	margin-bottom: 6px;
	}

.entry {
	padding: 10px 40px 0 80px;
	font-size: 14px;
	/*	line-height: 16px; */
	/* 	border: 1px solid #959596; DEBUGGING... */
	}
.entry p {
	margin-bottom: 14px;
	}

.postdatewho {
	clear: both;
	color: #777;
	}
.author {
	color: #fff;
	font-weight: bold;
	}
.postmetadata {
	clear: both;
	color: #777;
	/*	line-height: 16px; */
	}

.navigation {
	display: block;
	text-align: right;
	padding-top: 5px;
	}

.navigation-lg {
	display: block;
	padding: 40px 10px 40px 10px;
	font-size: 17px;
	/* 	border: 1px solid #999999; TEMP */
	}

.comments {
	clear: both;
	padding: 0 40px 40px 80px;
	}
.thread-alt {
	background-color: #303030; /* changed value */
	}
.thread-even {
	background-color: #1A1A1A; /* changed value */
	} 
.depth-1 {
	border: 1px solid #999999;
	} 

.even, .alt {
	border-left: 1px solid #999999; 
	}

.comments h3 {
	margin-top: 20px;
	font-size: 17px;
	}
#commentform input, #commentform textarea {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li {
	font-size: 12px;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}
.commentlist p {
	font-weight: normal;
	line-height: 15px;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}

/* #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	} */
	
#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
	}
#sidebar h2 a, #sidebar h2 a:visited {
	color: #ffffff;
	}
#sidebar h2 a:hover {
	color: #ff0000;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 9px;
	letter-spacing: 7px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* xxxxxxxx END TYPOGRAPHY & COLORS xxxxxxxx */


/* xxxxxxxx BEGIN IMAGES xxxxxxxx */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
			
.clear {
	clear: both;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* xxxxxxxx END IMAGES xxxxxxxx */


/* xxxxxxxx BEGIN LISTS xxxxxxxx
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */

ul li {
	list-style-type: none;
	list-style-image: none;
	}
ol li {
	list-style: decimal outside;
	}
	
.entry ul, .entry ol {
	margin: 0 0 14px 45px;
	}
.entry ul li, .entry ol li {
	margin: 14px 0 0 0;
	}

/* .postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	} */

.doc_topnav ul {
	margin: 0 0 0 85px;
	}
.doc_topnav ul li {
	margin: 0;
	}
.doc_topnav ul ul {
	margin: 0 0 0 35px;
	}

.doc_nav ul {
	margin: 0 0 0 190px;
	}
.doc_nav ul li {
	margin: 0;
	}
.doc_nav ul ul {
	margin: 0 0 0 25px;
	}

.homewell ul {
	margin-left: 10px;
	}

.docs_index {
	margin: 0 0 40px 10px;
	}
.docs_index ul ul {
	margin: 0 0 0 130px;
	}
.docs_index ul ul ul, .homewell ul ul{
	margin-left: 30px;
	}

.docs_index li, .homewell li {
	padding-top: 25px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	}
.docs_index li a, .docs_index li a:visited, .homewell li a, .homewell li a:visited {
	color: #FF6633;
	text-decoration: none;
	}
.docs_index li a:hover, .homewell li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
.homewell li li {
	padding-top: 3px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	}

.docs_index li li, .doc_topnav li {
	padding-top: 3px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	}
	
.docs_index li li a, .docs_index li li a:visited, .homewell li li a, .homewell li li a:visited, .doc_topnav li a, .doc_topnav li a:visited, .doc_nav li a, .doc_nav li a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

.docs_index li li a:hover, .homewell li li a:hover, .doc_topnav li a:hover, .doc_nav li a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
.docs_index li li li a, .docs_index li li li a:visited, .homewell li li li a, .homewell li li li a:visited, .doc_topnav li li a, .doc_topnav li li a:visited, .doc_nav li li a, .doc_nav li li a:visited {
	color: #cccccc;
	text-decoration: underline;
	}

.docs_index li li li a:hover, .homewell li li li a:hover, .doc_topnav li li a:hover, .doc_nav li li a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
.docs_index li li li li a, .docs_index li li li li a:visited, .homewell li li li li a, .homewell li li li li a:visited, .doc_topnav li li li a, .doc_topnav li li li a:visited, .doc_nav li li li a, .doc_nav li li li a:visited {
	color: #999999;
	text-decoration: underline;
	}

.docs_index li li li li a:hover, .homewell li li li li a:hover, .doc_topnav li li li li a:hover, .doc_nav li li li a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

/*  DOESN'T WORK !!!! 
current_page_item {
	color: #FF0000;
	text-decoration: none;
	} */

#sidebar ul {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	margin-bottom: 20px;
	}
#sidebar ul ul {
	margin: 0 0 0 10px;
	}
#sidebar ul ul li {
	margin-top: 7px;
	margin-bottom: 0;
	}
#sidebar ul ul ul li {
	margin-top: 0;
	}

/* #sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	} */
/* xxxxxxxx END LISTS xxxxxxxx */


/* xxxxxxxx BEGIN FORM ELEMENTS xxxxxxxx */
#searchform {
	padding: 5px 3px;
	text-align: center;
	}

.homecolumn2 #searchform {
	margin-top: 60px;
	padding: 30px 0;
	text-align: center;
	background-color: #1A1A1A;
	}

#searchform #s {
	background-color: #303030; /* added value */
	color: #ffffff; /* added value */
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	background-color: #303030; /* added value */
	color: #ffffff; /* added value */
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #303030; /* added value */
	color: #ffffff; /* added value */
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color: #303030; /* added value */
	color: #ffffff; /* added value */
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* xxxxxxxx END FORM ELEMENTS xxxxxxxx */


/* xxxxxxxx BEGIN COMMENTS xxxxxxxx */
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
/* .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	} */
.commentmetadata {
	margin: 0;
	display: block;
	}
/* xxxxxxxx END COMMENTS xxxxxxxx */


/* xxxxxxxx BEGIN CALENDAR xxxxxxxx */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* xxxxxxxx END CALENDAR xxxxxxxx */


/* xxxxxxxx BEGIN VARIOUS TAGS & CLASSES xxxxxxxx */
/* acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	} */
object {
	margin: 10px 0 10px 0;
	display: block;
	}

blockquote {
	background: url('images/blockquote.gif') no-repeat left top;
	padding: 7px 0 7px 45px;
	}
/* blockquote cite {
	margin: 5px 0 0;
	display: block;
	} */

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* xxxxxxxx END VARIOUS TAGS & CLASSES xxxxxxxx */


/* xxxxxxxx CAPTIONS xxxxxxxx */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* xxxxxxxx END CAPTIONS xxxxxxxx */