/*  
Theme Name: sensuallyvisions
Theme URI: 
Description: A theme especially created for sensuallyvisions.de
Author: Stephan Kurz
Author URI: http://www.sensuallyvisions.de
*/
body {
	font-size: 0.8em;
	color: #333;
	background-color: #999;
	font-family: Arial;
	padding: 0;
	margin: 20px 0 20px;
}

p {
	padding: 0;
	margin: 0 0 15px;
}

strong {
	font-weight: bold;
	text-decoration: underline;
}

a img { 
	border: none; 
	text-decoration: none;
}

a {
	text-decoration: none;
}

blockquote {
	font-style:italic;
}

a:link, a:visited, a:active {
	color: #000;
	background-color: #EEE;
	padding: 0 1px;
}

a:hover {
  	color:#000;
	background-color: #FD00FE;
}

a.iaminvisible {
	color: #999;
	background: none;
	padding: 0;
	position: absolute;
	top: -50px;
}

#ie {
	margin: 0 auto 20px;
	padding: 10px;
	width:800px;
	background: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

#thisisthehead {
	position: relative;
	margin: 0 auto;
	padding: 5px 10px 0;
	width: 800px;
	height: 65px;
	text-align: right;
	background: #999 url(images/bgforhead.gif);
	text-transform: uppercase;
	font-size: 0.9em;
}

#thisisthehead a {
	border: none;
	text-decoration: none;
	background: none;
	padding: 0;
	margin: 0;
}

#iamthecontent {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 800px;
	background: #FFF url(images/bgforcontent.gif);
}

#thisisthefooter {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 800px;
	background: #FFF url(images/bgforfooter.gif) bottom;
}

#thisisthefooter div.iamright {
	font-size: 0.9em;
}

#thisisthefooter a{
	padding: 0;
}

ul#comments, ul#comments li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul#iamthemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size:1.4em;
	font-weight: 200;
}

ul#iamthemenu li {
	list-style: none;
	margin: 0 0 -3px;
	padding: 0;
}

ul#iamthemenu li a {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
	padding: 0;
}

ul#iamthemenu li.current_page_item a, ul#iamthemenu li a:hover, ul#iamthemenu li a.active {
	color: #333;
}

div#mysidebar {

}

div.inthesidebar {
	width: 150px;
	float: left;
margin: 0 0 10px;
}

div.inthesidebar ul, div.inthesidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.inthesidebar ul {
	display: inline;
}

div.thisisabox {
	padding: 10px 4px;
	margin: 0;
}

hr.iamadottedline {
	background: 1px url(images/bgdottedspacer.gif);
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.iamleft {
	float: left;
	width: 190px;
	padding: 0 5px;
	margin: 0;
}

div.iamright {
	float: right;
	width: 547px;
	padding: 0;
	margin: 0 10px;
}

div.thisisaspecialnavi {
	padding: 10px 9px 10px 4px;
	margin: 0;
}

div.theleftnavi {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 5px;
}

div.therightnavi {
	float: right;
	width: 350px;
	padding: 0;
	margin: 0 5px;
	text-align: right;
}

div.inthefooterleft {
	float: left;
	width: 200px;
	padding: 0 0 20px;
	margin: 0;
}

div.inthefooterright {
	float: right;
	width: 130px;
	padding: 0 0 20px;
	margin: 0;
	text-align: right;
}

p#theteasertext {
	margin: 0;
	padding: 0 0 7px;
	font-size: 2.5em;
	line-height: 1em;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

p.iamateasertext {
	margin: 25px 0 10px;
	padding: 0;
	font-size: 0.7em;
	color: #FD00FE;
	font-weight: 600;
}

p.ausualtext, div.iamright p {

}

p.centered {
	text-align: center;
}

span.iamateaserheadline {
	font-size: 1.2em;
	display: block;
}

span.makemebold {
	font-weight: 600;
}

.ineedmorespaceonthebottom {
	padding: 0 0 20px;
}

img.alignleft {
	float: left;
	margin: 0 5px 0 0;
}

img.alignright {
	float: right;
	margin: 0 0 0 5px;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

h1 {
	color:#999;
	font-size:1.4em;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-weight: 200;
}

h2 {
	font-size:1.3em;
	padding-bottom: 15px;
}

h3 {
	font-size:1em;
	padding-bottom: 14px;
}

h4 {
	font-size:1.05em;
	padding-bottom: 13px;
font-weight: normal;
}

input, textarea {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 2px 0px;
  background: #fff;
  font-size: 1em;
}

input {

}

form#searchform {
  padding: 0;
  margin: 0;
}

form#searchform input#s {
  width: 75px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  margin: 0;
}

form#searchform input#searchsubmit {
  width: 23px;
  height: 23px;
  border: none;
  cursor: pointer;
  background: url(images/search.gif) center center;
  margin: 0;
}

textarea {
  width:305px;
  height:100px;
}

a.whi, a.whi:link, a.whi:visited, a.whi:active, a.whi:hover {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-decoration: none;
}

img.whi {
	margin: 0 7px 0 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

a:hover img.whi {
	border-bottom: 1px solid #FD00FE;
}