/*
Theme Name: Noodle.mx Network
Theme URI: http://www.Noodle.mx
Description: 960-Grid-System-based theme for podcast network
Author: Daniel J. Lewis | D.Joseph Design
Version: 1.0
*/

/* COLORs

body cream: #f7f4dd
hyperlinks: #0351c0
footer and sub-menu: #020202

*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

html {
	background:#f7f4dd url(images/html_bg.png) center top repeat-x;
}

body {
	background:url(images/body_bg.png) center bottom repeat-x !important;
}

#wrapper {
	overflow:hidden;
}

/* --- LINKS --- */

a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0351c0;
}

a:active, a:hover {
	text-decoration:underline;
}

h1 a, h2 a, h3 a, h4 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color:black;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#0351c0;
}

p {
	margin-bottom:9px;
}

/* --- HEADER --- */

#header {
	position:relative;
	height:80px
}

#site-title {
	font-size:48px;
	font-weight:bold;
	margin:0;
	line-height:100%;
	padding:0;
}

#site-description {
	margin-top:-6px;
}

#site-title a {
	color:white;
	text-decoration:none;
	text-shadow:2px 2px 4px rgba(0,0,0,0.5);
}
#branding {
	position:absolute;
	top:0;
	left:0;
	background:url(images/logo_bg.png) top left no-repeat;
	padding:5px 0 0 50px;
	color:white;
	height:101px;
	width:305px;
	z-index:500;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#menu-topnav {
	position:absolute;
	right:0;
	bottom:0;
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
}
.menu-item {
	margin:0;
	padding:0;
	float:left;
	display:block;
	position: relative;
}
#menu-topnav a {
	display:block;
	text-decoration:none;
	height:auto;
	line-height:30px;
	padding:0 15px;
	color:white;
	width:auto;
}

#menu-topnav .sub-menu {
	top:30px;
	width:200px;
}
.sub-menu {
	display:none;
	position:absolute;
	background:#020202;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	padding-bottom:8px;
	color:white;

}
.sub-menu .menu-item {
	float:none;
}
#menu-topnav .menu-item:hover > a,
.sub-menu :hover > a {
	color:white;
	background:#0351c0;
}
.menu-item:hover > .sub-menu {
	display:block;
	overflow:hidden;
}

/* --- HEADER BANNERS --- */

#headerBnrs {
	position:relative;
	margin:30px 0;
	height:200px;
	overflow:hidden;
	padding:0;
	border:10px solid rgba(255,255,255,0.25);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

#coda-slider-1 {
	z-index:100;
	margin:0;
	width:100%;
	height:100%;
}

.coda-slider {
	background:transparent;
}

#headerBnrs .panel {
	width:940px;
	background:url(images/podcast_panels.jpg) left top no-repeat;
	height:200px;
	color:white;
	text-shadow:rgba(0,0,0,0.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#headerBnrs #panel-ayjw {
	background-position:left top;
}

#headerBnrs #panel-tap {
	background-position: left center;
	color:black;
}

#headerBnrs #panel-trn {
	background-position:left bottom;
}

#headerBnrs .panel-wrapper {
	padding:20px 30px 30px;
}

.coda-nav {
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:500;
}

.coda-nav li {
	margin:0;
}

.coda-nav ul li a {
	background:none;
	color:white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.coda-nav ul li a.current {
	background:rgba(255,255,255,0.5);
	color:black;
}

.coda-nav-left,
.coda-nav-right {
	position:absolute;
	top:50%;
	z-index:400;
	text-indent:-9999px;
}

.coda-nav-left {
	left:0;
}

.coda-nav-right {
	right:0;
}

.coda-nav-left a,
.coda-nav-right a {
	width:24px;
	height:24px;
	padding:0;
	outline:none;
}

.coda-nav-left a {
	background:url(images/1276555905_go-previous.png);
}

.coda-nav-right a {
	background:url(images/1276555762_go-next.png);
}

.panel .title {
	text-indent:-9999px;
	width:200px;
	height:200px;
	display:block;
	margin:-20px 5px;
}

.panel p {
	line-height:170%;
}

.panel h3 {
	margin:0;
}

.panel .tagline p {
	font-weight:bold;
	line-height:100%;
}

.header-latest,
.header-latest li {
	margin:0;
	padding:0;
}

.header-latest li {
	list-style:none;
	line-height:100%;
	margin-bottom:4px;
}

.header-latest a {
	font-size:10px;
	color:inherit;
	font-weight:normal;
}

.header-latest a:hover {
	color:inherit;
	text-decoration:underline;
}

.category-title {
	font-size:60px;
}


/* --- SIDEBARS --- */

#text-6 {
	display:none;
}

.page-id-92 #text-6 {
	display:block;
}

.widget-area ul, .widget-area ul li {
	margin:0;
	padding:0;
}

.widget-area li {
	list-style:none;
}

.widget-area h3, .tagline, #footer h3 {
	font-size:18px;
	margin:0;
	line-height:120%;
}

h3.widget-title, h3.label, .navigation {
	font-size:12px;
	font-weight:normal;
	margin:0;
	line-height:100%;
}

.widget-area ul ul {
	margin-bottom:12px;
}

.subscribeList > .menu-item:hover {
	background-color:#020202;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;

}

.subscribeList > .menu-item,
.socialList > .menu-item {
	width:48px;
	height:48px;
	text-indent:-9000px;
	display:block;
	padding:5px;
	margin:5px 5px 0 0;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.subscribeList .sub-menu {
	top:58px;
	width:150px;
	text-indent:0;
	padding:5px 0;
	-webkit-border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
}

.twitter .sub-menu,
.facebook .sub-menu {
	left:-92px;
	-webkit-border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	border-radius: 8px 0 8px 8px;
}

.subscribeList a {
	display:block;
	font-size:10px;
	padding:5px;
	color:white;
}

.subscribeList a:hover {
	text-decoration:none;
}

.menu-item.rss {
	background-image:url(images/1275928901_Feed_48x48.png);
}

.menu-item.twitter {
	background-image:url(images/1275928875_Twitter_48x48.png);
}

.menu-item.zune {
	background-image:url(images/Zune_48.png);
}

.menu-item.email {
	background-image:url(images/1275928766_Social_Email_RSS.png);
}

.menu-item.itunes {
	background-image:url(images/1275928705_podcast.png);
}

.menu-item.facebook {
	background-image:url(images/1275928905_FaceBook_48x48.png);
}

.email .sub-menu {
	padding:8px;
}

/* --- MAIN --- */

#main {
	background: white url(images/footer.png) center bottom no-repeat;
	margin:0;
	padding:10px;
	padding-bottom:60px;
}

.post {
	margin-bottom:24px;
}

.entry-title {
	font-weight:bold;
	margin:0;
}

.category-title {
	margin-bottom:6px;
}

h1, h2, h3, h4 {
	line-height:100%;
}

h1 {
	font-size:48px;
}

h2 {
	font-size:32px;
	margin-bottom:6px;
	margin-top:32px;
}

h3 {
	font-size:24px;
	margin-bottom:6px;
	margin-top:24px;
}

blockquote {
	margin:0 20px 9px;
}

/* --- FOOTER --- */

#footer {
	padding:20px 0px;
	height:227px;
	color:white;
}

#footer a {
	color:white;
}

#site-generator {
	display:none;
}

/* --- OTHER STYLES --- */

.alignright {
	float:right;
}
img.alignright {
	margin:10px 0 10px 10px;
}
.alignleft {
	float:left;
}
img.alignleft {
	margin:10px 10px 10px 0;
}

.share-this {
	float:right;
	margin:5px 0 5px 10px;
}

#content .gallery .gallery-item {
	float: left;
	margin:0 3% 20px 0;
	text-align: center;
	width: 30%;
}

#content .gallery br+br {
	display: none;
}




/* --- FORMS --- */

fieldset {
	margin:0;
}

input  {
	color:#666666;
	margin-bottom:6px;
}

.sub-menu input {
	width:100%;
}

.btn {
	color:black;
}

input.focused {
	color:black;
}