/*  
Theme Name: Kaufman Advertising
Theme URI: www.kaufmanadvertising.com
Description: The template created entirely for Kaufman Advertising
Version: 1.0
Author: Michael Bryan
Author URI: http://redelement.twocents.me

*/


/* main layout */
#main {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	line-height:15pt;
}
#header {
	width:760px;
	margin-bottom:45px;
}

/*Links and link areas*/
a {
	color:#F90;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color:#F90;
	font-size:12px;
	}

a:visited {
	color:#F90;
	text-decoration:none;
	font-size:12px;
}
a:active {
	color:#F90;
	text-decoration:none;
	font-size:12px;
}
.topNav {
	text-align:right;
	font-weight:bold;
}
.topNav a:link {
	color:#F90;
	text-decoration:none;
	font-size:12px;
	padding-right:5px;
}
.topNav a:hover {
	text-decoration:underline;
	color:#F90;
	font-size:12px;
	padding-right:5px;
}
.topNav a:visited {
	color:#F90;
	text-decoration:none;
	font-size:12px;
	padding-right:5px;
}
.topNav a:active {
	color:#F90;
	text-decoration:none;
	font-size:12px;
	padding-right:5px;
}
.botNav {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

/*End Links and Link Areas*/
.title {
	color:#006699;
	font-size:14px;
}
#content { 
	width:400px; 
	padding: 5px; 
	float:left; 
	margin-left:65px;
}
#rightsidebar {
	width: 200px; 
	padding: 5px; 
	float:right; 
}
#footer {
	width:760px;
	clear: both;
	padding-top: 3em;	
}
.wordpress {
	text-align:center;
	font-size:10px;
	color:#006699;
}
hr {
	background-color:#000; /*This is for mozilla*/
	color:#000; /*This is for IE / Opera */
	margin:0 0 0 0;
}
.menu {
	list-style-image:url(images/bullet.gif);
	vertical-align:super;
}
.wearat {
	margin-top:30px;
	width:175px;
	margin-left:auto;
	margin-right:auto;
}
.buttono {
	background-image:url(images/circleo.png);
	vertical-align:middle;
	width:25px;
	height:25px;
	margin:0 -25px 0 0;
	display:inline-block;
	position:relative;
	right:25px;
}
.buttonb {
	background-image:url(images/circleb.png);
	vertical-align:middle;
	width:23px;
	height:23px;
	display:inline-block;
	position:relative;
	right:13px;
	margin:0 -13px 0 0;
}