/*  
Theme Name: design3rds2
Theme URI: http://sprachkonstrukt.de
Description: Mein Theme
Version: 2.1
Author: Rubén Deyhle
Author URI: http://sprachkonstrukt.de

	
 */

@import url('reset.css');

html {
	background: #000 url('images/bg_binary2.png') repeat;
}

body {
	font-size: 100.01%;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	background: url('images/bg2.png') repeat-x;
}	

div#header {
	background: url('images/header.jpg') no-repeat;
	width: 960px;
	margin: 0 auto;
	height: 170px;
}

div#header * {
	display: none;
}

div.topmenu {
	background: url('images/topmenu.png') repeat-x;
}

ul#topmenu {
	height: 30px;
	list-style: none;
	width: 860px;
	margin: 0 auto;
	padding-left: 100px;
}

div#page {
	width: 960px;
	margin: 0px auto;
	background: url('images/container.png') repeat-y;
}

div#content {
	background: #fff url('images/maintop.png') repeat-x;
	width: 550px;
	float: left;
	margin-left: 100px;
	padding: 25px;
	padding-top: 30px;
	line-height: 1.8em;
}

ul#socialbuttons {
	width: 100px;
	float: left;
	margin-left:-700px;
	padding-top: 35px;
}

ul#sidebar {
	width: 260px;
	float: right;
	list-style-type: none;
	color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .9em;
}

div#finished, .clear {
	clear:both;
}

div#footer {
	background: url('images/footer.png') bottom no-repeat;
	height: 84px;
	width: 600px;
	margin: 0 auto;
	padding-left: 100px;
	padding-right: 260px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	font-size: 9px;
	font-stretch:expanded;
}

#topmenu li {
	float: left;
	display: inline;
	height: 30px;
}

#topmenu li a {
	text-indent: -9999px;
}

#topmenu li a.topmenu {
	background:  url('images/topmenu-text.png');
	display: block;
	height: 30px; 
}

#topmenu li a.blog {
	margin-left: 12px;
	width: 55px;
	background-position: -12px 0px;
}
#topmenu li a.blog:hover {
	background-position: -12px -30px;
}
#topmenu li a.blog:active {
	background-position: -12px -60px;
}

#topmenu li a.ich {
	margin-left: 12px;
	width: 44px;
	background-position: -79px 0px;
}
#topmenu li a.ich:hover {
	background-position: -79px -30px;
}
#topmenu li a.ich:active {
	background-position: -79px -60px;
}

#topmenu li a.fotos {
	margin-left: 12px;
	width: 62px;
	background-position: -135px 0px;
}
#topmenu li a.fotos:hover {
	background-position: -135px -30px;
}
#topmenu li a.fotos:active {
	background-position: -135px -60px;
}

#topmenu li a.webdesign {
	margin-left: 12px;
	width: 117px;
	background-position: -208px 0px;
}
#topmenu li a.webdesign:hover {
	background-position: -208px -30px;
}
#topmenu li a.webdesign:active {
	background-position: -208px -60px;
}


* html ul#topmenu li a { /* für den IE6 ... */
	display: inline;
	
}

#topmenu li#suchfeld {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
}

#topmenu input#s {
	
}


#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color: #96d336;
}

#sidebar li.widget {
	padding-bottom: 29px;
	background: url('images/sidebar-foot.png') bottom left no-repeat;
}

#sidebar h2 {
	background: url('images/sidebar-head.png') no-repeat;
	margin: 0;
	margin-top: 30px;
	height: 47px;
	font-size: 24px;
	text-transform: lowercase;
	text-align: center;
	line-height: 1.5em;
	padding: 0 30px 0 20px;
	color: #96d336;
}

#sidebar h2 a {
	color: #96d336;
}

#sidebar li ul {
	padding: 0 30px 0 20px;
	background: url('images/sidebar-main.png') repeat-y;
}

#sidebar li ul li {
	line-height: 1.2em;
}

ul#socialbuttons li {
	float: right;
	padding-bottom: 15px;
}

ul#socialbuttons li a.socialbutton {
	background: url('images/socialbuttons.png');
	display: block;
	width: 60px;
	height: 27px;
	text-indent: -9999px;
}

ul#socialbuttons li a.rss {
	background-position: 0 0;
}
ul#socialbuttons li a.rss:hover {
	background-position: -60px 0;
}

ul#socialbuttons li a.twitter {
	background-position: 0 -27px;
}
ul#socialbuttons li a.twitter:hover {
	background-position: -60px -27px;
}

ul#socialbuttons li a.facebook {
	background-position: 0 -54px;
}
ul#socialbuttons li a.facebook:hover {
	background-position: -60px -54px;
}

ul#socialbuttons li a.studivz {
	background-position: 0 -81px;
}
ul#socialbuttons li a.studivz:hover {
	background-position: -60px -81px;
}

ul#socialbuttons li a.flickr {
	background-position: 0 -108px;
}
ul#socialbuttons li a.flickr:hover {
	background-position: -60px -108px;
}

ul#socialbuttons li a.google {
	background-position: 0 -135px;
}
ul#socialbuttons li a.google:hover {
	background-position: -60px -135px;
}

#content {
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}

#content div.entry {
	padding-bottom: 2em;
}

#content div.entry_meta {
	font-size: .8em;
	line-height: 1.5em;
	color: #666;
	clear: both;
}

#content div.prevnextlinks {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	margin-top: -30px;
	
	display: none;
}

#content p.left, p.entry_meta {
	text-align: left;
	float: left;
}

#content p.right, p.entry_meta {
	text-align: right;
	float: right;
}

#content h1 {
	clear: both;
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: .5em;
}

#content p {
	padding-bottom: 1em;
}

#footer p.abstand {
	height: 50px;
	border: 0;
}

div.ctc {
	padding-left: 2px;
	text-align: center;
}

div.ctc a {
	color:  #628a14;
}

div#content ol.commentlist {
	margin-top: 1em;
	margin-left: 0px;
}

ol.commentlist li {
	padding: .5em;
	list-style-type: none;
}

ol.commentlist .commentmetadata {
	margin-bottom: .5em;
	display: block;
}

ol.commentlist p {
	font-size: .9em;
}

ol.commentlist li.alt {
	background-color: #d4dec8;
}

ol.commentlist li.trackback {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

h3#respond {
	margin: 1em 0;
}

.right, .alignright {
	display: block;
	float: right;
	padding: 5px;
}

.left, .alignleft {
	display: block;
	float: left;
	padding: 5px;
}

.center, .aligncenter {
	display: block;
	padding: 5px auto;
	text-align: center;
}



/*--------------------textgestaltung--------------------*/

p{
	padding-top: 1.2em:
     }

h1,h2,h3,h4,h5,h6{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
     }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.5em;
}

em {
	font-style:italic;
}

small {
	font-size: .8em;
}

big {
	font-size: 1.2em;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	margin-left: 2em;
	margin-bottom: 1em;
	padding-left: 1em;
	color: #666666;
	border-left: 3px solid #666666;
	}

blockquote cite {
	
	}



hr {
	border: 1px solid #999;
	}

textarea {
	width: 100%;
}

strong {
	font-weight:bold;
}

sup {
	vertical-align:super;
	font-size: .7em;
}



dl{
     }
     dt{
          }
          dd{
          }
ins {
	text-decoration: none;
}
#content ul{
	list-style-type: square;
	margin-left: 5em;
	margin-bottom: 1em;
     }

#content ol {
	list-style-type: decimal;
	margin-left: 5em;
	margin-bottom: 1em;
}	     
     
#content ul li, #content ol li {
	margin-bottom: .5em;
}
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code {
	font-family: "Monaco", monospace;
	font-size: 0.8em;
	line-height: inherit;
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }
     
#content p.video {
	text-align: center;
	margin: 0 auto;	
}	     

sub, sup {
      line-height: 0px;
      font-size: 70%;
      font-family: Verdana, Arial, sans-serif;
    }

/*--------------------linkgestaltung--------------------*/


a {
	color: #628a14;
	text-decoration: none;
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
	color: #405020;
	text-decoration: underline;
    }
a:link:active, 
a:visited:active {
     }

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/

.avatar {
	float: left;
	padding-right: .5em;
	padding-top: 3px;
}

.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 2em;
	}

#commentform #submit {
	 
	}


.legal_notice {
	font-size: 0.8em;
	line-height: 1.2em;
}

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }

p.footnote {
	border-top: 2px solid #888;
	padding-top: 0.5em;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}

/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }
     
     
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.wp-caption-text {
	font-size: .8em;
	text-align: center;
}

.empfehlung, .widget_twitter li {
	
	padding-bottom: 1em;
}

.widget_twitter .entry-meta {
	display: block;
	color: #777;
	font-size: 0.7em;
	line-height: 1em;
}

.widget_twitter .entry-meta a {
	color: #777;
	line-height: 2em;
}

.widget_better-archives .year-link {
	font-size: 1.2em;
}

li.print_newtagcloud h2 {
	
}

ul#newtagcloud {
	text-align: center;
	padding: 0 0.5em;
}

div.wikioding {
	float: right;
}

.flickr_badge_image {
	display: absolute;
	width: 250px;
	height: 250px;
	margin: 12px;
	text-align: center;
	float: left;
}

.flickr_badge_image img {
	margin: auto 0;
}