/*
Burlycat Web Solutions
http://www.burlycat.com
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	color: #666666;
}

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 {
	font-weight: normal;
	color: #999999;
}

h1 {
	letter-spacing: -1px;
	font-size: 25px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Menu */

#MenuBlock {
	display:block;
	width: 100px;
	height: 40px;
}

#MenuLarge {
	float:left;
	width: 25px;
	text-align: center;
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	font-size: 30px;
}

#MenuSmall {
	float:left
	text-align: left;
	padding-left:10px;
	padding-top:10px;
	color: #999999;
}

#MenuSmall .plus {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#666666;
	text-transform: none;	
	
}

#MenuSmall .active {
	text-decoration: none;
	color: #990000;
	font-weight: none;
}

#MenuSmall a {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#666666;
	text-transform: none;
}

#MenuSmall a:hover {
	text-decoration: underline overline;
	color:#990000;
}

/*borders */

#LeftBorder {
	float: left;
	height: 280px;
	width: 2px;
	margin: 0 auto;
	padding-top: 75px;	
	border-left-style: solid;
	border-left-width: 1px; 

}

#RightBorder {
	float: right;
	height: 280px;
	width: 2px;
	margin: 0 auto;
	padding-top: 75px;	
	border-left-style: solid;
	border-left-width: 1px; 

}

hr { 
	border:none;
	border-top:dotted 2px black 
}

/* MainBody */

#header {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 50px;
	letter-spacing: 45px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#MainBody {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
}

#LeftBlock {
	float: left;
	width: 125px;
	padding: 15px 0 0 25px;	
	
}

#LeftBlock .entry {
}

#CenterBlock {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 450px;
	padding: 50px 40px 0 10px;	
}

#Quotes {
	margin-top: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	float: center;
	width: 450px;
	padding: 10px 10px 10px 10px;
	border: dashed;
	border-width: 1px;
}

#Quotes .author {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	font-style: italic;

}

#RightBlock {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	width: 140px;
	padding: 50px 50px 0 25px;	
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}


/* Footer */

#Footer {
	float: left;
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-align: right;
	width: 875px;
	height: 40px;
	display:block;
	margin: 30px auto;
	bottom: 0px;
	left: 0px;
}

#Footer a{
	color:#999999;
	text-decoration:underline;
}

#Footer a:hover{
	color:#000000;
}



