/*
this one is based on:
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
It's a quick and dirty edit of the Sandbox Theme...so don't waste your time...
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-r.css');


body {
 width:1024px;
 height:768px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;				
 margin: 0;
 border: none;
 font-family: verdana, sans-serif;
 font-size: 10px;
 //background: white;
 background: url('http://www.positionen.org/wordpress/wp-content/uploads/2011/04/positionen_background.jpg'); 
 color: #696969;
}

div {
 margin-top: 0px;
 padding:0px;
}

img{
 border:none;
 padding-right: 8px;
 padding-top: 3px;
}

img.size-full {
 width: 490px; 
 height:auto;
}

a { 
 color:#696969;
 text-decoration:none;
}

a a:hover{
 color:#7FFFD4;
}

a img:hover, a img:active{
 margin-bottom: 0pt;
 background-color: #7fffd4;
}


/* Just some example content */

div#header{

 width: 415px;
 height:85px;
 background:black;
 
}
/* front page*/

.embed-front{ 

 color:white;

 width:auto;
 height:50px;
 float:left;
 margin-top:-110px;
 padding-top:15px;
 padding-left:10px;
}

#blog-title, #blog-title a{ 
 font-size: 18px;
 font-weight: bold;
 line-height: 18px;
 color: black;
 margin: 0px;
 padding: 0px;
}

#blog-title a:hover{
 color:#7FFFD4;
}

#blog-description { 
 width:auto;
 font-variant: small-caps;
 font-size: 14px;	
 color:  black;
 margin: 0px;
 padding-bottom: 12px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #696969;
}

div#access div.skip-link{
 position:absolute;
 top:1em;
 right:1em;
}

/*navigation bar*/

div#menu{
 float:left;
 margin-right:0px;
 margin-left: 0px;
 font-size: 10px;
 height: 1.5em;
 margin-top: -17px;
 margin-bottom: 20px;
 padding-bottom: 25px;
 width: 100%;
}

div#menu ul a{
 font-weight:bold;
 text-decoration:none;
 }

div#menu ul,div#menu ul ul{
 list-style:none;
 margin:0;
 padding:0;
}

div#menu ul li{
 float:left;
 margin-right: 25px;
}

div#menu ul li a{
 margin-top: 0pt;

 margin-bottom: 0pt;
 margin-left: 0px;
}

div#menu ul li a:hover{
 color:#7FFFD4;
}

div#menu ul ul{
 display:none;
}

div#menu ul ul li{
float:left;
margin-left:0px;


}

div#menu ul ul li a{
 margin:0;
 padding:0;
}

div#menu ul li:hover ul{
 display:block;
 font-size:0.9em;
 padding-top:0.5em;
 position:absolute;
}

div#menu ul li:hover ul li a{
background: #A9A9A9;
border:none;
display:block;
padding:0.1em;
width:100px;
}



div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}

div#nav-below{
 margin-top:1em;
 padding-bottom: 60px;
}

.alignleft,div.nav-previous{
 float: left;
 padding-bottom: 0px;
}

.alignright,div.nav-next{
 float: left;
}




form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}

div.comments ol li{
 margin:0 0 3.5em;
}


div.comments ol {
 margin: 0 3px 0;
 border-left:5px solid #C0C0C0;

}

textarea#comment{
 height:13em;
 margin:0 0 0.5em;
 overflow:auto;
 width:66%;
}


/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}

div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}

body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}


/*eintrag*/

.project-smallbox {
 float: left;
 width: 140px;
 clear: none;
 color:#696969;
 font-size: 10px;
 font-style: normal;
}

.entry-links {
 float: left;
 width: 140px;
 clear: none;
 color:#696969;
 font-size: 10px;
 font-style: normal;
}

float: right;

overflow-x: hidden;

overflow-y: hidden;

width: 180px;
}

div#right-smallbox{
 float: right;
 width: 140px;
 clear: none;
 color:#696969;
 font-size: 10px;
 font-style: normal;
}
div#left-smallbox{
 float: left;
 width: 140px;
 clear: none;
 color:#696969;
 font-size: 10px;
 font-style: normal;
}

div#content {
 width: 490px;
 padding-top:10px;
 line-height: 16px;
}

div#container{
 padding-bottom: 100px;
 margin-top:0;
}






.date h2{
margin: 0px;
}

.post a{		
text-decoration:underline;
} 
 

/*page*/

div.page {
  width: 490px;
  padding-top:10px;
  line-height: 16px;
}


.page a{
 color:#696969;
 text-decoration:none;
}

.page a:hover{
  color: #7FFFD4;
}

.page h2{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #696969;
font-size: 10px;
color: #696969;
}


.page-title{
 font-variant: small-caps;
 font-size:10px;
 line-height: 16px;
 margin:0;
 padding-top:10px ;
}


.entry-title {
 clear: both;
 color:#696969;
 font-size: 10px;
 font-weight: bold;
 font-style: normal;
 }



.entry-title a{

 color: #696969;
 text-decoration:none;
}

.entry-title a:visited {
 color: #696969;
}							 

.entry-title a:hover {
 color:#7FFFD4;
}


div.post li {
list-style-type: none;
margin-left: -28px;
margin-top: 17px;
margin-bottom: 17px;
padding-left: 10px;
border-left-color-value: #a9a9a9;
border-left-style: solid;
border-left-width: 2px;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-width-value: 2px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
}


.entry-title a:hover {
 color:#7FFFD4;
}
 
.post a:hover{
  color: 	#7FFFD4;
}

.post h2{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #696969;
 font-size:10px;
 font-weight:bold;
 color:#696969;				
}


.entry-meta{
 font-size: 8px;
 font-style: normal;
 padding: 15px 30px 100px;
}

.entry-meta a{
 font-size: 8px;
 font-style: normal;
 text-decoration:none;
}

.entry-meta a:visited {
  color: 	#696969;
}

.entry-meta a:hover {
  color: 	#7FFFD4;
}

/* sidebar */
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{
 font-size:10px;
 font-weight: bold;
 margin:30px 0 0;
 padding:0;
 width: 180px;			 
}



div.sidebar h3{
 font-weight: bold;
 font-size:10px;
 line-height: 15px;
 margin:0;
 padding:0 ;
}

div.sidebar input#s{
 width:7em;
}

div.sidebar li{
 list-style:none;
 margin:0 0 0;
}
 
div.sidebar li form{
 margin:0.2e;
 padding:0;
}
 
div.sidebar ul ul{
 line-height: 14px;
 margin:0 0 0 ;
}

div.sidebar ul ul li{
 list-style:none;
 margin:10px 10px 0;
}

div.sidebar ul ul ul{
 margin: 0px 0  0;
 }
 
div.sidebar ul ul ul li{
 margin:12px 10px 0;
 list-style:none;
}


div.sidebar ul ul ul ul li{
 margin:0px 10px 0;
 list-style:none;
}

div.sidebar a{

font-size:10px;
}

div.sidebar a:visited {
 color:#696969;
}

div.sidebar a:hover {
padding-right: 25px;
background-color: #a9a9a9;
 color:#7FFFD4;
}


/* footer */
div#footer{
 padding:30px 0 0;
 list-style: none; 
 text-align:left;
 color: #696969;
 font-size: 8px;
}

div#footer a:visited{
 color:#696969;
}

div#footer a:hover{
 color:#7FFFD4;
}

/*comments*/
div.comments { 
 width: 350px;
 padding: 0px 30px 0;
 padding-bottom  : 30px;
 color: 	#696969;
 font-size: 10px; 
}

div.comments ol { 
list-style: none; 
}

div.comments a:hover{
color:#7FFFD4;
}

