/*  
Theme Name: Taunton ASG
Theme URI: http://www.kendallinternet.co.uk/
Description: Theme for Taunton ASG
Version: 1.0
Author: Greg Kendall
Author URI: http://www.kendallinternet.co.uk/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

*       {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body    {
	background: #0033cc; /* 3c3c3c */
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea, a {
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	font-size: 1em;
	}

h1      {
	font-size:2.5em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	letter-spacing:-0.02em;
	}

h2      {
	font-size:2em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	padding-bottom:8px;
	border-bottom:1px solid #bbb;
	margin: 20px 0;
	}

h3      {
	font-size:1.8em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	}

h4      {
	font-size:1.6em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
        color:#0033cc;
	margin-bottom:0.5em;
	}


h5      {
	font-size:1.2em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	font-weight:bold;
        color:#0033cc;
	padding-top:2.5em;
	margin-bottom:0.25em;
	}

img     {
	border:0;
	}
	
p       {	
	margin: 15px 0;
	}

a:link  {
	color: #0000FF;
	text-decoration:underline;
        } /* 1. Styling for unvisited links */

a:visited {
	color: #800080;
	text-decoration:underline;
        } /* 2. Styling for visited links */

a:hover {
	color: #FF0000;
	text-decoration:underline;
        } /* 3. Styling for links in mouseover state */

a:active {
	color: #FF0000;
	text-decoration:underline;
        } /* 4. Styling for links when mouse has been clicked but not yet released */

hr      {
	display: block;
	height:1px;
	background:#bbb;
	border:none;
	}

small   {
	font-size: 0.95em;
	background-color:#FFFEEB;
	padding:3px 6px;
	}

.left,
.alignleft   {
	float:left;
	}

.right,
.alignright  {
	float:right;
	}

.center,
.aligncenter {
	float:center;
	}
	
/* Structure - Main & header areas */

#page   {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background-color:#FFFFFF;
	padding: 10px 25px 35px 25px;
	}

#branding {
	width:100%;
        background-color:#ffff00;
	padding-top:1em;
	padding-bottom:1em;
        border-bottom:0.1em solid #ffffff;
	}

#branding a {
	text-decoration:none;
	}

.description {
	font-size: 1.3em;
	color:#0033cc;
	margin-top:-4px;
        margin-left:5em;
	}

.logo   {
        width:5em;
        padding:0.5em;
        text-align:center;
        }

#logo   {
        width=52px;
        height=52px;
        }

#content {
	width:605px;
	float:left;
	}

#content-nosidebar {
	width:880px;
	float:left;
        margin-top:1em;
	}

/* Structure - Sidebar area */

#sidebar-page {
	width: 250px;
	float:right
	}

#sidebar-post {
	width:247px;
        min-height:610px;
	float:right;
        right:-1px;
	background-color:#FFFEEB;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
        padding-top:1em;
	}

#sidebar-post hr      {
	display: block;
	height:1px;
	background:#bbb;
	border:none;
	margin-top:2em;
	}

/* Structure - Footer area */

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

/* Post Content */

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background-color:#FFFEEB;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

/* Post Formatting */

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	line-height:115%;
	background-color:#FFFEEB;
	margin:5px 0 5px 0;
	/* padding:3px
	border-bottom:1px solid #DDD
	border-top:1px solid #DDD */
	}	

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:1em 0 1em 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font-size: 1.6em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

/* Special Headers */

.post h2,
h2.pagetitle {
	font-size:2em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	padding-bottom:8px;
	border-bottom:1px solid #bbb;
	margin: 20px 0;
        color:#000000;
	}

#sidebar-post h2,
#sidebar-page h2 {
	font: 1em Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	margin-left:1em;
        border:none;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar-post h3,
#sidebar-page h3 {
	border-top:5px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

/* Special Paragraphs */

#sidelist p {
	text-align:center;
	}

/* Special Lists */

#sidelist li {
	list-style:none
	}

#sidelist li.flashimage {
	list-style:none;
	margin-top:5.2em;
	}

#sidelist li.search {
	list-style:none;
	margin-left:2.5em;
	}

#sidelist li.categories li,
#sidelist li.archives li,
#sidelist li.pagenav li {
	list-style-type: square;
	list-style-position: inside;
	margin-left:1em;
        padding-top:1em;
        }

#sidelist li.categories li li,
#sidelist li.archives li li,
#sidelist li.pagenav li li {
	list-style-type: circle;
        padding-top:1em;
        }

#sidelist li.categories li li li,
#sidelist li.archives li li li,
#sidelist li.pagenav li li li {
	list-style-type: disc;
        padding-top:1em;
        }

#sidelist {
        margin-bottom:3em;
        }

/* Special Links */
	
#branding h1 a {
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	letter-spacing:-0.02em;
	color:#0033cc;
	}

#footer a {
	color:#d3d1d1;
	}

/* Added by GK */

#benefits,
#training,
ul.child {
        margin-top: 2em;
}
#intro {
        position:relative;
        background-color:transparent;
        width:100%;
        height:32em;
}
#introleft {
        position:absolute;
        top:1.5em;
        left:0em; 
        width:26em;
        background-color:transparent;
}
#introright {
        position:absolute;
        top:1.5em;
        right:0em; 
        width:26em;
        background-color:transparent;
}

div.myBox {
        position:relative;
        margin-bottom: 4em;
        border: 0px solid #ffffff;
        color: #ffffff;
        width: 100%;
        padding: 20px;
        text-align: left;
        background-color: #07739a;
        border: 3px solid #ffffff;
        /*
        background-image: url(back_test2.jpg);
        background-repeat: no-repeat;
        */
}
.curvedcontent {
	font: 100% Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
        color: #ffffff;
}

#contactus {
	position:relative;
	background:#ffffff;
        height: 16em;
}

.farleft,
.midleft,
.midright,
.farright {
        position: absolute;
        top:0em;
        width:12em;
	background-color:transparent;
	padding-top: 2em;

        padding-bottom:  2em;
        padding-right: 1em;
        padding-left: none;          
}

.farleft {
        left:0em;         
}


.midleft {
        left:13em;        
}


.midright {
        left:26em;          
}

.farright {
        left:39em;        
}

div.email {
        background-color:transparent;

}

#email1,
#email2 {

        height:4em;
}

.emailadd {
        padding-top:0.6em;
        padding-left:2em;
}

div.post.welcome h1 {
	font: 1.5em Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
        color:#000000;
        padding:none;
	border:none;
	}

div.entry p,
div.entry li {
	font: 1.2em Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
        color:#000000;
}

img.naslogo {
        padding:10px;
        }

.candminfo {
        position:relative;
        width:605px;
        height:305px;
	background-color:#FFFEEB;
}
        
.contactinfo {
        position:absolute;
        top:10px;
        left:10px;
        width:285px;
        height:285px;
        }

.map {
        position:absolute;
        top:20px;
        left:305px;
        width:285px;
        height:270px;
        text-align:center;
        }

.contactinfo h5      {
	font-size:1.2em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	font-weight:bold;
        color:#000000;
	padding-top:0em;
	margin-bottom:2em;
	}
.imgpad {
        padding-left:10px;
        padding-right:10px;
        }
#homedivs {
        position:relative;
	background-color:transparent; 
	height: 440px;
        left:1px;
        width:880px;
	float: left;
        margin-top:20px;
	}
	
#homediv1 {
        position:absolute;
        top:0px;
        left:0px;
	background-color:transparent;
	width:207px;
	padding:0;
	margin:0;
	}
	
#homediv2 {
        position:absolute;
        top:0px;
        left:224px;
	background-color:transparent; 
	width:207px;
	padding:0;
	margin:0;
	}
	
#homediv3 {
        position:absolute;
        top:0px;
        left:448px;
	background-color:transparent;
	width:207px;
	padding:0;
	margin:0;
	}

#homediv4 {
        position:absolute;
        top:0px;
        left:672px;
	background-color:transparent;
	width:207px;
	padding:0;
	margin:0;
	}

#homedivs h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	background:#0033cc;
	font-weight: bold;
	padding:6px 0 6px 6px;
	margin:0;
	}

#homedivs img {
        position:relative;
        top:0px;
        margin-bottom:30px;
	}

#lead a.title {
	font-size:2em;
	font-family: Verdana, Georgia, "Times New Roman", Times, Sans-Serif;
	padding-bottom:8px;
	}

.readmore {
        margin-top:20px;
       }