/*
Theme Name: GetHypedOnThis_wordpress2
Theme URI: http://www.gethypedonthis.com
Author: Bob De Kinder
Author Contact: bob.de.kinder@telenet.be
Description: The first GetHypedOnThis theme for Wordpress. GetHypedOnThis is a blog started in April 2008 with an aim for the newest hyped up stuff in the dj'ing / producing world.
Version: 2.0

MAIN COLORS

background: #404040
header/footer: #333333
sidebar: #d2d2d2
content: #ffffff
hyperlinks: #ff3c00
text: #2d2d2d

*/


html
{
	background: #404040
        
}




body
{
	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	color: #2d2d2d;
        background: url(images/background/vintage_two.jpg) repeat;
        
}

ul, li, img, body, html
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #ff3c00;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}



h2
{
	font-family: arial;
	color: #454444;
}

#test1
{
	background: url(images/sidebar_background.png) repeat-y right top;
        margin-bottom: 10px;
}

#test2
{
        background: url(images/content_background.png) repeat-y left top;
        margin-left: 219px;
        margin-bottom: 10px;
}



#content
{
	
	background: #ffffff;	
	background: url(images/content_background.png) repeat-y;        
        height: 100%;
        float: left;
	width: 559px;
        margin-top: -35px;
}


.post
{
        
	padding: 25px;	
	padding-top: 10px;
        padding-right: 28px;
}

.post p img
{
	max-width: 500px;
        width: expression(this.width > 500 ? 500: true);
	margin-left: auto;
	margin-right: auto;
	display: block;
	
}

.post h2
{
       margin-bottom: 2px;
}

.post h2 a
{
       color: #454444;
}

#container
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1004px;
        padding-top: 10px;
	
	
}

#container ul, #container ul li a
{
	list-style-type: none;
}

#header
{
	position: relative;
	background: url(images/header.png) repeat-x;
	width: 785px;
	height: 150px;
	overflow: hidden;
}

#header ul
{
	margin-left: 430px;
	margin-top: 110px;
	font-family: arial;
	font-size: 17px;
	font-weight: none; 
        display: none;
}

#header ul li
{
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}

#header ul li a
{
	color: white;
        font-variant: small-caps;
        font-size: 18px;

}

#header ul li a:hover
{
	background: #c44c27; 
	padding-bottom: 15px;
	padding-top : 10px;
}



#events img
{
        max-width: 180px;
	padding-left: 0 px;
        padding-top: 10px;
        width: expression(this.width > 180 ? 180: true);

}



#sidebar
{
	float: right;
	width: 226px;
	background: url(images/sidebar_background.png) repeat-y;        
        
        
}

#sidebar div
{
        margin-right: 5px;
        margin-left: 5px; 
        -moz-border-radius: 6px;
} 

#sidebar div div
{
        margin-bottom: 30px;
        padding: 4px;
        color: white;
        background: #333333;
}

#sidebar div div div
{ 
       margin-right: 0px;
}


#sidebar a
{
       color: white;
}



#test
{
       height: 100%;
       margin-bottom: 10px;
       padding-bottom: -10px;
}

#sidebar h2
{
	background: #a0ff1f;
        padding-top: 2px;
        padding-bottom: 2px;        
	color: #454444;	      
	text-align: center;	
}

.widget
{
        margin-left: 15px;

}



#footer
{
	background: url(images/footer.png) repeat-x;
	width: 785px;
	height: 52px;
	clear: both;
	text-align: center;
	color: white;
        
}

#footer p
{
        padding-top: 15px;
}

.meta {
	padding-top:10px;
        padding-bottom:9px;
	background:transparent url(images/box-shadow.png) no-repeat bottom left;
	font-size:.9em;
	
        
}

.meta dl {
	border:1px solid #c6c6c6;
	background:white;
	margin:0;
	padding:4px;
        padding-bottom:30px;
	list-style:none;
	display:block;
}

* html .meta dl {
	height:1em;
}

.meta dl dd, .meta dl dt {
	display:inline;
	margin:0;
	padding:0;
}

.meta dl dt {
	margin:0 .5em 0 0;
	color:#828282;
	white-space: nowrap;
}

.meta dl dt a {
	color:#828282;
	text-decoration:none;
}

.meta dl dd {
	margin:0 1em 0 0;
	font-weight:bold;
	color:black;
}

.meta dl img {
	vertical-align:middle;
}

.meta dl dd a {
	text-decoration:none;
	color:black;
}

.commentlist, .commentlist ul.children {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist ul.children {
	margin-left:2em;
}

.comment .author, .comment .author a, .comment .date {
	color:#585858;
}

.comment div,
.bypostauthor li div {
	padding:5px;
	margin:15px 0 15px 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}

.bypostauthor li cite {
	color:#585858;
}

.comment div div,
.bypostauthor div div {
	padding:0;
	margin:0;
	background:none;
	border:0px none;
}

.comment img.avatar {
	float:left;
	margin-right:5px;
	border:1px solid #ffffff;
}

.comment cite {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	margin:.5em 0 .5em 0;
	padding:0;
	font-size:1.4em;
	letter-spacing:-1px;
	line-height:1.2em;
	color:#585858;
	font-style: normal;
}

.comment p {
	margin:.5em 0 .5em 0;
	padding:0;
}

.bypostauthor div {
	background-color:#4d9301;
	background-image:url(images/transparency/white-90.png);
	border-color:#4d9301;
}

.bypostauthor cite {
	color:#4d9301;
}

#commentform p {
	margin:0 0 .5em 0;
	padding:0;
}

.comment-meta {
	font-size:smaller;
}

.comment-meta,
.comment-meta a {
	color:#585858;
}

#respond
{
        width: 531px;
        padding: 30px;
        padding-left: 25px;
        padding-top: 0px;
}

.navigation
{
       padding: 30px;
       padding-left: 25px;
       padding-top: 5px;
       padding-bottom: 0px;
}

.commentlist
{
       padding: 30px;
       padding-left: 25px;
       padding-top: 5px;
       padding-bottom: 0px;
}



.meta2
{ 
       margin-top: -20px;
       padding-left: 23px;
       padding-right: 30px;
}

#comments
{
       padding-left: 23px;
       padding-right: 30px;
       padding-top: 30px;
}

.alignleft
{
       float: left;
}

.alignright
{
       float: right;
}

#searchtitel
{
       padding-left: 25px;
       padding-right: 35px;
}

#searchtitel h2
{
       background: #a0ff1f;
	color: #454444;
	padding: .2em;
        
}

.twitter-timestamp
{
       color:#ff3c00;
}




#shoutbox a
{
       color:#ff3c00;
}



#googleadd
{
       position:absolute;
       margin-left: 460px;    
       margin-top: -150px;
}

#socialtitle
{
       color:#828282;
}

#maincontent
{
       background: black;
}

#spacer 
{
       background: #EBEBEB;  
       padding: 10px;     
       margin-left: 20px;
       margin-right: 20px;
}

.audioplayer_container
{
       margin-bottom: -12px;
}

#booking
{
        margin-right: 5px;
        
}

#socialme
{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
}



.btn
{
        margin-bottom: -6px;
}

#solidmenu
{
        margin-top: 62px;
        margin-left: 10px;
}

#sidebar_left
{
        float: left;
        margin-top: 100px;
}

#sidebar_left h2
{
        background:url(images/left_bar_header.png) no-repeat;
        width: 219px;
        height: 38px;
        padding-top: 4px;
}

#categories
{
        background: #d2d2d2;
        margin-left: 19px;
        width: 200px;
        margin-top: -20px;
        text-align: center;
        padding-bottom: 10px;
}

#categories img
{
        padding-bottom: 5px;
}

#events
{
        background: #d2d2d2;
        margin-left: 19px;
        padding-left: 10px;
        width: 190px;
        margin-top: -20px;
        padding-bottom: 10px;
}

#sidebar div div ul
{
        padding-left: 15px;
}

.social2
{
	padding-bottom: -5px;
	margin-bottom: 0px;
}

