/*
Theme Name: MonkeyMagic
Version: 1.0
Author: Monkey
Description: Based on the default WordPress theme which was based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

*/


*
{
	padding: 0;
	margin: 0;
	}


a img
{
	border: none;
	}
	
	
/*************************************
 +content
 *************************************/


#content
{
	width: 800px;
	height: 300px;
	float: left;
	padding: 10;
	background-image: url(./images/background_lines.png);
	}

#content p
{
	line-height: 1.5em;

	}

#content_grad
{
	width: 800px;
	height: 41px;
	float: left;
	background-image: url(./images/grad_lines.png);
	}


#content_single
{
	width: 800px;
	height: 100%;
	min-height: 750px;
	float: left;
	padding: 20px 25px;
	background-image: url(./images/background_lines.png);
	}

#content_single p
{
	line-height: 1.5em;
	}


#content_pages
{
	width: 800px;
	height: 100%;
	min-height: 750px;
	float: left;
	background-color: #E3E3E3;	
	}

#content_pages_grad
{
	width: 800px;
	height: 41px;
	float: left;
	background-image: url(./images/grad.png);
	}


#content_pages h1
{
	margin-top: 30px;
	text-align: center;
	color: #565656;
	}

#content_pages h2
{
	margin: 35px 0px 0px 0px;
	text-align: center;
	color: #565656;
	font-size: 1.1em;
	}


#wrapper
{																				
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	}

#contact_table
{
background-color: #E3E3E3;
font-size: 0.8em;

}

/*************************************
 +fonts
 *************************************/

body
{
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
    background-image: url(./images/grad_background.png);
    background-position: center;
	}


hr
{
	display: none;
	}


h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 5px;  
	color:#3B3B3B;
	}

 
h2 a:hover, h2 a:visited, h2 a
{
	text-decoration: none;
	color: white;
	}
 
 h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 5px;  
	color:white;
	}

h3
{
	margin-top: 0.1em;
	margin-left: 15px;
	font-size: 0.9em;
	color: silver;
	}
 
h4
{
	margin-top: 1.2em;
	font-size: 1.2em;
	}
 
h5
{
	margin-top: 1em;
	font-size: 1em;
	}


ul
{
	margin-left: 15px;
	list-style-type: none;
	color: white;
	font-size: 1em;
	padding-bottom: 5px;
	}


ul a, ul a:hover
{
	color: white;
	}
 
ul a
{
	text-decoration: none;
	color: #E8E8E8;
	}

p
{
	margin: 15px;
	line-height: 1.4em;
	margin-bottom: 1em;
	}
 
p a:hover, p a:visited, p a
{
	text-decoration: underline;
	color: white;
	}
 
.center
{
	text-align: center;
	}
 
 

/*************************************
 +sidebar
 *************************************/


#sidebar
{
	min-height: 400px;
	height: 100%;
	width: 800px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	}

/*Michael changed 20080819*/
#tableft 
{
	margin-left: 0px;
	margin-top: 0px;
	width: 500px;
	height: 260px;
	float: left;
	background:#fff;
}
/*END Michael changed 20080819*/

#tabright 
{
	margin-right: 0px;
	margin-top: 0px;
	width: 280px;
	height: 260px;
	float: right;
	background:#fff;
}


/*************************************
 +header
 *************************************/


#header
{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 202px;
	background-color: #3F3F3F;
	width:800px;
	padding:0px 0;
	margin: 0 auto;
	text-align: center;
	vertical-align: bottom;
	}
 
#headerimg
{
	background: url(./images/header.jpg) no-repeat;
	height:170px;
	width:800px;
	padding:0px 0;
	margin: 0 auto;
	}
 


/*************************************
 +post
 *************************************/


.wordtube
{
	position: relative;
	float: left;
	margin-top: 3px;	
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	}


#entry_home
{
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: white;
	font-style: normal;
	font-size: 0.9em;
	}


#entry_single, #entry_single p, #entry_single h2, #entry_single a, #entry_single a:hover, #entry_single a:visited
{
	color: white;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
	clear: both;
	margin-right: 30px;
	}
	
	

	
#entry_single li
{
	margin-left: 15px;
	}


.entry_pages,  .entry_pages p, .entry_pages a, .entry_pages a:hover, .entry_pages a:visited


{
	color: #3B3B3B;
	font-style: normal;
	font-size: 0.95em;
	margin: 30px;
	line-height: 1.6em;
}


.entry_pages table
{
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	}

.entry_pages td
{
	line-height: 1.5em;
	}


/*************************************
 +post navigation
 *************************************/

.read_more
{
	text-align: right;
	margin-right: 15px;
	background: none;
	padding: 3px;
	position: relative;
	float: right;
	text-align: center;
	}

.read_more a
{
	text-decoration: none;
	color: #ECECEC;	
	}
	
.read_more a:hover
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	}
	
	

.navigation
{
	display: block;
	float: none;
	clear: right;
	}
 
.navigation a, .navigation a:hover
{
	text-decoration: none;
	color: white;
	}

 



/*************************************
 +Nav
 *************************************/

.nav{
	font-size: 0.9em;
	font-style: normal;
	height: 30px;
	}

.nav a, .nav a:hover, .nav a:visited
{
	text-decoration: none;
	color:#fff;
	cursor: pointer;
	width: 100px;
	height: 21px;
	display: block;
	}


.navbut_home
{
	width: 100px; 
	height: 21px;
	padding-top: 5px;
	border-bottom: 6px solid #99FF99;
	float: left;
	}
	
	
.navbut_home:hover
{
	background: #66CC66;
	}	
	
	
		
		
.navbut_about
{
	width: 100px; 
	height: 21px;
	padding-top: 5px;
	border-bottom: 6px solid #CC99CC;
	float: left;
	}

	
.navbut_about:hover
{
	background: #9933CC;
	width: 100px; 
	}	

	
.navbut_contact
{
	width: 100px; 
	height: 21px;
	padding-top: 5px;
	border-bottom: 6px solid #6699CC;
	float: left;
	}
	
.navbut_contact:hover
{
	background: #0066CC;
	width: 100px; 
	}	

	
.navbut_programme
{
	width: 100px; 
	height: 21px;
	padding-top: 5px;
	border-bottom: 6px solid #FF6666;
	float: left;
	}

	
.navbut_programme:hover
{
	background: #CC6600;
	width: 100px; 
	}	

/*************************************
 +google
*************************************/
#aus
{
	height: 60px;
	width: 468px;
	clear: both;
	margin-left: 166px;
	}


/*************************************
 +footer (not in use)
*************************************/

#footer
{
	text-align: center;
	color: white;
	background-color: silver;
	height: 25px;
	width: 800px;
	margin: 0 auto;
	}
	
#wrapper_contactus
{																				
	width: 800px;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
