/*
Theme Name: Uproar
Theme URI: http://www.EddyMusic.com
Description: Minimal &amp; pimp
Version: 1.2
Author: Jared Erickson
Author URI: http://www.jarederickson.com

*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#FFFFFF url(images/bg.jpg) top left repeat-x;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
	
h1 {font-size: 26px; line-height: 42px;}
h2 {font-size: 14px; text-transform: uppercase; margin: 20px 0; }
h3 {font-size: 12px; text-transform: uppercase;}
h4 {font-size: 10px; text-transform: uppercase;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #333333;
	margin-left:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#f53213;
	text-decoration:none;
	outline: none;
	}

a:hover{text-decoration: underline; color: #f6ea05;}

#sidebar ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size:22px;
	font-weight: 800;
}

#sidebar ul li a:hover {
	color:#f6ea05;
}


#topguy {
	margin: 0;
	position: absolute;
	z-index: 999;
	left: 75%;
	top: 0;
}
#topguy a {
	background: url(images/topguy.png) no-repeat; width: 125px;height: 120px; display: block; background-position: 0 0;
	overflow:hidden; text-indent:-9999px;
}
#topguy a:hover {
	background-position: 0 -120px;
}

/* container */
#container {
	width: 960px;
	color:#000;
	margin: 0 auto;

	}
#hello {
	background: url(images/eddy-stand.png) no-repeat;
	width: 660px;
	padding-left: 320px;
	min-height: 600px;
}

#storefull {
	background: url(images/eddy-stand.png) no-repeat;
	width: 660px;
	min-height: 595px;
	padding-left: 320px;
	padding-top: 25px;
}
#storeentry {
	background: #000; min-height: 400px;
}

#hello .yourhere-blog {
	background: url(images/blog.png) no-repeat;
	width: 390px;
	height: 115px;
	margin-bottom: 25px;
	display: block;
}
#storefull .yourhere-store {
	background: url(images/store.png) no-repeat;
	width: 400px;
	height: 105px;
	margin-bottom: 25px;
	display: block;
}
#hello .yourhere-media{
	background: url(images/media.png) no-repeat;
	width: 449px;
	height: 115px;
	margin-bottom: 25px;
	display: block;
}
#hello .yourhere-about{
	background: url(images/about.png) no-repeat;
	width: 449px;
	height: 115px;
	margin-bottom: 25px;
	display: block;
}


/* Everything CSS Sprite Menu */
	ul#menu{margin:0; padding:0; list-style:none; clear:both;}
		#menu li{overflow:hidden; text-indent:-9999px; display:inline; float:left; margin-right:10px;}
			#menu li a{background:url('images/menu.png') no-repeat; width:100%; height:100%; display:block;}

			/* Home Button */
			#menu li.who{width:450px; height:125px;}
				#menu li.who a{background-position: 0 0;}
				#menu li.who a:hover {background-position: -450px 0;}

			/* About Button */
			#menu li.media{width:450px; height:125px;}
				#menu li.media a{background-position:0 -125px;}
				#menu li.media a:hover{background-position:-450px -125px;}

			/* Contact Button */
			#menu li.blog{width:450px; height:125px;}
				#menu li.blog a{background-position:0 -250px;}
				#menu li.blog a:hover{background-position:-450px -250px;}
				
#socialmenu {
	padding-top:6px;
}				
ul#social {
	margin:0; padding:0; list-style:none; clear:both;
}
#social li {
	display: inline; float: left;margin-right: 10px;
}
#social li a img{ opacity: 1;}
#social li a img:hover {
	opacity: 0.5; filter:alpha(opacity=40); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: .5;
	-webkit-transition: opacity 1s;	
}


#container .left {
	float: left;
	width: 300px;
	margin-right: 20px;
}
	
/* header */

#header {
 	width: 960px;
 	margin: 0 auto;
	}

#header .homelink {
	display: block;
	width: 115px;
	height: 50px;
	margin-top: 20px;
}


#header h1{
	font:normal 20px georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10px georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}



/* content */


#content {
	float: left;
	width:600px;
	overflow: hidden;
	padding-left: 320px;
	}	
	
.box {
	width: 310px;
	height: 150px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background: url(images/loader.gif) center center no-repeat;
}	

.post {
	margin:0 35px 30px 0;
	padding:0;
	line-height: 20px;
	float: left;
	width: 312px;
	height: 260px;
	overflow: hidden; 
	}
	
.boxsingle {
	width: 657px;
	height: 318px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background: url(images/loader.gif) center center no-repeat;
}	

.postsingle {
	margin:0 0 30px 0;
	padding:0;
	line-height: 20px;
	width: 420px; 
	background: #000;
	padding: 10px;
	color: #fff;
	}
	
.post h2 {
	font:bold 26px;
	text-transform: uppercase;
	}
	
.post h2 a, .postsingle h2 a {
	color: #333333;
	text-decoration: none;
	}
	
.post h2 a:hover, .postsingle h2 a:hover {
	color: #777;
	text-decoration: none;
	}

.postsingle h1 {
	text-transform: uppercase;
	line-height: 36px;
	display: block;
}

.postsingle h1 a {
	color: #f6ea05;
	text-decoration: none;
	font-size: 18px;
}
	
postsingle h1 a:hover {
	color: #777;
	text-decoration: none;
}

.post ul {}

.post li {}

.entry p{margin:12px 0; }

.postmetadata{
	clear: both;
	margin-bottom: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	

.navigation {
	font-size:11px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

hr {
	margin: 5px 0 20px 0;
}

#sidebar hr {
	border: none 0; 
	border-top: 1px dotted #CCCCCC;
	height: 1px;
}


ul, ol {
	margin-left: 30px;
}


/* sidebar */
#sidebar {
	position: absolute;
	font-size:12px;
	width:180px;
	margin-left:455px;
	top: 260px;
	padding: 0;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
		}

#sidebar div {
	margin-bottom: 20px;
}	

#sidebar h2{
	font:normal 12px verdana, arial, tahoma;
	color: #333333;	
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#sidebar label{
	font:normal 11px verdana, arial, tahoma;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:20px 0 0 0;
	padding:0;
	display: block;
	width:100%;
	}

#sidebar ul li {
	margin-top: 10px;
	padding: 0;
	line-height: 22px;
	display: block;
	width: 100%;
	border-bottom: 2px solid #000;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

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

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar input, #sidebar textarea {
	margin-bottom: 5px;
}

input#emailmebtn {
	height:27px;
	background: #FFFFFF;
	padding: 3px;
}

input#emailmebtn:hover {
	cursor: pointer;
	background: #CCCCCC;
	padding: 3px;
}

textarea#message {
	font: verdana, arial, tahoma, sans-serif;
}	
	
/* comments */

input, textarea {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
}

#searchsubmit:hover {
	cursor: pointer;
	background: #CCCCCC;
}

.commentlist {
	width: 405px;
}

#commentform {
	background: #EFEFEF;
	padding: 10px;
	width: 384px; /* because of 20px padding */
	border:1px solid #CCCCCC;
	margin-bottom:20px
}

#commentform textarea {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	width: 380px;
	padding: 2px;
}

#commentform input {
	width: 230px;
	height:15px;
	padding: 2px;
}

#commentform p {
	margin-bottom: 7px;
}


input#submit {
	height:27px;
	background: #FFFFFF;
	padding: 3px;
	margin-top: 7px;
}

input#submit:hover {
	cursor: pointer;
	background: #CCCCCC;
	padding: 3px;
}

.text {
	 border-bottom: 1px dotted #CCCCCC;
	 margin: 10px 0 10px 0;
	 padding: 0 0 15px 0;
}

.text p {
	line-height: 17px;
	padding: 0px 15px;
	color: #333333;
}

.avatar_ {
	float: left;
	margin: 0 10px 0 0;	
}
.avatar_admincomment {
	float: left;
	margin-right: 10px;
}

.avatar img {
	border: 1px solid #CCCCCC;
}

.commenttext {
	float: left;
	width: 310px;
	background: #EFEFEF;
	padding: 10px;
	
	border:1px solid #CCCCCC;
}
	
.clearfix {
	clear: both;
}	

.commentlist blockquote{
	border-left:1px dotted #333333;
	margin-left:20px;
	padding:0 12px 0 0px;
	margin-bottom: 10px;
}
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 14px;
	display: inline;
	border: 1px solid #CCCCCC;
	}

img.alignleft {
	padding: 0px;
	margin: 0 14px 2px 0;
	display: inline;
	border: 1px solid #CCCCCC;
	}

.alignright {
	float: right;
	}

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

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

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

#footer {
	}
