/*
Theme Name: iThemes Web 2.0 3 Column
Author URI: http://ithemes.com
Version: 1
Author: Spencer Barfuss
Description: iThemes Web 2.0 Blog Theme is a 3 Column is a white and blue, widget ready, clean and simple theme designed for reading and ultimate customization.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font: 11px verdana;
	background:white;
	color: #000;
	margin: 0;
        padding:0;
	}



a, a:visited{
	color:#009f47 ;
text-decoration:none;
}



a:hover{
	background:#009f47;
	color:black;
	}

a.nohover:hover {
	background-color:transparent;
}


a img{
	border:none;
        margin:0;
        padding:0;
}

p a[href $='.mp3'] {
        font-size:16px;
		color:#009f47;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration:none;
	text-transform:uppercase;
		font-weight:bold;
        margin:0;
}

a:hover[href $='.mp3']{
	background:#1e9a38;
	color:white;
}

.button {
	  display:block;
    float:left;
    margin:7px 7px 10px; 0;
    background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: black;
	cursor:pointer;
	width:60px;
	height:23px;

}

.button2 {
	  display:block;
    margin:7px 7px 10px; 0;
    background-color:#CCC;
	padding:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: black;
	cursor:pointer;
	width:40px;
	height:23px;
}




.field {
	height:20px;
	font-size:14px;
	background: #FFF;
	color: #000;
	font:Verdana, Geneva, sans-serif;
        width:125px;
        line-height:130%;
}


#container {
	width: 920px;
	background:white;
	margin: 20px auto;
	padding:0;
        border:0px solid green;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer {
	background:white;
	color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 0;
	font-size:12px;
	text-transform:uppercase;
	text-align: center;
	border-top: 1px solid #cccccc;
	clear: both;
	}

#footer a {
	color:#ffdab6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: underline;
	}

.clear {
	clear:both;
}





/* ----------- HEADER ---------------- */
#header  {
	padding:0;
        margin-bottom:50px;
        /*background:url(http://www.phantasysound.co.uk/images/head.jpg);
        background-repeat:no-repeat;
        background-position:center;*/
        height:500px;
        width:920px;



}

#header h1 {
	font: 30px  Helvetica, Arial, Verdana, Sans-Serif;
	color: transparent;
        background:transparent;
	margin:0;
        filter:alpha(opacity = 0);


}

#header h1 a {
	background:transparent;
        color:#009F47;
        filter:alpha(opacity = 0);
	text-decoration: none;
	font-weight: bold;
        width:920px;
        height:143px;
}

#header h1 a:hover {
	background:transparent;
        color:#009F47;

}


#header h3 {
	font: 14px Georgia, Times New Roman, Sans-Serif;
	color:pink;
	margin:0px 20px 20px 30px;
	font-weight: bold;
}
/* ---------- END HEADER -------------- */





/* -------------- MAIN CONTENT OR MIDDLE COLUMN ------------------------ */
#content {
        float:left;
	width: 480px;
	margin:0 0 20px 0;
	padding: 5px 25px 15px;
        text-align: justify;
	min-height:600px;
        border:0px white solid;
	}

#content p{
	margin: 0;
	padding: 5px 10px 10px 0;
        line-height:18px;

	}

 object {
margin:0;
padding:0;
padding-bottom:10px;
}


#content p img {
	border:0;
        margin:10px;
        margin-left:0px;
	}



#content h1, #content h2 {
	font: bold 20px Trebuchet ms;
	margin: 0;
        padding:0;
	text-transform:uppercase;
	}

#content h1, #content h2 a {
       color:#009f47;
	text-transform:uppercase;
}


#content h1, #content h2 a:hover {
        background:transparent;
}


#content h2 {
        margin-bottom:0px;
}

#content h1, #content h2 a:hover {
background:transparent;
}



#content ol {
	list-style: decimal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}

#content li {
	margin: 0;
	padding: 0;
	}

#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}

#content ul li a {
	color: #3366ff;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	}

blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}

#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}

#content p.bloglinks {
	background:transparent;
	padding:0;
        margin:0;

        height:11px;
        padding-left:7px;
}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0;
        margin-bottom:40px;
	padding: 0;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0;
	margin: 0;
	padding: 0;
        }

.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
/* ------------- END OF MAIN CONTENT OR MIDDLE COLUMN CODE -------------- */


/* ------------- LEFT SIDEBAR CODE -------------------------------------- */
#l_sidebar {
	background: transparent;
	color: white;
	width:180px;
    float:left;
	margin:0px 0 20px 0px;
	padding:10px 15px 3px 0px;
	min-height: 660px;
        border:0px solid white;
	}






#l_sidebar h2 {
        color: white;
	font-size:17px;
        letter-spacing:1px;
        font-family:trebuchet ms;
	margin:0;
	padding:0;
	padding-bottom:10px;
	text-decoration:none;
	text-transform:uppercase;
	width:190px;
	font-weight:bold;
	}

#l_sidebar img {
	border: solid 2px white;
	margin-bottom:15px;
	margin-right:10px;
}

#l_sidebar p {
	margin: 0;
	padding: 0px 0 15px 0;
        color:FFF;
	font-size:10.5px;
	font-style:italic;
	font-family:verdana;
	width:165px;
	}




.releases a {
	font-size:11px;
	color:#009f47;
        text-decoration:none;
        font-family: verdana;
}

.releases a:hover {
	color:white;
	background:#009f47;
}




#l_sidebar li {
	list-style-type:none;
        list-style-position:outside;
	margin: 0;
	padding: 2px 0 2px 0;
	}


/* ------------ END OF LEFT SIDEBAR CODE ---------------------------- */




/* ------------ RIGHT SIDEBAR CODE ---------------------------------- */
#r_sidebar {
	background:transparent no-repeat left bottom;
	color:black;
	width: 130px;
	float:left;
	margin:0;
        padding:0;
        border:0px solid white;
	}




#r_sidebar  h2 {
        font: 17px "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:1px;
	color:#009f47;
	line-height:120%;
	text-transform:uppercase;
        margin:0;
        padding:0;
        line-height:200%;

	}

#r_sidebar a {
	color:#009f47;
}

#_sidebar a:hover {
	color:white;
	background:#009f47;
}


#r_sidebar li {
        list-style-type:none;
        list-style-position:outside;
}

#r_sidebar ul li {
	padding: 10px 0 10px 0px;
}



#r_sidebar ul {
        list-style-type:none;
        margin:0;
        padding:0;
	}




#r_sidebar ul li a:hover {
	color: #ffffff;
}

#r_sidebar form {
	padding:0;
	margin:0;
	}

#r_sidebar form input {
        margin-left:0;
        padding:0;
	margin-bottom:0px;
	}
#r_sidebar ul#recentcomments {
	padding:10px;
        margin-left:0;
        padding-left:0;
	}

#r_sidebar ul#recentcomments li.recentcomments {
	background:white;
        color: black;
	padding-left:16px;
	line-height:1.4;
	margin:0 0 10px;
	width:auto;
        margin-left:0;
        padding-left:0;
	}




/* ------------ END OF RIGHT SIDEBAR CODE ----------------------- */





/* ------------ STYLING FOR CALENDAR WIDGET -------------------- */
#calendar_wrap table, #calendar_wrap caption {
	margin:0 auto;
	}
/* ------------ END OF STYLING FOR CALENDAR WIDGET -------------- */





/* ---------------- CONTENT COMMENTS SECTION -------------------- */
#content ol.commentlist {
	list-style: decimal;
	line-height:1.6;
	margin-bottom:20px;
	padding:0 0 0 0;
        border-bottom:1px solid white;

	}

.commentlist li {
	list-style:none;
        border-top:1px solid white;

	}

.commentlist cite {
	padding: 10px;
	display:block;
	font-style:normal;
	background:transparent;
	color:#fafcf6;

	}

.commentlist a:link, .commentlist a:visited {
	color:#009f47;
	}

.commentlist a:hover, .commentlist a:active {
        background:#00a8e1f;
	color:white;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #009f47;
	float:left;
	margin-right:9px;
	}
#content h3#comments {
	border-bottom:none;
        margin-bottom:25px;
        color:white;
	}
.commentlist .author {
        font-weight:bold;
	text-decoration:underline;
        text-transform:lowercase;
	}
#content .commenttext p {
	padding:0;
	margin:0;
	}

.commentlist .time {
	background:transparent;
	padding-left:13px;
	}

.commenttext {
	padding:15px 20px;
	color:#fafcf6;
        margin-bottom:5px;
	}
/* -------------- END OF CONTENT COMMENTS SECTION -------------------------- */