/*  
Theme Name: Pooler
Theme URI: http://poolermagazine.com
Description: Default theme for Pooler Magazine
Version: 1.0
Author: Brad Stripling
Author URI: http://bigahha.com
*/


/* Color Chart
   --------------------------------
   body border            d3d3ce
   light red              990000
   dark red               660000
   text                   333333
   recent article bg      efefeb
   recent article border  d4d2cd
   ----------------------------------------------------*/


/* Index
   --------
   =RESET
   =HEADER
   =NAVIGATION
   =GENERAL LAYOUT
   =FORM
   =FOOTER
   ----------------------------------------------------*/


/* =RESET
   ----------------------------------------------------*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =GENERIC
   ----------------------------------------------------*/

body {
  color: #333;
  background: url(images/backgrounds/swoosh-page-bg.jpg) 0 0 repeat;
  font: 0.75em/1.5 arial, helvetica, verdana, "Trebuchet MS", sans-serif;
  margin: 0 auto;
  min-width: 40em;
}
a:link,
 a:visited {
  color: #333;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: georgia, "Times New Roman", times, serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 0;
}
h1 {
  font-size: 2.5em;
  padding-bottom: 12px;
}
h2 {
  font-size: 2em;
  padding-bottom: 6px;
}
h3 {
  font-size: 1.75em;
  padding-bottom: 6px;
}
h4 {
  font-size: 1.5em;
  padding-bottom: 6px;
}
h5 {
  font-size: 1em;
  padding-bottom: 6px;
}
h6 {
  font-size: 0.75em;
}
p {
  padding: 0 0 18px 0;
}
ul, ol {
  margin: 1em 0;
  padding-left: 2.5em;
}
dt {
  margin: 0.5em 0 0;
}
dd {
  margin: 0.25em 0 0.5em 2.5em;
}
pre, code, tt {
  background-color: #f2f2f2;
  font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace;
  padding: 0 0 12px 0;
}
blockquote {
  margin: 0;
  padding: 0;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
big {
  font-size: 115%;
}
sup {
  font-size: smaller;
  vertical-align: 0.5em;
  line-height: 1px;
}

/* ClearFix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
.clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}


/* =HEADER
   ----------------------------------------------------*/
#header {
  background: url(images/backgrounds/header.png) 0 0 repeat-x;
  clear: both;
  color: #000;
  height: 138px;
  margin: 0 auto;
  padding: 0 5px;
  width: 960px;
}
#header h1 {
  float: left;
  margin: 24px 0 0 18px;
  padding: 0;
  width: 960px;
}
#header h1 a {
  background: url(images/logos/pooler.png) 0 0 no-repeat;
  color: #333;
  display: block;
  float: left;
  height: 70px;
  text-decoration: none;
  text-indent: -9999px;
  width: 225px;
}


/* =NAVIGATION
   ----------------------------------------------------*/
#header ul#top_navigation {
  background: url(images/backgrounds/top-nav.png) 0 0 no-repeat;
  height: 22px;
  margin: 0 -440px 0 0;
  padding: 1px 9px 0 9px;
  position: absolute;
  right: 50%;
  top: 0;
  width: 256px;
}
#header ul#top_navigation li {
  clear: none;
  color: #fff;
  display: inline;
  float: left;
}
#header ul#top_navigation li.divider {
  font-weight: bold;
  padding: 0 9px;
}
#header ul#top_navigation li a {
  color: #eee;
  text-decoration: none;
}
#header ul#top_navigation li a:hover {
  text-decoration: underline;
}
#header ul.navigation {
  clear: both;
  float: left;
  height: 42px;
  list-style-type: none;
  margin: 1px 0;
  padding: 0;
  width: 630px;
}
#header ul.navigation li {
  clear: none;
  display: inline;
  float: left;
  text-indent: -9999px;
}
/* individual nav items */
#header ul.navigation li#nav_home a,
 #header ul.navigation li#nav_articles a,
 #header ul.navigation li#nav_photos a,
 #header ul.navigation li#nav_advertise a,
 #header ul.navigation li#nav_subscribe a {
  display: block;
  height: 42px;
}
#header ul.navigation li#nav_home a {
  background: url(images/nav/home.png) 0 0 no-repeat;
  width: 94px;
}
#header ul.navigation li#nav_home a:hover {
  background-position: 100% 0;
}
#header ul.navigation li#nav_articles a {
  background: url(images/nav/articles.png) 0 0 no-repeat;
  width: 128px;
}
#header ul.navigation li#nav_articles a:hover {
  background-position: 100% 0;
}
#header ul.navigation li#nav_photos a {
  background: url(images/nav/photos.png) 0 0 no-repeat;
  width: 114px;
}
#header ul.navigation li#nav_photos a:hover {
  background-position: 100% 0;
}
#header ul.navigation li#nav_advertise a {
  background: url(images/nav/advertise.png) 0 0 no-repeat;
  width: 143px;
}
#header ul.navigation li#nav_advertise a:hover {
  background-position: 100% 0;
}
#header ul.navigation li#nav_subscribe a {
  background: url(images/nav/subscribe.png) 0 0 no-repeat;
  width: 146px;
}
#header ul.navigation li#nav_subscribe a:hover {
  background-position: 100% 0;
}

/* show current page */
#home #header ul.navigation li#nav_home a {
  background-position: 100% 0;
}
#articles #header ul.navigation li#nav_articles a {
  background-position: 100% 0;
}
#photos #header ul.navigation li#nav_photos a {
  background-position: 100% 0;
}
#advertise #header ul.navigation li#nav_advertise a {
  background-position: 100% 0;
}
#subscribe #header ul.navigation li#nav_subscribe a {
  background-position: 100% 0;
}
#footer .navigation {
  float: left;
  margin: 18px 0 18px 18px;
}
#footer .navigation ul {
  float: left;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
#footer .navigation ul li {
  border-right: 1.5px solid #990000;
  clear: none;
  display: inline;
  float: left;
  height: 15px;
}
#footer .navigation ul li.last {
  border: 0;
}
#footer .navigation li a {
  color: #3f3f3f;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: -18px;
  padding: 15px 12px;
  text-decoration: none;
}
#footer .navigation ul li:first-child a {
  padding-left: 0;
}
#footer .navigation ul li.last a {
  padding-right: 0;
}
#footer .navigation ul li a:hover {
  text-decoration: underline;
}
ul.search_navigation {
  list-style-type: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
ul.search_navigation li {
  clear: none;
  display: inline;
  float: left;
  margin: 0 3px;
}

/* =GENERAL LAYOUT
   ----------------------------------------------------*/
#body_wrapper {
  background: url(images/backgrounds/content.png) 0 0 repeat-y;
	margin: 0 auto;
  padding: 0 5px;
  width: 960px;
}
#content {
  float: left;
  padding: 18px;
  width: 565px;
}
#featured_article {
  border: 1px solid #990000;
  height: 328px;
  margin-bottom: 18px;
  width: 562px;
}
#featured_article img {
  height: 328px;
  width: 562px;
}
#featured_article_headline_wrapper {
  background: url(images/backgrounds/featured-article-tab.png) 18px 0 no-repeat;
  height: 131px;
  margin-top: -131px;
  padding-top: 17px;
  position: relative;
  width: 562px;
}
#featured_article_headline {
  background: url(images/backgrounds/featured-article-headline.png) 0 0 repeat;
  color: #fff;
  height: 102px;
  overflow: auto;
  padding: 6px 18px;
  position: relative;
  width: 526px;
}
#featured_article_headline a {
  color: #fff;
  text-decoration: none;
}
#featured_article_headline h2 {
  border-bottom: 2px solid #ccc;
  letter-spacing: -1px;
  margin-bottom: 6px;
  padding: 0;
}
#featured_article_headline p {
  color: #fff;
  padding-bottom: 0;
}
#photo_galleries {
}
#photo_galleries h3 {
  height: 13px;
}
#photo_galleries h3 a {
  background: url(images/headings/photo-galleries.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 13px;
  text-indent: -9999px;
  width: 125px;
}
#photo_galleries ul {
  background: url(images/backgrounds/photo-galleries.png) 0 0 no-repeat;
  border-top: 3px solid #7c7c7c;
  height: 165px;
  margin: 0;
  padding: 12px;
  width: 540px;
}
#photo_galleries ul li {
  clear: none;
  color: #fff;
  display: inline;
  float: left;
  list-style-type: none;
  margin-right: 12px;
  width: 126px;
}
#photo_galleries ul li:last-child {
  margin: 0;
}
#photo_galleries ul li img {
  border: 2px solid #fff;
  margin-bottom: -3px;
}
#photo_galleries ul li img:hover {
  border: 2px solid #7c7c7c;
}
#photo_galleries ul li a {
  color: #fff;
  text-decoration: none;
}
#recent_articles {
  clear: both;
}
#recent_articles h3 {
  height: 13px;
  border-bottom: 3px solid #990000;
  margin-bottom: 12px;
}
#recent_articles h3 a {
  background: url(images/headings/recent-articles.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 13px;
  text-indent: -9999px;
  width: 122px;
}
#recent_articles h4 {
  color: #990000;
}
#recent_articles h4 a {
  color: #990000;
  text-decoration: none;
}
#recent_articles h4 a:hover {
  text-decoration: underline;
}
#recent_articles div {
  background-color: #efefeb;
  border-bottom: 1px solid #d4d2cd;
  border-top: 1px solid #d4d2cd;
  margin-bottom: 12px;
  padding: 6px;
}
#recent_articles img {
  border: 1px solid #e0e0e0;
  float: left;
  height: 128px;
  margin-right: 6px;
  /* width: 185px; */
}
#recent_articles p {
  padding-bottom: 6px;
}
#rail {
  clear: none;
  display: inline;
  float: left;
  padding: 18px;
  width: 323px;
}
#rail #current_issue {
  margin-bottom: 18px;
}
#rail #current_issue h5 {
  color: #990000;
  height: 13px;
  border-bottom: 3px solid #990000;
  margin-bottom: 12px;
}
#rail #current_issue h5 a {
  background: url(images/headings/current-issue.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 13px;
  text-indent: -9999px;
  width: 109px;
}
#rail #current_issue .cover img {
  margin: 0 12px;
  width: 300px;
}
#rail #current_issue .cover .wp-caption-text {
  display: none;
}
#rail #advertisement {
  margin-bottom: 18px;
}
#rail #advertisement h5 {
  background: url(images/headings/advertisement.png) 0 0 no-repeat;
  height: 11px;
  margin-bottom: 12px;
  text-indent: -9999px;
  width: 323px;
}
#rail #advertisement div {
  margin: 0 12px;
}
#rail #newsletter {
  margin-bottom: 18px;
}
#rail #newsletter h5,
 #rail #directory h5 {
  background: url(images/headings/newsletter.png) 0 0 no-repeat;
  border-bottom: 3px solid #990000;
  height: 13px;
  margin-bottom: 12px;
  text-indent: -9999px;
}
#rail #directory {
  margin-bottom: 18px;
}
#rail #directory h5 {
  background: url(images/headings/directory.png) 0 0 no-repeat;
}
#rail #newsletter p,
 #rail #directory p {
  padding-bottom: 6px;
}
a.more {
  clear: both;
  color: #990000;
  display: block;
  margin-top: 6px;
}
a.more:hover {
}
.meta_info {
  display: block;
  margin-bottom: 12px;
}
#categories {
  margin: 0 0 18px 0;
}
#categories p {
  float: left;
  display: block;
  padding: 3px 6px 0 0;
}
#categories form {
  clear: none;
  display: inline;
  float: left;
}
.gallery {
  margin: auto;
}
.gallery-item {
  float: left;
  margin: 0 0 6px 0 !important;
  text-align: left !important;
  width: 174px !important;
}
dl.gallery-item+dl.gallery-item {
  margin-left: 6px;
}
.gallery img {
  border: 0 !important;
  height: 94%;
  width: 94%;
}
.gallery-caption {
  margin-left: 0;
}
.wp-caption-text {
  font-size: 10px;
}


/* =FORM
   ----------------------------------------------------*/
form {
  margin: 0 0 12px 0;
}
#header form,
 #content form#search_form {
  clear: none;
  display: inline;
  float: left;
  height: 44px;
  margin: 0;
  padding: 1px 0 1px 7px;
  width: 323px;
}
#content form#search_form {
  clear: both;
}
form ul {
  float: left;
  margin: 0;
  padding: 0;
}
form ul li {
  clear: both;
  display: block;
  padding-bottom: 9px;
}
form ul li.last {
  padding-bottom: 0;
}
form ul+ul {
  clear: none;
  float: left;
  margin-left: 24px;
}
form fieldset {
  clear: both;
  border: 0;
}
form fieldset+fieldset {
  margin-top: 24px;
}
form label,
 form input,
 form textarea {
/*  display: block; */
}
form input,
 form select,
 form textarea {
  border: 1px solid #666;
  color: #333;
  padding: 6px;
}
input[type="hidden"] {
  display: none;
}
#header form input,
 #content form#search_form input {
  background: #fff url(images/backgrounds/form-input.png) 0 0 repeat-x;
  border: 2px solid #d1d1d1;
  color: #7c7c7c;
  float: left;
  height: 18px;
  margin-top: 7px;
  padding: 4px 6px 2px 6px;
  width: 251px;
}
#rail #newsletter form input {
  background: #fff url(images/backgrounds/form-input.png) 0 0 repeat-x;
  border: 2px solid #ccc;
  color: #666;
  float: left;
  height: 18px;
  margin-right: 6px;
  padding: 4px 6px 2px 6px;
  width: 240px;
}
.buttons {
  float: left;
  margin: 6px 0 0 0;
}
form .buttons {
  clear: none;
  display: inline;
  float: left;
  margin: 0;
  padding-left: 6px;
}
.buttons a, .buttons button {
  background-color: #dfdbd2;
  border: 1px solid #dfdbd2;
  color: #187e99;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 130%;
  margin: 0 7px 0 0;
  padding: 4px 10px 5px 7px; /* Links */
  text-decoration: none;
}
.buttons button {
  overflow: visible;
  padding: 3px 10px 2px 7px; /* IE6 */
  width: auto;
}
#header form .buttons button,
 #content form#search_form .buttons button {
  background: url(images/magnifier.png) 0 0 no-repeat;
  border: 0;
  height: 30px;
  margin: 6px 0 0 0;
  text-indent: -9999px;
  width: 30px;
}
#header form .buttons button:hover,
 #header form .buttons button:focus,
 #content form#search_form .buttons button:hover,
 #content form#search_form .buttons button:focus {
  background-position: 100% 0;
}
#rail #newsletter form .buttons button,
 #MailPress input#submit {
  background: url(images/submit-button.png) 0 0 no-repeat !important;
  border: 0 !important;
  height: 13px !important;
  margin: 7px 0 0 0;
  text-indent: -9999px;
  width: 54px !important;
}
#rail #newsletter form .buttons button:hover,
 #rail #newsletter .buttons button:focus,
 #MailPress input#submit:hover,
 #MailPress input#submit:focus {
  background-position: 100% 0 !important;
  cursor: pointer;
}
form select {
  height: 24px;
  width: 288px;
}
form textarea {
  height: 90px;
}
form button.submit_button {
  font-size: 1.25em;
  margin: 12px 0 12px;
  padding: 3px 9px;
}
.validation-advice {
  color: #cc0000;
  display: block !important;
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 3px 0 !important;
  width: 244px;
}

/* =FOOTER
   ----------------------------------------------------*/
#footer {
  background: url(images/backgrounds/footer.png) 0 0 no-repeat;
  clear: both;
  height: 106px;
  margin: 0 auto 2em auto;
  padding: 0 5px;
  width: 960px;
}
#footer #copyright {
  clear: both;
  display: block;
}
#footer #other_publications {
  background: url(images/headings/other-publications.png) 119px 12px no-repeat;
  clear: none;
  display: inline;
  float: right;
  height: 25px;
  margin: 12px 18px 18px 0;
  width: 464px;
}
#footer #other_publications img {
  float: left;
}
#footer #other_publications ul {
  clear: none;
  display: inline;
  float: left;
  list-style-type: none;
  margin: 33px 0 0 18px;
  padding: 0;
  width: 345px;
}
#footer #other_publications ul li {
  clear: none;
  display: inline;
  text-indent: -9999px;
}
#footer #other_publications ul li#other_bryan a {
  background: url(images/logos/bryan-small.png) 0 0 no-repeat;
  float: left;
  height: 34px;
  width: 204px;
}
#footer #other_publications ul li#other_pooler a {
  background: url(images/logos/pooler-small.png) 0 0 no-repeat;
  height: 34px;
  width: 121px;
}
#footer #other_publications ul li#other_effingham a {
  background: url(images/logos/effingham-small.png) 0 0 no-repeat;
  float: right;
  height: 35px;
  width: 104px;
}
