/*
Theme Name: alma Template 001
Theme URI: http://www.alma.de
Version: 1.00
Description: Template fuer eine Internetpraesenz (Black, 2 - Spalten)
Author: Mehmet Alma
Author URI: http://www.alma.de
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	color: #595959;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
.contentimg {
          margin: 0px;
          padding:0px;
}
.contentimg img {
          border: 4px solid;
          border-top-color: #CCCCCC;
          border-left-color: #CCCCCC;
          border-right-color: #808080;
          border-bottom-color: #808080;
}
.clear {
clear:both;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}


/* 
-------------------------------------------------------------- */
body {color: #595959; background: #ffffff;}
/*
 
#wrapper {width: 971px; margin: auto; text-align: left; background: #ffffff;}

#main {width: 656px; margin-top: 10px; padding: 0px; padding-top: 0px; padding-left: 10px;  padding-right: 20px; padding-bottom: 0px; float: left;}
#sidebar {width: 280px; margin-top: 20px; padding: 0px; padding-top: 0px; padding-bottom: 0px; float: left;}#footer {clear: both; height: 100px; padding: 20px; }

*/
#wrapper {min-height:1450px; min-width: 1280px; width: 100%; margin: 0px; padding: 0px; text-align: left; background: #ffffff; position: relative;}

#main {width: 72%; margin-top: 10px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; padding-top: 0px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; float: left; position: relative;}

#mainfull {width: 70%; margin-top: 10px; padding-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; padding-left: 15%; padding-right: 15%; padding-bottom: 0px; float: left; position: relative;}

#sidebar {min-height:1450px; width: 23%; margin-top: 10px; margin-left: 1px; margin-right: 0px; margin-bottom: 0px; padding-right: 0px; padding-top: 0px;  padding-left: 10px; padding-bottom: 0px; float: left; position: relative; right: 0px;}

#footer {clear: both; height: 100px; margin-top:20px; padding: 20px; position: relative;}

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


/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #595959;
	font: 15px verdana,serif,Georgia, "Bitstream Charter", serif;
	line-height: 1.6;
}

/* Headings */
h1, h2, h3 {
	color: #595959;
	font-family: verdana,serif,"Helvetica Neue", verdana,serif,Arial, Helvetica, "Nimbus Sans L", verdana,serif,sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}
h1 {
	letter-spacing: -0.03em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.4em;
}

/* Text elements */
p {
	margin-bottom: 1.4em;
}
ul, ol {
	margin: 0 0 1.4em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.4em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.4em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.4em;
}
pre {
	background: #f4f4f4;
	font: 13px verdana,serif,"Courier 10 Pitch",Courier,monospace;
	line-height: 1.4;
	margin-bottom: 1.4em;
	padding: 0.85em 1.4em;
}
code {
	font: 12px verdana,serif,Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=text],
textarea {
	border: 1px solid #888;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #595959;
	text-decoration: none;
}
a:visited {
	color: #595959;
}
a:active,
a:hover {
	color: #9ACD32;
}
h1 a, h2 a, h3 a {
	color: #595959;
	text-decoration: none;
	line-height: 18px;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #9ACD32;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
----------------------------------------------- */

#header {
	margin: 5px;
/*	margin-bottom: 15px; */
	/* 5 0 5px; */
}
#masthead {
	padding: 25px 0 0 0;
}
#site-title {
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 36px;
	letter-spacing: -0.03em;
	line-height: 42px;
	text-align: center;
}
#site-title a {
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	color: #595959;
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 18px;
	margin: 0 0 9px 0;
	text-align: center;
}
#branding img {
	margin-top: 5px;
	margin-bottom: 0px;
	border: 0px solid #3399CC;
	border-width: 0px 0 0px;
	padding-left: 12px;
	/* max-width: 100%; */
	/* height: auto; */
}

#accessxy {
	border-top: 10px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

/* =Menu
----------------------------------------------- */
#strafbloghead {
}
.strafbloghead {
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: -7px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 16px;
	color: #595959; /*9ACD32;*/
	font-family: verdana,serif,"Helvetica Neue", verdana,serif,Arial, Helvetica, "Nimbus Sans L", verdana,serif,sans-serif;
	font-weight: bold;
}
.strafbloghead :first-letter{ color:#3399cc; 
font-weight: bold;
}

#access{
	border-bottom: 1px solid #000;
	border-top: 3px solid #9ACD32;
	border-right: 3px solid #9ACD32;
	display: block;
	float: left;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
/*	width: 71.9%;*/
    width: 74%;
	position: absolute;
}

#access1 {
	border-bottom: 1px solid #000;
	border-top: 3px solid #3399cc;
	border-left: 3px solid #3399cc;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-left: 10px;
    margin-right: 0px;
	padding-right: 0px;
	padding-left: 20px;
	width: 23%;
	height: 28px;
	position: absolute; 
	right: 0px;
}
#access1 ul,
#access ul {
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding-left: 0;
/*	text-transform: uppercase; */
}

#access1 li,
#access li {
	float: left;
	position: relative;
}
#access1 a, 
#access a {
	color: #000000;	
	display: block;
	line-height: 2.2em;
	margin: 0px;
	padding: 0.0em 1em 0; 
/*	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;*/
	text-decoration: none;
}

#access a:first-letter{ color:#9ACD32; font-weight: bold; }
#access1 a:first-letter{ color:#3399cc; font-weight: bold; }

#access1 ul ul,
#access ul ul {
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	display: none;
	float: left;
	font-weight: normal;
	position: absolute;
	top: 29px;
	left: 0;
	text-transform: none;
	z-index: 99999;
	width: 300px;
	background: rgba(255, 255, 255, .7);
	
	/*background: #ffffff;*/
	border-left: 5px solid #9ACD32;
	/*opacity: 0.5;*/
	
}

#access1 ul ul ul,
#access ul ul ul {
	left: 100%;
	top: 0;
}

#access1 ul ul a,
#access ul ul a {
	/*background: #ffffff;*/
	color: #000000;
	line-height: 1em;
	margin: 0;
/*	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;*/
	padding: .66em 0.5em .5em 1em;
	width: 280px;
	/*width: 100%;*/

	height: auto;
	/*opacity: 0.5;*/
	
}
/*
#access1 ul :first-letter{ color:#3399cc; font-weight: bold; }
#access1 ul ul :first-letter{ color:#3399cc; font-weight: bold; }
#access ul a:first-letter{ color:#9ACD32; font-weight: bold; }
#access ul :first-letter{ color:#9ACD32; font-weight: bold; }

#access ul ul :first-letter{ color:#9ACD32; font-weight: bold; }

#access ul a:hover > a:first-letter{ color:#9ACD32; font-weight: bold; }
#access ul ul :hover > a:first-letter{ color:#9ACD32; font-weight: bold; }

#access li :hover > a:first-letter{ color:#9ACD32; font-weight: bold; }
#access ul li:hover > ul:first-letter{ color:#9ACD32; font-weight: bold; }
*/

#access1 li:hover > a,
#access li:hover > a,
#access1 ul ul :hover > a,
#access ul ul :hover > a {
	background: url("images/bg01.png") repeat-x left top;
	
/*
	background: rgba(0, 0, 0, .5);
	*/
/*	background: #9ACD32; */
	/*color:#ffffff;*/
}
#access1 ul ul a:hover,
#access ul ul a:hover {
    background: rgba(0, 0, 0, .5);
	/*background: #222222;*/
	color:#ffffff;
}

#access1 ul li:hover > ul,
#access ul li:hover > ul {
	display: block; 
}

#access1 .current-menu-item a,
#access1 .current-menu-ancestor a,
#access1 .current_page_item a, 
#access1 .curren<t_page_ancestor a,
#access .current-menu-item a,
#access .current-menu-ancestor a,
#access .current_page_item a,
#access .current_page_ancestor a{
    /* background: url("images/bg01.png") repeat-x left top; */
}


#access3 {
	border-bottom: 0px solid #000;
	width:100%;
	height:36px;
}
/* =Content
----------------------------------------------- */
.weiterlesen {
	margin: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
		
	font-style: italic; 
	background-color: #dddddd;
	color: #595959;
	text-align: right;
}


.weiterlesenlink{
/*
, .weiterlesenlink a, .weiterlesenlink a:hover {

	font-size: 13px;
	font-style: italic;
	background-color: #ffffff;
	color: #9ACD32;
	padding-left: 10px;
	padding-right: 10px;
*/
}

.entry p a {
	color: #9ACD32;
}

.page-title {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #000;
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 24px 0;
	padding: 2px;
/*	text-transform: uppercase; */
}
.hentry {
	margin: 0 0 3.4em;
}
.single .hentry {
	margin: 0 0 1.4em;
}
.sticky {
	background: #fff9c0;
	border-top: 3px solid #d9d4a3;
	border-bottom: 1px solid #D9D4A3;
	padding: 1.4em;
}
.sticky .entry-meta {
	display: none;
}
.entry-title {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	padding: 0 0 8px;
}
.entry-title a {
	color: #595959;
}
.entry-meta {
	color: #595959;
	font: 12px verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.entry-meta a {
	color: #595959;
}
.entry-meta a:hover {
	color: #9ACD32;
}

.entry-header,
	margin: 0.85em 0 0 0;
}
.entry-header h1,
.entry-header h2,
.entry-header h3,
.entry-header h4 {
	margin-bottom: 0.425em;	
}

.entry-header h1,
.entry-header h2 {
	font-size: 18px;
	line-height: 18px;
}
.entry-header h1 {
	padding-bottom: 0.425em;
}
.entry-header h3 {
	letter-spacing: 0.025em;
/*	text-transform: uppercase; */	
}

.entry-content,
.entry-summary {
	margin: 0.85em 0 0 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 0.425em;	
}

.entry-content h1,
.entry-content h2 {
	font-size: 18px;
	line-height: 34px;
}
.entry-content h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.425em;
}
.entry-content h3 {
	letter-spacing: 0.025em;
/*	text-transform: uppercase; */	
}
.entry-content h4 {
	color: #595959;
	font-size: 17px;
	font-style: italic;
}
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}
.entry-content h5 {
	font-size: 12px;
}
.entry-content h6 {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
}
.entry-content tr th,
.entry-content thead th {
	font: 12px verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}
.entry-content tr td {
	border-top: 1px solid #ccc;
	padding: 6px 12px;
}
.entry-content tr.odd td {
	background: #f2f7fc;
}
.entry-content table dl {
	margin: 0;
}
.entry-content .gallery {
	margin: 0 auto 1.4em;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33.333%;
}
#content .gallery .gallery-caption {
	color: #595959;
	font-size: 12px;
	margin: 0 0 0.7em 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	padding: 4px;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.page-link {
	font-weight: bold;
	margin: 0 0 1.4em;
	word-spacing: 0.25em;
}
.page-link a {
	font-weight: normal;
}
.entry-info {
	clear: both;
	color: #595959;
	font-size: 13px;
	position: relative;
}
.entry-info a {
	color: #595959;
}
.entry-info a:hover {
	color: #9ACD32;
}
.entry-info p {
	margin: 0;
}
.entry-info .comments-link a {
	color: #595959;
	display: block;
	float: right;
	font-weight: bold;
	margin: -2px 1px 0 5px;
	padding: 2px 10px;
	text-decoration: none;
}
.entry-info .comments-link a:hover {
	background: #222;
	background-image: -moz-linear-gradient(100% 100% 90deg, #111, #333);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.entry-info .edit-link {
	clear: both;
}
.edit-link a {
	color:#9ACD32
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment #image-navigation {
	float: right;
	margin: -1px 0 0.85em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1.4em;
	padding: 0.85em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 0.85em 0 0;
}


/* =Images
----------------------------------------------- */

#content img.size-auto,
#content img.size-large,
#content img.size-full,
#content img.size-medium,
#content img.size-thumbnail,
.attachment img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#content img.wp-smiley {
	margin: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2px;
}
.wp-caption {
	background: #eee;
	font: 12px verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 1.4em;
	padding: 5px 3px 10px;
	text-align: center;
	max-width: 96%;
}
.wp-caption img,
#content .wp-caption img {
	margin: 2px 0 0 0;
	max-width: 98.5%;
	width: auto;
	height: auto;
}
.wp-caption .wp-caption-text {
	margin: .5em 0 0 0;
}
#content object,
#content embed {
	max-width: 100%;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img {
	border: 10px solid #eee;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 0.85em;
}
.home #content .format-gallery .entry-info {
}

/* =Navigation_Footer
-------------------------------------------------------------- */

.navigation_footer {
	margin: 0 0 1.4em 0;
	overflow: hidden;
font-size: 8pt;
}
.navigation_footer a:visited {
	color: #595959;
}
.navigation_footer a:visited:hover,
.navigation_footer a:active,
.navigation_footer a:hover {
	color: #9ACD32;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.4em 0;
	overflow: hidden;
}
.navigation a:visited {
	color: #595959;
}
.navigation a:visited:hover,
.navigation a:active,
.navigation a:hover {
	color: #9ACD32;
}

.nav-previous {
	float: left;
/*	width: 100%;*/
}
.nav-next {
	float: right;
	text-align: right;
/*	width: 100%; */
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Widgets
----------------------------------------------- */
#wgreen a:hover {
	color: #9ACD32;
}
#wblue a:hover {
	color: #3399cc;
}
.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	font-size: 12px;
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
}
.widget-area ul ul a:hover {
	text-decoration: underline;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: square;
	margin: 0 0 1.5em 1.5em;
}
.widget-area ul ul ul {
	margin-bottom: 0;
}
.widget-area ul ul li {
	padding: 4px 0;
}
.widget-title {
	border-bottom: 1px solid #000;
	border-top: 2px solid #3399cc;
	/*color: #9ACD32;*/
	/*background: #9ACD32;*/
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
/*	text-transform: uppercase; */
}
.widget-title:first-letter{ color:#3399cc; }

.widget-titlea {
	border-bottom: 1px solid #000;
	border-top: 2px solid #3399cc;
	/* color: #3399cc; */
	/* background: #3399cc; */
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
/*	text-transform: uppercase; */
}
.widget-titlea:first-letter{ color:#3399cc; }

.widget-container {
	margin: 0 0 1.5em 0;
}

/* Search Widget */
#searchsubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	margin-bottom: 40px;
	height:25px;
	color: #00033; 
          font-weight: normal;
          font-size: 8pt; 
          font-family: Verdana, Arial, Helvetica, sans-serif;
}


#s {	
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	height:19px;	
	margin-left:35px;
	margin-top: 16px;
	margin-bottom: 0px;
	width: 60%;
	color: #000000; 
	background-color: #ffffff; 
          font-weight: bold;
          font-size: 8pt; 
          font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #3399cc;
	border-left: 2px solid #3399cc;
	border-right: 2px solid #9ACD32;
	border-bottom: 2px solid #9ACD32;
	

/*background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#333), to(#111));
*/
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font: 13px verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #595959;
	font-size: 11px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #000033;
}
#wp-calendar a:visited:hover {
	color: #9ACD32;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.4em;
	padding: 0.2em 0;
	word-wrap: break-word;
}


/* =Comments
----------------------------------------------- */

#comments {
	word-wrap: break-word;
}
#comments h3 {
	border-bottom: 1px solid #ccc;
	font-family: verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
	/* text-transform: uppercase; */
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.4em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin: 0;
}
#comments ul li {
	border-left: 1px solid #ccc;
	border-bottom: none;
	padding: 0 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 66px 0.85em 0;
}
#comments .comment-author cite {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #595959;
	font: 12px verdana,serif,"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#comments .comment-meta a:hover {
	color: #9ACD32;
}
#comments .avatar {
	border: 1px solid #ccc;
	padding: 3px;
	position: absolute;
	top: 0;
	right: 0;
}
#comments .comment-body {
	margin-right: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #595959;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

.bypostauthor {
}


/* =Footer
----------------------------------------------- */
#footer {
	margin-top: 10px;
	padding: 0 0 1.4em;
	background-color: #ffffff;
	border-top: 1px solid #ccc;
}
#footer .widget-area {
	float: left;
	margin: 0 4.04% 0 0;
	width: 21.9699%;
}
.two-column #footer .widget-area {
	margin: 0 5.19% 0 0;
	width: 47.4%;
}
.two-column #footer #second,
#fourth {
	margin: 0;
}
#fpart {
	background-color: #ffffff;
	border-top: 1px solid #ccc;
	clear: both;
	color: #9ACD32;
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	padding: 1.6em 0 0;
	text-align: center;
}
#fpart a {
	color: #595959;
	text-decoration: none;
}
#fpart a:hover {
	color: #9ACD32;
}
#fpart .generator-link {
	background: url("images/wordpress.png") no-repeat left center;
	display: inline-block;
	margin: 0 0 0 3px;
	padding-left: 20px;
}
#footer img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


.authorline a {
	color:#9ACD32
}
