/*
Theme Name: NOMW
Theme URI: http://nomw.com
Description: Wordpress theme customized for NOMW based on 960 Grid System.
Version: 1.0
Author: Servron LLC
*/

/*
+----------------------------------------------------+
| 960 Base Theme created by Domenico Monaco          |
| This project is free be used and modified under    |
| GPL and Mit License, please read more              | 
| This note remain intact                            |
| ____________________________________________       |
| 960 Base Theme | http://960basetheme.kiuz.it       |
+----------------------------------------------------+
*/

/* Import Css of Framwork, Fluid 960 Grid System */
/*
 * 
 *
 */


/* css files of Grid System, if you want to use Fluid Grid System change:
 * @import url("css/960.css"); >>> to  >>> @import url("css/960.css");
 * note: @import url("css/960.css"); is cratede by Sthepen Bau and is included in Fluid 960 Grid System
 */
@import url("css/reset.css");

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

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


/* Fluid Grid System Navigation and color styling */

@import url("css/nav.css");

/* All of css files of Fluid 960 Grid System & 960 Grid System, you can copy/past this for you prject*/
/*
@import url("css/reset.css");
@import url("css/960.css");
@import url("css/text.css");
@import url("css/grid.css"); 
@import url("css/layout.css");
@import url("css/nav.css");
*/

/* Css by Domenico Monaco, this adding color and Styling to standard layout.css*/
/*
@import url("css/l-color.css");
*/


/* 960 Base Theme basic classes & ids */

body {
	background: #1f1a14;
	background-image: url('img/site_bg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#tracks {
	width: 340px;
	font-size: 1.2em;
}

#tracks p {
	color: #727272;
	font-size: 1.2em;
}

#tracks a:link {
	color: #7f011e;
	text-decoration: none;
	font-weight: bold;
}

#tracks a:hover {
	color: #7f011e;
	text-decoration: underline;
}

#tracks a:visited {
	color: #7f011e;
	text-decoration: none;
	font-weight: bold;
}

#album_info img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 4px solid #3F3A33;
}


#album {
	width: 340px;
	font-size: 1.2em;
}

#album p {
	font-size: 1.2em;
}

#album span {
	font-size: 1.2em;
}

#album img {
	width: 138px;
	padding: 5px 10px 2px 0;
	float: left;
}

#album a:link {
	color: #7f011e;
	text-decoration: none;
	font-weight: bold;
}

#album a:hover {
	color: #7f011e;
	text-decoration: underline;
}

#album a:visited {
	color: #7f011e;
	text-decoration: none;
	font-weight: bold;
}

.album {
	width: 340px;
	font-size: 1.2em;
}

.album p {
	font-size: 1.2em;
}

.album span {
	font-size: 1.2em;
}

.album img {
	width: 138px;
	padding: 5px 10px 2px 0;
	float: left;
}

.album a:link {
	color: #7f011e;
	text-decoration: none;
	font-weight: bold;
}

.album a:hover {
	color: #7f011e;
	text-decoration: underline;
}

.album a:visited {
	color: #7f011e;
	text-decoration: none;
	font-weight: bold;
}


#bio_block {
width: 850px;
overflow: hidden;
margin: 0 auto;
padding: 0 4px 10px  40px;
}

#bio_block img {
float: left;
margin: 0 0 0 5px;
border: 2px solid #a90329;
}

.bio {
width: 520px;
overflow: hidden;
margin: 0;
padding: 0 0 70px 55px;
}

.extended_bio {
display: none;
}

.aname {
font-size: 20pt;
font-weight: bold;
color: #FFF;
margin: 0;
padding: 0;
}

#img-head {
background: url(img/bg-pair.png);
}
#img-head p{
height:233px;
background: url(img/head.jpg) no-repeat top left;
}
#top_header {
	width: 100%;
	height: 450px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	margin: 0;
	
}

#top_header_content {
	width: 1268px;
	margin: 0 auto;
}

#sidebar {
	width: 380px;
	float: right;
}

#network_icons ul {
	margin: 0;
	padding: 0;
}

#network_icons li {
	list-style: none;
	display: inline;
	margin: 0;
	margin-right: 15px;
}

#network_icons li a img {
	border: none;
}

#logobtn {
	width: 300px;
	height: 120px;
	display: block;
	/*background-image: url('img/logolnk.png');*/
	background-repeat: no-repeat;
	margin: 55px 0 0 40px;
	/*text-indent: -9999px;*/
}
.rss-head a:hover{text-decoration:underline;background:#fff;color:#000;}
.rss-head a {display:block;
text-align:right;color:#fff;margin-bottom:5px;padding:2px 3px;}

/* Several classes for aligning images and block elements (DIV, P, TABLE etc.) were introduced in WordPress 2.5  */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Several classes for wordpress */
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav{}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
