/*
Theme Name: ILC
Theme URI: 
Description: ILC Wordpress Theme
Author: Vers
Author URI: http://www.illlegalclothes.com
Version: 1.0
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/

/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: ILC
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff

\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body{
	margin:20px 0 0 0;
	padding:0;
	background-color:#fff;
}
small{
	color:#777;
	font:bold 12px arial,sans-serif;
	text-transform:uppercase;
	display:block;
}
.hentry{
	border:1px solid #d0d0d0;
	background-color:#f0f0f0;
	padding:15px;
	color:#333;
}
	.hentry h2, .hentry h3{
		margin:0 0 10px;
		color:#333;
		text-transform:uppercase;
		font-weight:bold;
	}
		.hentry h2 a, .hentry h3 a{
			font:bold 20px arial,sans-serif;
			color:#5072b8 !important;
			text-transform:uppercase;
			text-decoration:none !important;
		}
.entry p img{
	border:1px solid #999;
	margin:0 auto;
}
.entry a{
	color:#333;
}
.entry a.wp-caption{
	color:#333;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}
.entry a.wp-caption:hover{
	color:#000;
	border:0px;
}
.pagetitle{
	background-color:#f0f0f0;
	color:#666 !important;
	padding:10px;
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:bold !important;
}

/**************************************/
/*              HEADER                */
/**************************************/

h1.logo{
	height:65px;
	padding:0;
	margin:0;
	width:302px;
	margin:0 0 20px 0;
}
    h1.logo a{
        display:block;
        padding:0;
        margin:0;
        height:65px;
        width:302px;
        text-indent:-9999px;
        background:url('img/logo.png') 0 0 no-repeat;
    }
    
/**************************************/
/*             NAVIGATION             */
/**************************************/
.brands{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
    .brands li{
        display:block;
        float:left;
        background:url('img/logos.png') 0 0 no-repeat;
        height:50px;
        margin:0 10px;
    }
        .brands li a{
            //text-indent: -9999px;
            display:block;
            height:50px;
            padding:0;
        }
		.brands li span{
			display:none;
		}
    .brands li.ironlak{
        background:url('img/logos.png') 0 0 no-repeat;
        width:105px;
    }
    .brands li.hardcore{
        background:url('img/logos.png') -105px 0 no-repeat;
        width:34px;
    }    
    .brands li.mtn94{
        background:url('img/logos.png') -139px 0 no-repeat;
        width:55px;
    }
    .brands li.krink{
        background:url('img/logos.png') -194px 0 no-repeat;
        width:94px;
    }
	    .brands li.ironlak a{
	        background:url('img/logos.png') 0 -50px no-repeat;
	        width:105px;
	    }
	    .brands li.hardcore a{
	        background:url('img/logos.png') -105px -50px no-repeat;
	        width:34px;
	    }
	    .brands li.mtn94 a{
		background:url('img/logos.png') -139px -50px no-repeat;
		width:55px;
            }
	    .brands li.krink a{
		background:url('img/logos.png') -194px -50px no-repeat;
		width:94px;
            }
	    .brands li a:hover{
	       background:none;
	    }
.navigation{
	margin-top:0px;
	color:#333;
}
	.navigation .alignright{
		text-align:right;
	}
	.navigation a{
		font:bold 12px arial,sans-serif;
		color:#333;
		padding:5px;
		text-transform:uppercase;
		text-decoration:none;
		border-bottom:1px dashed #fff;
	}
	.navigation a:hover{
		color:#5072b8;
	}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.mainheadline{
    border:8px solid black;
    margin:0;
    padding:0;
}
h2 a:hover, h3 a:hover{
	color:#000 !important;
}

/**************************************/
/*              SIDEBAR               */
/**************************************/
.latestnews{
    background-color:#f0f0f0;
    border:1px solid #d0d0d0;
    padding:10px;
    color:#999;
}
    .latestnews h1, .latestnews h2{
        font:bold 24px arial,sans-serif;
        color:#666;
        padding:0 !important;
        margin:0 0 10px !important;
        text-transform:uppercase;
    }
    .latestnews h2{
    	font-size:18px;
	margin:0 0 5px 0 !important;
	padding:0 !important;
    }
    	.latestnews h2 a{
		text-decoration:none;
		color:#5072B8;
	}
    .latestnews ul, .hentry ul{
    	list-style:none;
	margin:0 0 15px 0;
	padding:0;
    }
    	.latestnews ul li, .hentry ul li{
		padding:0 0 0 5px;
		margin:0;
	}
		.latestnews ul li a, .hentry ul li a{
			text-decoration:none;
			color:#666;
			padding:3px;
		}
		.latestnews ul li a:hover, .hentry ul li a:hover{
			text-decoration:none;
			color:#000;
		}
#s{
	color:#666;
	background-color:#fff;
	padding:3px;
	font:11px arial,sans-serif;
	border:0;
	width:200px;
	margin:5px 0;
	border:1px solid #d0d0d0;
}
#searchsubmit{
	padding:2px;
	font:11px arial,sans-serif;
	text-transform:uppercase;
	color:#d0d0d0;
	border:1px solid #999;
	background-color:#333;
}
    div.readmore{
    	text-align:right;
	padding:0 !important;
	margin:0 !important;
    }
	    div.readmore a{
	    	text-transform:uppercase;
		color:#8a91be;
		font:bold 12px arial,sans-serif;
		text-decoration:none;
		padding:5px;
	    }
	    div.readmore a:hover{
		color:#000;
	    }

/**************************************/
/*               FOOTER               */
/**************************************/

#share{
	margin:50px 0 10px 0;
	text-align:right;
}
#footer{
	border-top:1px solid white;
	margin-bottom:20px;
	margin-top:5px;
}
	#footer a{
		color:#666;
	}
	#footer a:hover{
		color:#000;
	}
	#footer div.copyright{
		margin:10px 0 0 0;
		font:85% arial,sans-serif;
		color:#999;
	}
		#footer div.copyright div{
			padding:0;
			margin:0;
		}
	#footer div.socialnetworks{
		margin:10px 0 0 0;
	}
		#footer div.socialnetworks div{
			text-align:right;
		}

p.center{
	text-align:center;
}
.right{
	text-align:right;
}
div.ilc h1{
	width:230px;
	height:122px;
        background:url('img/ilc.png') 0 0 no-repeat #000;
}
	div.ilc h1 a{
		display:block;
		width:230px;
		height:122px;
	}
	div.ilc h1 a span{
		display:none;
	}
