/*
Theme Name: PiPowered.com
Author: W van Leeuwen
Author URI: http://www.pipowered.com/
Version: 0.4
Theme URI: nya
*/

/*** GENERAL TAGS ***/

body { 
	padding: 0px;
	border-top: solid 5px #1D2047;
	margin: 0px; 
	background-color: #FFFEE8;
}

a, a:link, a:active {
	color: #AC946B;
	text-decoration: none; 
}

.left { 
	width: 580px; 
	float: left; 
}

.right {
	width: 340px; 
	float: right;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	font-weight: normal; 
}

.wrap { 
	width: 940px; margin: 0px auto 0px auto; 
}

.header {
	margin: 5px 0px 30px 0px;
}

/*** LOGO ***/

#headlogo {
	width: 150px;
	height: 60px;
	background-image: url('/wp-content/themes/PiPowered/images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: block; 
	text-indent: -9999px;
}

.header h1 { 
	width: 350px; 
	float: left; 
}

/*** MENU ***/

.header ul {
	width: 560px;
	float: right;
	padding: 0px;
	list-style: none;
	text-align: right;
	margin: 15px 0 0 0;
}

.header ul li { 
	display: inline;
}

.header ul li a {
	font-size: 20px;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif; 
	text-transform: uppercase;
	margin-left: 20px;
	color: #AC946B;
}

.header ul li.current_page_item a {
	color: #FFFEE8; 
	background: #1D2047;
}

.header ul li a:hover {
	color: #23549E;
}

.header ul li.current_page_item a:hover {
	color: #FFFEE8;
}

/*** HEAD QUOTE ***/

.head-quote {
	border-bottom: solid 1px #412E1E;
	background-color: #1D2047;
	color: #BB9B80;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size: 20px;
	padding: 15px;
	margin-top: 20px; 
}

.head-quote p { margin: 0px; }

.head-quote strong {
	color: #23549E;
	text-decoration: underline; 
	font-weight: normal;
}

/*** SMALL TITLE ***/

.small-title { 
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size: 13px; 
	color: #AC946B;
	text-transform: uppercase; 
	padding-bottom: 10px; 
	border-bottom: solid 1px #412E1E; 
	margin-bottom: 20px; 
}

.small-title span {
	color: #23549E; 
}

.small-title .right a { 
	color: #AC946B; 
	background: url(<?php bloginfo('template_directory'); ?>/images/rss.jpg) no-repeat center right;
	padding-right: 17px; 
}

.small-title .right {
	text-align: right; 
}

/***  PORTFOLIO ITEMS ***/

.portfolio-item {
	border-bottom: solid 1px #412E1E;
	padding-bottom: 20px; 
	margin-bottom: 20px; 
}

.portfolio-item .left img, .about .right img {
	border: solid 6px #4c493d; 
	padding: 4px; 
}

.portfolio-item .right h2, .page h2 {
	font-size: 35px;
	color: #23549E;
	font-family: 'Georgia', 'Times New Roman'; 
	line-height: 35px; 
	margin-bottom: 15px; 
}

.page .head {
	border-bottom: solid 1px #412E1E;
}

.portfolio-item .right, .page { 
	color: #AC946B; 
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size: 14px; 
	line-height: 18px;
}

.portfolio-item .right .details { 
	text-transform: uppercase;
	margin-bottom: 15px;
}

.portfolio-item .right .details span {
	color: #AC946B;
	text-transform: none; 
}

/* FOOTER */

.footer {
	background-color: #1D2047;
	margin-top: 50px;
}

.footer .in {
	width: 940px; 
	margin: 0px auto 0px auto; 
}

.footer h2 { 
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #23549E;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	text-transform: uppercase;
}

.footer p {
	color: #AC946B;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size: 12px;
	margin: 0px;
}

.footer p a {
	color: #AC946B;
	text-decoration: underline;
}

.footer { padding: 40px 0 50px 0; }

/* NAVIGATION */

.navigation a {
	background-color: #1D2047;
	display: block;
	color: #AC946B;
	padding: 10px;
	font-family: 'Arial', 'Trebuchet MS', 'Verdana', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 155px;
	text-align: center;
	text-transform: uppercase;
}

.navigation .alignleft {
	float: left; 
}

.navigation .alignright {
	float: right; 
}

.navigation a:Hover {
	color: #1D2047;
}
ight: bold;
	letter-spacing: -1px;
	width: 155px;
	text-align: center;
	text-transform: uppercase;
}

.navigation .alignleft {
	float: left; 
}

.navigation .alignright {
	float: right; 
}



