/*
Theme Name: Arenas Promotions
Description: Theme for Arenas Promotions.
Version: 0.09.09.07.a
Authors: Sean Arenas and Kristin Cornute
Author URI: http://www.arenaspromotions.com
Tags: band, music, concert, promotion, promotions, live, event, stage
*/

body {
   font-family: tahoma, Arial, Helvetica, sans-serif;   
   background-color: #EEE;
}

h2 {
   margin-top: 0px;
}

a {
   color: #269926;
}

ul {
   list-style: none;
}

li a {
   margin-left: 1px;
   text-decoration: none;
}

li a:hover {
   color: red;
}

img {
   border: none;
}

/* HEADER */

#ap_header a {
   width: 940px;
   height: 100px;
   margin: 40px auto 0px auto;
   background: url('images/arenas_promotions_header.jpg') no-repeat;
   display: block;
}

#ap_header a span {
   display: none
}

/* FOOTER */

#ap_footer {
   width: 940px;
   background-color: #FFF;
   margin: 0px auto;
   padding-bottom: 10px;
   overflow: hidden;
}

#green_bar_left {
   width: 440px;
   height: 40px;
   background-color: #53ae53;
   float: left;
   margin-left: 30px;
}

#green_bar_right {
   width: 440px;
   height: 40px;
   background-color: #53ae53;
   float: left;
}

#ap_footer_text {
   text-align: center;
   padding-top: 10px;
}

#ap_footer_text a {
   text-decoration: none;
   color: #000000;
}

#ap_footer_text a:hover {
   color: red;
}

#ap_footer_btns {
   text-align: center;
   padding-top: 4px;
}

/* HOMEPAGE */

#ap_homepage_container {
   width: 940px;
   margin: 0px auto;
   background: #ffffff url('images/arenas_promotions_bg.jpg') no-repeat;
   height: 450px;
   overflow: hidden;
}

.ap_homepage_image {
   width: 180px;
   height: 150px;
}

.ap_homepage_captions {
   width: 180px;
   height: 25px;
   text-align: center;
   padding-top: 5px;
   font-weight: bold;
}

.ap_homepage_captions a {
   text-decoration: none;
}

.ap_homepage_captions a:hover {
   color: red;
}

#ap_homepage_text {
   width: 210px;
   height: 390px;
   margin-left: 30px;
   float: left;
}

#ap_homepage_text a {
   text-decoration: none;
}

#ap_homepage_text a:hover {
   color: red;
}

.ap_homepage_top_row {
   width: 180px;
   height: 180px;
   margin-top: 20px;
   margin-left: 40px;
   float: left;
   border: 1px solid #AAA;
}

.ap_homepage_bottom_row {
   width: 180px;
   height: 180px;
   margin-top: 30px;
   margin-left: 40px;
   float: left;
   border: 1px solid #AAA;
}

/* NAVIGATION */

#ap_nav {
   width: 220px;
   padding-left: 20px;
   padding-top: 0px;
   float: left;
}

#ap_nav_list {
   margin-top: 15px;
}

#ap_nav_list ul {
   position: relative;
   left: -25px;
}

.current_page_item>a {
   color: #000000;
}

/* MISC */

#ap_container {
   width: 940px;
   margin: 0px auto;
   padding-bottom: 10px;
   background: #ffffff url('images/arenas_promotions_bg.jpg') no-repeat;
   min-height: 450px;
   overflow: hidden;
}

#ap_content {
   width: 640px;
   padding-top: 0px;
   padding-left: 30px;
   float: left;
   margin: 0px;
}

#ap_content a:hover {
   color: red;
}

/* SOCIAL MENU */

#ap_social_menu {
   float: right;
   width: 400px;
   line-height: 32px;
   height: 32px;
   margin-left: 10px;
   text-align: center;
}

#ap_social_menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#ap_social_menu ul li {
   float: left;
   height: 24px;
   margin-left: 5px;
   margin-top: 4px;
}

/* COLOR SCHEME
header gradient, links: 269926
footer green bar: 53ae53
*/