/*
Theme Name: IPC Site
Description: IPC Site Template.
Version: 0.1
Author: Invaluable Inc

Default Productivity Coach Template
*/

@charset "utf-8";
/* CSS Document */

html, body{
	width: 100%;
	height:100%;
}

html, body, 
h1, h2 ,h3, h4, 
a, img, 
ul, li,
p, span, div, 
form, label,
select {
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 0;
}
/*default font*/
body, h2, h3, h4, h5, h6, p, div{
	font-family: Verdana
}
h1{
color: #5f6b86;
font-size: 18px;
}

a{
color: #1770b4;
}


.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
/******************************/
/* body and wrapper
/******************************/

body{
	background: url(img/back.jpg) top left repeat;
	height: 100%;
}

.wrapper{
	width: 850px;
	margin: 0 auto;
	padding-bottom: 40px;
}

/******************************/
/* header menu
/******************************/

.header{
	width: 850px;
	height: 115px;
	background: url(img/head.png) top center no-repeat;
}
.header-greeting{
	width: 830px;
	height: 115px;
	text-align: right;
	padding-top: 14px;
	font-family: Verdana;
	font-size: 12px;
	color: #54b4f5;
	text-decoration:none;
}

#searchform {
	width: 835px;
	height: 115px;
	text-align: right;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 12px;
	color: #54b4f5;
	text-decoration:none;
	position:relative;
}

.menu{
	width: 850px;
	height: 32px;
	background: url(img/menu-back.png) top left no-repeat;
}
.headline{
	width: 850px;
	height: 250px;
	background: url(img/headline.png) top center no-repeat;
}
.ct{
	width: 850px;
	background: url(img/ct.png) top center repeat-y;
	
	padding-top: 7px;
	position: relative;
}
.lower-wrap{
	width: 850px;
	height: 35px;
	background: url(img/lower-wrap.png) top center no-repeat;
}
.sidebar{
	width: 250px;
	float: left;
	padding-left: 10px;
}
.main{
	width: 573px;
	float: right;
	padding-left: 7px;
	padding-right: 7px;
}

.side-menu-top{
	width: 247px;
	height: 12px;
	background: url(img/side-menu-top.png) top center no-repeat;
}

.side-menu-center{
	width: 245px;
	padding: 0px 0px 0px 0px;
}

.side-menu-bot{
	width: 247px;
	height: 12px;
	background: url(img/side-menu-bot.png) top center no-repeat;
}
.side-menu{
	margin-left: 5px;
}

.menu ul{
	list-style: none;
	position: relative;	
}

.menu ul li{
	display: inline;
	padding: 0 10px;
}
.menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

.menu ul li a:hover{
	color: #dddddd;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}



.logo {
	padding-top: 57px;
	padding-left: 45px;	
}
.footer {
	padding-top: 10px;
	color: #ffffff;
	font-size: 12px;
	position:relative;
}

.footer .copyright{
	text-align:center;
	width: 850px;
}
.footer .copyright p{
	float:left;
	padding-right: 5px;
	padding-top: 2px;
	
}
.footer .copyright h2{
	float:left;
	
}

.footer .footer-menu{
	text-align:center;
	width: 850px;
}

.footer   a:link {
	color: #ffffff; 
	text-decoration: none;
}

.footer   a:visited {
	color: #ffffff; 
	text-decoration: none;
}
				
.footer  a:hover {
	color: #dddddd;  
	text-decoration: none;
}
					
.footer .footer-menu ul{
	list-style: none;
	position: relative;
	padding-top: 2px;
}
.footer .footer-menu ul li{
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #ffffff;
}

.footer .footer-menu ul li.footli{
	border-left: none;
}

.footer .footer-menu ul li a{
	color: #ffffff;
	text-decoration:none;
}



.c-post-01 .entry-t{
	background:url(img/post1.jpg) top left repeat-x #d1eaf9;
	border-top: 1px solid #a6d0e7;
	border-left: 1px solid #a6d0e7;
	border-right: 1px solid #a6d0e7;
	padding: 20px;
}
.c-post-01 h2 a, .c-post-02 h2 a{
	color: #5f6b88;
	text-decoration: none;
	font-size: 17px;
}
.c-post-01 .post-meta{
	background: url(img/post1f.jpg) top left repeat-x #009fc5;
	border: 1px solid #0087ae;
	height: 26px;
	padding-top: 6px;
	padding-left: 10px;
}
.c-post-01 .post-meta p{
	font-size: 12px;
	color: #ffffff;
}
.c-post-01 .post-meta a{
	color: #ffffff;
	text-decoration: none;
}
.c-post-01{
padding-bottom: 20px;
}

.c-post-02 .entry-t{
	background:url(img/post2.jpg) top left repeat-x #d1eaf9;
	border-top: 1px solid #a6d0e7;
	border-left: 1px solid #a6d0e7;
	border-right: 1px solid #a6d0e7;
	padding: 20px;
	padding-bottom: 10px;
}
.c-post-02 .post-meta{
	background: url(img/post2f.jpg) top left repeat-x #009fc5;
	border: 1px solid #0087ae;
	height: 26px;
	padding-top: 6px;
	padding-left: 10px;
}
.c-post-02 .post-meta p{
	font-size: 12px;
	color: #ffffff;
}
.c-post-02 .post-meta a{
	color: #ffffff;
	text-decoration: none;
}

.c-post-01,.c-post-02{
   padding-bottom: 20px;
   font-size: 12px; /* post content*/
}

/*.c-post-01 .floatlogo, .c-post-02 .floatlogo{
	height: 76px;
	width: 200px;
	background: url(img/napc_logo.png) top center no-repeat;
	position:absolute;
	bottom: 25px;
	right: 6px;
}*/

.c-post-01 .readmore, .c-post-02 .readmore{
	height: 54px;
	width: 149px;
	background: url(img/readmore.gif) top center no-repeat;
	position:absolute;
	bottom: 50px;
	left: 20px;
	font-size: 12px; /* post content*/
}

.c-post-01, .c-post-02{
	position: relative;
}
.date-area {
margin-bottom: 10px;
}
.entry{
	font-size: 12px;
}
.comment{
	padding: 20px;
}
.comment h3{
	font-size: 12px;
}
.navigation a{
	color: #00afdd;
	text-decoration: none;
}
.headline-left{
	width: 596px;
	float:left;
}
.headline-right{
	width: 254px;
	float: left;
	padding-top: 4px;
}
.headline-text{
	padding-left:24px;
	padding-top: 0px;
	width:312px;
	font-size: 12px;
	float:left;
}
.headline-text a{
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}
.headline-left-back{
	width: 270px;
	height: 251px;
	background: url(img/mainimg.png) top left no-repeat;
	float:left; 
	margin-top: 0px;
	margin-left: 7px;
}
.headline-right-col{
	width: 310px;
	height: 251px;
	float:left; 
	font-size: 14px;
	font-family: Georgia;
}
.webform-head{
	width: 240px;
	height: 10px;
	background: url(img/webhead.png) top left;
	
}
.webform-foot{
	width: 240px;
	height: 40px;
	background: url(img/webfoot.png) top left;
}
#webform{
	width: 232px;
	background: url(img/webbody.png) top left repeat-x;
	height: 191px;
	color: white;
	padding-left: 8px;
}
#webform p{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 5px;
}
#webform span{
	font-size: 12px;
	font-family: Verdana;
}
#webform table{
	margin: 0 auto;
}
#webform table td{
	font-size: 12px;
	
}
#webform table .inputa{
	border: none;
	width: 205px;
	height: 14px;
	background:url(img/webinput.jpg) left top no-repeat;
	margin: 0px;
	color: #222;
	padding-left: 4px;
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	text-decoration:none;
	
}
#webform table .inputb{
	background:url(img/webinput2.jpg) left top no-repeat;
}
.side-menu-center ul{
	list-style: none;
}
.side-menu-center ul li{
padding-left: 7px;
}
.side-menu-center ul li .sidetext{
	padding-left: 10px;
	padding-top: 3px;
	text-decoration: none;
	font-size: 14px;
	float:left;
	font-weight: bold;
}
.side-menu-center ul li a{
	text-decoration: none;
	color: blue;
}
.side-menu-center ul li img{
	padding-left: 30px;
	text-decoration: none;
	float: left;
	width: 28px;
	height: 28px;
}
.sideline{
	background-color: #d7d9d0;
	height: 1px;
	font: 0px;
	line-height: 0px;
	width: 232px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.newmember{
	padding-left: 5px;
	padding-top: 10px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
	`
}
.newmem{
	padding:10px 10px;
}
.newmem p{
	text-align: justify;
	margin: 10px 0;
	padding: 5px;
	background-color: #e1e1e1;
	font-size: 12px;
}
.newmem h3{
	color: #5f6b88;
	text-align: center;
	
}
.entry p{
	text-align: justify;
	margin: 10px 0;
	padding: 5px;
	
}

blockquote, quote {
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.checkbox, .radio {
	width: 19px;
	height: 18px;
	padding: 0 0px 0 0;
	background: url(img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(img/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(img/select.png) no-repeat;
	overflow: hidden;
}





/* dropdownmenus */
#dropmenu {line-height:1.7em;font-weight:bold; z-index:500; left:20px;}
#dropmenu ul {line-height:1.7em;  font-weight:bold; background:#fff; }
#dropmenu a {display:block; padding:0.25em 0em; border-right:0px solid #c8c8c8; text-decoration:none; }
#dropmenu li {float:left; left: -10px; position:relative; color:#000; }
#dropmenu ul {position:absolute; display:none; width:12.5em; top:2em;  left:10px; color:#000;}
#dropmenu ul a {border-left:1px solid #c8c8c8; color:#000; border-right:1px solid #c8c8c8; padding: 0 10px 0 10px;}
#dropmenu ul a:hover { background: #ddd; color:red; }
#dropmenu li ul {border-top:1px solid #c8c8c8; width:12.3em; color:#000;}
#dropmenu li ul a {width:12.4em; height:auto; float:left;  border-bottom:1px solid #c8c8c8; color:#000;}
#dropmenu ul ul {top:auto; color:#000;  }
#dropmenu li ul ul {left:12.19em; margin:0px 0 0 10px; color:#000; }
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}




