/* 
Theme Name: Dynamic Theme
Theme URI: http://www.ukhypnosis.com  
Description: this is a Dynamic Theme 
Version: 0.1 
Author: Gareth Kenna 
Author URI: http://www.ukhypnosis.com  
Tags: Blanky 
*/


/*                              this is the overall page parameters  */
body
{
 font-family:Verdana,Helvetica,Arial,sans-serif;
 background: #FFFFFF;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 min-width:800px;
}

/*                             this alters the underline and visited colour for html links */

a {text-decoration:none}
a:visited {color:darkblue}
a:hover {text-decoration:underline; color:darkblue}

/*                             this should alter the overall table size....  but doesnt..    */

div#table_outer
{
 min-width:830px;
 border: 1px solid red;
}

/*                                       so should this   */

div.main{
min-width:800px;
}

/* this defines the appearence for the dynamic widget boxes */

div.widget_box {

 margin-bottom: 5px;
 padding:5px;
 background: white;
 font-size: 0.8em;
 border-bottom: 2px solid red;
}


/* header parameters   */

div.header 
{
 width: 100%;
 height: 100px;
 min-width: 400px;
 background: white;
}


div#content 
{
 background: white;
 min-width: 400px;
 border: 0px solid blue;
 padding: 5px;
}


div.footer
{
 width: 100%;
 height: 70px;
 background: white;
 margin-top: 10px;
 margin-bottom: 10px;
 float: right;
}




.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

p {font-size: 0.8em}

h1, h2, h3 {
	font-family: 'Arial Rounded MT Bold', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal; color: black
	}

h1 {
	font-size: 1.6em;
	text-align: left;
         font-weight: bold;
      
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
         font-weight: bold
      	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

ul {margin-left:16px;}
ul li {list-style-type: square;}