/*
Theme Name: TUNEN2KIDZ
Theme URI: http://www.tunen2kidz.com
Description: A wordpress theme for tunen2kidz.com
Author: SaverSites
Author URI: http://www.saversites.com
version: 1.0
*/

/* BASICS */

*{margin:0; padding:0;}

body {
	background:#fff;
	font-family: arial, tahoma, sans-serif;
	font-size: 9pt;
	margin:20px;
	background-repeat: no-repeat; 
	background-position: right top; 
	background-image: url('/images/andre.jpg');
	background-attachment:fixed;
	}

	
h1 {
color: #003366; font-family: arial; font-size: 24px; margin: 0px; padding: 0px;
}

h2 {
color: #009EC7; font-family: arial; font-size: 15px; margin: 15px 0px 10px 0px;
}

h3 {
border-top:1px solid #009EC7;
color:#009EC7;
font-family:arial;
font-size:15px;
margin-bottom:15px;
margin-top:10px;
padding-top:30px;
}

h3 a {
	color: #009EC7 !important;
	border-bottom: none !important;
}

h3 a:hover {
	color: #9BE1FF !important;
	border-bottom: none !important;
}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#e6e6e6;
  	width: 760px; 
  	height: 150px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
/* TOP BAR */

.top-bar {
	background:#fff;
	background-image: url('/images/toon_topnav_bg.gif');
	background-repeat: repeat-x; 
	width:760px; 
	height: 25px;
}

/* BOTTOM BAR */

.bottom-bar {
	background:#fff;
	background-image: url('/images/toon_topnav_bg.gif');
	background-repeat: repeat-x; 
	width:760px; 
	height: 25px;
	padding-bottom:12px;
}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

/* content */


#content {
	float:left;
	width:550px;
	overflow: hidden;
	padding:12px;
	}
	
#content p {
	text-align: justify;
	font: 14px arial; 
	color: #003366;
	line-height: 150%;
	padding: 0px; padding-bottom: 15px; margin: 0px;
}

#content a {
color: #003366;
text-decoration: none;
border-bottom: 1px solid #9BE1FF;
}

#content a:link, #content a:visited, #content a:active {
color: #003366;
text-decoration: none;
border-bottom: 1px solid #9BE1FF;
}

#content a:hover {
color: #336699;
text-decoration: none;
border-bottom: 1px solid #003366;
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}


/* SIDEBAR */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:185px;
	float:right;
	margin:0;
	padding: 0;
	background: #99CC00;
	min-height: 380px;
	border-left: 1px solid #003366;
	}

#sidebar ul, #sidebar ul li {
	list-style: none outside;
	display: block;
	font: bold 14px arial;
	padding: 0px; 
	margin: 0px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	display: block;
	width: 173px; height: 20px; 
	background-color: #B1EC00; 
	border-bottom: 1px solid #4F7100;
	color: #618A00;
	text-decoration: none;
	padding: 8px 5px 4px 6px;
	margin: 0px;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
	background-color: #CCFF33;
	text-decoration: none;
	padding: 8px 5px 4px 6px;
	margin: 0px;
}

#sidebar ul li ul, #sidebar ul li ul li {
list-style: none outside;
display: block;
font: normal 13px arial;
padding: 0px; 
margin: 0px;
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
width: 165px; 
height: 17px; 
background-color: #5B7900; 
border-bottom: 1px solid #4F7100;
color: #ffffff;
text-decoration: none;
padding: 5px 5px 3px 15px;
margin: 0px;

}

#sidebar ul li ul li a:hover, #sidebar ul li ul li a:active {
background-color: #3F5300; 
text-decoration: none;
padding: 5px 5px 3px 15px;
margin: 0px;
}

#sidebar img {
	padding: 23px;
}

/* COMMENTS */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* FOOTER */

#footer {
	padding: 0px;
	margin: 0px;
	clear: both;
	color:#009EC7;
	font: 11px arial;
}

#footer a {
	color: #009EC7;
	text-decoration: none;
	padding:10px 12px;
}

#footer a:hover, #footer a:active  {
	color: #009EC7;
	text-decoration: none;
	border-bottom: 1px solid #9BE1FF;
}

#footer ul {
     display: inline;
     list-style-type: none;
     list-style-image:none;
}

#footer li, #footer li li, #footer li li li {
     display: inline;
	 border-right: 1px solid #009EC7;
}
/* TABLES */
#audio-table {
	width:550px;
	border-collapse:collapse;
	color:#000000;
}
#audio-table td, #audio-table th {
	font-size:1em;
	border:1px solid #0099CC;
	padding:7px;	text-align:center;
}
#audio-table th {
	font-size:17px;
	background-color:#d0e7ee;
	color:#000;
}
#audio-table tr.alt td {
	background-color:#d0e7ee;
}
#audio-table a:link {
	border-bottom:1px solid #009EC7;
	color:#009EC7;
	text-decoration:none;
}
#audio-table a:hover {
	border-bottom:1px solid #003366;
	color:#003366;
	text-decoration:none;
}
/* AUDIO PLAYER */
.audioplayer_container {	width: 150px;	margin:0 auto;
}