/*
Theme Name: Grungezine
Description: A 3 Column  Professional Magazine theme.
Author: Karuu
Author URI: http://www.wpspark.com/
Comment: Modified by Zybreak for http://www.unofficialrecords.com
*/

/***********************************************************
 *        Content-wrapper                                  *
 ***********************************************************/
body {
	/*background: #1C252E url(images/gradient.jpg) repeat-x;*/
	background: url(images/StaticTV.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color:#111;
	margin:0px;
	padding:0px;
}
#wrap {
	width:950px;
	border: 2px solid black;
	background-color:black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:20px auto;
}
/***********************************************************
*        General                                           *
***********************************************************/

p {
	margin: 0px 0px 1em 0px;
}
img {
	padding: 0px;
	margin: 0px;
}
a:link,a:active,a:visited,a:hover {
	text-decoration:none;
	border:none;
	outline: none;
	color:#111;
}
a:hover {
	text-decoration:none;
	color:#3c3c3c;
}
a img {
	border: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/***********************************************************
*        Header                                            *
***********************************************************/
#header {
}
/***********************************************************
*        Navbar                                            *
***********************************************************/
.nav {
	font-weight: bold;
	overflow: hidden;
	height: 32px;
	border: 1px solid white;
}

.nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.nav ul li a {
	color: white;
	display: block;
	font-size: 11px;
	line-height:32px;
	text-transform: uppercase;
	margin: 0px 2px 0px 0px;
	padding: 0px 10px;
	text-decoration: none;
}
.nav ul li a:hover {
	text-decoration: none;
	color: #bbbbbb;
}
.nav > ul > li {
	border-right: 1px solid white;
}
/***********************************************************
*        Navbar (Submenu)                                  *
***********************************************************/
.nav li li a {
	width: 150px;
	margin: 0px;
}
.nav li li a:hover {
}
.nav li ul {
	position: absolute;
	display: none;
	z-index: 100;
	background-color: black;
	border: 1px solid white;
}
.nav li ul li {
	float: none;
}
.nav li:hover ul {
	left: auto;
	display: block;
}
/***********************************************************
*        Search form                                       *
***********************************************************/
form#searchform {
	float: right;
	padding: 0px;
	margin: -28px 10px 20px 0px;
	line-height: 32px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}
*:first-child+html form#searchform  {
	margin-top: -32px;
}
form#searchform input#s {
	background: white url(images/search.png) no-repeat center right;
	width: 210px;
	height: 16px;
	color: #333333;
	padding: 3px 22px 3px 3px;
	margin: 0px;
	border: 1px solid #666666;
}
form#searchform input#searchsubmit {
	display: none;
}
form#searchform label.screen-reader-text {
	display: none;
}
/***********************************************************
*        Content-wrapper    [Main]                         *
***********************************************************/
#main{
	width:950px;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
}
#content{
	float:left;
	position: relative;
	width: 620px;
	padding: 0px 0px 0px 10px;
}

#content p img {
	margin:3px;
}

#fullcontent {
	padding: 0px 10px;
}

/***********************************************************
*        Content-wrapper    [Box]                          *
***********************************************************/
.box {
	border: 1px solid #93958a;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*background-color: #cacdbe;*/
	background-color: white;
	margin: 0px 0px 10px 0px;
	overflow:hidden;
}

.box .title {
	margin: 0px;
	font-size: 15px;
	padding: 6px 0px 6px 10px;
	border-bottom: 1px solid #93958a;
	/*background: #444 url(images/nav.png) repeat-x;*/
}

.box .title a {
	color: black;
	text-decoration: none;
}

.box .date {
	padding: 4px 8px;
	margin: 0px;
	border-bottom: 1px solid #93958a;
}

.box .postmetadata {
	border-top: 1px solid #93958a;
	padding: 4px 8px;
	margin: 0px;
}

.box .entry {
	overflow: hidden;
	padding: 4px 8px;
}

.box a {
	color: #444444;
	text-decoration: underline;
}

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

	
/***********************************************************
*        Content-wrapper    [Sidebar]                      *
***********************************************************/

#sidebar{
	float:right;
	position: relative;
	width: 300px;
	padding:0px;
	margin: 0px 10px 0px 0px;
}

#sidebar ul{
	list-style-type:none;
	margin:8px;
	padding:0;
}
#sidebar li {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 4px 15px;
	list-style-image: url(images/bullet.gif) no-repeat;
}
#sidebar ul li a {
	display: block;
	padding: 0 0 0px ;
	border: none;
	color: #72001a;  
}
#sidebar  ul li a:hover { 
	text-decoration:none; 
	color: #000;     
}

/***********************************************************
*        Post navigation                                   *
***********************************************************/
.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
	overflow: hidden;
	padding: 4px 15px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
} 
/***********************************************************
*        Content-wrapper    [Footer]                       *
***********************************************************/
#footer{
	font-size:12px;
	clear:both;
	padding:0px;
	margin-top:60px;
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#footerbottom {
	color: white;
	padding:4px;
	margin:5px 0px 0px 0px;
	clear: both;
	text-align: center;
}
#footerbottom p {
	margin: 0px;
	padding: 0px;
}

#footerbottom a {
	color: #eee;
}

#footerbottom a:hover {
	text-decoration: underline;	
}	
#footerleft, #footermiddle, #footerright {
	float: left;
	width: 300px;
	margin: 5px 8px;
	overflow: hidden;
}
/************************************************
*        Widget                                 *
************************************************/
.widget {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding-bottom: 1em;
}
.widget .title {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul.blogroll {
	list-style:none;
}

ul.blogroll li {
	float: left;
	margin: 4px 2px;
}

/************************************************
*        Artist pages                           *
************************************************/

div.artist_box {
	float: left;
	width: 150px;
	height: 184px;
	margin: 10px;
}

div.artist_box .title {
	margin: 0px;
	font-size: 15px;
	padding: 6px 0px 6px 10px;
	text-align:center;
}

img.artist_image {
	border: 1px solid #93958a;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

h1.artist_title {
	font-size: 16pt;
	margin-left: 1em;
}

/************************************************
*        Other stuff                            *
************************************************/

img.alignright {
	margin-left: 1em !important;
}

img.alignleft {
	margin-right: 1em !important;
}

div.paragraph {
	width: 49%;
	float: left;
	text-align: justify;
}

div.paragraph  + div.paragraph {
	float: right;
}

div.paragraph img {
	border: 1px solid black;
}

.social_links {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

.social_links li {
	float: left;
	list-style: none;
}

/************************************************
*        Plugin [FlickerRSS]                    *
************************************************/
#flickrrss img {
	margin: 0px 5px;
	border: 1px solid #93958a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
