/*
THEME NAME: Dataworks
THEME URI: http://www.2020creative.com
DESCRIPTION: Theme for Dataworks Inc
VERSION: 1.0
AUTHOR: Brian Shephard - 20/20 Creative
AUTHOR URI: http://www.2020creative.com
TAGS: Technology Solutions for the way you work
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	color: #333334;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('background.png') #4682b4 top no-repeat;
}

#container {
	margin: 0 auto;
	margin-top: 14px;
	width: 900px;
}


/*Top*/

#top {
	padding: 0 20px 0 20px;
	width: 860px;
	height: 92px;
	background: url('top.png') top left no-repeat;
}

#top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top .logo {
	float: left;
	margin: 20px 0 0 0;
	width: 440px;
	height: 60px;
	background: url('logo.gif') top left no-repeat;
}

#top .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#top #social {
	float: right;
	margin: 30px 0 0 0;
	width: 200px;
}

#top #social a {
	display: block;
	width: 100%;
	height: 100%;
}

#top #social .rss {
	float: right;
	margin: 0 8px 0 0;
	width: 24px;
	height: 24px;
	background: url('rss_img.png') top left no-repeat;
}

#top #social .facebook {
	float: right;
	margin: 0 8px 0 0;
	width: 24px;
	height: 24px;
	background: url('facebook_img.png') top left no-repeat;
}

#top #social .twitter {
	float: right;
	width: 24px;
	height: 24px;
	background: url('twitter_img.png') top left no-repeat;
}

#top #social .menu-top-navigation-container {
	float: left;
	margin: 8px 0 0 0;
	padding: 3px 26px 0 0;
	width: 174px;
	height: 17px;
	color: #183773;
	font-size: 11px;
	text-align: right;
	background: url('arrow.png') top right no-repeat;
}

#top #social .menu-top-navigation-container a {
	color: #183773;
}

#top #social .menu-top-navigation-container a:hover {
	color: #72b66c;
}


/*Navigation*/

#navigation {
	width: 900px;
	height: 43px;
	background: url('navigation.png') top left repeat-x;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}

#navigation ul li a, #navigation ul li a:visited {
	display: block;
	overflow: hidden;
	margin: 0 16px 0 16px;
	padding: 0px 0px 0px 15px;
	height: 27px;
	color: #ffffff;
	text-decoration: none;
	line-height: 27px;
}

#navigation ul li a span {
	padding: 0px 13px 0px 0px;
}

#navigation ul li {
	float: left;
	position: relative;
	margin: 10px 5px 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation ul li ul {
	display: none;
	background-image: none;
}

#navigation ul li ul li {
	margin: 0px;
	width: 230px;
	line-height: 28px;
	top: -1px;
}

#navigation ul li a.current_page_item {
	color: #ffffff;
	background: url('hover_left.png') top left no-repeat;
}

#navigation ul li a.current_page_item span {
	display: block;
	padding: 0px 13px 0px 0px;
	color: #ffffff;
	background: url('hover_right.png') top right no-repeat;
}

#navigation ul li:hover a {
	color: #ffffff;
	background: url('hover_left.png') top left no-repeat;
}

#navigation ul li:hover a span {
	display: block;
	padding: 0px 13px 0px 0px;
	color: #ffffff;
	background: url('hover_right.png') top right no-repeat;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	width: 105px;
}

#navigation ul li:hover ul li ul {
	display: none;
}

#navigation ul li:hover ul li a {
	display: block;
	color: #ffffff;
	background: #1a3876;
}

#navigation ul li:hover ul li a:hover {
	color: #ffffff;
	background: #72b66c;
}

#navigation ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}

#navigation ul li:hover ul li:hover ul.left {
	left: -105px;
}


#navigation ul li ul li a, #navigation ul li ul li, #navigation ul li ul, #navigation ul li {
	background: url('blank.png') top left no-repeat;
}


/*Slider*/

#slider_container {
	padding: 20px;
	width: 860px;
	height: 308px;
	background: #ffffff;
}

#slider {
    width: 860px;
    height: 308px;
}

#slider h2 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .9px;
}

#slider p {
	margin: 0;
	padding: 0 0 20px 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:1px;
	height:1px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:1px;
	height:1px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Arial, Helvetica, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/*Header*/

#header {
	padding: 20px;
	width: 860px;
	height: 120px;
	background: #ffffff center no-repeat;
}

#header h1 {
	float: right;
	margin: 45px 40px 0 0;
	padding: 0;
	color: #183773;
	width: 600px;
	text-align: right;
}


/*Section One*/

#section_one {
	width: 900px;
	height: 142px;
	background: url('section_one.png') top left repeat-x;
}

#section_one #one {
	float: left;
	padding: 20px;
	width: 185px;
	height: 102px;
	background: url('section_one_div.png') top right repeat-y;
}

#section_one p {
	margin: 0;
	padding: 0;
	color: #006600;
	font-size: 12px;
	line-height: 16px;
}

#section_one #one h2 {
	margin: 0;
	padding: 4px 0 10px 40px;
	height: 31px;
	color: #183773;
	font-size: 18px;
	font-weight: bold;
	background: url('email_icon.png') top left no-repeat
}

#section_one #one h2 a {
	color: #183773;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#section_one #one h2 a:hover {
	color: #45933d;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#section_one #two {
	float: left;
	padding: 20px;
	width: 185px;
	height: 102px;
	background: url('section_one_div.png') top right repeat-y;
}

#section_one #two h2 {
	margin: 0;
	padding: 4px 0 10px 40px;
	height: 31px;
	color: #183773;
	font-size: 18px;
	font-weight: bold;
	background: url('security_icon.png') top left no-repeat
}

#section_one #three {
	float: left;
	padding: 20px;
	width: 185px;
	height: 102px;
	background: url('section_one_div.png') top right repeat-y;
}

#section_one #three h2 {
	margin: 0;
	padding: 4px 0 10px 40px;
	height: 31px;
	color: #183773;
	font-size: 18px;
	font-weight: bold;
	background: url('managed_icon.png') top left no-repeat
}

#section_one #four {
	float: left;
	padding: 20px;
	width: 185px;
	height: 102px;
}

#section_one #four h2 {
	margin: 0;
	padding: 4px 0 10px 40px;
	height: 31px;
	color: #183773;
	font-size: 18px;
	font-weight: bold;
	background: url('backup_icon.png') top left no-repeat
}


/*Main*/

#main {
	width: 900px;
	background: #ffffff;
}


/*Content*/

#main #content {
	float: left;
	padding: 20px;
	width: 540px;
}

#main #content h1 {
	margin: 0;
	padding: 0;
	color: #183773;
	font-size: 18px;
	font-weight: bold;
}

#main #content h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #183773;
	font-size: 16px;
	font-weight: bold;
}

#main #content p {
	margin: 0;
	padding: 0 0 20px 0;
	color: #3f3f3f;
	line-height: 18px;
}


/*Sidebar*/

#main #sidebar {
	float: right;
	padding: 20px;
	width: 274px;
}

#main #sidebar h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #183773;
	font-size: 16px;
	font-weight: bold;
}

#main #sidebar form {
	margin: 0 0 20px 0;
	padding: 0;
}

#main #sidebar form .input {
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 130px;
	color: #9d9a9a;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #9d9a9a;
}

#main #sidebar form .input:focus {
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 130px;
	color: #72b66c;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #72b66c;
}

#main #sidebar form .right_input {
	float: right;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 130px;
	color: #9d9a9a;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #9d9a9a;
}

#main #sidebar form .right_input:focus {
	float: right;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 130px;
	color: #72b66c;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #72b66c;
}

#main #sidebar form .full_input {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 272px;
	color: #9d9a9a;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #9d9a9a;
}

#main #sidebar form .full_input:focus {
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 272px;
	color: #72b66c;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #72b66c;
}


#main #sidebar form .newsletter_input {
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 240px;
	color: #9d9a9a;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #9d9a9a;
}

#main #sidebar form .newsletter_input:focus {
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 0;
	width: 240px;
	color: #72b66c;
	line-height: 10px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #72b66c;
}

#main #sidebar form .contact_btn {
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	width: 94px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: url('contact_btn.png') top right no-repeat;
}

#main #sidebar form .newsletter_btn {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 20px;
	height: 20px;
	text-align: left;
	border: none;
	cursor: pointer;
	background: url('arrow.png') top right no-repeat;
}


#main #sidebar form p {
	margin: 0;
	padding: 0;
	color: #595858;
	line-height: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}


/*Footer*/

#footer {
	width: 900px;
	background: url('footer_background.png') top left repeat-y;
}

#footer h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
}

#footer h3 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 0 0 20px 0;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
}

#footer ul {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	list-style: none;
	line-height: 18px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #72b66c;
	text-decoration: none;
}

#footer .join {
	padding: 3px 0 0 24px;
	width: 200px;
	height: 18px;
	color: #ffffff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url('twitter_icon.png') top left no-repeat;
}

#footer .one {
	float: left;
	padding: 20px;
	width: 156px;
}

#footer .two {
	float: left;
	padding: 20px;
	width: 144px;
}

#footer .three {
	float: left;
	padding: 20px;
	width: 165px;
}

#footer .four {
	float: left;
	padding: 20px;
	width: 275px;
}

#copyright {
	padding: 40px 20px 20px 20px;
	width: 860px;
	height: 26px;
	color: #ffffff;
	background: url('footer.png') top left no-repeat;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	color: #45933d;
	text-decoration: none;
}

.menu-footer-container {
	float: right;
    margin: 0;
	padding: 0;
	width: 400px;
}

.menu-footer-container ul {
	margin: 0;
	padding: 0;
}

.menu-footer-container ul li {
	display: inline;
	margin: 0 0 0 12px;
	padding: 0;
}

#copyright .left {
	float: left;
	width: 400px;
}

#copyright .right {
	float: right;
	width: 400px;
	text-align: right;
}


/*Misc*/

.clear {
	clear: both;
}

a {
	color: #183773;
	text-decoration: underline;
}

a:hover {
	color: #45933d;
	text-decoration: underline;
}

h1 a, a:hover {
	text-decoration: none;
}

h2 a, a:hover {
	text-decoration: none;
}
	
h3 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #183773;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #183773;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #183773;
	font-size: 12px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

img { 
	border: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.widget {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.textwidget {
	margin-bottom: 30px;
}

.widget_nav_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-item {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*Blog*/

#post {
	margin: 0;
	padding: 0;
}

#post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#post li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#post .date {
	float: left;
	margin: 0 10px 0 0;
	width: 30px;
	padding: 4px;
	font: bold 20px Helvetica, Sans-Serif;
	color: #b6b6b1;
	text-align: center;
	background-color: #dedede;
}

#post .date span {
	font: normal 10px Helvetica, Sans-Serif;
	display: block;
	margin: -5px 0 0 0;
}

#post .heading {
	float: left;
	margin: 0 0 4px 0;
	width: 400px;
	color: #b6b6b1;
}

#post .heading h2 {
	float: left;
	margin: 0 0 2px 0;
	padding: 0;
	width: 400px;
	color: #183773;
	font-size: 18px;
	font-weight: bold;
}

#post .heading h2 a {
	text-decoration: none;
}

#post .heading h2 a:hover {
	color: #45933d;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#post .heading p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#post .post-content {
	
}

#post .post-content p {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.pagination {
	margin: 0 0 60px 0;
	overflow: hidden;
}

.pagination p {
	margin: 0;
}

.pagination p a {
	display: block;
	width: 102px;
	height: 33px;
	overflow: hidden;
	background: url(pagination-bg.png);
	font-size: 16px;
}

.pagination p.prev a {
	float: left;
	padding: 14px 0 0 46px;
}

.pagination p.next a {
	float: right;
	text-align: right;
	padding: 14px 46px 0 0;
	background-position: 0 -47px;
}

#share, #similar {
	background: url(lines.png);
	padding: 20px 18px;
	margin: 0 0 30px 0;
}

#share ul {
	list-style: none;
	overflow: hidden;
}

#share ul li {
	float: left;
	margin: 0 30px 0 0;
}

#similar ul li {
	font-size: 16px;
	list-style: none;
	margin: 0 0 10px 0;
}

#archives h2 {
	padding: 0 0 2px 0;
	color: #183773;
	font-size: 16px;
	font-weight: bold;
}

#archives h2 a {
	color: #183773;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#archives h2 a:hover {
	color: #45933d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#archives ul {
	list-style: none;
	font: 18px Lucida Grande, Lucida Sans Unicode, Helvetica, Sans-Serif;
}

#archives ul li {
	margin: 0 0 10px 0;
}

#archives ul#smart-archives-block {
	font: 24px Tallys, Georgia, Serif;
	padding: 0 0 30px 0;
	background: url(underline.png) bottom repeat-x;
}

#archives ul#smart-archives-block strong, #archives ul#smart-archives-block span, #archives ul#smart-archives-block a {
	margin: 0 12px 20px 0;
}

#archives ul#smart-archives-block span.empty-month {
	color: #afada2;
	text-shadow: 0px 1px 0px #fff;
}

#comments ol.commentlist {
	margin: 0 0 40px 0;
	list-style: none;
}

#comments ol.commentlist li {
	margin: 0;
	padding: 0 0 24px 0;
	clear: both;
	list-style: none;
}

#comments ol.commentlist ul {
	margin: 0 0 0 20px;
	list-style: none;
}

#comments ol.commentlist ul li {
	margin: 0 0 24px 20px;
	padding: 0;
	border: none;
	list-style: none;
}

#comments .comment {
	overflow: hidden;
}

#comments .comment .avatar {
	float: left;
	margin: 0 15px 10px 0;
	padding: 5px;
	background: url(lines.png);
}

#comments .comment .commenttext {
	width: 404px;
	float: left;
}

#comments .comment p {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 24px;
}

#comments .comment cite {
	font: 18px Georgia, Serif;
	margin : 0 0 5px 0;
}

#comments .comment span {
	display: none;
}

#comments .comment .comment-meta {
	float: right;
	font: 11px Georgia, Serif;
	margin: -18px 0 0 0;
}

#comments .comment .reply a {

	display: block;
	clear: both;
	float: right;
	font: 15px Georgia, Serif;
}

#comments .comment .cancel a {
	display: block;
	float: right;
	clear: both;
	font: 15px Georgia, Serif;
}

#comments #respond {
	margin: 0 0 66px 0;
	clear: both;
}

/*#comments #respond form label {
	float: left;
	clear: left;
	width: 80px;
	text-align: right;
	margin: 7px 10px 0 0;
	font: 17px Georgia, Serif;
	color: #474747;
	text-shadow: 0px 1px 0px #fff;
}

#comments #respond form input {
	float: left;
	width: 250px;
	height: 30px;
	margin: 0 20px 10px 0;
	padding: 4px 15px 0 15px;
	background: #cfcdbf url(input-bg.png) repeat-x;
	border: 1px solid #c9c8b9;
	font: 15px Helvetica, Arial, Sans-Serif;
	color: #474747;
}

#comments #respond form textarea {
	float: left;
	width: 400px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #cfcdbf url(input-bg.png) repeat-x;
	border: 1px solid #c9c8b9;
	font: 15px Helvetica, Arial, Sans-Serif;
	color: #474747;
}

#comments #respond form input.commentsubmit {
	margin: 10px 0 0 80px;
	width: auto;
	height: auto;
	background: none;
	border: none;
	font: 28px Tallys, Georgia, Serif;
	letter-spacing: 3px;
	color: #88344b;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
}

#comments #respond form input:focus, #comments #respond form textarea:focus {
	border: 1px solid #adac9f;
}*/


.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.widget_nav_menu li {
	padding: 0 0 4px 28px;
	height: 20px;
	background: url('arrow.png') left no-repeat;
}

.widget_nav_menu li a {
	color: #638742;
	text-decoration: underline;
}

.widget_nav_menu li a:hover {
	color: #183773;
	text-decoration: underline;
}

#testimonial	{
	font-style: italic;
	line-height: 18px;
	color: #0066CC;
}

.author	{
	font-weight: bold;
	text-align: right;
	color: #000000;
	font-style: none;
}
