/*
Theme Name: Small Business Theme
Theme URI: http://rhinowebconsulting.com/
Description: This project have sidebar with editable logo telephone number
Author: Rhino Web Consulting
Version: 1.0
Tags: black, white, two-columns, fixed-width, custom-header, editor-style, custom-menu
*/
@font-face {
	font-family: 'pristina';
	src: url('pristina-webfont.eot');
	src: local('?'), url('pristina-webfont.woff') format('woff'), url('pristina-webfont.ttf') format('truetype'), url('pristina-webfont.svg#webfontyw0QWv3m') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rockwell';
	src: url('rock-webfont.eot');
	src: local('?'), url('rock-webfont.woff') format('woff'), url('rock-webfont.ttf') format('truetype'), url('rock-webfont.svg#webfontyw0QWv3m') format('svg');
	font-weight: normal;
	font-style: normal;
}
html{
margin:0;
background:url(images/bgReapeat.jpg) top repeat;
}

body{
margin:0;
padding:0;
background:url(images/pabgBg.jpg) top repeat-x;
font:12px arial;
color:#8a8a8a;
line-height:23px;
}

a{
text-decoration:none;
color:#8a8a8a;
outline:none;
font-weight:bold;
}

a:hover{
text-decoration:none;
color:#BC0C0C;
}

#wrapper{
margin:0 auto;
width:1000px;
position:relative;
}

#logoWrapper{
/*width:228px;
height:115px;*/
padding:15px;
position:absolute;
-moz-border-radius:0 0 10px 10px;
background:#1e1e1e;
}

#logo{
margin:0;
padding:0px;
text-align:center;
}
#logo .maintext{
	text-align:center;
	font-size:25px;
	font-family:"rockwell";
	color:#8f8f8f;
}
#logo .subtext{
	text-align:center;
	font-size:20px;
	font-family:"rockwell";
	color:#434343;
}
#topWrapper{
width:1000px;
height:68px;
margin:0;
padding:0;
}
	#topWrapper span{
	width:250px;
	float:right;
	display:block;
	font:20px "Arial Rounded MT Bold";
	color:#fff;
	padding:20px 0 10px;
	background:url(images/telephone.jpg) bottom right no-repeat;
	}
	
	#topWrapper span p{ color:#f08d21; margin:0; padding:0; display: inline;}


#menuWrapper{
width:740px;
height:52px;
float:right;
}


#bodyWrapper{
width:1000px;
margin:0;
padding:0 10px 30px;
background:#fff;
-moz-border-radius:0 0 10px 10px;
}

	#header{
	width:656px;
/*	height:384px;*/
	margin:0;
	padding:0;
	}
	
#bodyLeft{
width:680px;
float:left;
margin:0;
}

#sidebar{
width:305px;
float:right;
margin-top:30px;
background:#f2f2f2;
-moz-border-radius:0 0 10px 10px;
}
	
	#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
	#sidebar li{
	margin:0;
	padding:0;
	}
	
	#sidebar li ul li{
	margin-left:30px;
	list-style:square!important;
	}
	
	#sidebar li ul li a{
	padding:10px 0;
	display:block;
	}
	
	#sidebar h3{ margin:0; }


#footerWrapper{
width:100&;
height:92px;
margin-top:20px;
background:url(images/footerBg.jpg) top repeat-x;
}





.clear{
clear:both;
}

.nav{
font:13px "Times New Roman", Times, serif;
color:#4e4e4e;
text-transform:uppercase;
}
	.nav{
		margin:0;
		padding:0;
		}
	
	.nav li{
		float:left;
		list-style:none;
		}
	
	.nav li a{
		float:left;
		padding:7px 19px;
		display:block;
		list-style:none;
		text-decoration:none;
		color:#4e4e4e;
		margin:0 1px;
		font-family:arial;
		}
		
	.nav li a:hover{
	color:#fff;
	background:#b60a09;
	-moz-border-radius:5px;
	}
	
	.nav li.current_page_item a{
		color:#fff;
		background:#b60a09;
		-moz-border-radius:5px;
		}
	


.contentWrapper{
	width:602px;
	margin:0 auto;
	text-align:justify;
	}
	
	.contentWrapper h2, h1{
/*	font:40px "pristina";*/
font:26px Arial;
	color:#767676;
	margin:0;

	}

.widget-title{
	width:254px;
	height:40px;
	font:20px rockwell;
	color:#fff;
	padding:12px 0 0 50px;
	background:url(images/titleBg.jpg) top left no-repeat;
	}
	
.widget-title-fb{
	width:254px;
	height:40px;
	font:16px rockwell;
	color:#fff;
	padding:16px 0 0 50px;
	background:url(images/titleBgfb.jpg) top left no-repeat;
	}
	.widget-title-google{
	width:254px;
	height:40px;
	font:20px rockwell;
	color:#fff;
	padding:12px 0 0 50px;
	background:url(images/titleBggoogle.jpg) top left no-repeat;
	}
		.widget-title-form{
	width:254px;
	height:40px;
	font:20px rockwell;
	color:#fff;
	padding:12px 0 0 50px;
	background:url(images/titleBgform.jpg) top left no-repeat;
	}
.widget-container{
	width:280px;
	padding:10px 0 20px;
	margin:0 auto;
	}

.textwidget{
	padding:10px 20px;
	}
	
.Ftext{
	width:255px;
	padding:10px;
	margin:0 0 3px 0;
	background:#8c8c8c;
	-moz-border-radius:10px;
	border:0;
	color:#fff;
	}

.bSubmit{
	margin-left:5px;
	background:#bc0c0c;
	-moz-border-radius:5px;
	border:0;
	padding:5px 10px;
	color:#fff;
	cursor:pointer;
	}

.footerText {
    color: #CCC;
    font: 11px/20px arial;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    width: 981px;
	}
	
.footerText a, .footerText li a {
    color: #CCC;
    display: inline;
    margin: 0 !important;
    padding: 0 10px;
    text-decoration: none;
	}
	
.footerText a:hover, .footerText li a:hover {
    color: #BC0C0C;
    text-decoration: none;
	}
	
.footerText ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
	}
	
.footerText ul li {
    display: inline;
    float: none;
	border-right:1px solid #CCC;
	}

.footerText li:last-child{
		border:none!important;
		}
	
	

.form-allowed-tags{
	display:none;
	}

.comment-form-comment label{
	display:block;
	clear:both;
	}

.entry-utility{
	background:#F3F3F3;
	padding:5px 10px;
	}
	
.comments-link{
	background:url(images/commentImg.png) left no-repeat;
	padding-left:20px;
	}

.cat-links a{
	background:url(images/catImg.png) left no-repeat;
	padding-left:20px;
	}

.edit-link{
	background:url(images/editImg.png) left no-repeat;
	padding-left:20px;
	}
	
.menu, .menu ul{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:1000;
	}

.menu a{
		display:block;
		text-align:center;
		text-decoration:none;
		font-weight:normal;
	}
	
	.menu a:hover{
		background:none;
		color:#fff;
		}
	
	.menu li{
		float:left;
		position:relative;
		}
	
	
	.menu ul {
		position:absolute;
		display:none;
		z-index:2000;
		top:2.6em;
		/*width:16.7em;
		background:#1AAC57;
		margin-top:5px;*/
		left:-40px;
		}
	
	.menu li ul a{
		width:15em;
		height:auto;
		float:left;
		text-align:left;
		padding:5px 10px!important;
		background:#1E1E1E;
		-moz-border-radius:5px;
		color:#fff;
		margin:1px 0 0;
		}
			
	.menu li ul li a:hover{
		background:#B60A09!important;
		padding:5px 10px!important;
		}
	
	.menu li ul ul li a{
		background:#B60A09!important;
		}
	
	.menu li ul ul li ul li a{
		background:#B60A09!important;
		}
	
	.menu ul ul{
		top:auto;
		}	
	
	.menu li ul ul {
		left:12em;
		margin:0px 0 0 20px;
		}
	
	.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul{
		display:none;
		}
		
	.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul{
		display:block;
		}

	
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#footerbox {
background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-top: 4px;
    padding: 5px;
    width: 1010px;
}
.googleaddress{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	}
	 .alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
 .alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
 .aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}