/* 
Theme Name: Pita Brothers
Theme URL: http://pitabrothers.com
Description: Pita Brothers Wordpress Theme
Author: Peak Studios
Author URI: Http://www.peakstudios.com
Version: 1.0
*/

body {
	font-family: Myriad, Calibri, Verdana, Arial, serif;
	background-color: #ffe49f;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	border: none;
}
.logo {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.contents {
	width: 90%;
	margin: auto;
}
.borderLeft {
	background-image: url("images/borderLeft.gif");
	background-repeat: repeat-y;
}
.borderRight {
	background-image: url("images/borderRight.gif");
	background-repeat: repeat-y;
}
.borderTop {
	background-image: url("images/borderTop.gif");
	background-repeat: repeat-x;
}
.borderBtm {
	background-image: url("images/borderBtm.gif");
	background-repeat: repeat-x;
	text-align: center;
}
.navMenu {
	text-align: right;
	margin-right: 50px;
}
.navMenu a:link {
	color: #FFFFFF;
}
.navMenu a:visited {
	color: #FFFFFF;
}
.navMenu a:active {
	color: #FFFFFF;
}
.navMenu a:hover {
	color: #FFFFFF;
}
.navMenu ul li{
	list-style-type: none;
	float: right;
	margin-right: 35px;
}
#post {
	margin: 15px 15px 15px 15px;
	min-height: 300px;
}
.footer {
	text-align: center;
}