/*
Theme Name: Health Plan Hub
Theme URI: http://www.n7studios.co.uk
Description: Health Plan Hub
Version: 1.0
Author: n7 Studios
Author URI: http://www.n7studios.co.uk/
Tags: fixed width
*/

/* Tag Declarations */
body {
    font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif;      
    background: #2c71b5;   
    color: #444; 
}
h1 {
	color: #000;
    font-size: 1.6em;
    padding: 0 0 10px 0;
}
h2 {
	color: #000;
    font-size: 1.45em;
}
h3 {
    font-size: 1.55em;


}

h3 a {
    font-size: 1.50em;
color:red;

}
p {
    line-height: 1.6em;
    padding: 0 0 15px 0;
 font-size: 1.50em
}
a {
    color: #215086;
    text-decoration: none;
}
a:hover {
    color: #000;
}

/* Forms */
form {
    clear: both;
}
form p label {
    clear: both;
    float: left;
    width: 25%;
    margin: 0 0 5px 0;
}
form p input.text {
    float: left;
    width: 70%;
    margin: 0 0 5px 0;
}
form p textarea {
    float: left;
    width: 70%;
    height: 100px;
    margin: 0 0 5px 0;
    font: inherit;
}

/* Simple Contact Form */
form label {
    clear: both;
    float: left;
    width: 25%;
    margin: 0 0 5px 0;
}
#tcf_sender, #tcf_email, #tcf_subject, #tcf_msg {
    float: left;
    width: 60%;
    margin: 0 0 5px 5%;
}
#contactsubmit {
    clear: both;
    float: left;
}

/* Helper Classes */    
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.border { border: 1px solid #999; }
.pad { padding: 3px; }
.margin { margin: 3px; }
.container { width: 960px; margin: 0 auto; }

.blogcontent { width: 700px; border: 1px; 

background: url(images/post-bg.jpg) repeat-x top center;
font-size:10px;
    clear: both;
    float: left;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background-color: #FFF;
    margin: 10 10 20px 0;
padding-top:25px;
padding-bottom:25px;
padding-right:25px;
padding-left:25px;
}

.box { border: 1px solid #000; background: #a3c2cd; padding: 2px; font-weight: bold; text-transform: uppercase; }

/* Layout */
#header {
    float: left;
    width: 100%;
    height: 185px;        
    background: url(../images/header2.jpg) top left repeat-x;
}
#logo {
    float: left;
    width: 450px;
    height: 70px;
    margin: 57px 0 0 0;
    background: url(../images/logo.png) top left no-repeat;
}
#robert {
    float: right;
    margin-right: -10px;
    width: 439px;
    height: 185px;
    background: url(../images/robert5.png) bottom center no-repeat;
}

/* Menu */
#menu {
    clear: both;
    float: left;
    width: 100%;
    height: 32px;
    background: url(../images/menu.gif) top left repeat-x;
    border-bottom: 1px solid #c4c4bc;
}
#menu ul li {
    display: inline; 
}
#menu ul li a:hover {
	color: #2c71b5;
}
#menu ul li a {
	color: #000;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 32px;
    padding: 0 30px;
    border-right: 1px solid #c4c4bc;
    text-align: center;
    text-decoration: none;    
}

/* Content */
#main {
    clear: both;
    float: left;
    width: 100%;
    padding: 17px 0;
    background: #f7f7f7;  
}
#content {
    float: left;
    width: 645px;
	font-size:10px;
}
#content div.entry {
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    background: url(../images/content.gif) top left repeat-x #fff;
    margin: 0 0 20px 0;
}
#content div.entry div.inside {
    padding: 10px;   
}
#content div.entry div.inside div.header h1 {
    float: left;
}
#content div.entry div.inside div.header h2 {
    float: right;
    background: url(../images/icons/calendar_day.png) top left no-repeat;
    padding: 0 0 0 20px;
}
#content div.entry div.inside p a.readMore {
    background: url(../images/icons/arrow.png) top right no-repeat;
    padding: 0 20px 0 0;
}

/* Comments */
ul.commentlist div.comment-author {
    float: left;
}
ul.commentlist div.comment-meta {
    float: right;
    background: url(../images/icons/calendar_day.png) top left no-repeat;
    padding: 0 0 0 20px;
}
ul.commentlist em {
    display: none;
}
ul.commentlist p {
    clear: both;
}

/* Sidebar */
#sidebar {
    float: right;
    width: 250px;
}
div.sidebarItem {
    clear: both;
    float: left;
    width: 250px;
    border: 1px solid #dddddd;
    background: url(../images/content.gif) top left repeat-x #fff;
    margin: 0 0 20px 0;
}
div.sidebarItem div.inside {
    padding: 10px;
}
div.sidebarItem div.inside ul li a {
    font-size: 1.4em;
    line-height: 1.6em;
}

/* Footer */
#footer {
	border-top: 1px solid #2c71b5;
    clear: both;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: url(../images/footer2.jpg) top center repeat-x;
}
#footer p {
    line-height: 50px;
}
#footer a {
    color: #fff;
    text-decoration: underline;
}


