/* @override
	http://www.kopflos.eu/wp-content/themes/overstand/style.css
*/

/*
THEME NAME: Overstand Theme based on Futurosity
THEME URI: http://www.fakeblog.de/wordpress-theme-overstand
DESCRIPTION: Eine Art Zeitungs-Theme für deinen Blog. Klares Design und vor allem Bold.
VERSION: 0.01
AUTHOR: Floyd Celluloyd
AUTHOR URI: http://www.fakeblog.de/
*/

@font-face {
	font-family: 'fontello';
	src:url('fonts/fontello.eot');
	src:url('fonts/fontello.eot?#iefix') format('embedded-opentype'),
	url('fonts/fontello.woff') format('woff'),
	url('fonts/fontello.ttf') format('truetype'),
	url('fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo300';
	src: url('fonts/Museo300-Regular-webfont.eot');
	src: url('fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Museo300-Regular-webfont.woff') format('woff'),
	     url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
	     url('fonts/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Museo500';
	src: url('fonts/Museo500-Regular-webfont.eot');
	src: url('fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Museo500-Regular-webfont.woff') format('woff'),
	     url('fonts/Museo500-Regular-webfont.ttf') format('truetype'),
	     url('fonts/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Museo700';
	src: url('fonts/Museo700-Regular-webfont.eot');
	src: url('fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Museo700-Regular-webfont.woff') format('woff'),
	     url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),
	     url('fonts/Museo700-Regular-webfont.svg#Museo700Regular') format('svg');
	font-weight: normal;
	font-style: normal;

}

p {
    padding: 0 0 14px;
}

a:link,a:visited{
    color:#ff9933;
	text-decoration:none;
	font: 1.1em Museo500, Georgia, "Times New Roman", Times, serif;
}

a:hover{
    color: #666666;
}

a:focus {
	outline: none
}

a img {
	border: 0;
}

img.wp-post-image {
	max-width: 450px;
	height: auto;
	background: #fafafa;
	border: 1px solid #dfdfdf;
	padding: 5px;
	float: none;
	margin: 8px 0 20px 0;
}

#applesearch{
	top: 70px;
	left: 905px;
	padding: 0;
	z-index: 10;
}

.more-link {
	padding: 15px 0 0 0;
	display: block;
}

/* @group Comments */

.subscribe_comments {
	margin: 15px 0 0 0 ;
}

.subscribe_comments_btn {
	width: 15px;
	margin: 8px 10px 0 0;
}

#comments{
	margin-top:24px;
}

#comments-headline {
    height: 45px;
    padding: 30px 0 0px 0 ;
}

#comments-headline h2 {
	padding: 0px 14px 0 0;
	text-transform: uppercase;
	font-family: Museo500, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

#comments-list,#trackbacks-list{
    clear:both;
}


/* @end */

.postScroll {
}

.next {
	padding: 15px 0;
	text-align: right;
}

.prev {
	padding: 15px 0;
	float: left;
}

#content{
	position: relative;
    display: inline;
	float: left;
	width: 960px;
	min-height: 850px;
}

#content li.list-time{
	font-variant: small-caps;
	text-transform: uppercase;
	padding-left: 14px;
}

#content ul li{
    list-style-type:none;
}

#content ul li.list-title {
	font-weight: bold;
	line-height: 18px;
	padding:0 0 10px 14px;
	text-transform: uppercase;
}

#bottom {
	margin: 45px 0 0 0;
	width: 945px;
	display: inline-block;
}


#bottom #social ul {
	text-align: center;
}

#bottom #social ul li {
	display: inline;
	list-style-type: none;
	padding: 8px;
}

#bottom #social a {
	font-family: 'fontello';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 50px;
	height: 36px;
	font-size: 32px;
	color: #454545;
	text-align: center;
	text-decoration: none;	
	-webkit-transition: 0.3s all ease-in-out;
	   -moz-transition: 0.3s all ease-in-out;
	     -o-transition: 0.3s all ease-in-out;
	        transition: 0.3s all ease-in-out;
			display: inline-block;
}

#bottom #social a:hover {
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s all ease-in-out;
	   -moz-transition: 0.3s all ease-in-out;
	     -o-transition: 0.3s all ease-in-out;
	        transition: 0.3s all ease-in-out;
}

#footer {    
	background: url(images/stripped_underline.png) repeat-x;
	clear: both;
	display: inline;
	float: left;
	margin-top: 20px;
	padding: 20px 0 25px;
	width: 945px;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.5em;
}

#rssfeed {
	padding: 5px 0 0 50px;
	height: 45px;
	line-height: 1.8em;
}

.nav-next{
	float: right;
	padding: 10px 0 20px 0;
	}

.nav-previous{
	float: left;
	padding: 10px 0 20px 0;
}

.navigation{
	width: 100%;
	padding: 0;
	}

#nav-above {
    padding:24px 0;
    width:305px;
	margin-left:0px;
	text-align:right;
	}

#nav-above .nav-next {
    clear:both;
	float:right;
}

#nav-above h3 {
    clear: both;
	padding-top: 25px;
}

#nav-below {
    clear: both;
}

#nav-below h3 {
	width: 100%;
    clear: both;
    padding: 20px 0 5px 0;
    margin: 1em 0 0 0;
	background: url(images/stripped_underline.png) repeat-x 0 top;
	display: inline-block;
	letter-spacing: 1px;
}

.comment-link,#respond{
    clear:both;
	}

div.formcontainer {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 460px;
	-moz-border-radius:4px;	
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#pages li {
    float: left;
	font-weight: 700;
	list-style-type: none;
	padding-right: 14px;
	text-transform: uppercase;
}

#pages li a:link,#pages li a:visited{
    color: #666;
	font-size: 1.3em;
}

#pages li a:hover{
	font-style: italic;
}

#pages,#nav-above .nav-previous{
	float: left;
}

* {
	margin:0;
	padding:0;
}

* html .single .entry-content blockquote,*html .single .entry-content code {
    overflow: none;
	width: 417px;
}

.alignleft{
    float:left;
	margin:0 15px 10px 0;
}

.alignright{
    float:right;
	margin:0 0 10px 15px;
}

.archive .oneandhalf-col {
	text-align: right;
}

.archive .oneandhalf-col.archives li{
	padding: 5px 0 0 0;
}

.author-desc{
	font-style: italic;
	width: 280px;
	margin: 0;
	text-align: right;
}

.author-links {
	margin: 0 0 0px 0;
	text-align: right;
	font: normal 0.9em Museo500, Georgia, "Times New Roman", Times, serif;
}

.center{
    text-align:center;
	}

.clear{
    clear: both;
	padding-top: 40px;
}

.comment-meta,#trackbacks-list .comment-author{
    font-family: Museo500, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 12px;
	width: 100%;
}

.entry-content{
    display: inline;
	margin-right: 15px;
	padding-top: 12px;
	text-align: left;
	width: 460px;
	min-height: 110px;
}

.entry-meta{
	margin: 25px 0 0px 0;
	padding: 15px 0 10px 0;
	width: 460px;
	text-align: right;
	
	background: url(images/stripped_underline.png) repeat-x;
}

.entry-meta-content {
    margin-left:15px;
    margin-top:10px;
}

.entry-title{
    color: silver;
	display: inline;
	text-align: left;
}

.four04 #content .entry-content ul{
    padding-top:24px;
	}

.four04 #content .entry-content ul li{
    padding-bottom:24px;
	}

.four04 #content .entry-content ul li a{
	padding-bottom: .2em;
}

.futurosity{
    padding:12px 0;
	}

#content .recent-comments ul li{
    font-family: Didot, Georgia, serif;
	width: 305px;
}

#content ul li.latest-excerpt{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 14px;
	width: 145px;
}

#content ul li.latest-excerpt2{
	list-style-type: none;
	margin-top: -8px;
	padding: 0 0 0 14px;
	width: 440px;
}

#content ul li.latest-excerptoneandhalf{
	list-style-type: none;
 	margin-top: -8px;
 	padding: 0 0 0 14px;
	width: 200px;
}

.entry-content, #nav-above, #categories{
    
	}

#index .entry-content{
    display: block;
	}

.recent_comment {
	margin: 0 0 20px 10px;
	line-height: 1.3em;
	font-size: 0.95em;
	text-align: right;
}

.recent_comment a {
	line-height: 1.46em;
}

.recent_comment_date {
	margin: 5px 0 0 0;
	font-size: 0.8em;
	text-align: right;
}

.recent-comments{
    border-top:20px solid silver;
	display:inline;
	float:left;
	margin:20px 15px 20px 0;
	padding:10px 0;
	width:305px;
}

.sited{
    margin-right: 15px;
	display: inline;
	float: left;
	width: 460px;
}

.fourandhalf-col .sited {
    margin-right: 15px;
	display: inline;
	float: left;
	width: 695px;
}

.post {
	margin: 0 0 40px 0;
	text-align: justify;
	line-height: 1.5em;
}

.post p {
    padding: 8px 0px 0px 0px;
}

.post .tagging {
	margin: 25px 0 0 0;
}

h2.sited {
	background-color: #aeaeae;
}

.sited a, #content .recent-comments ul li a{
	font: 1.1em Museo500, Georgia, "Times New Roman", Times, serif;
}

ul.sited {
    float: left;
	border: 0;
	margin: 15px 0px 0 0;
	padding: 0;
	display: inline;
	width: 460px;
}

ul.sited li, ul.sited li p {
    display: inline;
	}

ul.sited li p a{
    font-family: Didot, Georgia, serif;
	}

.sited .ui-draggable img {
	margin: 0 0 20px 0;
	padding: 5px;
}

#beforeafter {
	margin: 20px 0;
}

#beforeafter img {
	margin: 0;
	padding: 0;
	overflow: auto;
}

.bflinks a {
	margin: 0 0 20px 0;
	display: inline-block;
}

sited.aligngleft img {
	margin: 0 0 20px 0;
	padding: 5px;
}

.title {
	margin: 0px 0 5px 0;
	padding: 0 0 5px 10px;
	font-size: 1.5em;
	text-align: left;
}

.moreexerpt {
	padding: 0 0 25px 0;
	text-align: justify;
	line-height: 1.8em;
}

.latest-excerpt{
    padding-bottom:12px;
	}

.latest-excerpt p{
    line-height:18px;
}

.left-col{
	display:inline;
	float:left;
	margin-right:25px;
	text-align:right;
	width:220px;
}

.one-col{
	display:inline;
	float:left;
	margin-right:20px;
	width:140px;
}

.oneandhalf-col {
	width: 220px;
	padding: 0 0px;
	display: inline;
	float: left;
	margin: 8px 19px 0 0;
}

.single .oneandhalf-col {
	width: 220px;
	padding: 0 0px;
	display: inline;
	float: left;
	margin: 8px 0 0 8px;
}

.schubladen {
	text-align: center;	
}

.single .schubladen {
	text-align: right;	
}

.oneandhalf-col ul {
}

.archives.oneandhalf-col ul {
	margin:0 0 0 35px;
}

.archives.oneandhalf-col ul li{
	margin: 5px 0 0 0;
}



.four-col {
    border-top:1px solid silver;
    margin-right: 15px;
	display:inline;
	float:left;
	/*margin:20px 0;*/
	padding:0;
	width:705px;
	}

.page #content li{
	line-height: 21px;
}

.page #content ul{
    padding-bottom:25px;
	}

.page #content.links {
    width: 960px;
	border:0;
}

.page #content.links ul li.linkcat {
    float:left;
	display:inline;
	width:305px;
	margin-right:15px;
}

.page #content.links ul li.linkcat h2{
	background: #000;
	padding-left: 15px;
	color: #FFF;
	margin-bottom: 4px;
	font-weight: bold;
}

.page #content.links li.linkcat ul li {
	padding-top: 12px;
	padding-left: 15px;
}

.page #content.links li.linkcat li a{
	line-height: 14px;
	font-weight: bold;
}

.page #content.links li.linkcat h2 {
	margin-bottom: -12px;
	font-weight: bold;
}

.page .entry-content {
    display:inline;
	float:left;
	margin:0 15px 24px 0;
	padding-top:12px;
	text-align:left;
	width:465px;
}

.page .left-col,.archive .left-col, #index .left-col{
    color:gray;
	text-align:right;
}

.sidebar{
    /*border-top:50px solid black;*/
	float: left;
	width: 140px;
 	margin-left: 10px;
	text-align: right;
}

.sidebar h3{
	font-weight: bold;
	margin-top: 12px;
	padding-top: 0;
	margin-bottom: -10px;
}

.sidebar li {
    list-style-type:none;
	}

/* @group Header */

#header{
	top: 112px;
    height: 40px;
	padding: 10px 0;
	width: 945px;
	background-color: #ffffff;
	text-align: left;
}

#searchform {
	text-align: right;
}

#headerlogo {
	position: relative;
	height: 120px;
	top: -70px;
}

#header a {
	font: 1px Museo500, Georgia, "Times New Roman", Times, serif;
}

#header img{
    margin:10px 0 0;
	}

/* @end */

/* @group Individual Categories */

li.unter-item {
	margin: 10px 0 20px 50px;
}

li.cat-item {
	list-style-type: none;
	width: 104px;
	height: 104px;
	margin: 10px 0 10px 66px;
	border: 0px solid #666;
	letter-spacing: 2px;
	background-color: #fff;
}

.single li.cat-item {
	list-style-type: none;
	width: 104px;
	height: 104px;
	margin: 10px 0 10px 113px;
	border: 0px solid #666;
	letter-spacing: 2px;
	background-color: #fff;
}

.cat-item a:link, .cat-item a:visited {
	color: #999999;
	padding: 4px 4px 2px 2px;
	margin: 0px;
	text-align: right;
	display: block;
	text-transform: uppercase;
	height: 98px;
	background-color: #303030;
	letter-spacing: -1px;
	font: 14px Verdana, sans-serif;
}

/* Categorie Blickfang */
.cat-item-11 a:hover {
	color: #fff;
	background-color: #e57e21;
}

/* Categorie Lauthals */
.cat-item-14 a:hover {
	color: #fff;
	background-color: #159f85;
}

/* Categorie Kopflos */
.cat-item-9 a:hover {
	color: #fff;
	background-color: #297fb8;
}

/* Categorie Apple */
.cat-item-8 a:hover {
	color: #fff;
	background-color: #bf3a2b;
}

/* Categorie Photoshop */
.cat-item-7 a:hover {
	color: #fff;
	background-color: #9a59b5;
}

/* Categorie Wordpress */
.cat-item-13 a:hover {
	color: #fff;
	background-color: #26ad60;
}

/* Categorie Galerie */
.cat-item-99 a:hover {
	color: #fff;
	background-color: #33475b;
}

/* @end */

/* @group Related Content */

ul.st-related-posts li{
	padding: 5px 0;
}

/* @end */

/* @group Single Pages */

.single #content ul.post-categories li{
    font-family: Didot, Georgia, serif;
	text-align: right;
	width: 195px;
}

.single .author{
	padding: 12px 0 36px;
	width: 280px;
	margin-left: 0px;
	text-align: right;
}

.single .entry-content {
	display: inline;
	float: left;
	margin: 0 10px 24px 0;
	padding-top: 0px;
	text-align: left;
	width: 460px;
}

.single .entry-content blockquote p:first-child:first-letter{
    color: inherit;
	float: none;
	text-transform: uppercase;
	line-height: 18px;
	margin-right: 0;
}

.single .entry-content blockquote p:first-child:first-line{
    font-variant: normal;
	text-transform: lowercase;
	line-height: 18px;
}

.single .entry-content h3 {
    color: #444;
	margin-bottom: -.5em;
}

.single .entry-content ol,.single .entry-content ul, #content .post ul{
    list-style-image:url(images/pfeil_listen.gif);
    margin: 20px 0 20px 18px;
}

.single .entry-content ol li,.single .entry-content ul li, #content .post ul li {
    list-style-position:outside;
	margin-left:1em;
}

.single .entry-title,.author .entry-title{
    color: #8c8c8c;
	text-align: left;
	font-family: Museo500, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	font-style: italic;
}

.single .excerpt{
    color: #a5a5a5;
	line-height: 1.5em;
	text-align: right;
	width: 195px;
	margin-left: 0px;
}

.single .post,.archive .post,.page .post{
    display: inline;
	float: left;
	margin-right: 15px;
	width: 100%;
}


/* @end */

.skip-link{
    margin-left:-99999px;
	}

.three-col {
    display: inline;
	float: left;
	margin-right: 15px;
	width: 465px;
}

.fourandhalf-col {
    display: inline;
	float: left;
	margin-right: 15px;
	width: 700px;
}

.three-col p, .two-col p, .one-col p, .oneandhalf-col p, .fourandhalf-col p {

    padding: 8px 0px 0px 0px;
}

.three-col p {
	width: 460px;
}

.three-col #comments p {
	width: 410px;
}

.twoandhalf-col{
    display: inline;
	float: left;
	margin-right: 15px;
	width: 465px;
}

.twoandhalf-col p {
	padding: 0 0 15px 0;
	width: 450px;
	text-align: justify;
	line-height: 1.5em;
}

.oneandhalf-col ul, .two-col ul, .three-col ul {
}

.two-col{
	background: url(images/stripped_underline.png) repeat-x;
	display:inline;
	float:left;
	margin-right:15px;
	padding: 20px 0 0 0;
	width: 300px;
	height: 400px;
}

.two-col li {
	list-style-type: none;
	padding: 5px 0px 0 10px;
}

.timeline{
    border-top:20px solid silver;
	clear:both;
	padding:12px 0;
	width:945px;
}

acronym,abbr{
    border-bottom:1px dotted;
	cursor:help;
}

/* @group blockquote */

blockquote {
	font: 1.2em Didot, Georgia, serif;
	margin: 5px 0 5px 0;
	padding: 10px 10px 10px 10px;
	font-style: italic;
	color: #545454;
}

.three-col blockquote p {
	width: 450px;
}

/*blockquote p:first-child:first-letter {
	font: 2.5em/0.85em Museo500, Georgia, "Times New Roman", Times, serif;
}*/

/* @end */

pre {
	margin: 10px 0 10px 0;
	overflow: auto;
	padding: 1em 0.5em 1em 0.5em;
	overflow: auto;
}

body{
    background: #fff;
	color: #454545;
	margin: auto;
	width: 960px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

code {
	padding: 4px;
	font-family: Monaco, "Courier New", Courier, mono;
	text-align: left;
	display: block;
}

h1#blog-title a {
    display: inline;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font: 1.8em Museo500, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
	color: #8c8c8c;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin: 2em 0 0 0;
}

h2.latest {
    border-top: 1px solid silver;
	font-weight: 700;
	background-color: #000000;
	padding-left: 14px;
	text-transform: uppercase;
}

h2.start {
	margin: 0 0 10px 0;
}

.schubladen h2.start {
	padding: 0 0 10px 0;
	background: url(images/stripped_underline.png) repeat-x 0 bottom;
	display: block;
}

.columnhead {
	text-align: right;
	padding: 0 0 10px 0;
	background: url(images/stripped_underline.png) repeat-x 0 bottom;
	display: block;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

.entry-content h4,.entry-content h5, .post h4, .post h5 {
	font: Museo500, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	text-transform: none;
}

.entry-content h4,.post h4 {
	margin: 20px 0 10px 0;
}

.entry-content h5, .post h5 {
	margin: 20px 0 0 0;
}

.entry-title, .post h2.start {
	text-transform: none;
	margin: 0 0 5px 0;
}

h2 img {
	border: none;
}

h2.latest a {
 	font-weight: 700;
 	color: #FFFFFF;
}

h2.latest a:hover {
 	font-weight: 700;
 	color: #ff9933;
}

h2.page-title,h2.entry-title {
    color: #8c8c8c;
	line-height: 1em;
	width: 195px;
	text-align: right;
	font-size: 2.1em;
	text-transform: uppercase;
	float: left;
	display: inline;
}

h2.translate{
    margin-bottom:-17px;
	}

.bordered {
	background: #fafafa;
	border: 1px solid #dfdfdf;
	padding: 5px;
	float: none;
	margin: 0 0 20px 0;
}

.noborder {
	border: 0px;	
}

img.amrande {
    float:left;
	margin:15px 15px 0 15px;
}

img.post-image{
    border:1px solid silver;
	margin:5px 10px 5px 15px;
	padding:2px;
	width:190px;
}

h2.latest img {
	margin:0;
}

h2.start img {
	margin:0;
}

h2.comments-headline img {
	margin:0;
}

label{
    cursor:pointer;
	}

li#categories ul li {
    border-bottom: 1px solid silver;
	display: inline;
	float: right;
	margin-right: 15px;
	width: 145px;
}

li.comment,#trackbacks-list ol li {
	list-style-type: none;
	margin: 0 0 20px 0;
	width: 410px;
	line-height: 1.6em;
	}

li.comment.alt,#trackbacks-list ol li.alt {
	}

li.comment.bypostauthor {
	line-height: 1.6em;
	}

.comment {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: none;
}

.fn.n {
	font: 14px Museo500, Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

.entry-content p {
	text-align: justify;
	line-height: 1.5em;
}

small{
    font-size: 0.85em;
	}

strong{
    font-weight: 700;
	}

sub{
    bottom: -0.2em;
	position: relative;
	vertical-align: baseline;
}

sup{
    bottom:0.3em;
	position:relative;
	vertical-align:baseline;
}

ul#archives-page li h3{
    margin-top:0;
	padding-top:0;
}

ul.etc li{
    display:inline;
	list-style-type:none;
	padding-right:10px;
}

ul.latest{
    float:left;
	padding-right:15px;
	width:145px;
}

ul.latestoneandhalf {
    float:left;
	padding-right:15px;
	width:225px;
}

ul.latest2{
    float:left;
	padding-right:15px;
	width:465px;
}

ul.post-categories li a,#comments h3 {
    width: 280px;
	font-size: 1.8em;
}

ul.etc{
 	margin-top:8px;
}

ul.etc li{
    display:inline;
	list-style-type:none;
	padding-right:10px;
}

#commentform {
}

textarea#comment {
	width: 450px;
	color: #444;
	margin: 3px 0 0px 0;
	padding: 5px;
	font-size: 1em;
	line-height: 1.6em;
	border: 1px dashed #d8d8d8;
	outline: none;
}

div#commentformat {
	padding: 5px 0 0 0;
	font-size: 0.8em;
}

input {
	width: 357px;
	height: 25px;
	padding: 2px 5px;
	border: 1px dashed #d8d8d8;
	outline: none;
	margin: 3px 0 10px 0;
	color: #3f3f3f;
	letter-spacing: 0.1em;
	outline: none !important;
}

.inputsearch {
	width: 198px;
	padding: 2px 0 0 20px;
	background: url(images/search.png) no-repeat 4px 4px;
}
	
#commentform div.form-submit {
	height: 40px;
	margin: 0 0 30px 0;
}

#submit {
	width: 85px;
	height: 30px;
	border: none ;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font: 1.3em Museo500, Georgia, "Times New Roman", Times, serif;
}

ol.commentlist {
	list-style-type: none;
}

#commentform p.subscribe-to-comments {
	padding: 10px 0;
}

#commentPreview {
	width: 417px;
}

#comment-preview-head {
}

#comment-preview-author {
}

#comment-preview-header {
	text-transform: uppercase;
	height: 20px;
	margin: 20px 0 10px 0;
	color: #8c8c8c;
	font: 1.5em Museo500, Georgia, "Times New Roman", Times, serif;
}

#comment-preview {
	min-height: 100px;
	width: 450px;
	padding: 5px;
	margin-top: 25px;
	border: 1px dashed #d8d8d8;
}

#comment-preview p {
	line-height: 1.6em;
}

.tutorial a.title:link, .tutorial a.title:visited {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	display: block;
	font-size: 1.4em;
}

a.moretitle {
	font-size: 1.4em;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}

.moretuts {
	list-style-type: none;
	text-align: right;
	padding: 0 40px 0 0;
	margin: 10px 0 0 0;
}

h2.morestart {
	height: 25px;
	margin: 40px 0 0 0;
	border-width: 1px;
}

img.avatar.avatar-32 {
	margin: 0 10px 0 0;
	border: double #d8d8d8;
}

/* Button Style */
#comment_quicktags input.ed_button {
	background: #efefef;
	border: 0px solid #D6D3CE;
	color: #363636;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 4px 8px 2px 0;
	padding: 4px;
	width: auto;
	height: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	font-style: italic;
}

fieldset.options {
	padding: 10px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 20px;
}

input#subscribe {
	position: relative;
	top: 5px;
	left: -2px;
}

#removeSubscription ol {
	padding-left: 30px;
}

.subscription-manager input {
	margin: 0;
	width: 200px;
	height: 30px;
	cursor: pointer;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#removeSubscription ol li label input {
	width: 20px;
}

img.flickr {
	position: relative;
	top: -3px;
	width: 86px;
	height: 72px;
}

p.slogan {
	color: #1a0091;
	font: italic 2em/1.4em Museo500, Georgia, "Times New Roman", Times, serif;
}

ul.widget-container {
	display: inline-block;
	margin: 0 0 20px 0;
}

span.widget_500px_item.entry-content {
	margin: 0 0 5px 5px ;
}

span.widget_500px_item.entry-content a {
	
	margin: 0 0 5px 5px ;
	float: left;
}


/* @group fontello Icon Font */

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'fontello';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon[class*="icon-"],
ul[class*=icon] li:before {
	font-family: 'fontello';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

ul[class*=icon] li {
	padding-left: 27px;
	list-style-type: none;
}

ul[class*=icon] li:before {
	margin-right: -23px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 0.8;
	position: relative;
	left: -27px;
	top: -2px;
}

ul[class*=icon].fivepx li:before,
.icon-fivepx:before {
	content: '\e800';
}

ul[class*=icon].gplus li:before,
.icon-gplus:before {
	content: '\e806';
} 

ul[class*=icon].flickr li:before,
.icon-flickr:before {
	content: '\e801';
}


ul[class*=icon].twitter li:before,
.icon-twitter:before {
	content: '\e805';
}


ul[class*=icon].vimeo li:before,
.icon-vimeo:before {
	content: '\e802';
}


ul[class*=icon].email li:before,
.icon-email:before {
	content: '\e803';
}


ul[class*=icon].facebook li:before,
.icon-facebook:before {
	 content: '\e804';
}

/* @end */
/* @group Ajax Archives */

li.ajaxar_year_item {
	padding: 0 0 10px 0;
}

li.ajaxar_month_item {
	padding: 10px 0 0 30px;
}

li.ajaxar_post_item {
	padding: 10px 0 0 30px;
}

li.ajaxar_post_item strong{
	padding: 0 0 10px 0;
	font-family: Museo500, Georgia, "Times New Roman", Times, serif;
	color: #717171;
}


/* @end */