/*
Theme Name: Ataraxis by FVD
Theme URI: http://francisdelapena.com
Description: Designed and Developed for Ataraxis through The Visual Media Group.
Version: v1
Author: Francis Delapena
Author URI: http://francisdelapena.com/
Tags: yellow, fixed width, two columns

	Ataraxis by FVD v1
	htpp://francisdelapena.com
	
	This theme was designed and built by Francis Delapena
	for Ataraxis through The Visual Media Group

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {
	height: 100%;
}
body {
	background: #F2B71A;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 1000px;
	min-height: 100%;
	height: 100% !important;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	background-color: #fff;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	color: #666;
}
#header {
	padding: 40px 0 0 190px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #F2B71A;
	} #header p {
		font-size: 14px;
		color: #ccc;
		text-transform: uppercase;	
	} #header form label {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	} #header form input, .wpcf7-form input, .wpcf7-form textarea {
		background-color:#CCC;
		padding:2px;
}

#content {
	padding-top: 20px;
}
#sidebar {
	float: left;
	width: 325px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	} #sidebar ul {
		padding: 0;
	} #sidebar li {
		list-style: none;
		padding: 1px 0;
	} #sidebar li a {
		display: block;
		height: 19px;
		text-decoration: none;
		text-transform: uppercase;
		padding-right: 25px;
	} #sidebar li a:hover {
		color: #3673B8;
		/*padding-right: 35px;
		background-image: url(images/menu-over.gif);*/
	} #sidebar li a.active {
		padding-right: 35px;
		background-image: url(images/menu-active.gif);
		} #sidebar li ul {
			padding-bottom: 5px;
		} #sidebar li li a {
			height: 15px;
			font-size: 12px;
			text-transform: lowercase;
			padding-right: 35px;
		} #sidebar li li a:hover {
			background-image: none;
		} #sidebar li li a.active:hover {
			background-image: url(images/menu-active.gif);
}

.post {
	float: left;
	width: 600px;
}
.post a:hover {
	color: #3673B8;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #666;
}
h6 {
	font-size: 9px;
	text-transform: uppercase;
}
p {
	padding-bottom: 10px;
}
ul, ol {
	padding: 0 0 10px 30px;
}
a, a.visited {
	color: #333;
}

.clear { clear: both; }
#page-footer { 
	height: 134px; 
}
#footer {
	position: fixed;
	bottom: 0;
	z-index: 3000;
	clear: both;
}