/*  
Theme Name: Squirty_Wirty
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
/* *** css by Monkey Design House *** */

/* 
   $Id: screen.css 15408 2006-12-08 02:05:13Z ckdake $
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: "Comic Sans MS";
	  font-size: 12pt;
	  color:#000000;
	  margin-left: 0px;
	  margin-right: 0px;
background: #338FCE  no-repeat center top;
	}
	
.toptd {

}

.bottomtd {
}
h3 {
background: white;
text-align: center;
}	
h1 {
	font-family: "Comic Sans MS";
text-align: center;
background-color: white;
}
TD, P 
	{ 
	  font-family:  "Comic Sans MS";
	  font-size: 10pt; 
	}


/* ----------container to center the layout-------------- */
#container {
width: 90%;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
color: white;
text-align: right;
padding: 0px;
margin: 0px;
height: 123px;
background: #ff6600 url(http://www.squirtywirty.co.uk/header.jpg) no-repeat right top;
}

#banner h2 {
padding-top: 90px;
padding-right: 245px;
}

#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
padding: 10px;
margin-right: 0px;
margin-top: 0px;
background: #ffffff url(images/whitetrans.gif);
vertical-align: top;
}
div#content { 
vertical-align: top;
}
#gallerycontent {
padding: 0px;
margin-right: 0px;
margin-top: 10px;
background: url(images/whitetrans.gif);
vertical-align: top;
}

p, pre{
margin:0px;
}

/* --------------left navi------------- */
#left {

float: left;
width: 200px;
margin: 0px;
padding: 0px;
	margin-top: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }


/*---------------- mymenu ---------------------------*/
#mymenu {
	width: 200px;
	border: 1px solid #ccc;
	margin: 0px;
	}
#mymenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}	
#mymenu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#mymenu li a:link, #mymenu li a:visited {
	color: #ff0000;
	display: block;
	background: #FCF101;
border: 1px dotted #ff0000;
	padding: 8px 0 0 20px;
	}
	
#mymenu li a:hover, #mymenu li a:active {
	color: white;
	background: #ff6600;
border: 2px solid #ff0000;
	padding: 8px 0 0 30px;
	}


/* ---Navigation Tabs--- */
#navtabs { 
    list-style: none; 
    padding: 0; 
    height: 30px; 
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase; 
    border-bottom: 4px solid #0288D8; 
} 
 
#navtabs li { 
    float: left; 
    background: #CCE7F7 url(/tableft.png) no-repeat left top; 
    padding: 8px 0 8px 14px; 
    margin-right: 1px; 
} 
 
#navtabs li a { 
    background: #CCE7F7 url(/tabright.png) no-repeat top right; 
    padding: 8px 14px 8px 0; 
} 
 
#navtabs li.current-cat { 
    background: #0288D8 url(images/tableft_active.png) no-repeat left top; 
} 
 
#navtabs li.current-cat a { 
    background: #0288D8 url(images/tabright_active.png) no-repeat right top; 
    color: #FFFFFF; 
}
 