/*  
Theme Name: mProduction Theme 1
Theme URI: http://www.timothymahoney.com/
Description: A search engine optimized website framework for WordPress.
Author: Tim Mahoney
Author URI: http://www.timothymahoney.com/
Version: 1.0
Tags: mProduction, theme 1, SSN
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('styles/reset.css');
@import url('styles/rebuild.css');
@import url('styles/wp.css');
@import url('styles/2c-r.css');

body {
  background-color: #6e6e6e;
  font-family: Arial, Sans-Serif;
}

h2
{
    font-size: 18px;
}

a
{
  color: #DC9009;
}

a:link
{
  color: #DC9009;
}

a:visited
{
  color: #A26907;
}

a:hover
{
  color: #F6AD2C;
}


#wrapper {
 margin: 0 auto;
 margin-top: 30px;
 width: 992px;
 background-color: #fff;
 border: 4px solid white;
 position: relative;
}

#wrapper #header {
 width: 992px;
}

#wrapper #header #masthead {
 position: relative;
 width: 992px;
 height: 280px;
}

#wrapper #header #masthead #branding {
 clear: both;
 margin-top:0px;
 width: 992px;
 height: 225px;
 background-image: url('images/Header.jpg');
 background-repeat: no-repeat;
 background-position: top center;
 text-align: left;
}

#blog-title {
  display: none;
}

#blog-description {
  display: none;
}

#main {
  clear: both;
}

#container {
  
}

#content  {

}
.bigfirstletter {
  font-size: 18px;
}


/* EVENTS LISTING */

h4.event-day {
  padding-left: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #637ca8;
  border-bottom: 1px solid #637ca8;

  margin-bottom: 10px;
}
.event-list-item {
  border-bottom: 1px solid #637ca8;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
}
.event-link {
  color: #637ca8;
  font-weight: bold;
  margin-bottom: 10px;
}
.event-prehead {
  color: #637ca8;
  font-weight: bold;

}
.event-time {
  color: #637ca8;
}


/* /EVENTS LISTING */

/* DIRECTORY LIST ITEMS */
.directory-organization {  width: 354px;  border: 1px solid #ddd;  padding: 5px;  margin-left: 10px;  float: left;  margin-bottom: 10px;}
.directory-list-item {
  border: 1px solid #ddd;
  padding: 10px;
  width: 720px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
} 
.directory-list-item .dir-photo {
  height: 100px;
  float: left;
}
.directory-list-item .dir-organization {
  width: 550px;
  margin-left: 10px;
  float: left;
}
.directory-list-item .dir-notes {
 width: 550px;
 margin-left: 10px;
 float: left;
}
.directory-list-item .dir-phones {
 clear: both;
}
.directory-list-item .dir-email {
 clear: both;
}

/* /DIRECTORY LIST ITEMS */

/* SPONSOR LIST STYLES */
.sponsor-category {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.sponsor-list-item {
  border: 1px solid #ddd;
  padding: 10px;
  width: 188px;
  height: 120px;
  float: left;
  text-align: center;
  margin-right: 10px;  margin-bottom: 10px;
} 
.sponsor-list-item .sli-photo {
  height: 100px;
}
.sponsor-list-item .sli-organization {

}
.organization-name {
  color: #637ca8;
  font-weight: bold;
}
.sponsor-category h3.featured-title {
  text-align: left;
}


/* /SPONSOR LIST STYLES */


/* FEATURED ITEM STYLES */

.spacer {
  margin-bottom: 10px;
}

#featured-speaker {
  border: 1px solid #ddd;
  padding: 10px;
  width: 367px;
  height: 150px;
  float: left;
  text-align: center;

}
#featured-sponsor {
  border: 1px solid #ddd;
  padding: 10px;
  width: 367px;
  height: 150px;
  float: left;
  text-align: center;
  margin-left: 14px;

}
.featured-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/* /FEATURED ITEM STYLES */

/* SIDEBAR STYLES */

#primary #socialLinksContainer a {
  display: block;
  float: left;
}

#primary ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#primary ul li {
  clear: both;
  margin-bottom: 10px;
}
#primary ul li ul li {
  margin: 0px;
}
#primary input {
  width: 150px;
}
#primary #wp-submit {
  width: 100px;
}
#primary .widget_wp_sidebarlogin {
  clear: both;
  padding-top: 10px;
}
#primary #searchsubmit {
  width: 100px;
}
#primary .checkbox {
  width: 20px;
}


h3.widget-title {
  display: block;
  padding: 3px 10px 3px 10px;
  background-color: #637ca8;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* /SIDEBAR STYLES */

/* POST STYLES */
.post, .page {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.entry-title, .page-title {
    font-size: 18px;
    font-weight: bold;
}
.page-title {
  padding: 11px;
}
.entry-title a {
    color: black;
}

/* /POST STYLES */


/* MENU STYLES */
#wrapper #header #masthead #access {
 clear: both;
 background-color: #637ca8;
 height: 28px;
 width: 992px;
}
#wrapper #header #masthead #access .menu {
 
}

.menu ul {

list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;

 position: relative;
}
.menu ul ul {
 display: none;
}
.menu ul li {
 float: left;
 position: relative;
 background-color: #637ca8;
}
.menu ul li:hover ul {
  display: block;
  position: absolute;
  top: 28px;
  left: 0px;
  list-style: none;

  
}
.menu ul li:hover ul li {
  width: 150px;
}
.menu a {
 display: block;
 float: left;
 color: white;
 text-decoration: none;
 font-weight: bold;
 padding: 5px 10px 5px 10px;
}

.menu a:link
{
  color: white;
  text-decoration: none;
}

.menu a:visited
{
  color: white;
  text-decoration: none;
}

.menu a:hover
{
 color: #637ca8;
 background-color: white;
  text-decoration: none;
 
}
.menu ul li ul li:hover {
background-color: white;
}

/* END MENU STYLES */

/* FOOTER STYLES */

#footer {
 text-align: center;
  background-color: #6e6e6e;
 color:white;
 font-size: 10px;
 margin-top: 10px;
} 
#footer a {
 color: #F6AD2C;
}

/* END FOOTER STYLES */

/* ROUNDED CORNERS */

#wrapper #corner-tl {
 position: absolute;
 z-index: 99;
 top:-4px;
 left:-4px;
 height: 11px;
 width: 11px;
 background-image: url('images/corners-tl.gif');
 background-repeat: no-repeat;
 background-position: center center;
}

#wrapper #corner-tr {
 position: absolute;
 z-index: 99;
 top:-4px;
 right:-4px;
 height: 11px;
 width: 11px;
 background-image: url('images/corners-tr.gif');
 background-repeat: no-repeat;
 background-position: center center;
}
#wrapper #corner-bl {
 position: absolute;
 z-index: 99;
 bottom:-4px;
 left:-4px;
 height: 11px;
 width: 11px;
 background-image: url('images/corners-bl.gif');
 background-repeat: no-repeat;
 background-position: center center;
}

#wrapper #corner-br {
 position: absolute;
 z-index: 99;
 bottom:-4px;
 right:-4px;
 height: 11px;
 width: 11px;
 background-image: url('images/corners-br.gif');
 background-repeat: no-repeat;
 background-position: center center;
}
/* /ROUNDED CORNERS */

/* PREVIOUS AND NEXT NAVIGATION */
#nav-above, #nav-below {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.nav-previous {
    float: left;
}
.nav-previous a {
    color: black;
}

.nav-next {
    float: right;
}
.nav-next a {
    color: black;
}
/* /PREVIOUS AND NEXT NAVIGATION */

/* End of my stuff */

.skip-link {
 position:absolute;
        left:-9000px;
}

.clearer {
  clear: both;
}

