/* CSS Style Sheet
Yasi-Hofer.de
www.yasi-hofer.de
Start: 15.02.2009
Letzte Aenderung: 25.02.2009
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Farbton (h2 content area, main menu border bottom, anchor tags content and sidebar): #9fd22f
Farbton (border boxes, headings sidebar): #4d4d4d
Farbton (gradient green): #9fd22f - #cafa28
Farbton (gradient grau): #4d4d4d - #262626
Farbton (p content, p sidebar): #e5e5e5
Farbton (sociable entry text): #4d4d4d
Farbton (meta bottom border dashed): #4d4d4d
Farbton (meta bottom border solid): #4d4d4d
*/

/* Reset
--------------------------------------------------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0;}

fieldset, img { border:none;}
a img{ border:none;}
a:focus {outline:none;}
address, caption, cite, code, dfn,em, strong, th, var{ font-style:normal; font-weight:normal;}
ol, ul, li { list-style:none;}
caption, th{ text-align:left;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;}
q:before, q:after{content:''}
hr{ display:none;}

strong{ font-weight:bold;}
em{ font-style:italic;}

/** {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}*/

/* Layout
--------------------------------------------------------------------------------------- */
.aligncenter{display:block; margin:0 auto;}
.alignleft{ float:left; margin-right: 20px; margin-bottom:20px; padding-bottom:0;}
.alignright{ float:right; margin-left:20px; margin-bottom:20px;}
.floatLeft{ float:left;}
.floatRight{ float:right;}
.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
	}

.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
	}
	
div.bildUnterschrift{margin: 0 0 10px 0;}
.clear{ clear:both;}

/* Structure
--------------------------------------------------------------------------------------- */
html, body{ height:100%; background:#121212;}

body{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%; /* 62.5% Normiert auf 10px sonst 75% = normiert auf 12px */
	color: #e5e5e5;
	text-align:center; /*-- To center Design in IE5 --*/
	}

#wrapper {
	margin: 0 auto;	
	width: 960px;
	max-width: 100%;
	text-align: left;
	background:#121212 url(images/wrapper-bg_grey2.jpg) top center no-repeat;
	padding:0 20px;
	}

/* Typo 
--------------------------------------------------------------------------------------- */
/* For Browsers that stick to the Standard Firefox etc. */
html>body {
	font-size: 12px;
	}

p{ 
	color:#e5e5e5;
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
	}

p a, p a:link {
	color:#9fd22f;
	text-decoration:none;
	}
	
p a:visited {
	color:#9fd22f;
	text-decoration:none;
	}

p a:hover{
	text-decoration:underline;
	}

a, a:link {
	font-size:1em;
	color:#9fd22f;
	text-decoration:none;
	}
	
a:visited {
	color:#9fd22f;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

h1 {
	font-size: 2em;
	margin-bottom:10px;
	}

h2 {
	font-size:1.5em;
	text-transform:uppercase;
	margin-bottom: 0.9em;
	color:#9fd22f;
	}

h3 {
	font-size:1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	}

h4 {
	font-size:1.17em;
	margin-top: 1.29em;
	margin-bottom: 1.29em;
}


/* Single Elements
--------------------------------------------------------------------------------------- */

/* Top Navigation
--------------------------------------------------------------------------------------- */
#topnavi{
	height: 32px;
	width: 960px;
	}
	
#topnavi ul{
	margin-right:10px;
	float: right;
	list-style: none;
	list-style-type: none;
	}

#topnavi li{
	float: left;
	line-height:32px;
	list-style: none;
	list-style-type: none;
	display: inline;
	}
	
#topnavi li a:link, #topnavi li a:visited{
	color: #e5e5e5;
	padding: 0 15px 0 0;
	font-size:1.17em;
	letter-spacing: 1.5px;
	}
	
#topnavi li a:hover, #topnavi li a:active{
	color:#9fd22f;
	}
	
/* Header
--------------------------------------------------------------------------------------- */
#header {
	clear: both;
	background:transparent url(images/headerandmenu-bg.png);
	height: 190px;
	overflow:hidden;
	width:960px;
	position:relative;
	margin: 0 0 10px 0;
	}
	
#header h1 {
	text-indent: -9999px;
	}
	
#logoimg{
	height:180px;
	width:420px;
	position:absolute;
	top: 20px;
	left: 20px;
	}

#yasivector{
	position: absolute;
	width: 132px;
	height:179px;
	top:5px;
	left:802px;
	background:transparent url(images/yasivector.png) no-repeat;
	}

/* Main Navigation
--------------------------------------------------------------------------------------- */
#mainnavi {
	clear: both;
	background:transparent url(images/headerandmenu-bg.png);
	height: 34px;
	overflow:hidden;
	width:960px;
	margin-bottom: 15px;
	}
	
#mainnavi ul{
	width:100%;
	padding: 0 0 0 10px;
	list-style: none;
	list-style-type: none;
	height:31px;
	}

#mainnavi li{
	float: left;
	line-height:31px;
	list-style: none;
	list-style-type: none;
	width:auto;
	display:block;
	}
	
#mainnavi li a:link, #mainnavi li a:visited{
	color: #e5e5e5;
	padding: 0 10px 0 10px;
	font-size:22px;
	letter-spacing: 1.1px;
	display:block;
	}

#mainnavi li a:hover, #mainnavi li a:active{
	border-bottom: 3px solid #9fd22f;
	text-decoration:none;
	}



/* Main Wrapper 
--------------------------------------------------------------------------------------- */
#main{
	width:960px;/* -- Remember 960px minus padding of wrapper = 920px --*/
	}
	

/* Content - Left Column of Main Wrapper
--------------------------------------------------------------------------------------- */
#content {
	clear: both;
	float: left;
	display: inline;
	width: 660px;
	max-width: 70%;
	}

/* Postteaser for Category Pages or Archives
--------------------------------------------------------------------------------------- */

.postteaser{
	margin-bottom:30px;
	border:1px solid #2B2B2B;
	background-color:#0A0A0A;
	}
	
.postteaser_padding{
	padding:0 15px 0 15px;
	margin:0;
	}

.postteaser h2 {
	margin-bottom:3px;
	}
	
.postteaser h3 {
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom:0;
	margin-top:0;
	}
	
.postteaser h4 {
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom:3px;
	}
	
.subhead{
	margin:0;
	padding:0;
	}
	
.meta_info_top{
	padding:0;
	margin:0 0 0 0;
	}

.meta_info_top p{
	padding:0;
	margin:0;
	}
	
p.meta_info_top{
	margin-bottom:5px;
	}
	
p.meta_info_top span{
	color:#FFF;
	font-weight:bold;
	}
p.meta_info_top a, p.meta_info_top a:link{
	color:#FFF;
	font-weight:bold;
	}

a.more{
	background: transparent url(images/list-bullet-arrow.png) 0 3px no-repeat;
	padding: 0 0 0 20px;
	margin-left: 10px;
	}
	
.postteaser_content{
	padding:0;
	margin:15px 0 0 0;
	}
	
.postteaser_textright{
	width: 458px;
	float:left;
	display:inline;
	}

.postteaser_image{
	width: 140px;
	height: 140px;
	float:left;
	padding: 0;
	margin:0 20px 15px 0;
	display:inline;
	}

.postteaser_meta_bottom{
	height:68px;
	background-color:#1a1a1a;
	padding:0 15px 0 15px;
	margin:0 0 0 0;
	}
	
.postteaser_meta_bottom p{
	font-size:0.83em;
	padding:0;
	margin:0;
	line-height:26px;
	}

.postteaser_meta_bottom_top{
	height:26px;
	border-bottom:1px dotted #4d4d4d;
	}
	
.commentnumber{
	float:left;
	width:120px;
	background: transparent url(images/user_comment.png) 0 5px no-repeat;
	padding: 0;
	}
	
.tags{
	float:left;
	width:410px;
	background: transparent url(images/tag_green.png) 0 5px no-repeat;
	padding: 0;
	}
	
.meta_rss{
	float:right;
	background: transparent url(images/rss-bullet2.png) 0 5px no-repeat;
	padding: 0;
	}
	
.editpost{
	float:right;
	width:45px;
	background: transparent url(images/page_white_edit.png) 3px 5px no-repeat;
	text-align:right;
	margin-right:12px !important;
	}
	
div.postmetadata alt{
	margin-top:15px;
	}

.socialinfo{
	float:left;
	}
	
/*  Sociable CSS  Begin  */
div.sociable { margin:5px 0 0 10px; float:left;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px 4px 1px 4px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*  Sociable CSS  End  */
	
p.commentnumber, p.tags, p.meta_rss {
	padding:0 0 0 20px;}
	
p.editpost{}

.postteaser_meta_bottom_bottom{
	height:32px;
	}
	
.postteaser_meta_bottom_bottom span{
	color: #999;
	}
	

/*  Single Styles  */

.single{
	margin-bottom:30px;
	border:1px solid #2B2B2B;
	background-color:#0A0A0A;
	padding:20px;
	overflow:auto;
	}
	
.single h1 {
	margin-bottom:3px;
	color:#9fd22f;
	}
	
.single h3 {
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom:10px;
	margin-top:0;
	}
	
.single h4 {
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom:3px;
	}
	
.single h5{font-size:16px; font-weight:bold; margin-bottom: 6px;}

p.navigation{
	text-align: center;
	margin-top:20px;
	}
div.navigation{overflow:hidden; height:30px; line-height:30px; padding:5px 0 5px 0;}	
p.alignleftnavi{ float:left; margin: 0 0 15px 0;}
p.alignrightnavi{ float:right; margin: 0 0 15px 0;}

/* Sidebar - Right Column of Main Wrapper
--------------------------------------------------------------------------------------- */
#sidebar {
	float: right;	
	display: inline;
	width: 270px;
	max-width: 28%;
	}
	
#sidebar ul h2{
	font-size:16px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
	background:#cafa28 url(images/header_sidebar_bg.jpg) top left repeat-x;
	display:block;
	line-height:32px;
	padding: 0 15px 0 15px;
	color:#4d4d4d;
	}
	
#sidebar p {
	margin:0;
	font-size:12px;
	line-height:15px;
	letter-spacing:0;
	padding:0 15px 0 15px;
	}
	
#sidebar ul{}
	
#sidebar ul li{
	margin-bottom: 20px;
	border: 1px solid #4d4d4d;
	background:#4d4d4d url(images/sidebar-box-bg.png) top left repeat-x;
	clear:both;
	padding-bottom:10px;
	list-style-type:none;
	list-style:none;
	}
	
#sidebar ul li ul{
	padding: 0 20px 0 20px;
	color: #e5e5e5;
	}

#sidebar ul li ul li{
	margin:0 0 0 15px;
	border: none;
	background:none;
	padding:0;
	list-style-type:square;
	list-style:square;
	}
	
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited{
	line-height:18px;
	font-weight:normal;
	font-size:12px;
	color: #e5e5e5;
	text-decoration:none;
	/*background: transparent url(images/bullet_green.png) 0 0px no-repeat;*/
    padding:0;
	}
	
#sidebar ul li ul li a:hover, #sidebar ul li ul li a:active{
	text-decoration:underline;
	color:#9fd22f;
	}
	
#promo{
	width:240px;
	margin:0 auto;
	text-align:center;
	height:180px;
	}

/* RSS Exceptions
--------------------------------------------------------------------------------------- */
#sidebar ul li ul.sidebarrss{
	position:relative;
	padding: 0 0 0 5px;
	}
	
#sidebar ul li ul.sidebarrss span{
	position:absolute;
	right: 10px;
	bottom: -5px;
	}
	
#sidebar ul li ul.sidebarrss li{
	background: transparent url(images/rssfeed-bullet.png) 0 8px no-repeat;
	padding: 0 0 0 15px; /* Damit der Text Posts und Comments vom Listen Bullet entfernt werden.  */
	list-style:none;
	list-style-type:none;
	}
	
#ad1{
	border: 6px solid #e5e5e5;
	width:210px;
	height: 153px;
	margin: 0 0 0 20px;
	}
	
#sidebar form{
	margin:3px 0 3px 0;
	}


/*  Comments and Comments Template  */
h3#comments {
	border-bottom: 1px solid #4d4d4d;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:2px;
	}
	
ol.commentlist p{
	padding:10px 0 10px 68px;
	}
	
.comment_navigation{
	font-size:14px;
	font-weight:bold;
	padding: 10px 0 10px 0;}
	
#cancel-comment-reply{
	font-size:11px;
	font-weight:bold;
	padding: 5px 0 5px 0;
	}
	
img.avatar{
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	}
	
.commentmetadata a, .commentmetadata a:link, .commentmetadata a:visited  {
	padding:0px;
	color:#A2A2A2;
	font-size:10px;
	}

a.url{
	font-size:16px;
	font-weight:bold;
	padding: 10px 0 10px 0;
	}
	
div.reply{
	font-size:10px;
	padding: 0 0 0 68px;
	text-align:right;
	}
	
#respond h3 {
	margin-top:10px;
	display:block;
	color:#fff;
	font-weight:bold;
	border-bottom:1px dotted #333333;
	}
	
.comment{
	border-bottom:1px dotted #333333;
	display:block;
	overflow:hidden;
	padding:10px;
	color:#A2A2A2
	}
	
.comment h3{
	font-size:14px;
	border:none;
	}

.comment p{ margin:0; padding:0; }

.comment_entry{
	float:left;
	width:514px;
	}

.comment_avatar{
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	}
	
.alt{background-color:#101010;	}

.admin{	}

h3.respond{
	margin-bottom:10px;
	margin-top:10px;
	padding-top:2px;
	border: none;
	display:block;
	overflow:hidden;
	}
	
.comments_form{
	}
	
.comments_form input{margin-right: 10px;}


/* Mainfooter
--------------------------------------------------------------------------------------- */

#mainfooter {
  background:#4d4d4d url(images/footer_bg.jpg) top left repeat-x;
  border: 1px solid #4d4d4d;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  padding: 0 15px 0 15px;
  }
#mainfooter p {
  padding:8px 0 0 0;
  font-size:13px;
  letter-spacing:0;
  margin:0 0 5px 0;
  }
#mainfooter ul {
  list-style-type: none;
  list-style:none;
  padding-bottom:5px;
  }
#mainfooter ul li {
  font-size: 13px;
  line-height:16px;
  padding-left:15px;
  }
#mainfooter a, #mainfooter a:link, #mainfooter a:visited {
  text-decoration: none;
  color: #e5e5e5;
  background: transparent url(images/list-bullet-arrow.png) 0 3px no-repeat;
  padding: 0 0 0 15px;
  }
#mainfooter a:hover {
  text-decoration: underline;
  color: #9fd22f;
  }
  
#mainfooter h3 {
  font-size:16px;
  font-weight: normal;
  color:#4d4d4d;
  margin: 1px 0 0 0;
  line-height:32px;
  display:block;
  padding:0;
  }
  
#mainfooter #searchbox {
  padding: 1px;
  width: 180px;
  }
#mainfooter .col1 {
  float: left;
  width: 340px;
  }
#mainfooter .col2 {
  margin: 0 25px;
  }
#mainfooter .col2, #mainfooter .col3 {
  float: left;
  width: 260px;
  }
  
 #mainfooter .col2 ul li{
	 padding-left:0;
	 }
	 
#get_recent_comments_wrap {
	padding:0px 0 8px 0;
	}



/* Footer for Designed by etc.
--------------------------------------------------------------------------------------- */
#footer {
  clear: both;
  height:80px;
  padding:0;
  margin:0;
  }
#footer p {
  font-size: 10px;
  line-height:25px;
  color: #e5e5e5;
  padding:0 15px 0 15px;
  margin:0;
  }
#footer a, #footer a:link, #footer a:visited {
  color: #9fd22f;
  text-decoration: none;
  }
#footer a:hover {
  color: #9fd22f;
  text-decoration: underline;
  }
#footerleft {
  float: left;
  width: 600px;
  }
#footerright {
  float: right;
  width: 358px;
  text-align: right;
}

#footerright a, #footerright a:link, #footerright a:visited{
	color:#e5e5e5;
	}
	
.footer_complete{
	overflow:auto;
	background: #4d4d4d url(images/copyright-footer_bg.jpg) top left repeat-x;
  height:25px;
  border: 1px solid #4d4d4d;
	}

/* Homepage Layout and Structure */

#home_top{ overflow:auto; margin-bottom:30px; padding-top:15px;}
#home_bottom{ overflow:auto; margin-bottom:30px;}

#spotlight{
	float:left;
	margin-right:70px;
	width:312px;
	margin-left:20px;
	display:inline;
	}
	
#spotlight h2.fotm_heading{
	font-size:24px;
	display:block;
	overflow:hidden;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	text-indent:-9999px;
	background:transparent url(images/fotm_heading.gif) top left no-repeat;
	width:312px;
	height:40px;
	border-bottom:1px solid #666666;
	}
	
#spotlight_content{ background-color:#0A0A0A; padding:10px 10px 10px 10px;}

div#picturetest{
	width:290px;
	height:210px;
	background-color:#FFF;
	padding:0;
	overflow:hidden;
	margin-bottom:10px;
	}

#spotlight_content h2 {
	border-top:1px dotted #666666;
	color:#9FD22F;
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	margin-bottom:6px;
	}
	
#spotlight_content h2 a, #spotlight_content h2 a:link{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	padding:3px 0 0 0;
	display:block;
	color:#9fd22f;
	}
	
#spotlight_content p{
	padding:0;
	margin:0;
	color:#e5e5e5;
	}
	
#spotlight_content p a, #spotlight_content p a:link{
	border-top:1px dotted #666666;
	color:#9FD22F;
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin-top:4px;
	padding-top:2px;
	}
	
/* Latest Videos Section */	
#latest_videos{
	float:left;
	width:558px;
	display:inline;
	}
	
#latest_videos h2.lv_heading{
	font-size:24px;
	display:block;
	overflow:hidden;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	text-indent:-9999px;
	background:transparent url(images/latest_videos_heading.gif) top left no-repeat;
	width:558px;
	height:40px;
	border-bottom:1px solid #666666;
	}
	
ul#feature{}
ul#feature li{width:150px; float:left; display:inline; margin-right:35px; margin-bottom:10px;}

ul#feature li .test {
	width:140px;
	height:140px;
	border:5px solid #0A0A0A;
	margin-bottom:10px;
	}
	
ul#feature li .test p, ul#feature li .test a, ul#feature li .test a:link{
	padding:0;
	margin:0;
	border:none;
	}

ul#feature li a, ul#feature li a:link{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	border-top: 1px dotted #666;
	padding-top:2px;
	display:block;
	color:#9fd22f;
	margin-top:4px;
	}
	
ul#feature h2{
	margin:0 0 6px 0;
	padding:0px;
	}

ul#feature li h2 a, ul#feature li h2 a:link{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	border-top: 1px dotted #666;
	padding-top:3px;
	display:block;
	color:#9fd22f;
	}

/* Latest News Section */	

#latest_news{
	float:left;
	width:558px;
	display:inline;
	}
	
#latest_news h2.ln_heading{
	font-size:24px;
	display:block;
	overflow:hidden;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	text-indent:-9999px;
	background:transparent url(images/latest_news_heading.gif) top left no-repeat;
	width:558px;
	height:40px;
	border-bottom:1px solid #666666;
	}

ul#latest{ padding:0; margin:0; }

ul#latest li{ margin:0 0 10px 0; padding:0;}

ul#latest li h3{
	display: block;
	background-color: #333333;
	height: 25px;
	line-height:25px;
	margin:0;
	padding:0 0 0 5px;
	border-bottom:1px dotted #666666;
	font-size:16px;
	font-weight:normal;
	}

ul#latest li h3 a{
	margin:0;
	padding:0;
	}

ul#latest li p{
	margin:0;
	padding:5px;
	}
	
	
/* About Me Section */

#left_bottom{
	float:left;
	width:312px;
	display:inline;
	margin: 0 70px 0 20px;
	}
	
#left_bottom h2.aboutme_heading{
	font-size:24px;
	display:block;
	overflow:hidden;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	text-indent:-9999px;
	background:transparent url(images/aboutme_heading.gif) top left no-repeat;
	width:312px;
	height:40px;
	border-bottom:1px solid #666666;
	}

#aboutmeimage{
	width: 130px;
	height: 163px;
	float:left;
	margin: 0 10px 6px 0;
	}

 /*  End Homepage Layout and Structure  */


	
/*  Recent Comments Customization  */
#get_recent_comments_wrap ul{
	padding:9px 0 0 0;
	}

/*  PorPlayer Customization  */
div.pro-player-container {
		margin:10px auto 10px auto;
		text-align:center;
    }

#mediaspace object{
	outline: 0 none;
	border:none;
	}


/*  Error 404 CSS  */
#errorfour h1{
	border-bottom: 1px solid #4d4d4d;
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:2px;
	color:#fff;
	}
	
#errorfour h2{
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:2px;
	color:#fff;
	}
.errornarrow{
	width:300px;
	}
	
.errornarrow ul{
	padding: 3px 0 20px 20px;
	}

.errornarrow ul ul{
	padding: 3px 0 5px 15px;
	}

#content h1{
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:2px;
	color:#fff;
	font-size:20px;
	}


form.wpcf7-form{
	width:360px;
	float:left;
	}
	
/* Gallery customization */
div.gallery{padding: 0 0 20px 0;}

/*  Contact Form  Customization  */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 200px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 400px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 306px;
	width: 100px;
}

#lightbox-overlay-text-about{
	height:1px;
	width:1px;
	overflow:hidden;
	display:none;}
	
/*  Page exceptions  */
.entry ul{padding: 0px 15px 15px 15px; list-style:disc; list-style-type:disc;}
.entry ul li{padding: 0px 0px 4px 0px; margin-left:15px; list-style:disc; list-style-type:disc;}
