/*
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:0;
	padding:0;
	//background:url('img/background.png') top center no-repeat #2a281e;
	background:url('img/background.png') top center no-repeat #232323;
}
small{
	color:#777;
	font:bold 12px arial,sans-serif;
	text-transform:uppercase;
	display:block;
}
.hentry{
	background-color:#000;
	padding:15px;
	color:#ddd;
}
	.hentry h2, .hentry h3{
		margin:0 0 10px;
		color:#fff;
		text-transform:uppercase;
		font-weight:bold;
	}
		.hentry h2 a, .hentry h3 a{
			font:bold 20px arial,sans-serif;
			color:#fff !important;
			text-transform:uppercase;
			text-decoration:none !important;
		}
.entry a{
	color:#fff;
}
.entry a.wp-caption{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}
.entry a.wp-caption:hover{
	color:#000;
	background-color:#fff;
	border:0px;
}
.pagetitle{
	background-color:#000;
	color:#828282 !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:88px;
	margin:0 0 40px 0;
}
    h1.logo a{
        display:block;
        padding:0;
        margin:0;
        height:65px;
        width:88px;
        text-indent:-9999px;
        background:url('img/menu.png') 0 0 no-repeat;
    }
    
/**************************************/
/*             NAVIGATION             */
/**************************************/
.menu{
	float:right;
	list-style:none;
	margin:0 0 40px 0;
}
    .menu li{
        display:block;
        float:left;
        background:url('img/menu.png') 0 0 no-repeat;
        height:65px;
        margin:0 0 0 5px;
    }
        .menu li a{
            text-indent: -9999px;
            display:block;
            height:65px;
            padding:0;
        }
    .menu li.shop{
        background:url('img/menu.png') -88px -65px no-repeat;
        width:63px;
    }
    .menu li.updates{
        background:url('img/menu.png') -151px -65px no-repeat;
        width:88px;
    }    
    .menu li.contact{
        background:url('img/menu.png') -239px -65px no-repeat;
        width:92px;
    }
	    .menu li.shop a{
	        background:url('img/menu.png') -88px 0 no-repeat;
	        width:63px;
	    }
	    .menu li.updates a{
	        background:url('img/menu.png') -151px 0 no-repeat;
	        width:88px;
	    }
	    .menu li.contact a{
            background:url('img/menu.png') -239px 0 no-repeat;
            width:92px;
        }
	    .menu li a:hover{
	       background:none;
	    }
.navigation{
	margin-top:0px;
	color:#fff;
}
	.navigation .alignright{
		text-align:right;
	}
	.navigation a{
		font:bold 12px arial,sans-serif;
		color:#fff;
		padding:5px;
		text-transform:uppercase;
		text-decoration:none;
		border-bottom:1px dashed #fff;
	}
	.navigation a:hover{
		background-color:#fff;
		color:#000;
	}

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

/**************************************/
/*              SIDEBAR               */
/**************************************/
.latestnews{
    background-color:#000;
    padding:10px;
    color:#d0d0d0;
}
    .latestnews h1, .latestnews h2{
        font:bold 24px arial,sans-serif;
        color:white;
        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 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:#999;
			padding:3px;
		}
		.latestnews ul li a:hover, .hentry ul li a:hover{
			text-decoration:none;
			color:#000;
			background-color:#fff;
		}
#s{
	color:#666;
	background-color:#fff;
	padding:3px;
	font:11px arial,sans-serif;
	border:0;
	width:200px;
	margin:5px 0;
}
#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;
		background-color:#fff;
	    }

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

#share{
	margin:50px 0 10px 0;
	text-align:right;
}
#footer{
	border-top:1px solid white;
	margin-bottom:20px;
	margin-top:5px;
}
	#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;
		}
