/*
Theme Name: Your Custom Design
Author: Business Promotion Inc
Author URI: http://businesspromotioninc.com/
License: http://www.gnu.org/licenses/gpl.html
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body, html{
	margin:0px;
	padding:0px;
	background-color:#2B3A6C;
	font-family:Century Gothic,Arial,Helvetica,sans-serif;
	background-image:url(images/bg_tile.jpg);
	background-position:top;
	color:#fff;
	font-size:13px;
	line-height:24px;
}

#wrapper{
	background-image:url(images/wrapper_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}

a {
color:#000;
font-weight:bold;
text-decoration:none;
}
hr{
	margin:20px 0;
}
code {
font-family:Consolas, Monaco, Courier, monospace;
background:#fff;
}
p {
margin:5px 0;
}



.left{float:left;}
.right{float:right;}
#container{width:1000px; margin: 0 auto; background-image:url(images/container_bg.png); background-repeat:repeat-y; background-position:left;}

/***********
* BANNER
***********/
#banner{ width:1000px; height:91px; margin:0 auto; text-align:right; position:relative;}

#banner #logo{
	z-index:999;
	position:absolute;
	top:24px;
	left:26px;
}

#banner .vcard{
	float:right;
	margin-top:30px;
	margin-right:10px;
	font-size:14px;
	font-family: Arial, Helvetica, Century Gothic, sans-serif;
	color:#0e2b6c;
	line-height:normal;
}
#banner .tel{
	font-size:18px;
}
#banner .address{
}
#banner #facebook{
	z-index:999;
	position:absolute;
	bottom:2px;
	right:10px;
}
/***********
* HEADER
***********/
#header{width:729px; height:299px; float:right; margin-right:18px; margin-top:1px;}

#homeslideshow{position: relative;}
#crslideshow{}

/***********
* MENU NAV
***********/
#nav-container{
	height:52px;
	width:1000px;
	margin:0 auto;
}
#navbg{
	height:38px;
	width:629px;
	float:right;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:999;
}

#nav{
	height:39px;
	width:607px;
	margin: 0 auto;
	text-align:center;
	position:relative;
	z-index:999;
}

#nav a{
	color:#fff;
	padding:0 5px;
	line-height:39px;
	font-weight:normal;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	display:block;
	font-size:12px;
}

#nav ul li:hover > ul{
	display:block;
}
#nav ul li{
	float:left;
	font-size:12px;
	height:36px;
	margin:0;
	position:relative;
}
#nav ul li:hover a {
	color:#ccc;
}

#nav ul ul li.current_page_item{
	background-image:none;
	background-color:#0A1F5C;
}
#nav ul li.current_page_item:hover a{
	
}
#nav ul .current_page_item a{
	color:#a2b2e1;
}


/***********
* Dropdown
***********/
#nav ul ul {
	display:none;
	z-index: 99999;
	position:absolute;
	max-width:170px;
	text-align:left;
	top:36px;
	left:0;
}
#nav ul ul a {
	font-size:12px;
	line-height:normal;
	padding:0 0 0 0;
	color:#000;
	margin:0;
}

#nav ul ul li {
	display:block;
	width:165px;
	line-height:normal;
	padding:3px 0 3px 14px;
	background-color:#0A1F5C;
	margin:0;
	height:auto;
}
#nav ul ul li:hover{
	background-image:none;
	background-color:#E1E2E3;
}
#nav ul ul li:hover a{
	color:#000;
}
#nav ul ul ul {
	left:100%;
	top:0;
}


/***********
* Sidebar Menu
***********/

#menu-sidebar-menu{
	margin: 0 auto;
	text-align:left;
	position:relative;
	z-index:999;
}

#menu-sidebar-menu a{
	color:#fff;
	padding:0 12px 19px 0px;
	line-height:27px;
	font-weight:normal;
	font-family: Arial, Helvetica,Century Gothic, sans-serif;
	display:block;
	font-size:15px;
}

#menu-sidebar-menu li:hover > ul{
	xdisplay:block;
}
#menu-sidebar-menu li{
	width:251px;
	font-size:14px;
	position:relative;
}

/***********
* SIDEBAR Dropdown
***********/
#menu-sidebar-menu  ul {
	display:none;
	z-index: 99999;
	max-width:251px;
	text-align:left;
}
#menu-sidebar-menu  ul a {
	font-size:14px;
	line-height:normal;
	padding:0 0 0 0;
	color:#fff;
	margin:0;
}
#menu-sidebar-menu  ul li {
	display:block;
	width:251px;
	line-height:normal;
	padding:3px 0 3px 0px;
	margin:0;
	height:auto;
	background-image:none;
}
#menu-sidebar-menu ul li:hover{
	background-image:none;
}
#menu-sidebar-menu ul li:hover a{
	color:	#000;
}

/***********
* FORM
***********/
.honey{display:none;}
.error_val{border:1px solid #900; background: url(images/val_cross.png) 98% 2px no-repeat #ffcccc;}
.success_val{background: url(images/val_check.png) 98% 2px no-repeat #FFFFFF;}
#response{font-size:12px;padding:4px 12px;}
#wrapper input[type=text], #wrapper input[type=password],#wrapper select,#wrapper textarea, #wrappershort input[type=text], #wrappershort input[type=password],#wrappershort select,#wrappershort textarea{
	padding:0 2px;
	width:200px;
	border:solid #fff 1px;
	margin:4px 0 0 2px;
	font-size:12px;
	line-height:21px;
	height:21px;
	color:#000;
	font-family: Arial, Helvetica, Century Gothic, sans-serif;

}

#wrapper td{
	color:#fff;
	font-size:18px;
	font-family: Arial, Helvetica, Century Gothic, sans-serif;

}
#wrapper textarea{
	height:80px;
	max-width:200px;
}
#send{
	cursor:pointer;
	float:left;
	
}

#request{
	margin:0 22px;
}

#message {
float:right;
margin:0;
}

/***********
* MAIN
***********/
#showcase{
	margin-top:20px;	
}
#showcase img{
	margin-right:5px;	
}
#main {
float:right;
width:729px;
margin:20px 0 0 0px;
}

.entry {
margin-bottom:48px;
}
.entry-title, h1{
line-height:30px;
font-size:22px;
font-weight:bold;
color:#425690;
}

#comment {
width:100%;
}
.avatar {
float:right;
}
.commentlist cite {
font-style:normal;
}
.commentlist li {
margin:24px 0;
}
.commentlist ul.children {
margin-left:40px;
}

.entry-content a {
	color: #09C;
}

.entry-content a:hover {
	text-decoration: underline;
}
/***********
* SIDEBAR
***********/
#sidebar {
	clear:both;
width:251px;
float:left;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
background-image:url(images/sidebar_bg.png);
background-repeat:repeat-y;;
padding-bottom:24px;
text-align:center;
}
#sidebar h2{
	clear:both;
line-height:28px;
font-size:15px;
margin-bottom:5px;
background-image:url(images/sidebar_h2.png);
background-repeat:repeat-y;;
font-weight:bold;

}
#sidebar h3{
line-height:normal;
font-size:20px;
font-weight:bold;
}
#sidebar h4{
line-height:normal;
font-size:15px;
font-weight:normal;
margin-bottom:5px;
}
#sidebar ul li li {

}
.widget {
margin:5px 0;
}
.navigation {
height:24px;
margin:24px 0 48px 0;
}

/***********
* FOOTER
***********/
#footer-outer{
	background-image:url(images/footer_bg.png);	
	background-repeat:repeat-x;
	background-position:top;
}
#footer {
	width:1000px;
	margin:0 auto;
clear:both;
text-align:center;
font-size:10px;
padding-top:10px;

line-height:12px;
color:#fff;
position:relative;
}
#footer .facebook{
	position:absolute;
	top:5px;
	left:40px;
}
.menu-footer-menu-container{
	margin:0 auto;
	width:400px;	
}
#footer a{color:#fff; font-weight:normal;}
#footer a:hover{color:#fff; text-decoration:underline;}

blockquote {
border-left:10px solid #fff;
padding-left:20px;
}
.entry-content ul, .comment-body ul, .entry-content ol, .comment-body ol {
margin:24px 0 24px 10px;
padding:0 20px;
}
.entry-content ul ul, .entry-content ul ol, .comment-body ul ul, .comment-body ul ol, .entry-content ol ul, .comment-body ol ol, .comment-body ol ul {
margin:0 0 0 10px;
}
.entry-content ul li, .comment-body ul li {
list-style-type:square;
}

.entry-content ul li a {
	color: white;}
	
	.entry-content ul li a:hover {
		text-decoration: underline;
	}

.entry-content ol li, .comment-body ol li {
list-style-type:decimal;
}
::-moz-selection {
background:#000;
color:#fff;
}
::selection {
background:#000;
color:#fff;
}
/* Special treat for users of the wp-Typography plugin http://kingdesk.com/projects/wp-typography */
span.caps {
text-transform:lowercase;
font-variant:small-caps;
}
span.amp {
font-family: Baskerville, Palatino, "Palatino Linotype", serif;
font-style:italic;
}
/* WordPress image things */
#main img{
	
/*	box-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.8);*/
}
.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.alignleft {
float:left;
margin:5px 10px 0px 0;
}
.alignright {
float:right;
margin:5px 0 5px 10px;
}
.alignnone {
margin:5px 10px;
}

.wp-caption {
text-align:center;
background-color:#fff;
padding-top:4px;
margin:2px 20px;
border:1px solid #000;
}
.wp-caption img {
margin:0;
padding:0;
border:0 none;
}
.wp-caption p.wp-caption-text {
padding:0 4px 5px;
margin:0;
}
img#wpstats{display:none}
	
.honey {
	display:none;
}
.response_success {
	display:none;
}
.response_failure {
	display:none;
}
.form_submitting {
}
.form_success {
}
.form_failure {
}
.form_success .response_success {
	display:block;
}
.form_failure .response_failure {
	display:block;
}
.error_val {
	background:url(images/val_cross.png) top right no-repeat #ffcccc;
}
.success_val {
	background:url(images/val_check.png) top right no-repeat #ccffcc;
}

.success{display:none; }
.failure{display:none; }
.form_success .success{display:block;}
.form_failure .failure{display:block;}

.meta a {
	color: white;
}

#respond a {
	color: white;
}

#menu-item-179 a {
	margin-top: 4px;
	font-size: 11pt;
	line-height: 12pt;

}

#menu-item-179 {
	background:url(images/nav_li2.png) no-repeat; 
	width: 251px;
	}

/* DEFAULT STYLES FOR myvisualtutor.com VIDEOS */

.myvisualtutor {
	max-width:640px;
	max-height:360px;
}
.mediashowcase {
	max-height:420px;
}


