/*
Theme Name: Chemistry
*/

/* General Styles
-------------------------------------------*/
* {
  margin:0;
  padding:0;
}

body {
	margin:0 auto;
	background:#000;
	color:#fff;
	font-size: 62.5%;
	font-family:Arial,sans-serif;
}

a {
	outline: none;
	position:relative;
	text-decoration:none;
}

ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

li {
	padding:0;
	margin:0;
}

h1 {
	font-size: 2.75em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.8em;
}

h4 a:link, h4 a:visited {
	color: #FFE013;
}


h4 a:hover {
	text-decoration: underline;
}

a:link,
a:visited {	
	color:#ccc;
}
a:hover,
a:active { 
	color: #ffe013;
	outline: none;
}

/* Header ================================================================================ */
/********** Main */
.logo { float:left; height:90px; overflow:hidden; } 
#header {
	margin: 0;
	height: 90px;
	border-bottom: 1px solid #FFE013;	
	background: url(css/images/header-bg.png) repeat-x 0 0;
}

.header-container {
	margin:0 auto;
	width:960px;
	height: 90px;
}
#header .logo { background: url(css/images/logo.png) no-repeat 0 0; text-indent:-999em; }
#header .logo a { display:block; width:252px; height:90px; }
#header .welcome-msg { font-weight:bold; text-align:right; }
#header .links { }
#header .form-search { text-align:right; }
#header .form-search .search-autocomplete { z-index:999; }
#header .form-search .search-autocomplete ul {  background-color:#fff; }
#header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
#header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#header .form-search .search-autocomplete li.selected {}
#header .form-language { text-align:center; }

img {
	border-style: none;
}

/********** < Navigation */

ul.navigation {
margin-left: 10px;
float:left;
height: 90px;
padding:0;
}

ul.navigation > li {
float:left;
font-family:Helvetica;
font-size:1.3em;
font-weight:bold;
list-style-type:none;
margin:0;
text-transform:uppercase;
line-height: 115px;
height: 90px;
position: relative;
}

ul.navigation > li > a {
	padding: 0 10px;
	height: 90px;
	display: block;
}

ul.navigation > li > a:hover {
	display: block;
	background-color: #151515;
	height: 90px;
}

ul.navigation li.current_page_item a {
	color: #ffe013;
}

ul.navigation > li.current {
	background: #181818; 
	color: #ffe013;  
}

ul.navigation > li.current > a:hover, ul.navigation > li.over a {
	height: 90px;
	border-bottom: none;
}

form {
	display: inline;
}

#search_mini_form {
	position:relative;
}
#search_mini_form .form-search {
top:45px;
position:relative;
border: none;
}

#search_mini_form input#search {
border:1px solid #444444;
color:#FFFFFF;
height:1.3em;
margin-right:8px;
padding:4px 30px 4px 4px;
width:135px;
}

#search_mini_form .search-button {
background:transparent url(css/images/search-button.png) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:28px;
position:absolute;
right:0;
text-indent:-10000px;
width:27px;
}


/* Main Content
--------------------------------------------*/
#main {
	width: 960px;
	margin: 0px auto;
}


#breadcrumbs {
	/*background: url(css/images/bg_sep.png) no-repeat bottom; */
	margin: 8px 0 20px;
	font-size: 1.2em;
	width: 940px;
	height: 25px;
}

#breadcrumbs span {
  display: block;
  float: left;
  line-height: 23px;
  padding: 3px 15px 3px 5px;
}

#breadcrumbs a {
  background: url(css/images/crumb-sep.png) no-repeat right center;
  padding: 3px 15px 3px 0;
  margin-right: 5px;
  display: block;
  float: left;
  line-height: 23px;
}

/*
#breadcrumbs a:link,
#breadcrumbs a:visited {	
	color: #ffe013;
}
#breadcrumbs a:hover,
#breadcrumbs a:active { 
	color: #ccc;
}
*/

.post p {
	line-height: 1.4em;
	margin-bottom: 15px;
	font-size: 1.3em;
}

.post .date {
	font-size: 1.1em;
	color: #7a7a7a;
	margin-top: 1px;
}

#homeContent {
	float: left;
	width: 940px;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}


#homeContent #innerfade {
	width: 725px;
	list-style: none;
	margin: 10px auto;
}

#homeContent #innerfade li img {
	width: 725px;
	height: 480px;
}


#contentContainer #innerfade {
	float: left;
}

#homeContent .anythingSlider ul li span {
	background: transparent url(css/images/homepage-photo-bg.png) repeat scroll 0 0;
	display:block;
	font-size:1.25em;
	padding:15px 15px;
	position:absolute;
	width: 695px;
	display: none;
	z-index:10;
	letter-spacing: .07em;
	font-family: Century Gothic, Tahoma, sans-serif;
}
#homeContent .anythingSlider ul li span {
	color: #FFF;
}

#subsection {
	padding-bottom: 15px;
	width: 950px;
}

#subsection-left {
	width: 550px;
	float: left;
}

#subsection-left .post-wrap {
	float: left;
	width: 420px;
}

#subsection-left .post {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}


#subsection-left .post h4 {
	margin-bottom: 5px;
}

#subsection-left .post a .attachment-post-thumbnail {
	float: left;
	margin: 0 15px 25px 0;
	padding: 5px;
	border: 1px solid #666;
}

#subsection-left .post a:hover .attachment-post-thumbnail {
	border: 1px solid #ffe013;
}

#subsection-left .post .video embed, #subsection-left .post .video object  {
	width: 470px;
}

#subsection-right {
	width: 370px;
	float: right;
}

#subsection-left .post p embed {
	width: 500px;
	margin-top: 10px;
}

#subsection-left h2, #subsection-right h2 {
	font-size: 3.5em;
}

#subsection ul#tweets li {
	float: left;
	border-bottom: 1px solid #444;
	list-style: none;
	width: 355px;
	font-size: 1.2em;
	padding: 10px 0;
}

#subsection ul#tweets .aktt_tweets ul .aktt_more_updates {
	text-align: right;
	border: none;
}

#subsection ul#tweets .aktt_tweets ul .aktt_more_updates a {
	color: #FFE013;
}

#subsection ul#tweets .aktt_tweets ul .aktt_more_updates a:hover {
	text-decoration: underline;
}

#subsection-left h1 {
	margin-bottom: 20px !important;
}

#subsection h1 {
	margin: 20px 0 5px;
	color: #e8e8e8;
	font-size: 2.2em;
	border-bottom: 1px #2f2f2f solid;
	padding-bottom: 2px;
}

/* Sidebar
--------------------------------------------*/
#sidebar {
	float: left;
	width: 295px;
	text-align: left;
	background: #111;
}

.sidebarTitle {
	background: #111;
	text-align: right;
	height: 40px;
	width: 275px;
	float: left;
	border-bottom: 1px solid #ffe013;	
}

h2.sidebarTitle {
	padding: 12px 10px 0;
}

#sidebar ul#sidebarPosts {
	float: left;
	width: 295px;
	overflow: hidden;
}

ul#sidebarPosts li {
	float: left;
	border-bottom: 1px solid #444;
	list-style: none;
	width: 295px;
	font-size: 1.35em;
}

ul#sidebarPosts .cat-item a {
	font-size: 1.1em;
}

ul#sidebarPosts li a {
	float: left;
	display: block;
	width: 279px;
	margin-top: 5px;
	padding: 10px 8px;
}

ul#sidebarPosts .aktt_tweets {
	float: left;
}

ul#sidebarPosts .aktt_tweets a {
	margin-top: 0;
	padding: 0;
	float: none;
	display: inline;
}

ul#sidebarPosts .aktt_tweets ul li a.tweet {
	margin: 8px 0 0;
	float: left;
	clear: left;
	display: block;
}

ul#sidebarPosts .aktt_tweets ul li {
	padding: 10px 8px;
	width: 279px;
	line-height: 1.2em;
}


ul#sidebarPosts .aktt_tweets ul .aktt_more_updates {
	width: 295px;
	text-align: right;
	font-size: 1.4em;
	float: left;
	border: none;
}

ul#sidebarPosts .aktt_tweets ul .aktt_more_updates a {
	width: 273px;
	color: #FFE103;
	font-size: 1.3em;
	display: block;
	padding: 10px 8px;
}

ul#sidebarPosts .aktt_tweets ul .aktt_more_updates a:hover {
	text-decoration: underline;
}

#sidebar h1 {
	float: left;
	width: 295px;
	padding: 5px 0;
	text-align: center;
}
#sidebar h1 a {
	color: #FFFFFF;
	display: block;
	padding: 11px 0 6px;
	width: 295px;
}

#sidebar h1 a:hover {
	color: #FFE013;
}

.sidebarSection {
	float: left;
}

.sidebarSection h2 {
	text-align: right;
	width: 275px;
	height: 30px;
}

#accordion {
	float: left;
	width: 295px;
}

#accordion a.header, #accordion a.title {
	float: left;
	clear: left;
	font-size: 1.5em;
	border-bottom:1px solid #444;
	list-style: none;
	width: 285px;
	padding: 9px 0px;
	padding-left: 10px;
	margin-bottom: 3px;
}

#accordion .ui-accordion-content a {
	display: block;
	list-style: none;
	width: 277px;
	padding-top: 6px;
	padding-bottom: 2px;
	font-size: 1.3em;
	padding-left: 17px;
	color: #FFF;
}

#accordion .ui-accordion-content a img {
	margin-left: 5px;
}

#accordion a:hover {
	color: #FFE013;
}

.section, .section-content {
	float: left;
	clear: left;
}

/* Team Page
--------------------------------------------*/

/* Thumbnails */

#contentContainer {
	float: left;
	width: 645px;
}

#contentContainer h1 {
	clear: left;
	margin-bottom: 5px;
	color: #FFE013;
}

.thumbnailGroup {
	width: 645px;
	float: left;
	margin-bottom: 25px;
}

#thumbnailContent {
	float: left;
}

.teamThumb {
	float: left;
	margin: 8px 5px;
	border: 1px solid #7d7d7d;
	width: 200px;
	font-size:1.6em;
}

.teamThumb img {
	width: 200px;
	height: 136px;
}

.teamThumbHover {
	float: left;
	margin: 8px 5px;
	border: 1px solid #ffe013;
	color: #ffe013;
	width: 200px;
	font-size: 1.6em;
}

.teamThumbHover img { /* Image opacity when rolled over */
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	opacity:.5;
	height: 136px;
	width: 200px;
}

.teamThumb p {
	background-color:#2e2e2e;
	color:#CECECE;
	font-weight:bold;
	height:28px;
	text-align:left;
}

.teamThumbHover p {
	background-color:#2e2e2e;
	color:#CECECE;
	font-weight:bold;
	height:28px;
	text-align:left;
}
.teamThumb p a {
	line-height: 28px;
	display: block;
	width: 190px;
	padding-left: 10px;
}

.teamThumbHover p a {
	line-height: 28px;
	color:#ffe013;
	display: block;
	width: 190px; 
	padding-left: 10px;
}


li.teamThumb a, li.teamThumbHover a {	
	display: block;
}

.teamThumb p a:link, .boardThumb p a:link
.teamThumb p a:visited, .boardThumb p a:visited{	
	display: block;
}
.teamThumb p a:hover, .boardThumb p a:hover
.teamThumb p a:active, .boardThumb p a:active {
	color:#ffe013; 
	display: block;
}

/** Rider Info **/

.tabs {
	float: left;
	margin-top: 10px;
	width: 610px;
	font-size: 1.35em;
}

.ttabs {
	float: left;
	width: 940px;
	margin-top: 10px;
	font-size: 1.35em;
}

.tabs .tab, .ttabs .tab {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #313131;
	width: 100%;
	min-height: 250px;
	float: left;
}

.tabs .tab a, .ttabs .tab a {
	color: #FFE013;
}

.tabs .tab a:hover, .ttabs .tab a:hover {
	text-decoration: underline;
}

.tabs #tbio, .tabs #tphotos, .tabs #tvideos, .tabs #tvitals  {
	width: 940px;
	min-height: 250px;
	float: left;
}

#links p {
	margin-bottom: 7px;
}

.tabs h1 {
	float: right;
	margin: -5px 10px 0px;
}

ul.tabNavigation {
    list-style: none;
    padding: 0;
    margin: 10px 10px 0px;
}


ul.tabNavigation li {
	display: inline;
}

ul.tabNavigation li a {
	padding: 10px 10px;
	text-decoration: none;
	font-size: 1.1em;
}

ul.tabNavigation li a.selected {
	border-color:#313131 #313131 #000000;
	border-style:solid;
	border-width:1px;
	color: #ffe013;
	padding-top: 7px;
}

ul.tabNavigation li a:hover {
	color: #ffe013;
	padding-top: 7px;
}

ul.tabNavigation li a:focus {
    outline: 0;
}

.bioStat {
	padding: 6px 5px;
	line-height: 1.25em
	float: left;
	clear: left;
}

.bioStat a {
	color: #ffe013;
}

.bioStat a:hover {
	text-decoration: underline;
}

.bioStat .bioTitle {
	color: #ffe013;
	margin-right: 7px;
}

.galleryPhoto img {
	max-height: 150px;
	max-width: 150px;
}

ul#photoGallery li.galleryThumb .galleryPhoto {
	float: left;
	border: 3px solid #7d7d7d;
	margin: 7px;
}

a.galleryPhoto:hover img, a.galleryphoto:hover img {
	opacity:.8;
}

ul#photoGallery li.galleryThumb .galleryPhoto:hover {
	float: left;
	border: 3px solid #FFE013;
}

.galleryThumb {
	float: left;
}

ul#videoGallery li.video {
	margin-bottom: 20px;
}

ul#videoGallery li.video embed {
	width: 500px;
}

#videoGallery li.video {
	list-style: none;
	padding: 10px;
	background: #333;
}

/** Board Page **/

li.boardThumb {
	float: left;
	margin: 8px 5px;
	border: 1px solid #7d7d7d;
	width: 120px;
	height: 142px;
	font-size:1.3em;
	position: relative;
}

li.boardThumbHover {
	float: left;
	margin: 8px 5px;
	border: 1px solid #ffe013;
	color: #ffe013;
	width: 120px;
	height: 142px;
	font-size:1.3em;
	position: relative;
}

.boardThumbHover img { /* Image opacity when rolled over */
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: .8;
	opacity:.8;
	display: block;
	margin: auto;
}

.boardThumb img {
	margin: auto;
	display: block;
}

.boardThumb p, .boardThumbHover p {
	background-color:#2e2e2e;
	color:#CECECE;
	font-weight:bold;
	height:22px;
	text-align:left;
	position: absolute;
	bottom: 0;
	width: 120px;
	line-height: 22px;
}

.boardThumb p span, .boardThumbHover p span {
	padding-left: 5px;
}

.boardThumb p a {
	line-height: 22px;
	display: block;
	width: 115px;
	padding-left: 5px;
}

.boardThumbHover p a {
	color:#ffe013;
	display: block;
	width: 115px; 
	line-height: 22px;
	padding-left: 5px;
}

a.boardThumb, a.boardThumbHover {
	height: 142px;
	display: block;
}

#boardNav {
	margin-bottom: 20px;
	float: left;
	clear: left;
	width: 940px;
}

.boardGroup {
	float: left;
	border-right: 1px solid #333;
	background: #000 url(css/images/boardnav_bg.png) repeat-x;
	min-height:110px;
	padding:10px 15px;
	width:157px;
}

#boardNav ul {
	font-size: 1.2em;
	padding-top: 5px;
	width: 160px;
}

#boardNav li {
	padding: 3px 1px 1px;
}

#boardNav li a.new  {
	background: #000 url(css/images/new.png) no-repeat right 0;
	padding-right: 42px;
}

#boardContainer {
	width: 530px;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
}

#boardContainer p {
	font-size: 1.45em;
	position: relative;
	letter-spacing: .04em;
}

#boardContainer .action-shot {
	list-style: none;
	padding: 15px;
	background-color: #333;	
	float: left;
}

#boardContainer .action-shot embed {
	width: 500px;
}

#boardTitle {
	font-size: 5em;
	font-weight: bold;
	font-style: italic;
	color: #eb1c22;
	margin: 10px;
}

.boardGroup h3 {
	color: #FFE013;
}

p#boardDescription {
	line-height: 1.25em;
	text-align: justify;
	width: 530px;
}

p#boardDescription a {
	color: #FFE013;
}


p#boardDescription a:hover {
	text-decoration: underline;
}

.boardVital {
	font-size: 1.35em;
	padding: 2px 0px;
	letter-spacing: .06em;
	font-size: 
}

#boardVitals {
	margin: 30px 0;
	width: 500px;
	margin-right: 20px;

}

.boardVital .boardVitalTitle {
	color: #ffe013;
	margin-right: 7px;
}

span.action-shot-caption {
	font-size: 1.25em;
	display: block;
	padding-top: 10px;
}

span.action-shot-caption a {
	color: #ffe013;
}

span.action-shot-caption a:hover {
	text-decoration: underline;
}

a.board:hover {
	border: none;
}

.board img {
	max-height: 450px;
	margin-right: 10px;
}

.board.foil img {
	max-height: 415px;
}

#boardTitle img {
	max-height: 120px;
	max-width: 160px;
	margin-left: -10px;
}

/** About Page **/
#contentContainer .contact h2 {
	margin: 8px 0 2px;
	color: #FFE013;
	font-weight: normal;
}
.contact h3 {
	margin-bottom: 2px;
	font-size: 1.2em;
	font-weight: normal;
}

.contact-info {
	float: left;
	width: 90%;
}

.map {
	background-color:#1F1F1F;
	border:1px solid #3B3B3B;
	padding:10px;
	float: left;
	margin-top: 15px;
}

p.aboutContent {
	font-size: 1.5em;
	padding: 10px 20px 10px 0;
	line-height: 18px;
	text-align: justify;
}
.dealerGroup {
	width: 645px;
	float: left;
	margin: 10px 0 15px;
}

p.dealer {
	float: left;
	width: 240px;
	font-size: 1.5em;
	margin: 10px;
	padding-right: 40px;
}

.header-image {
	margin-bottom: 20px;
	float: left;
}

.thumbnail {
	height: 150px;
	width: 150px;
}

.thumbnail-hover {
	height: 150px;
	width: 150px;
}

.right {
	float: right;
	margin: 0 0 20px 10px;
}

.left {
	float: left;
}

#contentContainer  h2 {
	margin-bottom: 10px;
}

#contentContainer .post {
	width: 615px;
	margin: 10px 0 40px;
}

#contentContainer .video {
	margin: 30px 0 25px;
	width: 500px;
}

#contentContainer .post embed, #contentContainer .post object {
	width: 500px;
	height: 389px;
}

#contentContainer .entry {
	margin-top: 5px;
}

#contentContainer .post p {
	width: 615px;
}

#contentContainer .post p img {
	max-width: 625px;
  	max-height: 500px;
	padding-bottom: 3px;
}

.post p a:link, .post p a:visited {
	color: #FFE013;
}

.post p a:hover {
	text-decoration: underline;
}

#contentContainer .post p.meta-data a:link, #contentContainer .post p.meta-data a:visited, #contentContainer .post p.date a:link, #contentContainer .post p.date a:visited {
	color: #CCC;
}

#contentContainer .post p.meta-data a:hover, #contentContainer .post p.date a:hover {
	color: #FFE013;
	text-decoration: none;
}

#contentContainer .post h1 {
	color: #FFE013;
	margin-bottom: 0;
	font-size: 2em;
}

#contentContainer .post .meta-data {
	font-size: 1.2em;
	margin: 15px 0 0;
	padding: 10px 0;
	padding-left: 35px;
	min-height: 15px;
	width: 580px;
	background: #111 4px url(css/images/tag-icon.png) no-repeat;
}


#contentContainer .post a.galleryPhoto, #contentContainer .post a.galleryPhotoHover {
	border: none;
	margin-left: 0;
}

.post p a.more-link {
	background:	transparent url(css/images/arrow.png) no-repeat right center;
	text-align: right;
	display: block;
	font-size: 1.1em;
	padding-right: 21px;
	margin-top: 10px;
}

/*
.post p a.more-link:hover {
	background:	transparent url(/wp-content/themes/chemistry/css/images/more-arrow-hover.png) no-repeat right;
	display: block;
	text-indent: -9999px;
	height: 22px;
}
*/

.post p a.more-link:hover, .post a.more-link:hover {
	text-decoration: underline;
}

#commentContainer {
	width: 625px;
	font-size: 1.5em;
}

#commentContainer h2 {
	color: #FFE013;
}

#commentContainer ul {
	margin: 10px 0 20px;
}

#commentContainer li {
	background: #1a1a1a;
	padding: 10px;
}

#commentContainer li.alt {
	background: #2a2a2a;
}

#commentContainer li p {
	margin-bottom: 8px;
}

#commentContainer li cite {
	font-size: .7em;
}

form p {
	margin: 5px 0;
}

form input, form textarea, form select {
	background-color: #0f0f0f;
	color: #FFF;
	border: 1px solid #3a3a3a;
	padding: 5px;
}

#commentContainer form textarea {
	width: 603px;
	height: 100px;
	margin: 5px 0;
}

form input.inputHover, form textarea.inputHover {
	background-color: #171717;
}


/* Event Calendar */

#calendar {
	margin-top: 15px;
}

#calendar h4 {
	color: #ffe013;
	text-align: left;
}

table {
	margin: 10px auto;
	font-size: 1.35em;	
	border-collapse: collapse;
}
td, th {
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background: url(css/images/cells.png);
	color: #fff;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -51px;
	color: #fff;
}
td.date_has_event {
	background-position: 102px 0px;
	color: #000;
}
td.date_has_event:hover {
	background-position: 102px -51px;
}
td.padding {
	background: url(css/images/calpad.jpg);
}
td.today {
	background-position: 51px 0px;
	color: #000;
}
td.today:hover {
	background-position: 51px -51px;
}
.events {
	position: absolute;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(css/images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}


#boards li {
	font-size: 1.4em;
	margin-top: 25px;
	float: left;
}

#boards li p {
	margin-bottom: 10px;
}

#boards a.galleryPhoto {
	float: left;
	padding-right: 10px;
}


/* Footer
--------------------------------------------*/

/**MenuFooter**/

#footer{
  clear:both;
  padding:45px 0;
  width:960px;
  margin: 0 auto;
  margin-top: 20px;
  background: #000 url(css/images/footer.gif) no-repeat; 
}

#footer .container {
	width: 960px;
	margin: 0 auto;
}

ul.footerNav{
  list-style:none;
  float: right;
  margin: 7px 5px 0 0;
  width: 300px;
}
ul.footerNav li{
  float:right;
  list-style-type: none;
  padding: 0 5px; 
}
ul.footerNav li a {
  float: left;
  font: 1em;
  text-transform: uppercase; 
  letter-spacing: .03em;
}
ul.footerNav li a:hover {
  color: #ffe013; 
  text-decoration: underline;
}
ul.footerNav li a:active {
  color: #ffe013; 
  text-decoration: underline; 
}

#footer #footer-logos {
	margin: 3px 0 0 5px;
	float: left;
	width: 115px;
}

ul#social-networking {
	list-style:none;
	padding: 0;
	height: 25px;
}

ul#social-networking li {
	float: left;
}

#social-networking a {
	padding-right: 3px;
	text-indent: -5000px;
	opacity: 0.6;
	display:block;
	float:left;
	margin:0;
	width:25px;
	height: 25px;
}

#social-networking a:hover {
	opacity: .9;
}

ul#social-networking li.facebook a {
	background: transparent url(css/images/facebook_bw_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.myspace a {
	background: transparent url(css/images/myspace_bw_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.vimeo a {
	background: transparent url(css/images/vimeo_bw_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.twitter a {
	background: transparent url(css/images/twitter_bw_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.facebook a:hover {
	background: transparent url(css/images/facebook_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.myspace a:hover {
	background: transparent url(css/images/myspace_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.vimeo a:hover {
	background: transparent url(css/images/vimeo_25.png) no-repeat scroll 0 0;
}

ul#social-networking li.twitter a:hover {
	background: transparent url(css/images/twitter_25.png) no-repeat scroll 0 0;
}


/* Self Clearning Floats
----------------------------------------------*/

/* Firefox */
#main:after, #contentContainer:after, #subsection:after, #photoGallery:after, #footer:after, #footer .container:after, .right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */

* html body{
	zoom: 1;
}

/* IE7 */

*+html body{
	zoom: 1;
}