/*  
Theme Name: Pixel Effects
Theme URI: http://www.pixeleffects.com
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Pixel Effects
Author URI: http://www.pixeleffects.com/
*/


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/content-back2.jpg) repeat-x left top;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e9e9e9;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

h2 a:link {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}
h3 a:link {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h3 a:hover{
	text-decoration: underline;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #676767;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #e9e9e9;
}

ul {
}

ol {
}

a {
	color: #e9e9e9;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 71px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 32px;
	background: url(images/content-hdr2.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 19px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 15px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	background: url(images/home-logo.jpg) no-repeat left 50%;
	padding-left: 60px;
	width: 220px;
	height: 70px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 25px;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #231f20;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 2px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 5px 7px 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #231f20;
}

#menu a:hover {
	background: url(images/nav-indicator.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(images/nav-indicator.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 900px;
	margin: 13px auto;
	padding-top: 20px;
}

#content {
	padding: 0px 20px;
}

#latest-post {
	float: left;
	width: 570px;
	line-height: 15px;
	font-size: 12px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 15px;
	font-size: 12px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #e9e9e9;
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

#recent-posts .tweeter {
	margin: 0 0 0 0;
	padding-top: 25px;
	padding-left: 85px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	color: #e9e9e9;
}

#recent-posts .tweeter a {
	text-decoration: underline;
	font-weight:bold;
}

#recent-posts .tweeter a:hover {
	text-decoration: none;
	font-weight:bold;
}

.tweet-graphic {
	float: right;
	width: 250px;
	height: 220px;
	padding: 0px 10px 10px 10px;
	background: url(images/pixltweets-tall2.png) no-repeat center top;
}

#tweety {
	float: right;
	width: 250px;
	height: 254px;
	padding: 0px 10px 10px 10px;
	background: url(images/pixltweets-tall2.png) no-repeat;
}

#tweety .tweet {
	position: relative;
	width: 140px;
	padding: 20px 80px;
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
	text-align:left;
	color: #e9e9e9;
	margin-bottom:80px;
}

#tweety .tweet a{
	position: relative;
	text-decoration: underline;
	color: #e9e9e9;
	font-size: 13px;
	font-weight:bold;
}

#tweety .space{
	position: relative;
}


.post {
}

.post .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	margin: 0;
}

.post .title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #e9e9e9;
}

.post .meta a {
	color: #e9e9e9;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #e9e9e9;
	border-bottom: #9C9C9C 1px dashed;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #353031;
	color: #e9e9e9;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 210px;
	padding: 5px 2px 2px 10px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 20px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #e9e9e9;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/bottom-bar.png) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.alignright {
	float: right;
	padding-right: 15px;
}

.alignleft {
	float: left;
	padding-left: 15px;
}

.navigation {
	padding-top: 20px;
}
