/*  
Theme Name: Vsync
Theme URI: http://www.getwordpressed.com/
Description: customized theme by <a href="https://www.getwordpressed.com">Get WordPressed</a>.
Version: 1.0 */

/* Begin Typography & Colors */
body {
text-align: left;
font-family: Tahoma,Arial,Helvetica;
font-size: 10pt;
padding: 0;
margin: 0;
color: #424242;
}

#wrapper {
text-align: left;
width: 850px;
margin: 0 auto;
}

.clear {
clear: both;
}

a { 
color:#716f64; 
}
a:hover { 
color:#385f98;
}

h1, h2, h3 {
font-size: 16px;
color: #404040;
}

h1 a, h2 a {
text-decoration: none;
}

#header {
width: 100%;
text-align: right;
}

#mainarea {
text-align: left;
}

#logo {
float: left;
}

#menu {
	width: 850px;
	left: 0;
	line-height: normal;
}

#submenu {
	width: 850px;
	height: 42px;
	background: url(images/submenu.gif) top left no-repeat;
	clear: both;
	text-align: left;
	font-size: 9pt;
	white-space: nowrap;
	padding-top: 15px;
}

#submenu-left {
width: 450px;
float: left;
padding: 3px 0 0 5px;
}

#submenu-left a {
color: #424242;
font-size: 11px;
}

#submenu-left {
font-size: 11px;
}

#submenu-right {
float: right;
}

#submenu-right a {
text-decoration: none;
}

#submenu-login {
	width: 63px;
	height: 22px;
	background: url(images/login.gif) no-repeat;
	text-align: left;
	float: left;
	margin-right: 2px;
	padding-top: 3px;
}

#submenu-login a {
	padding-left: 27px;
	}

#submenu-register a {
	padding-left: 27px;
	}

#submenu-register {
	width: 77px;
	height: 22px;
	background: url(images/register.gif) no-repeat;
	text-align: left;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}

#submenu-search {
	width: 160px;
	float: left;
}

#searchform {
	width: 157px;
	padding: 0;
	margin: 0;
	}

#s {
	background: url(images/search.gif) top left no-repeat;
	width: 131px;
	height: 22px;
	border: 0;
	padding: 3px 0 0 3px;
	margin: 0;
	vertical-align: top;
	}

#search-button {
width: 21px;
height: 22px; 
border: 0;
}

#button {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size: 8pt;
}

#button a {
	color: #000;
}

#button li {
	float: left;
	height: 38px;
	background: url(images/button-right.gif) top right no-repeat;
	margin: 0 0px;
	white-space: nowrap;
}

#button .page_item a{
	display: block;
	background: url(images/button-left.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	line-height: 38px;
}

#button li:hover {
	background-position: 100% -38px;
}
#button .page_item a:hover {
	background-position: 0px -38px;
	border: none;
}

#button li.current_page_item, #button li.page_item:hover {
	text-decoration: none;
	color: #fff;
	background: url(images/button-right-hover.gif) top right no-repeat;
}

#button .current_page_item a, #button .current_page_item a:visited, #button .page_item a:hover {
	text-decoration: none;
	color: #fff;
	background: url(images/button-left-hover.gif) top left no-repeat;
}

.content {
width: 600px;
}

#right {
float: right;
width: 235px;
}

img {
border: 0;
}

.alignright {
float: right;
padding-left: 8px;
}

.alignleft {
float: left;
padding-right: 8px;
}

#footer {
width: 850px;
text-align: right;
}

.widget {
width: 225px;
padding:0 15px 15px 15px;
}

#footer-address {
float: left;
text-align: left;
}

.entry-top {
	background: url(images/bg-post-top-gold.gif) top left no-repeat;
	width: 596px;
	height: 20px;
	}

.entry {
	background: url(images/bg-post-gold.gif) top left repeat-y;
	width: 596px;
	}

.entry-bottom {
	background: url(images/bg-post-bottom-gold.gif) top left no-repeat;
	width: 596px;
	height: 20px;
	}

.entry-content, .title, .postmetadata, .navigation {
text-align: left;
margin: 0 20px;
}

.postmetadata {
margin-top: 10px;
}

.search-divider {
width: 586px;
border: 1px solid #dbdbdb;
}

.sidebar ul, .sidebar li {
list-style-type: none;
padding: 0;
margin: 0;
}

.widget {
	background: url(images/sidebar-header.gif) top left no-repeat;
	background-color: #e4e4e4;
	width: 205px;
	}
.w-bot {
	background: url(images/sidebar-footer.gif) bottom left no-repeat;
	width: 235px;
	height: 9px;
	}
.widget h3 {
color: #ffffff;
padding-top: 4px;
}
.widget h3 a {
color: #ffffff;
}