/*
Theme Name:		m4dev-wp
Theme URI:		not published
Description:		Development for M4 Music by Jell Systems
Version:		0.1
Author:			Paul James
Author URI:		http://jell-systems.co.uk
*/


body {
        margin: 0;
	padding: 0;
        background: #8a86bc url('images/body.png') repeat-x;
}


//*---:[ core layout elements ]:---*/
#container {
	font-size: 63%;
	font-family: Arial, Sans-Serif;
	text-align: center;
        margin: 0 0 0 0;
        /*border: 1px solid #000000;*/
}
	
#content_box {
	background-color: transparent;
	/*border: 1px solid #444444;*/
	text-align: left;
	margin: 0 auto;
	padding: 1px;
        width: 950px;
        /*height: 429px;*/
        clear: both;
}

#content_box h2{
	font-family: Arial, Sans-Serif;
	font-size: 1.5em;
}

#content {
        font-size: 1.0em;
        margin: 0 auto 0 auto;
        padding: 5px 5px 5px 5px;
        width: 450px;
	/*border: 1px solid #444444;*/
        /*opacity: 0.3;*/
}

#l_sidebar {
	float: left;
        width: 25%;
        font: 1em Arial, Sans-Serif;
        text-decoration: none;
        /*border: 1px solid #444444;*/
}

#l_sidebar ul{
        list-style: none;
        text-decoration: none;
}

#l_sidebar h2.widgettitle{
	font-size: 1.5em;
}

#l_sidebar li a{
        text-decoration: none;
	line-height: 1.5em;
	display: block;
	/*border: 0.05em solid #9999a5;*/
}

#sidebar {
        float: right;
        width: 25%;
        font: 1em Arial, Sans-Serif;
        text-decoration: none;
        /*border: 1px solid #444444;*/
}

#sidebar ul{
	list-style: none;
        text-decoration: none;
}



#sidebar h2.widgettitle{
	font-size: 1.5em;
}

#footer {
	/*border: 1px solid #444444;*/
        width: 1000px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	clear: both;
        /*background: #ffffff;*/
}

#footer p{
	text-decoration: none;
	color: #9999a5;
	font: 0.6em Arial, Sans-Serif;
}

#footer a{
	text-decoration: none;
	color: #9999a5;
	font: 1em Arial, Sans-Serif;
}

h1, h1 a, h1 a:hover, h1 a:visited, #aboveheader .description {
	color: #ffffff;
}


/*---:[ header styles ]:---*/
#masthead {
        /*width: 800px;*/
        height: 200px;
        padding-top: 4px;
	font-size: 3.0em;
	text-align: center;
        color: #ffffff;
        background: url('images/main-header.jpg') no-repeat center center;
}

#masthead a { display: block; text-decoration: none;} /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

/*---:[ content styles ]:---*/
.entry p {
font: 1em Arial, Sans-Serif;
}

.entry ul, .entry ol {
font: 1em Arial, Sans-Serif;
}

/*---:[ sidebar styles ]:---*/
ul.sidebar_list {
        text-decoration: none;
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
        text-decoration: none;
}

li.widget h2, li.linkcat h2 {
        text-decoration: none;
}

/*-- contact form styles --*/
.contactform {
	position: static;
	overflow: hidden;
	border: 1px solid #444444;
	background-color: #9999a5;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.contactleft {
	font: 0.7em Arial, Sans-Serif;
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-weight: bold;
}

.contactright {
font: 0.7em Arial, Sans-Serif;
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}