/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

#logo {
display:none;
}

#menu {
margin-top:0;
}

.comment-list ul.children ul.children {
margin-left:0px;
}

.collapse-trigger {
display:none;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
.gig {
margin-top:15px;
}
}