/*
	Theme Name: Ad Networks
	Theme URI: http://www.valueclick.de/
	Description: based on Freedom Blue Plus
	Version: 1.0
	Author: Tim Zylinski & Eyoung
	Author URI: http://www.valueclick.de/

/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

* {
	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #e5e5e5 url(images/bg-top.gif) repeat-x;
	font: 0.77em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #333;
}

#wrap {
	width: 980px;
	overflow: hidden;
	position:relative;
	margin: 0 auto 0 auto;
	background: url(images/wrap.png) repeat-y center;
	padding: 0 10px 0 10px;
}


/***************** Links ******************************************************/
a, a:visited, a:hover, a:active { color: #C94825; font-weight: normal; text-decoration: none; }
a:hover { color: #C94825; text-decoration: underline; }

.feed-leftalign { background: url(images/feed-icon-12x12-orange.png) no-repeat 0 50%; padding-left: 14px; }
a.trackback-leftalign { background: url(images/trackback-icon-12x12.png) no-repeat 0 50%; padding-left: 14px; }
/***************** Tags below the link of the comments feed ********************/
.utwtags { background: url(images/tag-icon.gif) no-repeat 0 50%; padding-left: 14px; font-size:9pt; } 


/***************** Images *****************************************************/
/* align right, grey border */
a img { border:0; }
img.rb { border: 1px solid #aaa; float: right; margin: 0 0 5px 5px; padding: 4px; }


/***************** Header *****************************************************/
h1,h2,h3,h4 {
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #cccccc;
}

blockquote {
	border-left: 1px solid #aaaaaa;
	color: #666666;
	margin: 7px 10px 7px 10px;
	padding-left: 6px;
	font-style:italic;
}



/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/

#header {
	height: 100px;
	margin: 0; 
	padding: 0;

}

/***************** Header Logo ************************************************/
#header #logo {
	height: 70px;
	width: 980px;
	margin: 0 auto 0 auto;
		background-image: url(images/header.png);
}

/* Uncomment text-ident and background for an logo image instead of the text */

	#header #logo h1 {
		height: 50px;
		margin: 0 0 0 0; padding: 20px 0 0 20px;
/*		text-indent: -77777px;*/ 
		line-height: 1em;
	}
	
	#header #logo h1 a {
/*		background: url(images/logo-205x36.gif) no-repeat 10px 50%;*/
		display: block;
		height: 100%; width: 100%;
		text-decoration: none;
		color: #fff;
	}
	
	#header #logo h1 a:hover {
		color: #ddd;
	}


/***************** Header Navigation ******************************************/
#topnav {
	height: 29px;
	margin: 0px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #dbe8f7;
}

#topnav ul {
	padding: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	
}

#topnav ul li {
	display: block;
	float:left;
    height: 29px;
	line-height: 29px;
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #dbe8f7;
}

#topnav ul li { 
	width: auto;
}

* html #topnav ul li { 
	width: 100px;
}



#topnav ul li.current_page_item a  {
	background-color:#cc0033;
	border-top: 1px solid #dbe8f7;
}

#topnav ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
	height: 29px;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}
#topnav ul li a:hover {
	color: #fff;
	background-color: #89a5c9
	
}


/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#contentwrap {
	width: 565px;
	float: left;
	display:inline;
	margin: 15px 0 0 20px;	/* margin-top: same like #sidebar */
	padding: 0 14px 15px 0;
	border-right: 1px dotted #cdcdcd;
}
/********************** tag cloud style ************************/
.primary { padding-bottom:10px;}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	margin: 15px 0 0 0;	/* margin-top: same like #contentwrap */
	float: right;
	width: 366px;
}

#sidebar a { color: #135193; }
#sidebar a:hover { color: #cc0033; }

#sidebarnorth, #sidebarsouth, #sidebarcenter {
	width: 366px;
	margin: 0;
	padding: 0;
}

#sidebarsouth {
clear: both;
margin-top: 20px;
}


#sidebarleft , #sidebarright {
	width: 50%;
	line-height: 1.5em;
	display: inline;
	margin: 3px 0 0 0;
	padding: 0;
}

#sidebarleft {
	float: left;
}

#sidebarright {
	float: right;
}

/** Widgets **/

.widget {
	margin-bottom: 25px;
	margin-right: 20px;
}

.widget h2, #sidebarnorth h2, #tag_cloud h2 {
	font-size: 130%;
	color: #135193;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #CDCDCD;
}

.widget p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.widget ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.widget ul li {
	display: inline;
}

.widget ul li a {
	border-bottom: 1px dotted #d5d7d0;
	cursor: pointer;
	display: block;
	text-decoration: none !important;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.widget ul li a:hover {
	background: #EEF5FB;
	border-bottom-color: #C3B9A2;
}


/** FEED Widget (not a wp widget!) **/ 

.widget.feeds ul {
	padding: 0px;
	list-style: none;
}
.widget.feeds li a{
	background: url(images/feed-icon-16x16-orange.png) no-repeat left 50%;
	padding-left: 25px;
}
.widget.feeds ul li a:hover{
	background: url(images/feed-icon-16x16-red.png) no-repeat left 50%;
}

/** search widget **/

.widget_search #s {
	padding: 2px 4px 2px 4px;
	margin: 0 0 0 0;
	border: 1px solid #aaa;
	width: 260px;
}

.widget_search #s:focus {
	border: 1px solid #ff97b1;
	background-color: #EEF5FB;
}

.widget_search #searchsubmit {
	background: #EEF5FB url(images/button-bg.png) repeat-x;
	border: 1px solid #fff;
	margin: 5px 0 0 0;
}

.widget_search #searchsubmit:hover {
		border: 1px solid #e6aa45;
}

#tag_cloud  h2 {
	margin-bottom:10px;
}

.widget_recent_comments ul li a {
	border: 0;
}

.widget_recent_comments ul li {
		font-size: 90%;
		list-style: none;
		border-bottom: 1px dotted #cdcdcd;
		line-height: 1.3em;
		padding: 5px 0 5px 0;
						display: block;
}

.widget_recent_comments ul li:hover {
		background-color: #EEF5FB;
		text-decoration: none !important;
}

.sb-about {
	margin: 0 20px 10px 0;
	background-color: #EEF5FB;
	border: 1px solid #e5e5e5;
	padding: 10px;
	line-height: 1.4em;
}

.sb-about p {
	margin-top: 5px;
	margin-bottom: 10px;
}
/*********************************************/




/*######################################################################################################
  ###### Post Entry ####################################################################################
  ####################################################################################################*/

/***********************************************************/


h3.entrytitle {
	font-size: 170%;
	font-weight: normal;
	line-height: 100%;
	margin: 0; 
	padding: 0 0 3px 0;
	text-align: left;
	display: block;
	border-bottom: 1px solid #d1d1d1;
}

h3.entrytitle a, h3.entrytitle a:visited {
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h3.entrytitle a:hover {
	text-decoration: none;
	color: #cc0033;
}

.entry{
	margin-top:0px;
}
.entrybody{
	margin-bottom: 30px;
}

.entrybody p {
	margin-bottom: 15px;
}

.entrymeta1{
	margin: 0 0 5px 0;
	color: #4b5ba2;
	color: #777;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

	.entrymeta1 .meta-time {
		background: url(images/meta_date.gif) no-repeat 0 50%;
		padding-left: 12px;
		margin-left: 1px;
		margin-right: 10px;
	}

	.entrymeta1 .meta-category {
        background: url(images/meta_category.gif) no-repeat 0 50%;
		padding-left: 15px;
		margin-right: 10px;
	}

	.entrymeta1 .meta-author a {
		background: url(images/meta_author.gif) no-repeat 0 50%;
		padding-left: 11px;
		margin-right: 10px;
	}

	.entrymeta1 .meta-comments {
		background: url(images/meta_comments.gif) no-repeat 0 50%;
		padding-left: 13px;
	}

.entrymeta2 {
	border: 1px solid #e5e5e5;
	background-color: #EEF5FB;
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 90%;
}
	.entrymeta2 ul {
	}

	.entrymeta2 ul li {
		margin-left: 10px;
		list-style-type: none;
	}

h2.archives{
	margin-bottom: 15px;
}

.entrymeta-single{
	color: #ADD248;	
	margin-top: 3px;
	margin-bottom: 20px;
}

.entrybody h3 {
	margin-bottom: 1.5em;
	font-size: 12pt;
	font-weight: bold;
}

.entrybody ul, .entrybody ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:30px;
}
.entrybody li{
	padding-top:1px;
	padding-bottom:1px;
}


/*######################################################################################################
  ###### Post Comments #################################################################################
  ####################################################################################################*/

ol#commentlist{
	margin: 15px 0px 0px;
	padding: 0px;
	list-style:none;
}
.commentname{
	color: #4b5ba2;
}
.commentname a{
	color: #333333;
	text-decoration: underline;
	font: bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

/***************** Comment Text ***********************************************/
.commenttext{
	min-height: 85px;
	background: #D5E3F6 url(images/bg-comment-02.gif) repeat-y left top;
}
* html .commenttext { height: 90px; overflow: visible; }

.commbgtop {
	background: #ffffff url(images/bg-comment-01.gif) no-repeat left top;	
	height: 18px;
}
.commbgbottom {
	background: #ffffff url(images/bg-comment-03.gif) no-repeat left top;
	height: 8px;
}


.commentp{	/* That's the div of the text... */ 
	margin-left: 65px;
	padding: 6px 12px 24px 10px;
}
.commenttext p{
	margin: 0px 0px 10px;
	padding: 0px;
}
#commentblock ol li{
	margin-bottom: 30px;
}
#commentblock h2{
	font-size: 140%;
}
.gravatar {
	float: left;
	height: 32px;
	padding: 0;
	width: 32px;
	margin: 10px 0px 0px 10px;
	border: 4px solid #fff;
	display: inline;
}


/*######################################################################################################
  ###### Comments Form #################################################################################
  ####################################################################################################*/


#commentsform {
	padding: 0 15px 0 0;
}


#commentsform p {
	margin-top: 5px;
	margin-bottom: 5px;
}


#commentsform .label {
	font-size: 95%;
}

#commentsform #author, #commentsform #email, #commentsform #url, #commentsform #mcspvalue, #commentsform textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: .3em;
	width: 200px;
}

#commentsform #author:focus, #commentsform #email:focus, #commentsform #url:focus, #commentsform #mcspvalue:focus, #commentsform textarea:focus {
	background-color: #EEF5FB;
	border: 1px solid #ff97b1;
}

#commentsform textarea {
	width: 98%;
	font-size: 1em;
	line-height: 1.3em;
}

#submit { /* submit button */
	background: #EEF5FB url(images/button-bg.png) repeat-x;
	border: 1px solid #fff;
	margin: 5px 0 0 0;

}

#submit:hover {
	border: 1px solid #e6aa45;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	width: 900px; height: 20px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

#footer p {
	color: #777;
	font-size: 0.8em;
}

#footer p a {
	color: #333;
}

#footer p a:hover {
	color: #135193;
}

/*######################################################################################################
  ###### Plugins #######################################################################################
  ####################################################################################################*/

/*************** LINK INDICATION **********************************************/
a.liexternal { background: url(images/link-icon_external.gif) no-repeat right; padding-right: 7px; }

a.liwikipedia { background: url(images/link-icon_wikipedia.gif) no-repeat right; padding-right: 11px; }
a.liftp { background: url(images/link-icon_ftp.png) no-repeat right; padding-right: 13px; }
a.limailto { background: url(images/link-icon_mail.gif) no-repeat right; padding-right: 12px; }
a.liflickr { background: url(images/link-icon_flickr.png) no-repeat right; padding-right: 8px; }
a.liinternal { }

a.lipdf { background: url(images/link-icon_pdf.png) no-repeat right; padding-right: 12px; }
a.lixls { background: url(images/link-icon_excel.png) no-repeat right; padding-right: 12px; }
a.lidoc { background: url(images/link-icon_word.png) no-repeat right; padding-right: 12px; }
a.linsf { background: url(images/link-icon_notes.png) no-repeat right; padding-right: 13px; }
a.lizip { background: url(images/link-icon_zip.png) no-repeat right; padding-right: 12px; }

.pagination		{ margin-bottom: 15px; text-align:center; }
.pagination a 	 	{ padding: 2px 5px 2px 5px; margin: 0 1px; border: 1px solid #e0e1e2; text-decoration: none; }
.pagination a:visited	{ padding: 2px 5px 2px 5px; margin: 0 1px; border: 1px solid #e0e1e2; text-decoration: none; }
.pagination a:hover	{ padding: 2px 5px 2px 5px; margin: 0 1px; color: #333; background-color: #EEF5FB; text-decoration: none; }
.pagination .current	{ padding: 2px 5px 2px 5px; margin: 0 1px; border: 1px solid #e0e1e2; color: #333; background-color: #EEF5FB; }
.pagination .disabled	{ padding: 2px 5px 2px 5px; margin: 0 1px; }

/* 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 {
	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 */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #EEF5FB;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.navigation {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0 40px 0;
	}