/* ---------------------------------
	SeoApex.com Style-sheet
	Copyright Kraig Kistler
----------------------------------------------------------------------*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* = Basic HTML
----------------------------------------------------------------------*/
a
{
	color: #39f; /* color: #05a; */
	text-decoration: none;
}

a:hover
{
	color: #fc0;
}

body
{
	background: #333 url(../img/body_rev.gif) repeat-y top center; 
	color: #333;
	font-family: Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
}

h1
{
	border-bottom: 1px solid #CCC;
	clear: both;
	color: #CCC;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	margin-top: 40px;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

h1 a
{
	color: #cf3;
}

h2, dt
{
	color: #222; /* color: #369; */
	font-family: "Geneva", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .06em;
}

h3
{
	color: #cf3;
	font: 12px "Geneva", Arial, sans-serif;
}

hr
{
	background: #222;
	color: #222;
	height: 1px;
	margin: 0 12px 15px 28px;
}

li, p, dd
{
	line-height: 150%;
}

ol, ul
{
	list-style: none;
}

/* images */

img.float-left {
  margin: 5px 15px 5px 0px;
}
img.float-header {
  margin: 24px 0px -50px 0px;  
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}

/* = Header
----------------------------------------------------------------------*/
#header
{
	float: left;
	min-height: 100%;
	width: 750px;
	clear: both;
	background-color: #222;
	padding: 6px 5px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
}

/* = Container + Height Hacks
----------------------------------------------------------------------*/
#container
{
	background: #333 url(../img/container_rev.gif) repeat-y;
	min-height: 100%;
	margin: 0 auto;
	width: 760px;
}

html, body
{
	height: 100%;
	margin: 0px 0px 0px 0px;
}

div.clear
{
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* = Content Column
----------------------------------------------------------------------*/
#content
{
	background: url(../img/header.jpg) no-repeat;
	float: left;
	font-size: 11px;
	overflow: hidden; /* 20px */
	width: 540px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#content li
{
	background: url(../img/li_content.gif) no-repeat 5px 6px;
	padding: 0 0 0 15px;
}

#content ol, #content p, #content ul
{
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
}

#content h2.head
{
	border-bottom-style: none;
	margin: 54px 10px 0px 35px
}

#content h2
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 35px;
}

/* #content h3 {
	font-size: 12px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #555;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #222;
	margin: 10px 12px 10px 12px;
	padding: 10px 50px 10px 50px;
	text-align: justify;
	font-weight: normal;
	background-image: url(../img/seo-web-design.jpg);
	line-height: 150%;
} */

#content ul#archive_links li
{
	background: none;
	font: 11px/170% Tahoma, sans-serif;
	display: inline;
	float: left;
	padding: 0;
	width: 50%;
}

#content blockquote p
{
	/* background: url(../img/blockquote.gif) no-repeat; */
	color: #fff;
	font: 13px Georgia, sans-serif;
	line-height: 150%;
	margin: 0 30px 15px 50px;
	padding: 0 25px;
	text-align: justify;
}

#content p.excerpt a
{
	float: right;
	margin: 0 0 15px;
}

#content p.info
{
	/* background: url(../img/p_info.gif) no-repeat right top; */
	font-size: 10px;
	margin: -15px 12px 20px 28px;
	padding: 0 15px;
}

#content p.feature
{
	/* background: url(../img/feature.jpg) no-repeat center top; */
	text-align: center;
}

/* = Right Column
----------------------------------------------------------------------*/
#col_right
{
	float: right;
	font-size: 10px;
	width: 210px;
}

#col_right h2
{
	border-bottom: 1px solid #333;
	font-size: 12px;
	margin: 20px 10px 10px 20px;
	color: #ccc;
}

#col_right p
{
	margin: 0 10px 10px 20px;
}

#menu_top /* Logo & menu top*/
{
	background: url(../img/logo.gif) no-repeat left bottom;
	height: 100px;
	width: 210px;
}

#menu
{
	background: url(../img/menu_bottom_rev.gif) no-repeat left bottom; 
	padding: 0 0 72px; /* menu padding = padding: 0 0 70px; */
	width: 210px;
}

#menu li
{
	/* background: url(../img/menu_li.jpg) repeat-x left bottom; */
	background-color: #333;
	font: 13px Verdana, sans-serif;
	margin: 0 10px 0 0; /* 0 0 0 10px */
}

#menu a
{
	background: url(../img/menu_arrow.gif) no-repeat left center;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #444;
	display: block;
	padding: 7px 25px 7px 20px; /* 7px 0 7px 25px; */
}

#menu a:hover /* menu = Navigtion Hover BG Color */
{
	background-color: #222;
}

#menu li .on { /* menu = Navigtion ON BG Color */
	background-color: #222;
	color:#fc0;
}

.links
{
	margin: 0 20px 10px 20px; /* 0 0 10px 20px */
	overflow: hidden;
}

.links a
{
	white-space: normal;
}

.links li
{
	padding: 0 0 5px;
}

/* = Footer
----------------------------------------------------------------------*/
#footer
{
	float: left;
	min-height: 100%;
	width: 710px;
	clear: both;
	background-color: #222;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#footer p
{
	margin: 15px 30px 15px 15px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	width: 400px;
	color: #666;
	text-align: center;
}

/* = Links Resorces
----------------------------------------------------------------------*/
.resources a
{
	color: #05a; /* color: #39F; */
	text-decoration: none;
}

.resources a:hover
{
	color: #090; /* color: #fco; */
}
