/*  
Theme Name: MUSICinMALDIVES (Widgets Enabled)
Theme URI: http://musicinmaldives.com
Description: Customized musicinmaldives.com theme
Version: 1.0
Author: Fayid
Author URI: http://fayid.com/
*/



/*Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	line-height: 1.2em;
	letter-spacing: 0;
	background-color: #000;
	color: #333;
	text-align: left;
	}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}
 


#content {
	width: 520px;
	margin: 1px 0px 40px 40px;
	float: left;
	text-align: left;
	background: black;
	color: #999999;
	}

hr
{
  display: none;
}

#header
{
	  height: 160px;
	  background: black;
	  margin-top: 24px;
}
 
#headerimg {
  font-size: 1.2em;
  color: #FEF4DF;
  margin-left: 10px;
}
 
#header a
{
  text-decoration: none;
  color: white;
}
 
#header h1
{
  font-size: 3em;
}

h1 {
	font-size: 2em;
	display: block;
	color: #cccccc;
	}
	
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #cccccc;
	}



h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	display: block;
	color: #cccccc;
	}


h4 {
	font-size: 1.3em;
	line-height: 1.2em;
	display: block;
	color: #cccccc;
	}




.narrowcolumn {
	margin: 0px 0px 40px 0px;
	}

.post {
	font-size: 1.2em;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-bottom: 40px;
	}

.post h2 {
	margin-top: 0px;
	color: #fff;

	}

p img {
	padding: 0px;
	max-width: 100%;
	text-align: justified;
	}
	
	
.post ol {
	padding-left: 80px;
	}


.post ul {
	list-style-type: square;
	padding-left: 80px;
	} 
/*
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}
*/
.wp-caption {
border: none;
text-align: center;
background-color: #333333;
padding-top: 0px;
margin: 0px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0px 0px 0px -5px;
padding: 5px;
border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 0px 5px 0px;
	margin: 0;
	color: #fff;
	}
/*
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
*/
.alignright {
	float: right;
	margin: 0px 0px 10px 20px;
	}
	
.alignleft {
	margin: 0px 20px 10px 0px;
	float: left
	}
	
blockquote {
	font-size: 1em;
	font-style:italic;
	text-align: justify;
	}

a {
	color: #cccc99;
	text-decoration: none;
	}

a:hover {
	color: #ffffcc;
	text-decoration: none;
	}
	
a:active {
	color: white;
	}

.entry {
	margin: 20px 0px 20px 0px;
	}

.entrytext {
	margin: 20px 0px 20px 0px;
	}

.postmetadata {
	font-size: 1em;
	line-height: 1.1em;
	margin: 20px 0px 0px 0px;	
	}
	
.postmetadatatop {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: -15px;
	display: block;
	}

.pagetitle {
	font-size: 2em;
	margin: -52px 0px 0px 0px;
	color: #fff;
	}

.navigation {
	display: block;
	padding: 10px 0px 0px 0px;
	}


/* SIDEBARs */

#leftsidebar, #rightsidebar {
	background-color: #111111;
	border: 1px solid #333333;
	float: left;
	width: 16%;
	min-width: 160px;
	margin: 0px 0px 40px 20px;
	text-align: left;
}

#leftsidebar ul, #rightsidebar ul {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-left: -30px;
	padding-bottom: 10px;
	padding-right: 10px;
	}
/*
#leftsidebar ul ul, #rightsidebar ul ul {
	line-height: 1.0em;
	}
*/
#leftsidebar ul h2, #rightsidebar ul h2 {
	font-size: 1.2em;
	color: #fff;
	margin-left: 10px;
	}



/* Begin Calendar */
#wp-calendar
{
  border: none;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.16em;
  color: #cccccc;
}
 
#wp-calendar th
{
  background-color: black;
  color: white;
}
 
#wp-calendar a
{
  border: 1px solid #4A2C00;
  display: block;
}
 
#prev a, #next a
{
  border: 0;
  font-size: 0.8em;
}
 
#wp-calendar caption
{
  text-align: center;
  width: 120px;
  color: #cccccc;
}
/* End Calendar */


/* Begin Form Elements */

#searchform
{
  text-align: center;
  margin-bottom: 20px;
}
 
#searchform input
{
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 5px 0px 0px 0px;
}

#searchform input:hover
{
color: white;
background: #FD5A1E;
}

#searchform #s
{
  width: 120px;
  background-color: white;
  padding: 2px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#searchform #s:hover
{
	color: black;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 5px 0px;
	}

#commentform {
	margin: 0px 0px 0px 93px; 
	}
#commentform textarea {
	/*margin-left: 10px;*/
	margin: 5px 5px 5px 0px;
	width: 420px;
	padding: 5px;
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	font-size: 1.2em;
}


h3#respond {
	margin-left: 100px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 10px 0px 0px 0px;
  }

#commentform #submit:hover
{
color: white;
background: #FD5A1E;
}

/*
#commentform #submit {
	margin: 0px 0px 5px 0px;
	float: left;
	}
 End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0px;
	padding: 0px;
	background-color: #111111;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.4em;
	}

.commentlist li {
	margin: 0px 0px 10px 100px;
	padding: 10px 10px 1px 10px;
	list-style: number;
	}
	
.commentlist li .alt {
		background-color: #111111;
}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

.commentwhy {
	margin-left: 100px;
	}

#commentform p {
	width: 600px;
	margin: 0px 0px 0px 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


#footer
{
	border-top: 1px solid #333333;
  background-color: black;
  width: 860px;
  margin: 0px 0px 0px 40px;
  padding: 0px;
  clear: both;
  color: #fff;
}


/* Widgets */

#flickrrss {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#flickrrssphotos {
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	}

.aktt_tweets {
	font-size: 1em;
	color: #999999;
	}

.aktt_tweets li {
	margin-bottom: 10px;
	}

#tag_cloud widget_tag_cloud {
	margin-left: -5px;
	}

.widget_tag_cloud {
	width: 125px;
	margin-left: 10px;
	}
	
.wpcf7-form {
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	line-height: 1.2em;
	}

/* Contact Form */

.wpcf7-form-control-wrap your-name { }

.wpcf7-form-control-wrap your-email { }

.wpcf7-form-control-wrap your-subject {

	}

.wpcf7-form-control-wrap your-message {
	width: 520px;
	}


/* RSS Widget */




.widget_rss {
	font-size: 0.9em;
	color: #ccc;
	}

.rsswidget {
	color: #fff;
	}

.widget_rss cite {
	color: #999999;
	}

.widget_rss li {
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 5px;
	}
	
.widget_rss a {
	color: #ccc;
	}
/*
.rsswidget title {
	color: white;
	}*/
	
.rss-date {
	color: #999999;
	}
	
.rssSummary {
	color: #999999;
	}

/*  Social Bookmarks Plugin */

.social_bookmark img {
	border: none;
	}

/* Widget Recent Comments */

.widget_recent_comments li {
	font-size: 0.9em;
	color: #ccc;
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 5px;
	}

.widget_recent_comments a {
	color: #ccc;
	}
	
.widget_recent_comments a:hover {
	color: #FFFFCC;
	}

.widget_gadwidget {
	margin-left: 25px;
	}

#sitemeter {
	margin-left: 31px;
	margin-bottom: 20px;
	}