body {
	margin: 0px;
	padding: 0;
	background: #EDE7DB url(images/img01.gif) repeat-x left top;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #696969;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header-wrapper {
	width: 100%;
	height: 150px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 150px;
}

/* Header */

#logo {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
}

#menu {
	width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0px 20px;
	background: url(images/img02.gif) repeat-x left top;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 21px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #F49A73;
	color: #2E0815;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 0px 20px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 420px;
	margin: 10px 10px 20px 10px;
}

#contentx {
	float: left;
	width: 900px;
	margin: 20px 20px 20px 20px;
}

.post {

	background: url(images/img04.gif) repeat-x left bottom;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.byline a {
	color: #666666;
}

.tag {`
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	text-align: left;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 280px;
}

#sidebar2 {
	float: right;
	width: 200px;
}

.sidebar {
	float: left;
	padding-top: 24px;
	color: #595959;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 0px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 100px;
}
#footercr {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: #111111;
}

#footer {
	width: 920px;
	height: 150px;
	margin: 0 auto;
	padding: 0 20px;
	background: #ffffff;
	border-top: #F88F26 dotted 2px;
}
#footer p {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footercr p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footercr a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}
#search_box {
    width: 201px;
    height: 31px;
    background: url(images/bg_search_box.gif);
	margin-left:15px;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;

}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 20px;
	margin: 5px;
	background: #ffffff;
vertical-align: middle;

}
.thumbs img:hover	{
	
	background: #ffffff;	
}
.thumbs a:hover { background-color: transparent; border: none }



ul { list-style: none; }
a { color: #F88F26; text-decoration: none; }
a.abtn { background: #F88F26; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 5px 3px 5px; }
a.abtn:hover { background: #e0d3c1; }
a.asml { font-size: 10px; font-weight: bold; color: #666; text-decoration: underline; }
a:hover { color: #333; text-decoration: none; }
small { color: #666; font-size: 11px; }

.clearall { clear: both; }
.boxmeta { font-size: 11px; font-weight: bold; padding-top: 15px; }
.mainads { background: url(http://www.vectorgraphicarts.com/images/bg-ad-mainads3.gif) right center no-repeat; }
.leftads { margin-bottom: 15px; }
.smadbox { background: #666; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 5px 2px 5px; margin-right: 4px; }

#rootbody-centerx { float: left; width: 450px; }
#rootbody-center { float: left; width: 420px; }
#rootbody-center li { border-bottom: 1px dotted #ccc; margin-bottom: 4px; padding-bottom: 2px; font-size: 11px; color: #999; }
.lbox { margin-bottom: 15px; padding: 0px 0px 0px 0px; border: 1px solid #ebebeb; }


.mbox { background: url(http://www.vectorgraphicarts.com/images/bg-mbox-border.gif);margin-bottom: 15px;}
.mbox-top { background: url(http://www.vectorgraphicarts.com/images/bg-mbox-top.gif); height: 16px;}
.mbox-left { float: left; padding-left: 16px; padding-top: 30px; text-align: center; width: 100px; }
.mbox-right { float: right; width: 260px; padding-right: 16px; line-height: 13px; }
.mbox-right h2 { margin-bottom: 10px; border-bottom: 3px solid #ededed; padding-bottom: 5px; }
.mbox-right p { border-bottom: 1px dotted #ccc; padding: 2px 0px 2px 0px; }
.mbox-bottom { background: url(http://www.vectorgraphicarts.com/images/bg-mbox-bottom.gif) bottom; height: 16px; clear: both;}
