/*
Theme Name: Accudata
Theme URI: http://www.accudata.com
Version: 1.0
Description: 2 Column theme
Author: Starmark
Author URI: http://www.starmark.com
*/



/* Links */

a:link { text-decoration: none; color: #E31937; }

a:visited { text-decoration: none; color: #E31937; }

/*a:hover, a:active { color: #E31937; }
*/
/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 20px 0 10px;
	color: #72afb6;
}

h1 { 
	font-size: 2.01ems; margin-bottom: 0px; margin-top: 10px;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
	margin-left: 5px;
}

h4, h5, h6 {
	font-size: 1.25em;
}

img {
	border: none;
}
/* Other Html Elements */
.titles {
	border-bottom-width: 0;
	text-decoration: none;
	underline: none;
	font: normal 1.5em "Trebuchet MS", Arial, sans-serif, Helvetica;
}
.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: none;
	underline: none;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol {
	line-height: 1em;
}

ul { list-style-image: url(images/bullet.gif); }

#navigation .page_item
{
}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body {
	font: .63em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url("http://accudata.com/img/bg_stripe.gif");
	background-position:0 74px;
	background-repeat:repeat-x;
	color:#333333;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#wrapperCenter {
	width: 955px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#wrapper {
	width:955px;
	margin:0 auto;
	background-image:url("http://accudata.com/img/bg_shadow.gif");
	background-repeat:repeat-y;
	padding:0 3px;
}
#midsection{position: relative;}
#content-wrapper
{
	width: 600px;
	float: left;
}

#content
{
	float: left;
	margin-left: 25px;
	width: 650px;
}

#sidebar-wrapper
{
	width: 230px;
	float: right;
	margin-right: 25px;
	margin-top:220px;
}

#sidebar
{
	float: right;
	padding: 0px 0px 0px 0px;
	width: 210px;
	margin-right: 0px;
	margin-top: 0px;
}

/*#footer
{
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 955px;
	text-align: left;
	background-color: #E31937;
	color: #FFFFFF;
	height: 14px;
}
#footer a {
	color: #FFFFFF;
	font-size: 0.69em;
	}

#footer a: visited {
	color: #FFFFFF;
	}
#footer a:hover {
	color: #CCCCCC;
	border-bottom: 1px dashed #E18A77;
	}
#footerLeft{
	float: left;
	margin: 1px 0px 0px;
	padding: 0px;
	display: inline;
	position: relative;
 } 
#footerRight{
	display: inline;
	padding: 0px;
	margin: 1px 0px 0px;
	float: right;
 } 
.footerLink{
	height:14px;
	font: Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	margin-right: 5px;
 } */
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}


#headerLeft{
	position:relative;
	float: left;
	top: 10px;
	left: 10px;
} 
#headerRight{
	position:relative;
	float: right;
	display: inline;
	top: 20px;
	right: 10px;
} 

/* Header */

#header h1 { padding-left: 30px; }

/* Navigation

#navigation ul { list-style-type: none; list-style-image: none; float: right; margin-top: 0px; padding: 0 0px 0 0; }

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #FFF;
	display: block;
	margin-right: 1px;
	border: 1px dashed transparent;
	height: 1.5em;
	font-size: 0.88em;
	margin-top: 4px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #FFF;
	background: #4F4F4F;
	border: 1px solid #000;
	background-repeat: repeat-x;
	font-size: .88em;
	margin-top: 4px;
}

#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
} */

/* Wrapper

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { } */

/* Content */

#content .post-title a { border-bottom-width: 0; }

#content .post p { font-size: 1.2em; }

#content .post p.img {
	float: left;
	margin: 0px 15px 0px 0px;
}

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{
	font-size: 90%;
	color: #333333;
	margin-bottom: 5px;
	padding:5px 5px 5px 15px;
	border: 1px solid #F4E8CA;
	clear: both;
	background-color: #F2F2F2;
}
#content /* Content */

 .post  {
	clear: both;
}

/* Sidebar */

.sideblock
{
	margin-bottom: 15px;
	background-color: #F7F7F7;
	border: 1px solid #E2E2E2;
	margin-top: 15px;
	margin-left: 0px;
}

.sideblock ul { }

.sideblock h3 {
	/*margin-top: 5px;
	font-size: .88em;
	color: #72afb6;
	font-weight: bold;*/
	font-size:12px;
	margin:0;
	padding:10px 0;
	color: #000;
}

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 {
	font-size: .88em;
	text-transform: uppercase;
	color: #555555;
}

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.date .month {
	display: block;
	color: #FFFFFF;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.82em;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
	font-size: .82em;
	color: #6F6F6F;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}
/*.navDiv {
	position: relative;
	top: 0px;
	left: 0px;
}
.nav1_Container {
}
.nav2_Container_flyout {
	margin: 0px;
}
.nav2_Box_flyout a {
	display:block;
	width: 200px;
	height: 20px;
	text-indent: 15px;
	background: url(images/nav/nav2_bg.png) no-repeat 0 0;
	margin: 0px;
}
.nav2_Box_flyout a:hover {
	background-position: 0 -15px;
}
.nav2_Box_flyout a:active {
	background-position: 0 -15px;
}
.nav3_Link {
	color: #FFFFFF;
}
*/


/* new styles */


#header_con
{
	width: 955px;
	float: left;
	padding: 0px;
	height: 74px;
	margin: 0px;
	border-bottom: 1px #B6A0A0;
}
#nav1_con
{
	width: 660px;
	display: inline-block;
	float: right;
	clear: inherit;
	margin-right: 12px;
	height: 47px;
	border-bottom: 1px #B29A9A;
}
#nav1b_con {
	width: 500px;
	display: inline;
	float: right;
	margin-top: 0px;
	clear: right;
	margin-right: 79px;
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	color: #794B4B;
}
#logo_con {
	height: 42px;
	width: 246px;
	margin-top: 16px;
	margin-left: 16px;
	float: left;
}
#nav1_con {
	display: inline-block;
	float: right;
	clear: inherit;
	margin-right: 12px;
	height: 47px;
}
#nav1b_con {
	width: 500px;
	display: inline;
	float: right;
	margin-top: 0px;
	clear: right;
	margin-right:82px;
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
	color: #794B4B;
}
.search_con {
	display: inline;
	float: right;
	color: #794b4b;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	font-weight: bold;
	margin-top: 20px;
	width: 205px;
}
.searchLabel {
	float:left;
	margin-top:5px;
}
.searchForm_con {
	width: 155px;
	float: right;
}
#nav1Grp_con {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 10px;
	width: 445px;
	margin-top:22px;
}
ul.navGrp_1 ul {
	display:none
}
ul.navGrp_1 li:hover>ul {
	display:block
}
ul.navGrp_1 ul {
	position: absolute;
	left:-1px;
	top:98%;
}
ul.navGrp_1 ul ul {
	position: absolute;
	left:98%;
	top:-2px;
}
ul.navGrp_1, ul.navGrp_1 ul {
	margin:0px;
	list-style:none;
	background-repeat:repeat;
}
ul.navGrp_1 table {
	border-collapse:collapse
}
ul.navGrp_1 {
	display:block;
	zoom:1;
	float: left;
	padding:0;
}
ul.navGrp_1 ul {
	width:160.65px;
	background-color:#eeeeee;
	top: 26px;
	padding-left:0;
}
ul.navGrp_1 li {
	display:block;
	font-size:0px;
	margin: 0px;
	background-image:url(http://www.accudata.com/img/navSep.gif);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
#nav_1_1 {
	background-image:none;
}
ul.navGrp_1 a:active, ul.navGrp_1 a:focus {
	outline-style:none;
}
ul.navGrp_1 a, ul.navGrp_1 li.dis a:hover, ul.navGrp_1 li.sep a:hover {
	padding: 8px 4px;
	display:block;
	font-size: 10px;
	color: #794B4B;
}
ul.navGrp_1 span {
	overflow:hidden;
}
ul.navGrp_1 li {
	float:left;
	padding: 0px 10px 0px 10px;
}
ul.navGrp_1 ul li {
	float:none;
	background-image:none;
}
ul.navGrp_1 ul a {
	text-align:left;
	white-space:nowrap;
	background-image: none;
	padding:12px 4px;
}
ul.navGrp_1 li.sep {
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.navGrp_1 li.sep span {
	float:none;
	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;
	background-image:none;
}
ul.navGrp_1 ul li.sep span {
	width:80%;
	height:3;
}
ul.navGrp_1 li:hover {
	position:relative;
}
ul.navGrp_1 li:hover>a {
	background-color:#8DAEA3;
	border-color:#665500;
	/*border-style:solid;*/
	font:normal 10px;
	color: #ffffff;
	text-decoration:none;
}
ul.navGrp_1 li a:hover {
	position:relative;
	background-color:#8DAEA3;
	border-color:#665500;
	/*border-style:solid;*/
	font:normal 10px;
	color: #ffffff;
	text-decoration:none;
}
ul.navGrp_1 li.dis a {
	color: #AAAAAA !important;
}
ul.navGrp_1 img {
	border: none;
	float:left;
	_float:none;
	margin-right:4px;
	width:16px;
	height:16px;
}
ul.navGrp_1 ul img {
	width:16px;
	height:16px;
}
ul.navGrp_1 img.over {
	display:none;
}
ul.navGrp_1 li.dis a:hover img.over {
	display:none !important;
}
ul.navGrp_1 li.dis a:hover img.def {
	display:inline !important;
}
ul.navGrp_1 li:hover > a img.def {
	display:none;
}
ul.navGrp_1 li:hover > a img.over {
	display:inline;
}
ul.navGrp_1 a:hover img.over, ul.navGrp_1 a:hover ul img.def, ul.navGrp_1 a:hover a:hover ul img.def, ul.navGrp_1 a:hover a:hover a:hover ul img.def, ul.navGrp_1 a:hover a:hover img.over, ul.navGrp_1 a:hover a:hover a:hover img.over, ul.navGrp_1 a:hover a:hover a:hover a:hover img.over {
	display:inline;
}
ul.navGrp_1 a:hover img.def, ul.navGrp_1 a:hover ul img.over, ul.navGrp_1 a:hover a:hover ul img.over, ul.navGrp_1 a:hover a:hover a:hover ul img.over, ul.navGrp_1 a:hover a:hover img.def, ul.navGrp_1 a:hover a:hover a:hover img.def, ul.navGrp_1 a:hover a:hover a:hover a:hover img.def {
	display:none;
}
ul.navGrp_1 a:hover ul, ul.navGrp_1 a:hover a:hover ul, ul.navGrp_1 a:hover a:hover a:hover ul {
	display:block;
}
ul.navGrp_1 a:hover ul ul, ul.navGrp_1 a:hover a:hover ul ul {
	display:none;
}
ul.navGrp_1 span {
	display:block;
	background-image:url(./images/arrv_anim_1.gif);
	background-position:right center;
	background-repeat: no-repeat;
	padding-right:11px;
}
ul.navGrp_1 li:hover>a>span {
	background-image:url(./images/arrv_anim_1o.gif);
}
ul.navGrp_1 a:hover span {
	background-image:url(./images/arrv_anim_1o.gif);
}
ul.navGrp_1 ul span, ul.navGrp_1 a:hover table span {
	background-image:url(./images/arr_double_1.gif);
}
ul.navGrp_1 ul li:hover > a span {
	background-image:url(./images/arr_double_1o.gif);
}
ul.navGrp_1 table a:hover span, ul.navGrp_1 table a:hover a:hover span, ul.navGrp_1 table a:hover a:hover a:hover span {
	background-image:url(./images/arr_double_1o.gif);
}
ul.navGrp_1 table a:hover table span, ul.navGrp_1 table a:hover a:hover table span {
	background-image:url(./images/arr_double_1.gif);
}
.navGrp_1 a {
	text-transform: uppercase;
}
#nav_1_1 .navGrp_2 li a, #nav_1_2 .navGrp_2 li a, #nav_1_3 .navGrp_2 li a, #nav_1_4 .navGrp_2 li a, #nav_1_6 .navGrp_2 li a {
	text-transform: none;
}

/* footer */
#socialMedia_con {
	float: left;
	height: 18px;
	margin-top:5px;
	margin-left: 36px;
}
.smItem {
	height: 18px;
	width: 60px;
	float: left;
	margin-right: 21px;
}
#login_con {
	float: right;
	width: 208px;
}
.loginItem {
	float: left;
	padding: 6px 4px;
}
/* footer */
#footer_con {
	width: 955px;
	height: 28px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #b29a9a;
	border-bottom-color: #b29a9a;
	float: left;
}
#footer_b_con {
	width: 955px;
	clear: both;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 371px;
	background-color: #8DAEA3;
}
.footerCol_con {
	color:#FFFFFF;
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}
.firstFooterCol {
	margin-left: 37px;
}
.lastFooterCol {
	float: right;
	width: 175px;
	margin-right: 30px;
	font-size: 11px;
}
.lastFooterCol a {
	font-size: 11px !important;
}
.footerColHeader {
	width: 140px;
	display: block;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
	height: 14px;
	overflow: hidden;
	margin-bottom: 2px;
	font-weight: bold;
	color: #FFF;
}
.footerCol_con a {
	width: 130px;
	clear: both;
	display: block;
	padding-top: 2px;
	color: #FFF;
	font-size: 12px;
}
.footerColHeader a {
	font-weight: bold;
}
.footerContact {
	width: 175px;
}
#footer_b_con {
	width: 955px;
	clear: both;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 371px;
	background-color: #8DAEA3;
}
.headerGraphic{
	display: inline-block;
	left:-1px;
	position:relative;
}
.searchInput  {
    background-image: url("http://www.accudata.com/img/search_bg.gif");
    background-repeat: no-repeat;
    border: 0 none;
    color: #4C4C4C;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    overflow: hidden;
    padding: 2px 5px 0;
    width: 120px;
}

.post-wrapper ol { font-size: 1.2em; line-height: normal;}
.post-wrapper li {margin-bottom: 10px; }

.kouguu_fb_like_button{float: right; width: 440px;margin: 5px 0px !important;}
