/*
Theme Name: Dynamo Multisport Theme
Theme URI: http://www.onewaydesigns.com
Description: A custom Wordpress Theme for Dynamo Multisport
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.onewaydesigns.com
Tags: 960, based on 960

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #505050;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* HEADER */
.header_top {
	background: url('images/header_top.png') no-repeat scroll top left;
	width: 960px;
	height: 138px;
}

.header_bottom {
	background: url('images/header_bottom.png') no-repeat scroll top left;
	width: 960px;
	height: 161px;
}

/* End Header*/

/* MENU */
.menu {
	background: url('images/nav_bar.png') no-repeat scroll top left;
	width: 960px;
	height: 24px;
}

/*End Menu*/

/* Ad Area */
.ad_holder {
	background: url('images/ad_holder.png') no-repeat scroll top left;
	width: 960px;
	height: 125px;
	position: relative;
}

.ad_holder p {
	margin:0;
}

.ad_holder2 {
	background: url('images/ad_holder2.png') no-repeat scroll top left;
	width: 960px;
	height: 125px;
	position: relative;
}

.ad_holder2 p {
	margin:0;
}

.lg_ad {
	background: url('images/lg_ad.png') no-repeat scroll top left;
	height: 119px;
	padding: 3px;
	width: 294px;
}

.lg_ad h2 {
	font-size:14px;
	font-style:bold;
	text-align:center;
}

.lg_ad li {
	list-style:none;
	margin:0;
}

.sm_ad {
	background: url('images/sm_ad.png') no-repeat scroll top left;
	width: 214px;
	height: 119px;
	padding: 3px;
	list-style:none;
}

.sm_ad li {
	margin:2px 2px 0 3px;
}

.textwidget li a {
	margin:0;
	padding:0;
}

li .rtw_widget { border:0; padding:0; list-style-type: none; list-style-position: inside; }


/* End Ad Area */

/* Content */
.content_repeat {
	background: url('images/content_repeat.png') repeat-y scroll top left;
	width: 960px;
	height: 100%;
}

.content_repeat2 {
	background: url('images/content_repeat2.png') repeat-y scroll top left;
	width: 960px;
	height: 100%;
}

.content {
	width: 600px;
	float:left;
	padding: 5px 20px 10px 20px;
}

.content2 {
	width: 920px;
	float:left;
	padding: 5px 20px 10px 20px;
}

/* Post */

.post {
	font-size:14px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

/*.navigation {
}*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Search */

#search {
	float: left;
	width: 234px;
}

#search form {
	margin: 0;
	padding: 5px 0 0 7px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #aaa;
	border: none;
}

#searchsubmit {
	height: 19px;
	background: #ffd51d;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #1f4670;
}

/* End Search */


/* Page */


.credit {
	text-align: right;
	font-size: 12px;
}

.credit a {
	color:#ffffff;
}

/* Sidebar Area */

.sidebar {
	width:320px;
	float:left;
	list-style: none;
	padding: 10px 0;
}

.sidebar li {
	margin:0 0 0 15px;
}

/* Footer */
.footer {
	height: 50px;
	width: 960px;
}

.footer2 {
	background: url('images/footer.png') no-repeat scroll top left;
	width: 960px;
	height: 100px;
	list-style:none;
	padding:5px;
}

.footer2 p {
	margin:0;
}


/* End Footer */

/* Sucker Fish Nav CSS */
#suckerfishnav {
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	font-size:14px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:24px;
    padding:0 0 0 0;
    margin:0 0 0 10px;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding:0px 0px;
    }
#suckerfishnav li {
    float:left;
	margin: 0;
    padding:0 20px;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:120px;
    border-bottom:1px solid #666666;
    border-left:opx solid #666666;
    border-right:0px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
	margin-left:0;
	padding:0;
    }
#suckerfishnav li li a {
    margin:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#1f8912;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#1f8912;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#1f8912;
    }
/* End Suckerfish Nav CSS */