html {
}
body {
	background:none;
	font:14px Ariel, sans-serif;
	line-height:17px;
}
input, textarea {
    font: 15px Georgia,serif;
    line-height:20px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:12px Ariel, sans-serif;
	line-height:15px;
}
blockquote {
    color:#FFF280;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a {
	text-decoration:none;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Menu
-------------------------------------------------------------- */
#menu {
	clear:left;
	float:left;
	padding: 15px 0 15px 15px;
	display:inline;
	color:#aaa;
	font-size:14px;
	line-height:14px;
}
#menu a {
	color:#B22222;
}
#menu a:hover {
	color:#ccc;
}

/* =Offer Form
-------------------------------------------------------------- */
/* --- fieldset --- */
#offerinfo {
}
.sendoffer {
}
/* --- form --- */
#offerform {
	float:right;
}
.sendform {
	font:12px arial,sans-serif;
}


/* =Header
-------------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    margin-top:50px;
    width:1040px;
    background:transparent;
    overflow:hidden; /* -- helps the container to clear its inner floats -- */
}
#header {
    margin: 0 auto;
    z-index:2;
    width: 960px;
    height:100px;
    background:transparent;
}
#blog-title {
    font-family:Verdana,sans-serif;
    font-size:32px;
    font-weight:bold;
    text-shadow: 3px 3px #000;
    line-height:40px;
    float:right;
    margin-right:20px;
}
#blog-title a {
    color:#ccc;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #f1f1f1;
}
#blog-description {
    color:#000;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    clear:right;
    float:right;
    margin-right:20px;
}
.thumbnail { float:left; margin:0; padding:0 7px 0 0; }
.thumbnail img { width:100px; height:100px; }
/* =Content
-------------------------------------------------------------- */

#main {
	margin:0 auto;
	width:1000px;
    clear:both;
    padding:0;
    overflow:hidden; /* -- helps the container to clear its inner floats -- */
    margin-bottom:100px;
}
#content {
	float:left;
	width:640px;
	padding:0 0 0 20px;
	overflow:visible;
}
.entry-title {
	font:18px Ariel, sans-serif;
	line-height:20px;
    font-weight:bold;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #ccc;
}
.entry-content {
    padding:0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
/*
    Main Asides
*/
.main-aside {
	width:250px;
	float:right;
	padding:0;
	margin:0;
}
.main-aside a {
	text-decoration:none;
	color:#000ccc;
	font-weight:bold;
}
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
	width:300px;
    border:none;
    padding-right:20px;
}
#primary hr {
	background-color:#ff4b33;
	height:3px;
	padding-right:20px;
}


/* =Ads
-------------------------------------------------------------- */

#flipGroup {
	clear:both;
	margin:10px 0 20px 0;
}
.flippaads {
	float:left;
	padding:5px;
}
.googleads {
	clear:right;
	margin-bottom:10px;
	width:250px;
	height:250px;
	float:right;
	padding:0;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin: 0 auto;
    clear:both;
    width: 1000px;
    padding:20px;
}
#siteinfo {
	width:670px;
    clear:both;
    color:#999999;
    font-size:11px;
    line-height:18px;
    padding:20px 0 20px 0;
}
#siteinfo a {
    color:#999999;
    text-decoration:none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


