/*  
Theme Name: Retrofoto
Theme URI: http://www.retrofoto.se
Description: Theme for swedish site about nostalgic photography.
Version: 1
Author: Mattias Wirf
Author URI: http://www.xoda.se
*/

/** MAIN HTML **/
 * {
	padding: 0;
	margin: 0;
 }
 html, body {
	width: 100%;
	height: 100%;
 }
 body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background: #eee url(images/back.png);
	color: #222;
 }

/**********
 * Wrapper and header/logo
 **********/
 #page {
 	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	background: transparent url(images/shadowback.png) repeat-y;
 }
 #page #logo {
	width: 100%;
	height: 126px;
	text-align: center;
	margin: 0;
	background: #000 url(images/headerback.png);
 }
 #page #logo img {
	float: left;
 }
 #page #description {
	float: left;
	margin-top: -33px;
	margin-left: 145px;
	font-family: "Century Schoolbook", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #CFC8AC;
	letter-spacing: 0.1em;
 }
 * html #page #description {
	margin-left: 75px; 
 }
 
/***********
 * links
 **********/
 a {
	color: #36C;
	text-decoration: none;
 }
 a:visited {
	color: #039;
 }
 a:hover {
	text-decoration: underline;
	color: red;
 }
 
/***********
 * Structure
 **********/
 #content {
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	border: 0;
 }
 #breadcrumbs {
       display: block;
       color: #555;
       font-size: 10px;
       width: 99%;
       text-align: left;
       padding-left: 1%;
 }
 /*
 ul#menu {
	width: 86%;
	height: 22px;
	background: #000;
	border-top: 1px solid #BAA57F;
	border-bottom:  1px solid #000;
	margin: 0 auto;
	padding: 3px 7%;
	font-size: 16px;
 }
 ul#menu li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Serif;
	letter-spacing: 1px;
 }
 ul#menu li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
 }
 ul#menu li a:hover {
	color: #af976d;
 }
 ul#menu li a.active {
	color: #af976d;
	font-style: italic;
 }*/
 #column {
	float: left;
	margin-top: 10px;
	padding: 2px 2%;
	padding-bottom: 0;
	width: 65%;
	color: #333;
 }
 #one-column {
	margin-top: 0;
	padding: 0 2%;
	padding-bottom: 0;
	width: 98%;
	color: #333;
 }

/* Posts */
 #column .post {
	margin: 0 3%;
	text-align: left;
 }
 #column ul {
 	margin: 1% 0 2% 4%;	
 }
 #column p {
	padding: 0;
	max-width: 700px;
 }
 #column img {
 	margin-top: 10px;	
 	margin-bottom: 10px;
 }
 
/* Post metadata */
 .postmetadata {
	clear: left;
	font-size: 11px;
	margin: 10px 0 0 20px;
	padding: 10px;
	color: #777;
	background: #eee;
 }
 .postmetadata a {
 	color: #777;
 }
 .postmetadata a:hover {
	text-decoration: underline;
	color: #af976d;
 }
 .postmetadata .tags {
 	display: block;
 	padding-left: 20px;
	height: 18px;
	background: transparent url('images/tag_green.png') no-repeat;
 }
 .postmetadata .author {
 	display: block;
 	padding-left: 20px;
	height: 18px;
	background: transparent url('images/user_gray.png') no-repeat;
 }
 .postmetadata .discuss {
 	display: block;
 	padding-left: 20px;
	height: 18px;
	background: transparent url('images/comment.png') no-repeat;
 }
 .postmetadata .share {
 	display: block;
 	padding-left: 20px;
	height: 18px;
	background: transparent url('images/share.gif') no-repeat; 
 }	
 .postmetadata .edit {
 	display: block;
 	padding-left: 20px;
	height: 18px;
	background: transparent url('images/page_edit.png') no-repeat; 
 }	
 
/***********
 * Misc postfunctions
 ***********/
 .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
 }
 .attachment {
	text-align: center;
	margin: 5px 0px;
 }
 small {
	font-size: 0.8em;
	color: #666;
 }
 small a {
	color: #666;
 }
 .post hr {
	display: block;
 }
 .post p, .entry p {
	line-height: 135%;
	margin: 5px 0 12px 0;
 }
 .post ul {
	margin-left: 25px;
 }
 
/* Footer */
 #footer {
	color: #999;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 1%;
 }
 #footer a { 	
	color: #999;
 }
 * html #footer { /* for IE6 */
	padding-top: 5px;
	font-size: 0.8em;
 }
 *+html #footer { /* for IE7 */
	padding-top: 5px;
	font-size: 0.8em;
 }
 #foot-nav {
	width: 100%;
	background: #333;
	height: 20px;
	font-size: 11px;
	margin: 0;
 }
 #foot-nav a {
	display: block;
	float: left;
	margin: 2px 20px 0 20px;
	color: #ddd;
	text-decoration: none;
 }
 #foot-nav a:hover {
	color: #fff;
	text-decoration: underline;
 }
 #header-nav {
	width: 100%;
	background: #ccc;
	height: 20px;
	font-size: 11px;
	margin: 0;
 }
 #header-nav a {
	display: block;
	float: left;
	margin: 2px 20px 0 20px;
	color: #666;
	text-decoration: none;
 }
 #header-nav a:hover {
	color: #000;
	text-decoration: underline;
 }

/* Headers */
 h1 {
	margin: 0.3em 0 0.5em 0;
 }
 .single h1, h2, h3 {
	 font-family: "Century Schoolbook", Verdana, Arial, Helvetica, sans-serif;
 }
 .single h1, h2 {		
	text-align: left;
	padding: 2% 0;
	font-size: 1.45em;
 }
 .single h1 a, .single a h1, h2 a, a h2 {
 	color: #333;
 }
 h3 {
 	text-align: left;
	font-size: 1.15em;
	padding: 1% 0;
 }
 h4 {
	margin: 5px 0 6px 0;
 }
 .post h2, .post h2 a {
 	color: #000;
 }
 .post h2 {
	padding-top: 0;
	font-size: 1.4em;
	margin-top: 6px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
 }
 .post h2 a:hover {
	text-decoration: none;
	color: #36C;
 }

/**********
 * Images
 *********/
 p img {
	padding: 0;
	max-width: 100%;
 }
 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;
 }
 .alignright {
	float: right;
 }
 .alignleft {
	float: left
 }
 img.wp-smiley {
	display: inline;
	margin: 0;
	padding: 0;
	height: 16px;
	line-height: 16px;
 }

/**********
 * Lists
 *********/
 .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 p, #sidebar ul select {
	margin: 5px 0 8px;
 }
 #sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
 }
 #sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
 }
 ol li, #sidebar ul ol li {
	list-style: decimal outside;
 }
 #sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
 }
 ul.links {
 	text-align: left;
	margin-left: 30px;
 }
 ul.links ul {
 	margin-left: 30px;
 }
 ul.links, ul.links ul, ul.links ul ul {
 	list-style-type: none;
 }
 ul.links li, ul.links ul li, ul.links ul ul li {
 	margin-bottom: 4px;
 }
 .links small {
 	color: #999;
 }

/***********
 * Forms
 **********/
 #searchform {
	margin: 6px auto;
	padding: 0 10px 5px 10px; 
	text-align: left;
 }
 #sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	margin: 3px;
 }
 #sidebar #searchsubmit {
	padding: 1px;
 }
 select {
	width: 130px;
 }

/**************
 * Comments
 *************/
 #comment_wrap {
 	width: 470px;
	margin: 0 auto;
 }
 .commentlist {
	padding: 0;
	text-align: left;
 }
 .commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
 }
 .commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
 }
 .nocomments {
 	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
 }
 .commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
 }
 .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
 }
 #commentform {
	text-align: left; 
 }
 #commentform p {
	margin: 5px 0;
 }
 #commentform textarea#comment {
 	background: #F5F2EB;
	border: 1px solid #000;
	border-right-color: #af976d;
	border-bottom-color: #af976d;
 }
 #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
 }
 #commentform textarea {
	width: 100%;
	padding: 2px;
 }
 #commentform #submit {
	margin: 0;
	float: right;
 }
 #commentform #author, #commentform #email, #commentform #url {
 	background: #F5F2EB;
	border: 1px solid #000;
	border-right-color: #af976d;
	border-bottom-color: #af976d;
 	
 }

/* Sidebar */
 #sidebar {
	float: right;
	width: 29%;
	text-align: left;
	min-width: 260px;
 }
 * html #sidebar {
	width: 28%; 
 }
 *+html #sidebar {
	width: 28%; 
 }
 .widget {
	width: 100%;
 }
 #sidebar ul {
	margin: 0 5px 0 5px;
	list-style-type: none;
 }
 #sidebar ul li {
	margin: 0 2px 4px 0;
	list-style-type: none;
	font-size: 0.9em;
 }
 #sidebar ul li ul, #sidebar ul li ul li {
	list-style-type: none;
 }
 #sidebar h2 {
	font-size: 1.1em;
	margin: 10px 0 3px 0;
 }
 * html #sidebar h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0;
 }
/* Sidebar: backs */
 #sidebar .sidebar_section {
	width: 260px;
	background: transparent url(images/sidebar_back_middle.gif) repeat-y; 
 }
 #sidebar .sidebar_section h2 {
	width: 240px;
	padding-left: 20px;
	height: 22px;
	background: transparent url(images/sidebar_back_top.gif) no-repeat;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
 }
 #sidebar .sidebar_section .section_bottom {
	width: 260px;
	height: 15px;
	background: #fff url(images/sidebar_back_bottom.gif) no-repeat;
	padding: 0;
 }
 #sidebar .sidebar_section ul {
	margin-left: 20px; 
 }
 #sidebar .sidebar_section .inner {
	width: 240px;
	margin: 0 auto;
	text-align: center;
 }
 #sidebar .sidebar_section p {
	text-align: left; 
	font-size: 11px;
 }

/********
 * Misc classes, tags
 ********/
 code {
	font: 12px 'Courier New', Courier, Fixed;
 }
 acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
 }
 acronym, abbr {
	border-bottom: 1px dashed #999;
 }
 .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
 }
 small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
 }
 blockquote {
 	color: #666;
	margin: 15px 30px 10px 20px;
	padding: 5px 5px 7px 10px;
	border-left: 5px solid #DFD5C3;
	background: #f5f5f5;
 }
 blockquote cite {
	margin: 5px 0 0;
	display: block;
 }
 hr {
	display: none;
 }
 a img {
	border: none;
 }
 .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 22px;
 }
 .center {
	text-align: center;
 }
 .myclear {
	clear: both;
 }
 .more-link {
 	display: block;
	margin: 7px 0 5px 10px;
	color: #CF3333;
 }
 .languages {
	margin: 5px 5px 10px 20px; 
 }
 .post {
	padding-bottom: 30px;
 }
 .post div img {
	margin: 6px auto;
 }
 
/*************
 * Plugin: similar_posts
 ************/
 #similar_posts {
 	width: 350px;
	margin: 10px auto;
 }
 #similar_posts h3 {
 	font-size: 1.2em;
 }
 #similar_posts ul {
 	font-size: 1em;
 	margin-left: 15px;
	list-style-type: none;
 }
 #similar_posts ul li {
	background: transparent url(images/page_white.png) no-repeat 0 0;	
	padding-left: 20px;
	line-height: 18px;
	margin-bottom: 8px;
 }

/**
*/
.bloggar {
	font-size: 10px;
	color: #999;
} 
.bloggar a  {
	color: #999;
}

#sidebar ul li.widget_categories ul li.cat-item {
	background: transparent url(images/folder.png) no-repeat 0 0;	
	padding-left: 20px;
	line-height: 18px;
}
#sidebar ul li.widget_recent_entries ul li {
	background: transparent url(images/page_white.png) no-repeat 0 0;	
	padding-left: 20px;
	line-height: 18px;
}
#sidebar ul li.widget_recent_comments ul li.recentcomments {
	background: transparent url(images/comment.png) no-repeat 0 0;	
	padding-left: 20px;
	line-height: 16px;
}

/* 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: 8px 4px 5px;
	margin: 0;
	text-align: center !important;
}
/* End captions */

/* my-cameras-and-lenses */
 table#lenses {
	width: 80%;
	text-align: left;
	margin: 0 auto;
 }
 table#lenses th {
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #666;
	background: #333;
	color: #ccc;
	padding: 2px;
 }
 table#lenses th.focal, table#lenses th.fstop, table#lenses th.mount, table#lenses th.fave {
	width: 88px;
	text-align: center;
 }
 table#lenses td {
	padding: 2px;
	border-bottom: 1px dashed #ccc;
 }
 table#lenses tr.sold td {
	text-decoration: line-through;
	color: #999;
 }
 table#lenses td.note {
	text-decoration: none; 
 }
 table#lenses .center {
	text-align: center; 
 }
 table#lenses .even {
	background: #efefef; 
 }
 table#cameras {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 25px;
 }
 table#cameras th {
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #666;
	background: #333;
	color: #ccc;
	padding: 2px;
 }
 table#cameras td {
	padding: 2px;
	border-bottom: 1px dashed #ccc;
 }
 table#cameras .center {
	text-align: center; 
 }
 table#cameras .even {
	background: #efefef; 
 }
