/*  
Theme Name: The Rosenwinkel Theme
Description: Theme designed for Kurt Rosenwinkel Website
Version: 1.0
Author: Nuno Climaco Pinto
Author URI: http://www.nunocpinto.info

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Float Clearing
  Footer


/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#666666;
	}

body, select, textarea, input {
        font: 95% Helvetica, Italic, sans-serif;
	}

p {	
	margin: 15px 0;
	line-height:145%;
	}
		
a, a:visited {
	text-decoration:none;
        color:#006a80;
	}

a:hover, a:active {	
	text-decoration:underline;
        color:#6C8D9C;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
a img, fieldset {
	border:none
        
	}

*:focus {
	outline:none
	}
	
		
		

/* ---------- @ Page Structure -----------*/

#top {
	background:#eaeaea url(images/bg_top.jpg) repeat-x;
	padding-bottom:28px;
	}

.wrapper {
	margin: 0 auto;
	font-size: 1em;
	width: 960px;
	}

#home #top .wrapper {
	background:none;
	}

#interior #top .wrapper {
	background:none;
	}

#main {
	background:#ffffff url() repeat-x;
        border: 1px solid #e2e0d7;
        padding:10px 0 32px 30px;
	margin-bottom:1px;
	}

#content {
	float:left;
	width:614px;
	}

#interior #sidebar {
        background:#eaeaea;
        border: 1px solid #eaeaea;
        color:#4b4b4b;
	float:right;
	width:242px;
	padding:17px 20px 20px 20px;
        margin: 0 0.6em 0 0;
	}
						   
#masthead {
	background: url(images/bg_masthead.jpg);
	height: 100px;
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#branding {
	text-align:center;
	height:102px;
	}
	
#description {
	text-transform:none;
	font:.6em 'Lucida Grande','Lucida Sans Unicode',Arial;	
        color:#ffffff;
	padding-top:5px;
	letter-spacing:0.4em;
	}	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.05em;
	}

h2 {	
	font: normal 1.7em Georgia, "Times New Roman", Times, serif; 
	line-height:110%;
	color:#6C8D9C;
	padding-top:2px;
	}

h2, h3, h4 {
	letter-spacing:0.025em;
        padding-top:5px;	
	}
		
h3 {	
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color:#675547;
	font-weight:normal;
	margin-bottom:15px
	}

#sidebar h3 {
	margin-bottom:7px;
	}
	
.widget h3 {
	margin-bottom:7px;
	font-size:1.5em;
	}
		
h4 {	
	font-size: 1.1em;
	}

h4#pagetitle {
	margin-bottom:15px;
	}
	
h5 {	
	font-size: 1em
	}

h5 {	
	font-size: 0.9em
	}



/* ---------- @ Content Styles -----------*/

h1 a, h1 a:visited {
        color:#f7f4ef;
	}

h1 a:hover, h1 a:active {
	text-decoration:none;
	border-bottom:1px solid #824356;
	}	

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	padding-right:12px;
        color:#000;
	}

.commentcount a {
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
.module {
        padding:12px;
	overflow:auto;
	font-size:0.8em;
	}

.module img {
	padding:3px;
	border:1px solid #4f383d;
	float:left;
	margin:0 13px 7px 0;
	}

.module p {
	margin:0;
	}

h3 em {
	font-style:italic;
	font-size:0.8em;
	}

#archive-list li {
	width:165px;
	float:left;
	height:60px;
	font-size:0.9em;
	margin: 0 6px 0 25px;
	line-height:140%;
	}	

.pagenavigationbox {
	color:#a19e94;
	margin-top:20px;
	}
	
.pagenavigationbox a, .pagenavigationbox a:visited, .pagenavigationbox span {
	width:24px;
	height:20px;
	display:block;
	float:left;
	font:0.7em Arial,Georgia, "Times New Roman", Times, serif;
	padding-top:4px;
	margin-right:4px;
	text-align:center;
	color:#a19e94;
	}
	
.pagenavigationbox, .pagenavigationbox a, .pagnavigationbox a:visited {
	background:url(images/bg_pagelink.gif) no-repeat;
	}
		
.pagenavigationbox a:hover, .pagenavigationbox a:active {
        background:#c9d2d4;
	text-decoration:none;

	}
	
.pagenavcurrent {
	background:url(images/bg_current_pagelink.gif) no-repeat;
	}
	
			
	
/*Widgets*/					
.widget {
	margin-bottom:30px;
	font-size:0.85em;
	}	

.widget li {
	background:url(images/bg_headline.gif) bottom no-repeat;
	padding:10px 0 13px 0;
	list-style:none;
	line-height:135%;
	}
	
#wp-calendar {
	width:100%;
	font-size:0.9em;
	}

#wp-calendar caption {
	padding-bottom:5px;
	}
	
#wp-calendar td,
#wp-calendar th {
	text-align:center;
	}

#wp-calendar #prev {
	text-align:right;
	}

#wp-calendar #next {
	text-align:left;
	}
			
#wp-calendar th {
        background:#685547;
	padding:2px 4px
	}

.textwidget {
	font-size:.9em;
	line-height:145%;
	}
	
#recentcomments em {
	font:italic 0.9em Georgia, "Times New Roman", Times, serif;
	padding-right:19px;
	background:url(images/bg_recentcomment.gif) right no-repeat;
        margin: 0 0.4em 0 0;
	color:#242F34;
	letter-spacing:.08em;	
	}

#recentcomments a, #recentcomments a:visited {
	color:#6C8D9C;
	font-size:0.9em;
	}

#tagcloud a {
	line-height:150%;
	padding-right:6px;
	}
				
#sidebar li  {
	list-style:none;
	}


	
/* ---------- @ Forms -----------*/

#searchform {
	margin-left:11px;
	}
	
#searchform .field {
	padding:3px;
	width:90px;
	font-size:1em;
        background: #efeeeb;
	}

#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
	}

.button {	
	background: #251116 url(images/bg_button.gif) no-repeat ! important;
	border:none;
	font-size:0.8em;
	color:#e0e5e9;
	padding:4px 18px;
	margin-top:7px;
        -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

a.button, a.button:visited {
	color:#e0e5e9;
	width:78px;
	margin:18px 0 0 30px;
	display:block
	}

a.button:hover, a.button:active {
	text-decoration:none
	}
	
.button:focus, .button:hover {	
	background: #110307 url() no-repeat ! important;
	}

.field {
	background:#ffffff ! important;
        border: 1px solid #c9d2d4;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
        color:#000000;
	}

.field#user-name {	
        background: #ffffff url(images/user-name.gif) 5px 4px no-repeat ! important;
	width:118px;
	margin-right:5px;
	}

.field#user-name:focus {	
	background: #c9d2d4 url(images/user-name.gif) 5px 4px no-repeat ! important;
	}
		
.field#user-email {	
        background: #ffffff url(images/user-email.gif) 5px 7px no-repeat ! important;
	width:118px;
	}		

.field#user-email:focus {	
	background: #c9d2d4 url(images/user-email.gif) 5px 7px no-repeat ! important;

	}	

.field#user-comment {	
        background: #ffffff url(images/user-comment.gif) 5px 6px no-repeat ! important;
	width:273px;
	height:120px;
	margin-top:8px;	
	}	

.field#user-comment:focus {
	background: #c9d2d4 url(images/user-comment.gif) 5px 6px no-repeat ! important;
	}

.field#user-url {	
	background: #ffffff url(images/user-url.gif) 4px 8px no-repeat ! important;
	}		

.field#user-url:focus {	
	background: #c9d2d4 url(images/user-url.gif) 4px 8px no-repeat ! important;
	}	
	
#interior .field#user-name, #interior .field#user-email,
#interior .field#user-url, #interior .field#user-url {
	width:260px
	}

#interior .field#user-comment {
	width:586px;
	height:300px;
	}	

			

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}



/* ---------- @ Footer -----------*/

#footer {	
        background: #eaeaea;
	}
	
#footer .wrapper {
	text-align:right;
        color:#8e8e8e;
	font:.65em 'Lucida Grande','Lucida Sans Unicode',Arial;
	text-transform:uppercase;
	letter-spacing:0.08em;
	padding: 16px 18px 26px 0;        
	}

/* ---------- @ Front Thumbnails -----------*/
	
.alignleft{
float:left;
width:40px;
height:40px;
margin: 0 0.4em 0 0;
padding:2px 2px 2px 2px;
margin-left:5px;
background-color:#ffffff;
border:1px solid #847261;
}

.alignleft{

opacity: 1;

}

.alignleft:hover

{

opacity: 0.85;

}

/* ---------- @ boxes 01 -----------*/
.field1 {
        background:#ffffff url(images/bg_grey.jpg) repeat-x;
        border: 1px solid #d9d9d9;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color:#6b6b6b;
	}

/* ---------- @ boxes 02 -----------*/
.field2 {
	background:#f0f0f0 ! important;
        border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color:#6b6b6b;
	}

/* ---------- @ boxes 03 -----------*/
.field3 {
	background:#dde4ea ! important;
        border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	}

/* ---------- @ Thumb Hovers 01 -----------*/
.imgtfe

{

opacity: 1;

}

.imgtfe:hover

{

opacity: 0.85;

}

/* ---------- @ Thumb Hovers 02 -----------*/

.thumb

{

opacity: 1;

}

.thumb:hover

{

opacity: 0.99;

}


/* ---------- @ mp3 Player -----------*/

.onebit_mp3 a 

{ 
display: text; 
}

/* Captions */

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 0px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 0px;
padding-left: 2px;
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: 10px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* Rotator */

body #rotator {
        border: 1px solid #D5D5D5;

}

/* End Rotator */


