/*
Theme Name: wp publicitas
Theme URI: 
Description: WordPress theme for publicitas
Version: 1.0
Author: snowflake - Pascal Fuchser
Author URI: http://www.snowflake.ch/
Tags: publicitas

	This theme was designed and built by snowflake

*/

/* ----------------------------------
** Layout Elements
** ----------------------------------
*/

/* Begin Typography & Colors */
body, h1, h2, h3, p, small {
	font-family: Verdana, Arial, Sans-Serif;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #D4D4D4;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header {
	position:relative;
	width: 750px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #ffffff url('images/header.jpg') no-repeat bottom center;
}

#homelink {
	position:absolute;
	top:30px;
	left:20px;
	z-index:10;
}

#homelink a {
	display:block;
	height:70px;
	width:180px;
	overflow:hidden;
}

/* IE6 */
* html #homelink {position:relative;}
* html #homelink a {position:absolute;}

#headernav {
	width:100%;
	text-align:right;
	float:right;
	overflow:hidden;
}

* html #headernav {height:1%;overflow:visible;} /* IE6 */

#headernav ul {
	display:block;
	float:right;
	margin:0px;
	padding:9px 9px 0px;
	list-style-type:none;
	background: url('images/bg_topnav.gif') no-repeat top left;
}

#headernav ul li {
	display:block;
	float:left;
	padding:0px 5px 0px 5px;
	color:#969772;
}

#headernav .nav a:link,
#headernav .nav a:visited,
#headernav .nav a:hover,
#headernav .nav a:active {
	color:#4C5E6A;
}

#headerimg {
	margin:0px;
	width: 100%;
}

#headerimg h1 {
	display:none;
}

#headerimg .description {
	position:relative;
	top:42px;
	padding-right:47px;
	font-size: 21px;
	font-weight:normal;
	text-align: right;
}

* html #headerimg .description {top:50px;} /* IE6 */

#headerpagenav {
	margin:0px;
	padding:0x;
	border-bottom:1px solid #000000;
	background-color:#696969;
	overflow:hidden; /* FF */
}

* html #headerpagenav {height:1%;overflow:visible;} /* IE6 */

#headerpagenav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#headerpagenav ul li{
	float:left;
	display:block;
}
#headerpagenav ul li a {
	display:block;
	padding:4px 10px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#headerpagenav ul li a:link,
#headerpagenav ul li a:visited,
#headerpagenav ul li a:hover,
#headerpagenav ul li a:active {
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	text-decoration: none;
}

#headerpagenav ul li a:hover {
	border-bottom:1px solid #000000;
	background-color:#000000;
}

#headerpagenav ul li.current_page_item a:link,
#headerpagenav ul li.current_page_item a:visited,
#headerpagenav ul li.current_page_item a:hover,
#headerpagenav ul li.current_page_item a:active {
	border-bottom:1px solid #000000;
	background-color:#000000;
}


#content {
	font-size: 1.2em
	}

.editline {
	background-color:#eee;
	margin:15px 0px -25px 0px;
	padding:2px;
	border-top:1px solid #000000;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	font-size: 0.9em;
	text-align: left;
	}

.alt { /* odd / even by comments */
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ddd;
	background-color:#F0F0F0;
	overflow:hidden; /* FF */
}

* html #footer {height:1%;overflow:visible;} /* IE6 */

#footer .c50l {float:left;}
#footer .c50r {text-align:right;padding:3px 10px 0px 0px;}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer ul {
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style-type:none;
}
#footer ul li{
	float:left;
	display:block;
	background: url('images/bg_topnav.gif') no-repeat top left;
}
#footer ul li a {
	display:block;
	padding:4px 10px;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active {
	font-size:1em;
	font-weight:normal;
	text-decoration: none;
}


#footer ul.companyfrom {
	float:right;
	margin:0px;
	padding:0px;
}

#footer ul.companyfrom li {
	background: none;
	margin:0px;
	padding:1px 0px 0px 0px;
}

#footer ul.companyfrom li.first {
	padding:0px 3px 0px 0px;
}

#footer ul.companyfrom li a {
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#4C5E6A;
}

/* ----------------------------------
** Content Elements
** ----------------------------------
*/

small {font-size: 0.9em;line-height: 1.5em;}
small a {text-decoration:underline;}

h1, h2, h3 {font-weight: normal;}

h1 {font-size: 3em;text-align: center;}
h2 {font-size: 1.6em;}
h2.pagetitle {font-size: 1.6em;}
h3 {font-size: 1.3em;}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #696969;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

/* Links */
a, a:link {color:#4C5E6A;text-decoration: none;}
a:visited {color:#949FA6;text-decoration: none;}
a:hover {color:#969772;text-decoration: underline;}
a:active {color:#969772;text-decoration: none;}

#content h2 {font-size:2.0em;}

#content h2,
#content h2 a,
#content h2 a:visited {
	color: #DD4F3B;
}

#sidebar ul {
	background-color:#F0F0F0;
}

#sidebar ul li div.tags a{
	text-decoration:underline;
}

#sidebar ul li ul li {
	font-size:1.2em;
	padding-left:0.6em;
	background: url('images/bg_li.gif') no-repeat 0px 0.4em;
}

#sidebar ul li ul li.none {
	padding:0px;
	background: transparent;
}

#sidebar ul li.search-comment p {
	padding:0px 10px;
}

#sidebar h2 {
	padding:5px;
	font-size: 1.2em;
	border-bottom:1px dotted #ffffff;
}

#sidebar h2,
#sidebar h2 a,
#sidebar h2 a:visited {
	display:block;
	margin: 5px 0px 0px;
	padding:4px 6px;
	background-color:#989898;
	color: #ffffff;
	font-weight:normal;
	text-transform:uppercase;
}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
#sidebar h2,
#wp-calendar caption,
cite {
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #4C5E6A;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.postmetadata a {
	text-decoration:underline;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding:0px;
	margin: 0px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h3#comments {
	padding:15px 0px 15px 10px;
	margin: 40px auto 20px ;
	border-top:1px solid #D4D4D4;
	background-color:#F0F0F0;
	color:#989898;
	}

/* End Headers */



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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*#sidebar ul ul li:before,*/
.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 128px;
	margin:0px;
	padding: 0px;
	border:1px solid #989898;
	}

#searchform #searchsubmit {
	margin:-4px 0px;
	padding: 0px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform p {
	clear:left;
	width: 450px;
}

#commentform label {
	float:left;
	width:100px;
}

#commentform label small {
	color:#000000;
}

#commentform input {
	width: 270px;
	margin: 5px 5px 1px 0px;
	padding: 2px;
	border:1px solid #989898;
	}

#commentform textarea {
	/* width: 100%; */
	width: 330px;
	margin: 5px 5px 1px 0px;
	padding: 2px;
	border:1px solid #989898;
	}

#commentform #submit {
	margin:0px 14px 0px 0px;
	float: right;
	width:auto;
	border-width:0px;
	}
	
* html #commentform #submit {margin:0px 10px 0px 0px;} /* IE6 */

#commentform .forminfo {
	margin-top:10px;
	border-top:1px solid #D4D4D4;
	color:#989898;
	font-size:0.8em;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist { /* OL */
	margin: 0 0 0 2.5em;
	padding: 0;
	text-align: justify;
	}

.commentlist .comment-number {
	display:block;
	position:relative;
	top:10px;
	left:-40px;
	width:30px;
	margin:-25px 0px 0px 0px;
	font-size:1.8em;
	font-weight:normal;
	color:#D4D4D4;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

* html .commentlist li {height:1%;} /* IE6 */

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
