/*
Theme Name: PicTree
Description: A clean Photographer Wordpress Theme
Version: 1.9
Author: doitmax
Author URI: http://www.doitmax.de
*/

/*
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*-----------------------------------------------------------------------------------
	= Table of Contents

	1. =Reset and Clearfix
	2. =Body, Typography and some main Elements
	3. =Structure
	4. =Header styling
	5. =Superfish Navigation Menu
	6. =Content
	7. =Homepage Scroller
	8. =Images
	9. =Forms
	10. =Navigation
	11. =Comments
	12. =Widgets
	13. =Footer
	14. =Lists
	15. =Shortcodes
	
/*-----------------------------------------------------------------------------------*/
/* 1. =Reset and Clearfix
/*-----------------------------------------------------------------------------------*/
/* Credits: http://meyerweb.com/eric/tools/css/reset/
*/

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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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 { line-height: 1; } 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; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


header, footer, nav, article { display: block; }

/*-----------------------------------------------------------------------------------*/
/*	2. =Body, Typography and some main Elements
/*-----------------------------------------------------------------------------------*/

body {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hidden { display: none; }

.float-left { float: left; }
.float-right { float: right; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { text-decoration: none; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 18px; }

hr { border: 0; clear: both; height: 1px; margin-bottom: 18px; }

/** Main Headlines **/
h1,h2,h3,h4,h5 {
	font-weight: normal;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 32px;
    line-height: 60px;
}

h2 {
    font-size: 26px;
    line-height: 56px;
	margin: 0 0 10px;
}

h3 {
    font-size: 19px;
    line-height: 40px;
}

h4 {
    font-size: 17px;
    line-height: 36px;
}

h5 {
    font-size: 15px;
    line-height: 32px;
}

h6 {
    font-size: 13px;
    line-height: 32px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {

}

.gallery .entry-content h2:first-child, .blog .entry-content h2:first-child { margin-bottom: 15px; line-height: 30px; }

/*-----------------------------------------------------------------------------------*/
/*	3. =Structure
/*-----------------------------------------------------------------------------------*/

#header-wrapper, #content, #welcomeTeaser, #footer-wrapper {
	display: block;
	width: 976px;
	margin: 0 auto;
	position: relative;
}

#main { margin-bottom: 30px; z-index: 9 }

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


#single-page { margin: 0 auto; width: 978px; }
#single-page #content { width: 666px;  }
#single-page #sidebar { width: 210px; }

/** Fullsize page **/
#fullsize-page { margin: 0 auto; width: 978px; }

/** Left Sidebar **/
.left-sidebar #content { float: right; padding-left: 50px;  }
.left-sidebar #sidebar { float: left;  margin-right: -1px; padding-right: 50px; }

/** Right Sidebar **/
.right-sidebar #content { float: left; padding-right: 50px; }
.right-sidebar #sidebar { float: right; padding-left: 50px; }


/*-----------------------------------------------------------------------------------*/
/* 4. =Header styling
/*-----------------------------------------------------------------------------------*/

#header-wrapper { padding: 26px 0 15px; z-index: 10; }

#site-title { float: left; margin: 0 10px 0 0; padding: 0; line-height: 1; }
#site-title a {
	text-indent: -999em;
	margin: 0;
	padding: 0;
	line-height: 1;
	width: 307px;
	height: 60px;
	display: block;
}

/* The homepage welcome teaser */
#welcomeTeaser h2 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	line-height: 32px;
	padding: 25px 0 15px 0;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/* 5. =Superfish Navigation Menu
/*-----------------------------------------------------------------------------------*/

nav#navigation {
	margin-top: 17px;
	float: right;
}

nav#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav#navigation ul a {
	padding: 0 0 0 10px;
    font-weight: bold;
    float: left;
    font-size: 13px;
}

nav#navigation ul li {
	position: relative;
	z-index: 20;
	float: left;
    margin: 0 0 0 1em;
}

nav#navigation ul li:hover { visibility: inherit; }

nav#navigation ul ul li { width: 100%; }

nav#navigation ul a:hover,
nav#navigation ul li.sfHover a,
nav#navigation ul li.current-cat a,
nav#navigation ul li.current_page_item a,
nav#navigation ul li.current-menu-item a {
	text-decoration: none;
}

nav#navigation ul li.sfHover li a,
nav#navigation ul li.sfHover li a span{
	 background: none;
}

nav#navigation li li a:hover,
nav#navigation li.sfHover li a { background: none }

nav#navigation li a span {
    display: block;
    padding: 5px 10px 5px 0;
    float: left;
    cursor: pointer;
}

nav#navigation li li a span { padding: 0 }

.sf-sub-indicator { text-indent: -9999px; }

nav#navigation li a span.sf-sub-indicator {
    width: 29px;
    height: 30px;
    float: left;
    margin: 0 0 0 -8px;
    padding: 0;
}

nav#navigation li li a span.sf-sub-indicator,
nav#navigation li.sfHover li a span.sf-sub-indicator {
    height: 12px;
    margin: 5px 0 0 0;
    width: 10px;
    float: right;
}

/*  Make sub menus appear */
nav#navigation ul li:hover ul,
nav#navigation ul li.sfHover ul {
	left: 1px;
	top: 100%; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
nav#navigation ul li:hover li ul,
nav#navigation ul li.sfHover li ul,
nav#navigation ul li li:hover li ul,
nav#navigation ul li li.sfHover li ul,
nav#navigation ul li li li:hover li ul,
nav#navigation ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
nav#navigation ul li li:hover ul,
nav#navigation ul li li.sfHover ul,
nav#navigation ul li li li:hover ul,
nav#navigation ul li li li.sfHover ul,
nav#navigation ul li li li li:hover ul,
nav#navigation ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}

/* 2nd level skin */
nav#navigation ul ul {
	position: absolute;
	top: -9999em;
	width: 180px; /* left offset of submenus need to match (see below) */
    padding: 5px ;
    margin: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

nav#navigation ul ul li {
	float: left;
	width: 150px;
	background: none;
	padding: 0 5px 0 5px;
}

nav#navigation ul ul li:first-child  { border-top: none }

nav#navigation ul ul li:last-child { border-bottom: none }

nav#navigation ul ul li a {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	width: 150px;
}


nav#navigation ul li a,
nav#navigation ul li a span { background: none }


/*-----------------------------------------------------------------------------------*/
/* 6. =Content
/*-----------------------------------------------------------------------------------*/

h1.entry-title, h1.page-title { font-size: 32px; line-height: 40px; font-style: italic; padding: 30px 0 0 }
h2.entry-description, h2.page-description { line-height: 26px; padding: 5px 0 0; font-size: 18px; font-style: italic; }


.entry-header { padding: 0 0 30px; margin: 0 0 30px; }
.entry-image { padding: 0 0 30px; }

.entry-meta li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	display: block;
	text-align: left;
	border-bottom: 1px dotted;
	line-height: 18px;
	padding: 5px 0;
}

.respond-title, .author-title, .related-title, .recent-title {
	margin: 0 0 20px;
	font-size: 22px;
	font-style: italic;
}



/** Tag list **/
.entry-tags li { float: left; width: auto; margin-left: 4px; border-bottom: 0 none; }
.entry-tags li a { display: block; padding: 2px 5px; }
.entry-tags li.title { float: none; text-align: left; }

/** Tag Cloud **/
.tag-cloud ul li { float: left; width: auto; margin: 0 4px 0 0; }
.tag-cloud ul li a { display: block; padding: 2px 5px; }

#author-info, #related-posts { margin: 40px 0 0; }

/** Author Infos **/
#author-info .author-holder { padding-left: 100px; }
#author-info .author-image { margin-left: -100px; float: left }

/** Related Posts **/
#related-posts li { float: left; margin-right: 40px; width: 135px; line-height: 18px; }
#related-posts li:last-child { margin-right: 0; }
#related-posts .entry-image img { display: block; }
#related-posts .entry-image {
	margin: 0 0 5px;
	padding: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/** Recent Posts **/
#recent-posts li { float: left; margin-right: 40px; width: 135px; line-height: 18px; }
#recent-posts li:last-child { margin-right: 0; }
#recent-posts .entry-image img { display: block; }
#recent-posts .entry-image {
	margin: 0 0 5px;
	padding: 4px;
	border: 1px solid #eee;
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#recent-posts.recent-no-float li { float: none; width: auto; height: auto; margin-right: 0; }


/** single page **/
.gallery .entry-meta { float: left; width: 181px; }
.gallery .entry-content { margin-left: 228px; }

/** single blog **/
.blog .entry-meta { float: left; width: 181px; }
.blog .entry-content { margin-left: 228px; }

.entry-content li { list-style: square; margin-left: 15px; }

/** Blog page **/
.blog h2.entry-title {  font-style: italic; line-height: 30px; padding-left: 80px; font-size: 28px; }
.blog .read-more { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 14px; text-align: right; }
.blog article { position: relative; }

.blog .date-badge {
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	text-align: center;
	width: 58px;
	height: 58px;
	font-style: italic
}
.blog .date-badge span { font-size: 16px; display: block; line-height: 15px; }


/** Content Nav **/
#primary nav {
	font-size: 11px;
	display: block;
	overflow: hidden;
	margin: 0 0 15px;
}
#primary nav .nav-previous {
	float: left;
	width: 50%;
}
#primary nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* Portfolio List */
.portfolio-list li, #flickr-portfolio {
	float: left;
	position: relative;
	list-style: none
}

/* Special Flickr Stream styles */
#flickr-portfolio .item { margin: 0 11px 11px; }
#flickr-portfolio .item:nth-child(5n) { margin-right: 0; }

.portfolio-list li ul  { margin: 0 10px; padding: 5px 10px; border: 1px dotted #ddd; background: #fff; }
.portfolio-list li ul li {
	float: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

	.portfolio-list li .shadow a { display: block; }
	.portfolio-list li .shadow { display: block; padding-bottom: 7px; position: relative;  }
	.portfolio-list li img { display: block; padding: 14px; }

	.portfolio-list li .item-caption { bottom: 27px; left: 15px; right: 15px; }

	/** 2 Column Portfolio **/
	.portfolio-two-columns li {	margin: 0 36px 36px 0; }
	.portfolio-two-columns li:nth-child(2n) { margin-right: 0; }
		.portfolio-two-columns li .shadow {	padding-bottom: 12px; }

	/** 3 Column Portfolio **/
	.portfolio-three-columns li {	margin: 0 30px 30px 0; }
	.portfolio-three-columns li:nth-child(3n) { margin-right: 0; }
		.portfolio-three-columns li .shadow {	padding-bottom: 10px; }

	/** 4 Column Portfolio **/
	.portfolio-four-columns li { margin: 0 18px 18px 0; }
	.portfolio-four-columns li:nth-child(4n) { margin-right: 0; }




/*-----------------------------------------------------------------------------------*/
/* 7. =Homepage Scroller
/*-----------------------------------------------------------------------------------*/

#scroller {
	overflow: hidden;
	clear: left;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	height: 300px;

}

	#scroller .ui-tabs-hide { display: block; }

	#scroller .scroll_container { margin: 0; 	visibility: hidden; }
	#scroller div.item { float: left; margin-right: 10px; }
	#scroller div.item a { display: block; }
	#scroller div.item a img { display: block; }
	#scroller div.item .item-overflow { overflow: hidden; position: relative }

/* Thumbnail Scroller */
#scroller_thumbnails { margin: 0 auto; padding: 25px 21px; position: relative; visibility: hidden; }
	#scroller_thumbnails ul { margin: 0; }

	#scroller_thumbnails li {
		float: left;
		margin-right: 20px;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
		#scroller_thumbnails li img { padding: 5px; display: block; }
		#scroller_thumbnails li:last-child { margin-right: 0; }

	#scroller_thumbnails .scroll-buttons { position: absolute; top: 50%; margin-top: -16px; display: block; width: 24px; height: 32px; text-indent: -999em; }
	#scroller_thumbnails .next { right: -12px; }
	#scroller_thumbnails .prev { left: -12px; }

/* Image slider */
#slider { position: relative; height: 4px; margin: 0 auto 30px; visibility: hidden; }

	#slider .ui-slider-handle { position: absolute; display: block; width: 58px; height: 25px; top: -14px; margin-left: -29px }
	#slider .ui-handle-helper-parent {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

/*-----------------------------------------------------------------------------------*/
/* 8. =Images
/*-----------------------------------------------------------------------------------*/

/** Item Caption for Images */
.item-caption {
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	opacity: 0;
}
.item-caption strong { font-size: 12px; }

p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/* 9. =Forms
/*-----------------------------------------------------------------------------------*/

input,
textarea {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 7px;
}

label {
	display: block;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 130%;
}

input[type="submit"] { cursor: pointer; }


input[type=submit], input[type=button], a.button, button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	font-size: 13px;
	padding: 8px 2em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	color: #555;
	border: solid 1px #ccc;
	background: #eee;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: -moz-linear-gradient(top,  #eee,  #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px -1px -1px #fff;
}


/** Error Classes **/
label.error { font-size: 100%; color: red; display: none; margin-top: -15px;  }
input.error, textarea.error { border: 1px dotted red; }

/**  Contact Form  **/
#contactForm li input { margin-bottom: 20px; }
#contactForm li textarea {
	width: 85%;
	height: 160px;
	margin-bottom: 20px;
}


/** Alert boxes **/
.alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin: 0 0 25px 0;
}

.alert .success {
	padding: 15px 20px;
	background: #e6ecd2;
	border: 1px solid #CADBA7;
	border-width: 1px 0;
	color: #5F8B33;
}

.alert .error {
	border: 1px solid #F9BAC7;
	border-width: 1px 0;
	color: #D54C4C;
}

#searchform label {
	display: none;
}
#searchform input#s {
	width: 80%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}

/* Class for labelling required form items */
span.required {
	color: #cc0033;
}


/*-----------------------------------------------------------------------------------*/
/* 10. =Navigation
/*-----------------------------------------------------------------------------------*/

.pagination {
	clear:both;
	padding: 0 0 15px;
	position: relative;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding: 3px 6px;
	text-decoration:none;
	width:auto;
}


/*-----------------------------------------------------------------------------------*/
/* 11. =Comments
/*-----------------------------------------------------------------------------------*/

article.comment {
	display: block;
}

#comments-holder { margin: 40px 0 0 ; }
#comments { clear: both; }
#comments .navigation { padding: 0 0 18px 0; }
h3#comments-title, h3#reply-title {
	margin: 0 0 20px;
	font-size: 22px;
	font-style: italic;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	margin: 0 ;
	padding: 10px 0;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 20px;
	left: 10px;
}
#comments .commentlist li.comment div.comment-author {
	border: 0 none; padding: 0;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 11px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.reply {
	font-size: 11px;
	padding: 0;
	text-align: right;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left: 50px;
}
.commentlist .children li div:first-child, .commentlist li.comment div:first-child {
	border: none;
	margin: 0;
	padding: 10px 10px 10px 64px;

}

.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
#respond {
	margin: 13px 0;
	border: 1px dotted;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	border-top: 0 none;
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/*-----------------------------------------------------------------------------------*/
/* 12. =Widgets
/*-----------------------------------------------------------------------------------*/

.widget {
	display: block;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 30px;
}

.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* Headlines of sidebar widgets */
#sidebar h1.widget-title {
	font-size: 17px;
    line-height: 40px;
}
.widget_taxonomy_terms a,
.widget_links a,
.widget_categories a,
.widget_recent_comments li,
#sidebar .widget_recent_tweets li,
.widget_flickr_stream div.flickr_badge_image {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif
}

/** Latest Comments Widget **/
.widget_recent_comments li { font-size: 11px; line-height: 18px; padding: 0 0 10px 30px; margin-bottom: 10px; }
.widget_recent_comments li a { display: block !important; font-size: 13px; }

/** Footer Widgets **/
#colophon .widget h1.widget-title { font-size: 20px; line-height: 40px }

/* Custom Recent entries */
.widget_custom_recent_entries li { float: left; width: 33%;  margin: 0 0 5px 0 }
.widget_custom_recent_entries li img { display: block; padding: 5px; }

/* Twitter Widget in Sidebar */
#sidebar .widget_recent_tweets li { font-size: 12px; line-height: 18px; padding: 0 0 10px 30px; margin-bottom: 10px; }
#sidebar .widget_recent_tweets li span { display: block; padding-bottom: 4px; }
#sidebar .widget_recent_tweets li a { display: block !important; font-size: 11px; }

/** Twitter Widget on Homepage **/
#twitterWidget {
	margin: 30px 0;
}

#twitterWidget h1.widget-title { display: none; }
#twitterWidget #recent-tweets {
	width: 924px;
	margin: 0 auto;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#twitterWidget .widget, #twitterWidget .widget ul { margin: 0; padding: 0; line-height: 1.25; }
#twitterWidget .widget ul { margin: 32px 0; }

#twitterWidget li {
	display: none;
	padding: 0 0 0 50px;
	min-height: 50px
}

#twitterWidget .widget a { font-size: 80%; }

/** Flickr Photostream **/
.widget_flickr_stream div.flickr_badge_image { float: left; width: 33%;  margin: 0 0 5px 0 }
.widget_flickr_stream div.flickr_badge_image img { display: block; padding: 5px; width: 48px; height: 48px; }

/** Homepage Widget Area **/
#homeWidgetArea { margin: 50px auto 0; padding: 0; width: 924px; display: block; position: relative; }
#homeWidgetArea .home-col { float: left; width: 272px; margin-right: 51px }
#homeWidgetArea .widget h1.widget-title { font-size: 19px; line-height: 40px; }
#homeWidgetArea .home-right { margin-right: 0; }

/*-----------------------------------------------------------------------------------*/
/* 13. =Footer
/*-----------------------------------------------------------------------------------*/

#colophon { padding: 30px 0 15px; position: relative; }

#colophon a.logo {
	width: 100px;
	height: 40px;
	margin: 0 auto;
	display: block;
	text-indent: -999em;
	background-position: 50% 50%;
}

#copyright {
	margin: 0 auto;
	width: 30%;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	padding: 20px 0 0;
}

#sociallinks { position: absolute; bottom: 0; right: 0; }
#sociallinks li { float: left; margin-right: 3px; }
#sociallinks li a,
#sociallinks li img { display: block; }

/*-----------------------------------------------------------------------------------*/
/* 14. =Lists
/*-----------------------------------------------------------------------------------*/

/** used for all lists **/
ul.disc li, ul.square li, ul.decimal li, ul.circle li { margin-left: 20px; }

/* Squared list */
ul.square { list-style: square; }
/* Disc list */
ul.disc { list-style: disc; }
ul.decimal { list-style: decimal; }
ul.circle { list-style: circle; }


/*-----------------------------------------------------------------------------------*/
/* 15. =Shortcodes
/*-----------------------------------------------------------------------------------*/
.col_2,.col_3,.col_4, .col_two_third, .col_two_third_last {
    float: left;
	margin: 0 8% 30px 0;
    position: relative;
    width: 46%;
}

.col_3 { width: 30%; margin-right: 5%; }
.col_4 { width: 21%; margin-right: 5%; }
.col_last, .col_two_third_last, .col_one_third_last, .col_two_third_last {
	margin-right: 0;
}

.col_one_third, .col_two_third { margin-right: 5%; }
.col_two_third, .col_two_third_last { float: left; width: 60%; }
.col_one_third, .col_one_third_last { float: left; width: 30%; }

.img-caption { float: left; display: block; padding: 10px; margin: 0 auto 10px; }
.img-caption img { display: block; }
.img-caption .caption { display: block; padding: 10px; margin: 2px 0; text-align: center;text-shadow: none; }

.pretty-gallery a { float: left; margin: 0 5px 5px 0 }

blockquote { text-align: left; font-size: 15px; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; padding: 0 25px 0 60px; margin: 0 0 20px; }

/* Dropcap */
.dropcap {
    display: block;
    float: left;
    font-size: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
    margin: 0 10px 0 0;
}
.dropcap-dark, .dropcap-light { padding: 5px; font-size: 36px; line-height: 36px; }

/* Image Alignment */
.image-left, .image-right {
    float: right;
    margin: 0 20px 10px 0;
    padding: 4px;
    text-align: center;
}

.image-left {
    float: left;
}

.image-right { margin-right: 0; margin-left: 20px; }

.image-left .caption, .image-right .caption {
    display: block;
    margin: 7px 0 2px;
}

/* Box Shortcode */
.info-box .box-title { font-size: 15px; line-height: 38px; padding: 0 15px; }
.info-box .box-content { padding: 15px; font-size: 11px; line-height: 18px; }
.info-box p { margin: 0; padding: 0; }
.info-light .box-title { display: none; }

/* Toggle Box Shortcode */
.toggle-box { margin-bottom: 5px; }
.toggle-box .box-title { }
.toggle-box .box-title a {
	display: block;
	line-height: 38px;
	font-size: 15px;
	padding: 0 15px;
}
.toggle-box .box-title a.open { background-position: 100% -230px; }
.toggle-box .box-content { display: none; }
.toggle-box .box-inner { padding: 15px; font-size: 11px; line-height: 18px; }
.toggle-box p { margin: 0; padding: 0; }

/* Tab Shortcode */
.tabs 	 { float: none; margin: 0 0 20px 0; }
.tabs ul { margin: 0 }
.tabs li { list-style: none; }
.tab-wrapper {
	float: none;
}
.tabs ul.nav {
    height: 36px;
    font-size: 13px;
	margin: 0;
}
.tabs ul.nav li a {
    display: block;
    padding: 8px 20px;
    text-align: center;
    border: none;
	font-weight: bold;
}

.tabs ul.nav li { float: left; position: relative; padding: 0; }
.tabs .inner { padding: 13px 20px }
.tabs .tab p:last-child { margin: 0 }
.tabs .tab { float: none; padding: 0; margin: 0; }

.ui-tabs .ui-tabs-hide { display: none }

.wp_syntax {
	background: none !important;
	border-width: 1px 0 !important;
	padding: 0 !important;
	margin: 10px 0 30px !important;
	overflow: visible !important
}
.wp_syntax pre {
	line-height: 20px !important;
	padding: 10px !important;
}

hr.shortcode { clear: left; background: none; padding: 0; margin: 10px 0 25px; }

/** Skinchanger **/
#skinChanger { position: fixed; top: 5px; right: 0; }

#skinChanger .pulldown{
	padding: 5px;
	margin: 0 0 5px;
}

#skinChanger .title {
	font-weight: bold;
	padding: 5px;
}

#skinChanger li {
	padding: 5px;

}
#skinChanger li.last { border-bottom: 0 none; }

#skinChanger a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}

#skinChanger ul a { color: #aaa; }

#skinChanger ul { margin: 0; padding: 0; }

#skinChanger a.skin { display: block; padding: 5px 8px; border: 1px solid #000; }
#skinChanger a.black { background: #000; color: #fff; }
#skinChanger a.white { background: #fff; color: #000; }