/*
Theme Name: Mr. Techie
Theme URI: http://www.freewpthemes.net/preview/mrtechie
Description: A three-column theme with the third column allocated for ads. Features Web 2.0 design ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background-image: url(images/Page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#bf95d9;
	text-align: justify;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e9c9fd;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #333333;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #430D58;
}

h1 {
font-family:Arial, Helvetica, sans-serif;

	font-size: 2.6em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #e9c9fd;
}

a {
	color: #cf9e08;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #fcdc05;
}

img {
	border: none;
}

/* Header */

#wrapper {
}

#header {
	width: 900px;
	height: 150px;
	clear:both;
	margin:auto;
	background: url(images/Header.jpg);
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #cc0000;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
	color: #cf9e08;
}

#rss a:hover {
	text-decoration: none;
}

/* Search 

#search {
	
	width: 150px;
	height: 25px;
	background: #FFFFFF;
}

#search #x {

}

#search #s {

	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #cc0000;
}

#search br {
	display: none;
}
*/
/* Menu */

#menu {
	width: 900px;
	height: 41px;
	background-image:url(images/Menu.jpg);
	margin:auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	color: #222222;
}

#menu .current_page_item {
}

#menu .current_page_item a {
}

#menu .current_page_item a:hover {
}

/* Page */

#page {
	width: 898px;
	margin: 0 auto;
	border-left: #491a66 solid 1px;
	border-right: #491a66 solid 1px;
	padding: 30px 0;
	background-color:#9466AE;
}

/* Ads 

#adbar {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

#adbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#adbar li {
	margin-bottom: 20px;
}*/

/* Content */

#content {
	float: left;
	width: 550px;
	padding:10px;
}

.post {
	margin-bottom: 50px;
	border-bottom: 1px #e9c9fd dashed;
}

.post .title {
	color: #430D58;
}

.post .title h2 {
	font-size: 2.2em;
	color: #430D58;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BE94D8;
}

.post .title p a {
	color: #BE94D8;
}

.post .entry {
	padding-top: 30px;
}

.post .entry h2, #comments h2, #respond h2 {
	margin-bottom: 1em;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img08.gif) no-repeat;
}

.post a {
	color: #430D58;
}

.navigation a {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	margin-bottom: 1em;
}

/* Comments */

#comment ol, #comments p {
	line-height: normal;
}

/* Respond */

#respond p {
	margin-bottom: .5em;
}

/* Sidebar */

#sidebar {
margin-right:5px;
	float: right;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(images/img05.gif) no-repeat left 60%;
	border-bottom: 1px #e9c9fd dashed;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #e9c9fd;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

/* Footer */

#footer {
background-image:url(images/Footer.jpg);
background-repeat:no-repeat;
	clear: both;
	width: 900px;
	height:74px;
	margin:auto;
	
}

#footer p {

	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}
.FooterContent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #efefef;

}
#footer a {
	text-decoration: none;
}

