/*
Theme Name: SemarakBDG
Theme URI: http://www.semarakbandung.com/
Description: A theme for "Semarak Bandung" event.
Author: mynameisfin
Author URI: mailto:mynameisfin_01@yahoo.co.uk
Version: 1.1
*/

@import url('styles/reset.css');
@import url('styles/rebuild.css');
@import url('styles/wp.css');

body {
	margin:0;
	padding:0;
	margin:10px auto;
	line-height: 1.5em;
	background: url(images/bg_stripe.png) repeat #fff;
	color:#666;
}

a {
	color: #EC008C;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

#maincontainer{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
margin: 0 240px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 235px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
background: url(images/alphaf.png) repeat;
}

#rightcolumn{
float: left;
width: 235px; /*Width of right column*/
margin-left: -235px; /*Set left margin to -(RightColumnWidth)*/
background: url(images/alphaf.png) repeat;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
border:0px solid #000;
}

.contenttube{
float: left;
width: 498px;
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
border:1px solid transparent;
background: url(images/alphaf.png) repeat;
}

.logo {
	text-align: left;
}

.logo img {
	width: 200px;
	border-style: none;
}

/*PAGE NAVIGATION*/
#nav ul li ul { display:none; }
#nav .displayMe { display:block; }

#nav {
	border: 0px solid #000;
	margin: 10px 0 0 0px;
}

#nav ul.pagenav, #nav ul.pagenav li ul {
	margin: 0;
	list-style-type: none;
}

#nav ul.pagenav li {
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
}

#nav ul.pagenav li ul {
	padding-left: 10px;
	border: 0;
}

#nav ul.pagenav li.current_page_item {
	clear:both;
}

#nav ul.pagenav li.current_page_item a {
	color: #999;
}
	
ul.pagenav li a {
	color: #00ADEE;
}

ul.pagenav li a:hover {
	color: #999;
}

ul.pagenav li.home {
	clear:both;
	margin:0;
	font-size:1.1em;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}

ul.pagenav li.home a {
	color: #999;
}

/*TITLE*/
.title {
	line-height:18px;
	font-weight:bold;
	text-transform: uppercase;
	color: #999;
}

h1.title {
	font-size:1.2em;
}

h2.title {
	margin-top: 0;
	color: #00ADEE;
	font-weight:bold;
	line-height:1.2em;
	text-transform: none;
}

h3.title {
	font-size:1.0em;
}

h3.title-sponsor {
	font-size:1.0em;
	line-height:18px;
	font-weight:bold;
	text-transform: uppercase;
	color: #999;
	margin-left:10px;
}

span.single_cat_title {
	color: #999;
}

span.normal {
	text-transform: none;
}

/*SOCIAL ICON LINK*/

#sociallink {
	margin: 15px 0 0 0px;
}

.socialicon {
	margin:5px 0 0 0;
	text-align: center;
}

.socialicon img {
	padding-right: 5px;
}

/*MEDIA PARTNER ICON LINK*/

#media {
	margin: 15px 0 0 0px;
}

.mediaicon {
	margin:10px 0 0 10px;
	text-align: center;
}

.mediaicon img {
	padding-right: 10px;
	padding-bottom: 10px;
}

/*SPONSOR ICON*/

#sponsor {
	border: 0px solid #000;
	margin: 20px 0 10px 0;
}

.gold {
	text-align: center;
}

.gold img {
	margin: 5px 0;
}

/*SOCIAL MEDIA: TWITTER TWEETS*/

#socialmedia {
	margin:15px 0;
}

.twitter {
	clear:both;
	margin:0 5px 0 5px;

}

/*CONTAINER HOME by Chris Coyier edited by Findhika*/

#container {
	margin:10px 0 10px 0;
}

.widget {
	width: 225px;
	padding: 0;
    margin: 0 7px 14px 7px;
	float: left;
	position: relative;
}
          
.overlay { 
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6); 
    text-align: center; 
}
           
.widget-button {
    position: relative; 
    padding: 4px 0px;
	border:0px solid #fff;
	background: transparent;
	color: #00ADEE;
	font-size:1.2em;
	font-weight: bold;
	text-decoration: none; 
    text-transform: none;
}

.widget-button:hover { 
	color: #EC008C;
}

/*CALENDAR*/

#calendar {
	margin: 0;
	padding:0;
}

li#event-calendar {
	list-style-type: none;
}

/*NEWS*/
.post {
	padding:10px 0 27px 0;
	border-bottom:1px dashed #999;
}

.post-date {
	font-size: 0.9em;
	font-weight:bold;
	color: #999;
}

h2.post-title {
	margin-top: 0;
	color: #666;
	font-weight:bold;
	line-height:1.2em;
	text-transform: none;
}

h2.post-title a {
	color: #666;
	font-size: 1.0em;
	font-weight:bold;
	line-height:1.2em;
	text-transform: none;
}

h2.post-title a:hover {
	color: #999;
}

.post-content {
	margin: 8px 0;
	font-size: 1.1em;
}

.post-content p {
	margin-bottom:20px;
}

a.more-link {
	font-style: italic;
	font-weight: bold;
}

#post-util {
	font-size:0.9em;
	border-top:1px dashed #999;
	padding-top: 5px;
}

.post-cats {
	float: left;
}

.post-commentcount {
	float: right;
}

#postnav {
	margin:0;
}

.postnavbelow {
	padding-bottom: 10px
}

/*COMMENTS*/

#comments {
	padding:30px 0;
}

#comments-list h3 {
	font-weight: bold;
	text-decoration: underline;
	padding:0 0 5px 0;
}

#comments-list .comment-meta {
	color: #ccc;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.97em Arial, Sans-Serif;
}

ol.commentlist {
	margin: 0;
	padding: 0 4px 0 4px;
}

.commentlist li {
	font-weight: bold;
	border-bottom:1px solid #999;
	padding:10px 0 10px 0;
	list-style-type: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	width:50px;
	height:50px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 0.97em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.comment-author span.fn {
	text-transform: uppercase;
	font-size: 0.97em;
}

.comment-content p {
	padding: 10px 0;
}

ul.children {
	border-top:1px dashed #000;
	margin: 10px 0;
	padding: 0 0 0 15px;
}	
	
#respond {
	margin:20px 0;
	padding:10px;
	background:#CCC;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#respond h3 {
	font-weight: bold;
	padding-bottom: 20px;
}

.form-label {
	font-weight: bold;
}

.form-submit {
	padding:10px 0;
}

#comments-nav-below {
	padding: 10px 5px 10px 4px;
}

span.required {
	font-style: italic;
	font-weight: normal;
}
