/*
	Theme Name: Pia Mai
	Theme URL: http://www.piamai.lu/
	Description: Pia Mai wurde von Dipl. Kommunikationsdesignerin Natalie Mathis (http://www.natalie-mathis.de) entwickelt. Wordpress-Template von Georg Hartmann
	Author: payoffmarketing.de
	Author URI: http://www.payoffmarketing.de/
	Version: 1.0
	Tags: PiaMai, Payoffmarketing
*/

/* LAYOUT */

body {
	font: 12px Helvetica light, Helvetica regular, Helvetica, Verdana, Arial, Sans Serif;
}

img, a {
	border: none;
}
#content a { border-bottom:none !important; }

a {
	color: #666;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #000;
	background: #D6D6D6;
	text-decoration: none;
	outline: none;
}

#wrapper {
	margin: 120px auto 30px;
	width: 900px;
	text-align: left;
}

/* HEADER */

#pages-top {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: -120px;
}

#pages-top ul {
	list-style: none;
}

#pages-top li {
	display: inline;
	margin: 0 0 0 13px;
}

#pages-top a {
	text-decoration: none;
}

#header {
	width: 900px;
	height: 130px;
}

#header #pagelogo {
	float: left;
}

#header #pagelogo a:hover {
	background: transparent;
}

/* CONTENT */

#content {
	float: right;
	width: 650px;
	line-height: 150%;
}

#content a {
	border-bottom: 1pt solid #D6D6D6;
}

#content h2 a, #content h3 a {
	border-bottom: 0pt;
}

#content img {
	margin: 5px;
}

#content .post_thumbnail {
	margin-right: 18px;
}

#content .postmeta {
	clear: both;
	padding-top: 21px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}

/* SIDEBAR */

#sidebar {
	padding-top: 5px;
	width: 220px;
}

#sidebar * {
	margin: 0;
	padding: 0;
}

#sidebar .menu, #sidebar .widget {
	font-size: 14px;
	margin-top: 8px;
}

#sidebar .menu li, #sidebar .widget li {
	padding: 0px;
	list-style: none;
	width: 220px;
}

#sidebar .menu li a, #sidebar .widget li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 3px 8px 13px;
}

#sidebar .menu li a:hover, #sidebar .widget li a:hover, .current-menu-item {
	color: #CCC;
	background: url(images/arrow.gif) top right no-repeat;
}

/* COMMENTS */

#comments {
	clear: both;
	padding-top: 21px;
}

/* FOOTER */

#footer {
	clear: both;
	margin-top: 21px;
}

/* MISC */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}