/*
Theme Name: azfindit
Description: Version one of the dopest business directory around
Version: 1
Author: Cody Gacek
Author URI: http://codygacek.com
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4em;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:158.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:153.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:128%;  
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a {
	color: #FFFFFF;
}

/* ====== Reset Reset ====== */

body {
  background-color: #111111;
	font-family: Arial;
	font-size: .9em;
}

.clear {
	clear: both;
}


/* ====== Layout ====== */

#main-wrap {
  background: url(images/wrap-bg.jpg) repeat-y right top;
  margin: 20px auto 0 auto;
	width:  960px;
}

#header-wrap {
	background: #000000 url(images/body-bg2.jpg) repeat-x 0 0;
	border-bottom: solid 1px #EEEEEE;
}


#header {
	background: url(images/header-bg2.jpg) no-repeat 0 0;
  position: relative;
	height: 125px;
	width: 960px;
	margin: 0 auto;
}

#header h1 {
  background: url(images/azfindit-logo.png) no-repeat 0 10px;
  text-indent: -999px;
	height: 100px;
	padding-top: 20px;
}

#navigation {
  position: absolute;
  bottom: 10px;
  right: 0;
	color: white;
	text-align: right;
}

#navigation li {
	display: inline;
	margin-left: 25px;
}

#navigation a {
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}

#search {
	position: absolute;
	bottom: 10px;
	left: 0;
	color: white;
}

#main-col {
  color: #CCCCCC;
  float: left;
	margin: 0;
	width: 520px;
}

#main-col li {
  list-style: circle;
  margin: 0 0 5px 30px;
}

#main-col h2, #main-col h2 a {
	color: white;
	display: block;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-decoration: none;
}

#main-col h2 a:hover {
	color: #fbb813;
}

#main-col h3, #main-col h3 a {
	color: #fbb813;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

#main-col h3 a:hover {
	color: #fbb813;
}

#secondary-col {
  float: right;
  width: 400px;
}

#secondary-col h3 {
  color: #FF8B00;
  padding-bottom: 20px;
}

#categories {
  float: left;
}

#ads-small {
  float: right;
}

#ads-small img {
padding-bottom: 20px;
}

.widget {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #555555;
	color: #EEEEEE;
 	position: relative;
	padding: 20px;
}

.widget-icons {
	background-color: #111111;
	color: #EEEEEE;
 	position: relative;
}

#footer-wrap {
  background: #000000 url(images/body-bg2.jpg) repeat-x 0 0;	
  height: 100px;
	border-top: solid 1px #EEEEEE;

}

#footer {
	background: url(images/header-bg2.jpg) no-repeat 0 0;
  margin: 0 auto;
  padding-top: 10px;
	width: 960px;
	height: 90px;
}

#search {
	color: #000000;
}

#search-fields li {
  float: left;
  margin-right: 20px;
}

select {
	width: 150px;
}

/* ================= */

#article-image {
	float: left;
	width: 200px;
	padding: 0 20px 5px 0;
}

#article-image-small {
	float: left;
	padding: 0 20px 5px 0;
}

#biz-info {
	float: right;
	width: 300px;
}



.alignnone {
	margin: 0 10px;
}

.post {
	border-bottom: solid 1px #333333;
	margin-bottom: 20px;
	min-height: 250px;
	padding-bottom: 10px;
}

.post-category {
	border-bottom: solid 1px #333333;
	margin-bottom: 20px;
	min-height: 125px;
	padding-bottom: 10px;
}

.icon {
	margin-right: 8px;
}

#twitter_update_list {
	font-family: Times;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3em;
}


/* ====== Page Navigation ====== */

#pagination {
	margin-bottom: 20px;
}

wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


/* slider */

#slider{
	border: solid 1px #000000;
	}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:358px;
	height:223px;
	overflow:hidden;
	}