/*
Theme Name: Leica
Theme URI: http://travel.leica-camera.com.org/
Description: The default WordPress theme for Leica.
Version: 1.0
Author: Daniel Quinn
Author URI: http://www.dquinn.net/
Tags: blue, custom header, fixed width, two columns, widgets

	Leica 1.0
	http://travel.leica-camera.com

	This theme was designed and built by Daniel Quinn,
	whose blog you will find at http://dquinn.net/

	The CSS, XHTML and design is copyright Leica.

*/
/*A&B ONE Digital*/
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, font, img, ins, kbd, q, s, samp,
small, strike, 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 {
	color: #010101;
	background: #f6f6f6;
	font: 11px/1 Arial, Helvetica, sans-serif;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container { overflow: hidden; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
a img { border: none; }
a { 
	text-decoration: none; 
	color: #ff0300;
}
a:hover { color: #010101; }

.post-content .alignright {
	margin-left: 20px;
}

.post-content .alignleft {
	margin-right: 20px;
}
.clear { clear: both; }


/*********************************** FORM */
.generic-form {
	padding: 20px;
	border: 1px dotted #ccc;
}

.generic-form p {
	margin-bottom: 0 !important;
}

.generic-form label {
	font-weight: bold;
	margin-bottom: 5px;
}

.message {
	color: green;
}

.generic-form textarea.textarea {
	padding: 3px;
	border: 1px solid #999;
	color: #333;
	width: 550px;
	height: 150px;
}

ul.error {
	margin: 15px 0;
	color: red;
}

.generic-form select.error,
.generic-form input.error,
.generic-form textarea.error {
	border: 1px solid red !important;
}

.generic-form label.error {
	color: red;
	margin-top: 5px;
}

.generic-form select:focus,
.generic-form input:focus,
.generic-form textarea:focus {
	border: 1px dotted #999 !important;
}

.generic-form select,
.generic-form input.text {
	padding: 3px;
	border: 1px solid #999;
	color: #333;
	width: 450px;
}

.generic-form select { width: auto; }

.generic-form .form-row {
	overflow: hidden;
	margin: 20px 0;
}

.generic-form .form-row label,
.generic-form .form-row textarea,
.generic-form .form-row input {
	display: block;
}

/*********************************** LAYOUT */
#bounds {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff url(images/bg-header-top.gif) no-repeat center top;
}

#footer,
#gutter {
	width: 900px;
	color: #acacac;
	margin: 20px auto;
}

#footer .left,
#footer .right { width: 450px; }

#footer a { color :#010101; }
#footer a:hover { color: #ff0300; }

#bounds #content-bounds {
	overflow: hidden;
	padding-bottom: 40px;
	background: url(images/bg-header-bottom.gif) no-repeat center bottom;
}

#bounds #content-bounds #content {
	width: 630px;
	float: left;
	margin-left: 20px;
}

#bounds #content-bounds #sidebar {
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-right: 20px;
}

#bounds #content-bounds #sidebar a {
	color: #010101;
}

#bounds #content-bounds #sidebar a:hover {
	color: #ff0300;
}

#bounds #header h1 {
	margin-left: 20px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#bounds #header h1 a span {
	color: #ff0300 !important;
}

#bounds #header h1 a { color: #010101; }

#bounds #header small {
	font-size: 22px;
	display: block;
	margin-top: 5px;
	color: #929292;
	margin-left: 20px;
	margin-right: 20px;
}

#bounds #content .hentry,
#bounds #content .post {
	overflow: hidden;
	background: url(images/bg-divider.gif) no-repeat left top;
	padding-top: 20px;
	margin-top: 30px;
}

#bounds #content .hentry .post-content,
#bounds #content .post .post-content {
	width: 460px;
	overflow: hidden;
	float: right;
	position: relative;
}

#share-btns {
	position: absolute;
	top: 0;
	overflow: hidden;
	right: 0;
	width: 126px;
}

#share-btns #share-fb {
	margin-right: 10px;
	float: left;
}

#share-btns #share-tweetmeme {
	float: right; 
}

#bounds #content .hentry .post .post-content,
body.single #bounds #content .post .post-content {
	width: 630px;
	float: none;
}

#bounds #content .hentry .post-meta,
#bounds #content .post .post-meta {
	width: 150px;
	float: left;
}

/*********************************** LOGO */
#header #logo {
	width: 54px;
	margin-bottom: 20px;
	height: 54px;
	background: url(images/logo-leica.gif) no-repeat;
	margin-top: 20px;
	margin-left: 30px;
}

#header #logo a {
	display: block;
	width: 54px;
	height: 54px;
	text-indent: -9999999px;
}

/*********************************** FORMATTING */
#footer p,
#content p { overflow: hidden; margin: 15px 0; }
#content p.wp-caption-text { 
	font-size: 0.8em;
	line-height: 13px;
	padding: 2px 4px 5px;
	margin: 0;
	color: #666666;
}

#footer p { line-height: 16px; }

.post-content ol,
.post-content ul { margin-left: 40px; }

.post-content ul li { list-style: disc; }
.post-content ol li { list-style: decimal; }


.hentry .post-meta,
.post .post-meta {
	color: #bbb;
}

.post-content blockquote {
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}

.post-content h5,
.post-content h4,
.post-content h3,
.post-content h6,
.post-content h2,
.post-content h1 {
	margin: 15px 0;
}

.post-content h1 { font-size: 18px; }
.post-content h2 { font-size: 16px; }
.post-content h3 { font-size: 14px; }
.post-content h4 { font-size: 12px; }
.post-content h5 { font-size: 12px; }
.post-content h6 { font-size: 12px; }

.hentry .post-meta small,
.post .post-meta small {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	display: block;
}

.post-meta small a,
.post-meta small a { color: #010101 !important; }
.post-meta small a:hover,
.post-meta small a:hover { color: #ff0300 !important; }

.hentry .post-meta ul.tags,
.post .post-meta ul.tags { 
	overflow: hidden; 
	margin-top: 10px;
}

.hentry .post-meta ul.tags li,
.post .post-meta ul.tags li {
	display: block;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.hentry .post-meta ul.tags li a,
.post .post-meta ul.tags li a {
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #bbb;
	background-color: #eee;
}

.hentry .post-meta ul.tags li a:hover,
.post .post-meta ul.tags li a:hover {
	background-color: #ff0300;
	color: #fff;
}

.hentry,
.post {
	color: #010101;
	line-height: 18px;
	font-size: 12px;
}

h2.archivetitle {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	text-align: right;
	margin-top: 30px;
	font-size: 18px;
	font-style: italic;
}

h2.pagetitle { margin-top: 0; width: 450px; font-size: 20px; }
body.post h2.pagetitle,
body.page h2.pagetitle {
	width: 500px;
}

h2.pagetitle a { color: #010101; }

h2.pagetitle a:hover { color: #ff0300; }

small.subtitle {
	height: 20px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

.postmetadata { 
	font-size: 11px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}

/*********************************** SIDEBAR */
#sidebar h2 {
	margin-bottom: 10px;
	color: #bbb;
	text-transform: uppercase;
	font-size: 11px;
}

#sidebar .post-meta a {
	color: #000;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar ul li ul { 
	margin-left: 15px;
}

#sidebar ul li ul li {
	list-style: disc;
	line-height: 18px;
	color: #bbb;
}

#sidebar ul li a:hover { color: #000; }

#sidebar #searchform #s {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 11px;
	color: #bbb;
}

#commentform #submit,
#sidebar #searchform #searchsubmit {
	padding: 3px;
	border: 1px solid #ccc;
	color: #bbb;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 10px;
	cursor: pointer;
}

#commentform textarea,
#commentform input {
	padding: 5px;
	border: 1px solid #ccc;
}

#commentform textarea:focus,
#commentform input:focus {
	border: 1px solid #ff0300;
	padding: 5px;

}


#commentform #submit:hover,
#sidebar #searchform #searchsubmit:hover {
	background-color: #ff0300;
	color: #fff;
	border: 1px solid #ff0300;
}

.screen-reader-text { display: none; }

.widget_calendar td { padding: 5px; }

.widget_calendar h2 { display: none; }

.widget_calendar caption {
	text-transform: uppercase;
	color: #bbb;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.widget_calendar  table {
	border: 1px dotted #ccc;
}

.widget_calendar th {
	padding-top: 5px;
	padding-bottom: 10px;
}

#sidebar .widget_rss h2 a { 
	color: #bbb;
}

#sidebar .widget_rss h2 a img {
	display: none;
} 

#sidebar p {
	margin: 15px 0;
}

/*********************************** COMMENTS */
#comment-area h3#comments {
	font-size: 18px;
	margin: 15px 0;
	color: #010101;
}

#comment-area { margin-top: 40px; }

#comment-area .commentmetadata a {
	color: #010101;
}

.navigation {
	overflow: hidden;
}

#comment-area .fn,
#comment-area .fn a {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

#comment-area  .commentmetadata { 
	display: block;
	color: #000;
	font-style: italic;
	margin-top: 10px;
}

#comment-area ol.commentlist li {
	margin-bottom: 15px;
	overflow: hidden;
}

#comment-area .fn a:hover { color: #ff0300; }

#comment-area .comment-body { 
	padding: 20px;
	background-color: #eee;
	margin-right: 40px;
	line-height: 16px;
}

#comment-area .navigation .alignleft { float: left; }
#comment-area .navigation .alignright { float: right; }

.navigation .alignright a,
.navigation .alignleft a {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#comment-area #respond {
	font-size: 18px;
	color: #010101;
}

#comment-area #respond label small {
	font-size: 12px;
	font-weight: normal;
}

/* fb */

#fb-user {
	margin-top:10px !important;
	width: 578px !important;
	line-height: 22px;
	font-weight: strong;
}

#fb-user #fb-msg {
	font-size: 14px !important;
}

#fb-user #fb-msg a {
	display: block;
}

#fb-user #fb-msg strong a {
	display: inline !important;
}


#fb-user .fb_profile_pic_rendered {
	margin-right: 10px !important;
}

#sfc_comm_send {
	position: relative;
}

#sfc_comm_send label {
	position: absolute;
	top: 3px;
	left: 25px;
	font-size: 12px !important;
	font-weight: bold;
}

/* twitter */
#tw-user {
	overflow: hidden;
	padding: 10px;
	border: 1px dotted #ccc;
	margin-top: 15px;
	width: 568px;
	display: block;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 22px;
}

#tw-user a {
	display: block;
}

#tw-user img {
	float: left;
	margin-right: 15px;
}

#tw-user #tw-msg {
	float: left;
}

#stc_comm_send {
	position: relative;
}

#stc_comm_send label {
	position: absolute;
	top: 3px;
	left: 25px;
	font-size: 12px !important;
	font-weight: bold;
}


/* + + + + + + + + + + + + + */
/* + + + + + ab1d  + + + + + */
/* breite content: 630px */
.wp-polls .out{ display: none; }
.wp-polls .clearer{ clear: both; }
.wp-polls .bigcase{ text-transform: uppercase; }
.wp-polls h3{ font-size: 16px; font-weight: bold; margin-top: 9px; margin-bottom: -11px; padding-bottom: 0; }

.wp-polls{ background: #515E6F url('images/bg_form_more.png') repeat-y left top; }
.wp-polls form, .wp-polls div.form_bg{ 
   min-height: 347px; background: url('images/bg_form.png') no-repeat left bottom; 
   color: #FFF; padding: 5px 15px; }


/* + + + results + + + */
.wp-polls{ margin: 20px 0; }
.wp-polls div.form_bg{ min-height: 175px; background-position: left top; }
.wp-polls h3.bigcase{ font-size: 24px; font-weight: normal; margin-top: 0; margin-bottom: 15px; padding: 20px 0 2px; }

#content .wp-polls p{ margin-bottom: 0; padding-bottom: 5px; }
.wp-polls div.wp-polls-ans{ position: relative; min-height: 120px; }
.wp-polls div.wp-polls-ans p{ padding-left: 0; }

.wp-polls div.wp-polls-ans ul{ margin-left: 0; margin-right: 65px; }
.wp-polls div.wp-polls-ans ul li{ list-style-type: none; margin-top: 3px; margin-bottom: 10px; }

.wp-polls div.wp-polls-ans div.outer{ position: relative; width: 531px; height: 20px; margin-top: 3px; margin-bottom: 5px; }
.wp-polls div.wp-polls-ans div.inner{ 
   position: absolute; top: 0; left: 0; z-index: 1; width: 535px; height: 21px; 
   background-color: #FFF; opacity: 0.6; }
.wp-polls div.wp-polls-ans div.pollbar{ 
   position: absolute; left: 2px; top: 2px; z-index: 10; height: 17px; overflow: hidden; 
   background-color: #FF0300; opacity: 1; border: 0 none;
   margin: 0; }

.wp-polls div.wp-polls-ans div.info{ text-transform: uppercase; padding: 5px 0 13px; }
#content .wp-polls div.wp-polls-ans div.info p{ padding-left: 0; }

.wp-polls div.wp-polls-ans div.info a:link, 
.wp-polls div.wp-polls-ans div.info a:visited{ 
   display: block; width: 3.06em;
   background-color: #FF0300; border-radius: 5px 5px 5px 5px; border: solid 1px #FF0300; 
   color: #FFF; font-size: 12px; 
   margin-right: 10px; padding: 1px 0 1px 5px; }


/* + + + formular + + + */
.wp-polls form div.wp-polls-ans{ min-height: 292px; }
#content .wp-polls form span.errormessage{ display: block; color: #FF0300; margin-top: -6px; padding-bottom: 6px; }
#content .wp-polls form p span.errormessage, 
#content .wp-polls form label span.errormessage{ 
   display: inline; text-transform: none; margin-top: 0; padding-bottom: 0; }
#content .wp-polls form p span.errormessage{ padding-left: 10px; }

#content .wp-polls form p{ padding: 3px 0 16px; }
#content .wp-polls-ans form p{ padding-bottom: 5px; }
#content .wp-polls form div p{ float: left; min-width: 4.5em; margin-top: 10px; padding-bottom: 20px; }
.wp-polls form p strong{ font-size: 24px; font-weight: normal; text-transform: uppercase; }
.wp-polls form .bigcase{ padding-left: 7px; }

.wp-polls form div.wp-polls-ans ul{ margin-left: 0; margin-right: 0; }

#content .wp-polls form div ul li p{ float: none; min-width: none; padding-bottom: 0; }
#content .wp-polls form div ul li p.bigcase{ display: inline; padding-left: 4px; }

.wp-polls form ul li label{ cursor: pointer; text-transform: uppercase; }
.wp-polls form ul li select{ margin: 5px 3px 5px 0; }

.wp-polls form ul li input{ margin-right: 7px; }
.wp-polls form ul li label input{ 
   width: 199px; background-color: transparent; border: solid 1px #929091; 
   color: #FFF; padding: 0 2px; }

.wp-polls form ul li label input:hover, 
.wp-polls form ul li label input:focus, 
.wp-polls form ul li label input:active{ background-color: #FFF; color: #000; }

.wp-polls form ul li #termsoc,
.wp-polls form ul li #usernewsletter{ width: auto; background: transparent; border: 0 none; }
.wp-polls form ul li label input#termsoc{ background-color: #fff; padding: 0; }

.wp-polls form p input.Buttons{ 
   float: left; cursor: pointer; 
   background-color: #FF0300; border-radius: 5px 5px 5px 5px; border: solid 1px #FF0300; 
   color: #FFF; font-size: 12px; text-transform: uppercase; margin-right: 10px; padding: 1px 2px 2px; }

.wp-polls form p a:link, 
.wp-polls form p a:visited{ 
   display: block; float: left; width: 7.75em; 
   border: solid 1px #FFF; border-radius: 5px 5px 5px 5px; 
   color: #FFF; text-transform: uppercase; margin-right: 11px; padding: 1px 0 1px 5px; }
.wp-polls form p a:hover, 
.wp-polls form p a:focus, 
.wp-polls form p a:active{ text-decoration: underline; }

#content .wp-polls form div ul li p.labellink{ margin-top: 0; padding: 5px 0 0 23px; }
.wp-polls form p.labellink a:link, 
.wp-polls form p.labellink a:visited{ 
   float: none; width: auto; border: 0 none; color: #FFF; 
   text-decoration: underline; text-transform: none; margin: 0; padding: 0; }
.wp-polls form p.labellink a:hover, 
.wp-polls form p.labellink a:focus, 
.wp-polls form p.labellink a:active{ text-decoration: none; }


