/* 
Theme Name: AAE2010
Theme URL: http://www.allaboutexotics.com/
Description: The Exotic Hunting Site
Author: Michael Madison
Author URI: http://www.lionheartwebdevelopment.com
Version: 1.0
*/

/* -------------------------------------------------------------------------------------------------------------------------------- 
		ERIC MEYER RESET.CSS BASED ON
		RESET-RELOADED AT MEYERWEB.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;
}
ol, ul {
	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: "" "";
}

/* -------------------------------------------------------------------------------------------------------------------------------- 
		SET UP SENSIBLE TYPOGRAPHY
		 BASED ON TYPOGRAPHY.CSS
		*FOUND AT BLUEPRINTCSS.ORG
-------------------------------------------------------------------------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #fff; }
a           { color: #763b02; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* -------------------------------------------------------------------------------------------------------------------------------- 
		BEGIN SITE SPECIFIC STYLING
-------------------------------------------------------------------------------------------------------------------------------- */

/* Basic Structure and Images 
-------------------------------------------------------------- */

body { 
	background: url('img/body.png') top left repeat-x;
	font-size: 100%;
	line-height: 1;
	color: #1C1C1C; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#container, #contentwrapperinner {
	width: 1000px;
	margin: 0 auto;
}

#contentwrapper {
	background: url('img/contentwrapper.png') top left repeat-x #908040;
	border-top: 1px solid #000B00;
	border-bottom: 1px solid #000B00;
	overflow: hidden;
}

div.separator {
	background: url('img/separator.png') top center no-repeat;
	margin: 0 auto 20px auto;
	height: 50px;
}

h1 {
	font-family: "Times New Roman", serif;
	font-size: 200%;
	font-weight: bold;
	border-bottom: 1px solid;
}

/* Header & Subdomain Nav
-------------------------------------------------------------- */

#header {
	height: 100px;
}

p#logo {
	margin: 0;
	padding: 0;
}

p#logo a {
	float: left;
	background: url('img/allaboutexotics.png') bottom center no-repeat;
	height: 100px;
	width: 280px;
	display: block;
}

#logo a span {
	display: block;
	margin-left: -9999px;
}

#gcs {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
}

#subdomain_nav {
	clear: right;
	float: right;
}

ul#subdomain_nav {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

ul#subdomain_nav li span {
	display: none;
}

ul#subdomain_nav li {
	display: inline;
}

/* Primary Nav
-------------------------------------------------------------- */

#primarynav {
	background: url('img/primarynav.jpg') center left no-repeat;
	clear: both;
	height: 170px;
}

#primarynav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#primarynav ul li {
	display: inline;
}

#primarynav li a {
	float: left;
	width: 280px;
	height: 150px;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1px;
}

#primarynav li.one a {
	background: url('img/AllAbout.gif') top center no-repeat;
	margin-left: 140px;
}

#primarynav li.two a {
	background: url('img/FindAHunt.gif') top center no-repeat;
	margin-left: 10px;
}
#primarynav li.three a {
	background: url('img/StockYourRanch.gif') top center no-repeat;
	margin-left: 10px;
}

#primarynav li a:hover {
	background-position: bottom center;
}

/*#primarynav li span {
	margin-left: -9999px;
}*/

/* Secondary Nav
-------------------------------------------------------------- */

#secondarynav {
	text-align: center;
}

#dropmenu, #dropmenu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 30px;
	font-weight: bold;
	width: 100%;
	z-index: 300;
}
#dropmenu a {
	display: block;
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
}

#dropmenu a:hover {
	background: #000;
	color: #fff;
	background: url('img/secondarynav.png') top left repeat;
}

#dropmenu li {
	float: left;
	position: relative;
}
#dropmenu ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 38px;
	left: -1px;
}

#dropmenu li ul {
	width: 12.1em;
	font-weight: normal;
}

#dropmenu li ul a {
	padding: .15em 1em;
}

#dropmenu li ul a {
	width: 10em;
	height: auto;
	float: left; 
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000b00;
	color: #efefcf;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 10em;
	margin: 0 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
	background: url('img/secondarynav.png') top left repeat;
}

/* BreadCrumbs
-------------------------------------------------------------- */

#breadcrumbs {
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	height: 20px;
	margin-top: 10px;
}

#breadcrumbs a {
	background: transparent url(img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
}

#breadcrumbs a:visited, #breadcrumb a:active {
	color: #fff;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* POST HEADERS
-------------------------------------------------------------- */

div.post h2 {
	font-size: 150%;
	background: #47341a;
	color: #1c1c1c;
	margin: 15px 0;
	padding: 3px 80px 3px 5px;
}

div.post h2 a {
	color: #efefcf;
}

.date {
	float: right;
	margin-top: -60px;
	background: url('img/date_bg.png') no-repeat scroll top left;
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
}

.date .datemonth {
	height: 12px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.date .dateday {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	font-size: 26px;
	color: #29140a;
}

.date .dateyear {
	font-size: 10px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #29140a;
}

/* Content ALL
-------------------------------------------------------------- */

#content {
	float: left;
	padding: 10px;
}

#content.wide {
	width: 680px;
}

#content.narrow {
	width: 822px;
}

#content.none {
	float: none;
	width: 976px;
}

#content img {
	border: 3px solid #2f1f00;
}

#content blockquote {
	font-size: 200%;
	color: #333;
	float: left;
	width: 240px;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: center;
}


/* Previous & Next
-------------------------------------------------------------- */

div.postnavigation {
	height: 30px;
}

div.postnavigation span {
	float: right;
}

div.postnavigation a {
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------------------------------- 
		TEMPLATES
-------------------------------------------------------------------------------------------------------------------------------- */

/* Name Your Game
-------------------------------------------------------------- */

div.exoticanimal {
	float: left;
	margin: 0px;
	text-align: center;
	width: 120px;
	height: 140px;
}

#content div.exoticanimal img {
	border-width: 2px 2px 4px 2px;
	border-style: solid;
	border-color: #252525;
}

#content div.exoticanimal a:hover img {
	border-color: #fdfdf7;
}

div.exoticanimal h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}

div.exoticanimal h2 a {
	color: #000;
}

div.exoticanimal h2 a:hover {
	color: #fdfdf7;
}

/* Animal Pages
-------------------------------------------------------------- */

/*----- ANIMAL INFORMATION -----*/

#animalinfo h3 {
	color: #9c0;
}

/*----- ANIMAL SCORING -----*/

#scoring {
	clear: both;

	overflow: hidden;
}

#scoring-sci {
	width: 47%;
	background: #a89d5b;
	padding: 5px;
	margin: 20px 0;
	border-width: 1px;
	border-style: solid;
	border-top-color:  #6c601c;
	border-right-color:  #ba6;
	border-bottom-color:  #ba6;
	border-left-color:  #6c601c;
	float: left;
}

#scoring-roe {
	width: 47%;
	background: #a89d5b;
	padding: 10px;
	margin: 20px 0;
	border-width: 1px;
	border-style: solid;
	border-top-color:  #6c601c;
	border-right-color:  #ba6;
	border-bottom-color:  #ba6;
	border-left-color:  #6c601c;
	float: right;
}

#scoring h2, #scoring h3, #scoring h4, #scoring p {
	color: #4d412b;
}

#scoring h2, #scoring h3, #scoring h4 {
	margin: 0;
	padding: 0;
}

#scoring h2 {
	background: #a89d5b url('img/scoring-h2.png') top center no-repeat;
	text-indent: -9999px;
	height: 70px;
	border-width: 1px;
	border-style: solid;
	border-top-color:  #6c601c;
	border-right-color:  #ba6;
	border-bottom-color:  #ba6;
	border-left-color:  #6c601c;

}

#scoring h2 span {
	margin-left: -9999px;
}

#scoring h3 {
	margin: 30px 0 15px 0;
	border-bottom: 1px solid;
}

#scoring h4 {
	font-size: 120%;
	font-weight: bold;
}

#scoring img {
	border-width: 1px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----- SPECIFIC CLASSES -----*/

a.scoresheet {
	background: url('img/scoring-a-scoresheet.png') top left no-repeat;
	display: block;
	font-weight: bold;
	color: #000080;
	height: 30px;
	margin-left: 50px;
	padding-top: 30px;
	padding-left: 50px;
}

a:hover.scoresheet {
	background-position: bottom left;
}

.measurer {
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
}

.measurer a {
	color: #04a;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dotted;
}

.measurer a:hover {
	border-bottom: 1px solid;
}

/*----- SCI SCORE CHARTS -----*/

#scoring table {
	background: #c8c39d;
	width: 500px;
	margin: 10px auto;
	border: 1px solid #47341A;
	padding-bottom: 5px;
}

#scoring col.columnone {
	width: 100px;
}

#scoring tr {
	height: 30px;
}

#scoring  td, #scoring th {
	vertical-align: bottom;
}

#scoring tr.header {
	background: url('img/scoring-tr-header.png') top left repeat-x;
	color: #efefcf;
}

#scoring tr.header th {
	text-align: center;
	border-width: 0;
	vertical-align: middle;
}

#scoring tr.header td {
	background: url('img/scoring-tr-header-td.png') center center no-repeat;
}

#scoring td {
	text-align: center;
}

#scoring table th {
	text-transform: uppercase;
}


/* Directory Pages
-------------------------------------------------------------- */

.searchbyspecies, .searchbyregion {
	color: fff;
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
	width: 350px;
	background: #000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.searchbyspecies h3, searchbyregion h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    padding-bottom: 10px;
    text-align: center;
}

.searchbyspecies p, .searchbyregion p {
	line-height: 1.4;
}

.directorypage h4 {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.recipes h4 {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3.directoryheading {
	color: #003300;
	border-bottom: 2px solid;
}

div.listing {
    border-bottom: 1px solid #8A6A3A;
    float: left;
    margin: 0 20px;
    padding: 10px 0;
    width: 370px;
    overflow: hidden;
    height: 105px;
}

div.listing img {
	margin-top: 2px;
	margin-bottom: 5px;
}

/* Advertiser Pages
-------------------------------------------------------------- */

div.advertpage h1 {
	background: #47341a;
	font-family: Georgia, Arial, sans-serif;
	color: #1c1c1c;
	margin: 5px 0;
	padding: 3px 10px;
}

div.advertpage h1 a {
	color: #efefcf;
}

.speciescarried {
	margin: 10px;
	padding: 10px;
	border: 1px solid #333;
}

.speciescarried p {
	line-height: 1.8;
}
.speciescarried a {
	color: #111;
	border-bottom: 1px dotted #4E452D;
}

.speciescarried a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

p#quickcontact {
	padding-left: 10px;
	font-size: 85%;
	font-weight: bold;
}

#regularcontact {
	text-align: center;
}

#advertisersocial ul {
	float: right;
	margin-right: 10px;
}

#advertisersocial img {
	border-width: 0;
}

#advertisersocial ul li {
	display: inline;
	padding: 5px;
}

#premiumcontent {
	border-width: 2px 0;
	border-style: solid;
	border-color: #100;
	background: #47341a;
	width: 850px;
	margin: 10px auto;
	color: #ffd;
}

#premium_googlemaps {
	width: 300px;
	float: left;
	padding: 15px 0 15px 50px;
}

#premium_contactform {
	float: right;
	padding: 10px 25px;
	border-left: 1px dotted #100;
}

table.cflite {
	width: 400px;
	font-family: arial;
	font-size: 75%;
	border-collapse: collapse;
}

table.cflite th {
	text-align: center;
	font-weight: normal
}

table.cflite tr {
	vertical-align: top;
}

table.cflite tr input {
	margin-bottom: 10px;
}

table.cflite td textarea {
	width: 250px;
	height: 120px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- 
		SIDEBAR STYLING
-------------------------------------------------------------------------------------------------------------------------------- */

/* Sidebar Universal
-------------------------------------------------------------- */

#sidebar {
	background: url('img/sidebar.png') top left repeat-x #2f1f00;
	float: right;
	margin: 0 0 -4000px 0;
	padding: 0px 5px 4000px 5px;
	border-left: 1px solid #a09050;
	border-right: 1px solid #a09050;
}

#sidebar div {
	margin: 5px 0;
}

#sidebar h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #efefcf;
	border-bottom: 2px solid;	
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
}

#sidebar a {
	color: #908040;
}

#sidebar a:hover {
	color: #fff;
}

/* Sidebar .wide
-------------------------------------------------------------- */

#sidebar.wide {
	width: 286px;
}

#sidebar.wide #sidebar_trophy {
	width: 141px;
	float: left;/**/
}

#sidebar.wide #sidebar_trophy .widget_slideshow h3 {
	display: none;
}

#sidebar.wide #sidebar_trophy .widget_slideshow img {
	margin: 0 auto;
}

#sidebar.wide #sidebar_social {
	width: 141px;
	float: right;
}

#sidebar.wide #sidebar_recipes {
	width: 139px;/**/
	float: left;
	clear: none;
}

#sidebar.wide #sidebar_youtube {
	padding-top: 5px;
	width: 141px;
	float: right;
}

#sidebar.wide #sidebar_left {
	width: 141px;
	float: left;
	clear: both;
}

#sidebar.wide #sidebar_right {
	width: 141px;
	float: right;
}


/* Sidebar .narrow
-------------------------------------------------------------- */

#sidebar.narrow {
	width: 140px;
}

/* Sidebar Hard Coded
-------------------------------------------------------------- */

#sidebar_featured {
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #1f0f00;
}

#sidebar_featured h3 {
	font-size: 75%;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar_featured p a {
}

#sidebar_featured a img {
	margin: 5px 0;
	border: 1px solid #000;
}

#sidebar_featured a:hover img {
	border: 1px solid #fdfdf7;
}

#sidebar_trophy a:hover img {
	background: url('img/sb/trophy_bg.png') top center no-repeat;
}

#sidebar_social {
	padding-top: 5px;
	width: 300px;
	float: right;
}

#sidebar_social li {
	float: right;
	display: inline;
}

#sidebar_social img {
	padding: 0;
	margin: 12px 4px;
}

#sidebar_social a img.facebook {


}

#sidebar_social a:hover img.facebook {
}

#sidebar_youtube a img {
	border: 1px solid #000;
}

#sidebar_youtube a:hover img {
	border: 1px solid #fff;
}

#sidebar_recipes {
	clear: both;
	float: left;
}

#sidebar_recipes a img {
	border: 1px solid #000;
}

#sidebar_recipes a:hover img {
	border: 1px solid #fff;
}

/* Sidebar Widgetized
-------------------------------------------------------------- */

div.widget {
	clear: both;
}

#sidebar ul li a {
	padding: 5px 3px;
	display: block;
	border-bottom: 1px solid;
}

#sidebar ul li a:hover {
	background: #908040;
}

/* Footer
-------------------------------------------------------------- */

#footerwrapper {
	background: url('img/footer.png') top left repeat-x;
	padding: 15px 0;
}

#footer {
	color: #fdfdf7;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

/* Universal Classes
-------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.textcenter {
	text-align: center;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

img.alignleft {
   margin-right: 10px;
}
.thumbnail.alignleft {
	margin-right: 10px;
}
.alignright {
   float: right;
}

img.alignright {
   margin: 10px 0 10px 10px;
}

.wp-caption {
	margin: 0;
	padding: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	text-align: center;
	font-style: italic;
	color: #2f1f00;
	font-size: 11px;
	padding: 0;
	margin-top: 0px;
}

.twitter-share-button, .fb_iframe_widget {
    float: left;
    margin: 0 10px 10px 0;
}
