/*
Theme Name: Naked Bits
Theme URI: http://wordpress.org/
Description: The first theme for Naked Bits.
Version: 1.1
Author: Dirk Groten
Author URI: http://www.nakedbits.nl/
Tags: uluru

*/


/**Typography & Colors **********************************************/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Georgia', Times, Serif;
	background: #CDE5EC url(images/naked_bg.gif) no-repeat 920px 0;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #000;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry {
	font-size: 1.05em;
}

.page .entry{
	font-size: 1.1em;
}

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Georgia', Times, Serif;
	font-weight: normal;
	font-style: italic;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

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

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 2.0em;
	color: #777;
	}

#sidebar h2 {
	font-size: 2.0em;
	color:#777;
	}
	
#header h2 {
	font-size: 1.8em;
}

#content h2 {
	font-weight: bold;
}

#header p {
	color: #777;
	text-align: center;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Arial', Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

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

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em 'Helvetica', Arial, Sans-Serif;
	}

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

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

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

a {
	color: #777;
	text-decoration: none;
	}

a:hover {
	background: yellow;
}

#sidebar a {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	}

h2 a:hover, #sidebar a:hover {
	color: #777;
	}

.entry p a {
		color: #FF8800;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/**Structure **********************************************************/
/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 962px;
	border: 1px solid #000;
	position: relative;
	}

#header {
	position: relative;
	background-color: #73a0c5;
	margin: 0;
	padding: 0;
	height: 135px;
	width: 962px;
	}

#headerimg {
	margin: 0;
	height: 135px;
	width: 100%;
	}
	
#headertext {
	position: absolute;
	top: 43%;
	right: 0px;
	height: auto;
	width: 200px;
}

#headertext p {
	margin-left: -80px;
	padding: 10px 0 0 0;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 5px 10px 0 0;
	width: 709px;
	}

.widecolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 719px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post, .widecolumn .page {
	margin: 0;
	padding-left: 10px;
	}

.narrowcolumn .postmetadata {
	width: 223px;
	float: left;
	margin: 8px 0 0 0;
	line-height: 140%;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	text-align: center;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.narrowcolumn .entry {
	float: right;
	width: 476px;
	padding-left: 10px;
	margin-top: 6px;
}

.widecolumn .entry {
	float: right;
	width: 395px;
	padding-left: 10px;
}

.widecolumn .mediacolumn {
	float: left;
	width: 314px;
	margin-top: 2px;
	margin-left: -10px;
}

.narrowcolumn .mediacolumn {
	float: left;
	width: 233px;
	margin-top: 2px;
	margin-left: -10px;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.navigation .alignleft {
	text-align: left;
	width: 50%;
	float: left;
}

.navigation .alignright {
	text-align: right;
	width: 50%;
	float: right;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 962px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */

/**Sidebar **********************************************************/

/* Begin Sidebar */
#sidebar
{
	margin-top: 5px;
	width: 233px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/**Headers **********************************************************/
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	padding-right: 10px;
}

#sidebar li {
	margin-top: 30px;
}
	
.header-wrapper {
	background-color: black;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 30px;
	float:left;
}

.sidebar-wrapper {
	width:100%;
	position: relative;
	overflow: auto;
	margin-top:10px;
	background-color: black;
}

.sidebar-wrapper .first{
	max-width:173px;
	padding-right: 5px;
}

.sidebar-wrapper a {
	background-color: white;
	padding: 1px 5px 1px 0;
}

.first {
	position: relative;
	float: left;
	background-color: white;
}

.filling, .filling h2 {
	color: #000;
	background-color:black;
	height: 100%;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 15px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/**Images **********************************************************/

/* Begin Images */
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) */

.narrowcolumn p img {
		float: left;
	}

.narrowcolumn img.aligncenter, .modal-window img.aligncenter {
	border: 1px black solid;
	float: left;
	}

.narrowcolumn img.aligncenter {
	margin-left: 7px;
}

.modal-window img.aligncenter {
	margin-left: 12px;
}

.narrowcolumn img.alignright, .modal-window img.alignright {
	border: 1px black solid;
	float: right;
	}

.narrowcolumn img.alignleft, .modal-window img.alignleft {
	border: 1px black solid;
	float: left;
 	}

.modal-window img.alignleft {
	margin-left: -20px;
}

.thumbnail-size {
	width: 152px;
	height: 152px;
}

.modal-window .medium-size {
	width: 233px;
	height: 233px;
}

.medium-size {
	width: 100%;
	margin-top: 10px;
}

/* End Images */


/**List *************************************************************/

/* Begin Lists

	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 0px;
	list-style: disc;
	}

html>body .entry li {
	margin: 7px 0 8px 20px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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: 15px 0 0 0;
	}

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/**Forms *************************************************************/

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/**Comments **********************************************************/

/* Begin Comments*/
.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;
	}
/* End Comments */


/**Calendar **********************************************************/

/* Begin Calendar */
#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; }
/* End Calendar */


/**Various stuff ******************************************************/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/**Captions **********************************************************/

/* Captions */
.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;
}
/* End captions */


/**My own stuff *****************************************************/
.close-image {
	position: absolute;
	background: url('images/close_cross.gif') no-repeat;
	left: 947px;
	top: 5px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

#offers {
	position: relative;
	height: 100%;
	width: 962px;
}

#offers table {
	border-collapse: collapse;
}

#offers td {
	padding: 20px 0px 0px 0px;
	border-right: 10px white solid;
	width: 233px;
	vertical-align: top;
	font-size: 1.6em;
	color: #666;
}

#offers td.price  {
	color: #999;
	vertical-align: bottom;
	padding-top: 0;
	padding-bottom: 30px;
}

.offer-number {
	float: left;
	width: auto;
	font-family: 'Georgia', Times, Serif;
	font-size: 1.6em;
	font-weight: bold;
	color:#000;
	margin-right: 10px;
	margin-left: 8px;
}

#offers h2, .modal-window h2 {
	font-size: 1.6em;
	color:#fff;
	background-color:#000;
	margin-left: 28px;
	padding-left: 5px;
}

.modal-window h2 {
	margin-left: 12px;
}

.modal-window .offer-number {
	margin-left: -12px;
}

#offers p {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 28px;
	margin-right: 40px;
}

#offers .more-link {
	display: none;
}

.price-note {
	display: block;
	padding-top: 12px;
	font-size: 0.8em;
}

.price ul {
	float: left;
	background-color: black;
	padding: 5px;
	margin: 0;
}

.price li.special {
	color: white;
}

.price li {
	list-style: none;
}


#payoff {
	margin: 0;
	padding: 10px 233px 10px 10px;
	font-size: 3.0em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	clear: both;
}

.bg {
 	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}

#header a:hover {
	background-color: transparent;
	}

#header {
	cursor: pointer;
}

.widecolumn #tweetmeme_button {
	margin-top: 15px;
}

.narrowcolumn #tweetmeme_button {
	margin-top: 4px;
}

/** Modal window stuff ************************************************/
.modal-window > .close-image {
	position: absolute;
	right: 5px;
	top: 5px;
	left: auto;
	z-index:103;
}

#modal-overlay {
	position: absolute;
	top: -25px;
	background-color: #000;
	z-index:101;
	display:none;
	opacity: 0.5;
}

.modal-window {
	display: none;
	position: absolute;
	top: 60px;
	margin-top: 60px;
	padding: 20px 0 20px 20px;
	background-color: white;
	border: 2px solid darkgrey;
	width: 709px;
	z-index:102;
	
	font-size: 1.6em;
	color: #666;
}

/** Tag list styling *********************************************************/

#taglist {
	position: relative;
	margin-top: 8px;
	padding: 5px 0;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.category, .tag {
	position: relative;
	float: left;
}

.category a, .tag a {
	display: block;
	padding: 3px 5px;
}

.tag {
	font-size: 1.4em;
	margin: 0 3px 3px 3px;
}

.category {
	font-size: 2.4em;
	font-style: italic;
	width: 100px;
	text-align: center;
	border: 3px solid #000;
	border-left: 2px solid #000;
	border-collapse: collapse;
}

.category a:hover, .tag a:hover {
	background-color: #000;
	color: #fff;
}

.category a {
	color: black;
	padding-top: 7px;
	padding-bottom: 7px;
}

.tag a {
	color: #ccc;
}

.post a[rel*="tag"] {
	color: #ccc;
}

.post a[rel*="category"] {
	background-color: yellow;
	border: 1px black solid;
	color: #999;
}

.post a[rel*="tag"]:hover {
	background-color: black;
	color: white;
}

.yellow {
	background-color: #FFFF00;
}

.orange {
	background-color: #FF8800;
}

.blue {
	background-color: #0088FF;
}

.pink {
	background-color: #DD00FF;
}

.black {
	background-color: #000000;
}

/** Plugin styling ***************************************************/

#sidebar li.twitter-item {
	font-family: 'Georgia', Times, Serif;
	margin-top: 5px;
	color: black;
}

#sidebar a.twitter-link, #sidebar a.twitter-user {
	font-size: 1em;
	font-weight: normal;
	color: #777;
}

