/********************************************
   AUTHOR  	:  Ahsan Naveed
   WEBSITE 	:  http://www.caringwhispers.com/
   EMAIL	:  ahsanaveed@hotamil.com
   VERSION  :  1.0
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0; outline: 0;
}
body {
	margin: 0; 	padding: 0;
	font: .7em/1.65em 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: left;
    background: #ebeadb;
}


.container { width:939px; margin:0 auto; }

/***********Header**************/
/*******************************/


/*header*/
#header {
width:939px
}

#heading,#heading #heading_right {
background:url(images/header_side.png) no-repeat left top;
height:93px;
padding-left:5px
}




#heading #heading_right {
padding-left:0;
padding-right:5px;
background-position:right top
}

#heading #heading_right #heading_bg {
background:url(images/header_bg.png);
height:93px;
padding:0 11px 0 13px
}

#heading h1,#heading h2 {
float:left
}

#heading h2 {
color:#a3a39a;
font-size:14px;
line-height:91px;
margin-left:4px;
font-weight:normal;
letter-spacing: normal;
}

#heading #adv_468 {
float:right;
margin-top:11px
}

#adv_468 img {
  border:none;
}


#heading #adv_468 a {
background-color:#ebeadb;
border:1px solid #dbdac9;
float:left;

}

#heading #adv_468 a:hover {
border-color:#5fafa5
}

#heading #adv_468 a:hover span.hidden {
background-color:#FFF;
position:absolute;
width:468px;
height:60px;
left:4px;
top:4px;
display:block!important;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity:0.2;
opacity:0.2
}

#heading .share {
float:right;
margin-top:31px
}

#heading .share li {
float:left;
margin-right:11px
}


#logo img {
  border:none;

}


/*******************************/
/******** MENU ******************/



/*navigation*/
#navigation {
background:url(images/navigation_sides.png) no-repeat top right;
padding-right:5px;
height:40px;
clear:both;
width:934px;
padding-bottom:2px;
margin-bottom:14px;
font-size:1em;
text-transform:capitalize;
}

#navigation a {
color:#fff;
display:block;
padding:0 19px ;
text-decoration:none;

}


#navigation a.home {
width:53px;
height:42px;
padding-right:0;
background:url(images/home.png) left top no-repeat;
padding-left:21px;
float:left;
line-height:40px;
color:#fff
}


#navigation ul.sf-menu {
background:url(images/navigation_bg.png) repeat-x;
height:40px;
width:860px;
float:left;
padding-bottom:2px
}

#navigation ul li {
background:url(images/navigation_sep.png) no-repeat right top;
padding-right:2px;
float:left;
line-height:40px
}




#nav,#nav ul {
list-style:none;
line-height:1;
margin:0;
padding:0
}


#navigation a.home:hover,#navigation ul li.lonely a:hover {
background-position:bottom left
}



/* links */
a { color: #3CA097; background-color: inherit; text-decoration: underline; }
a:hover { color: #23665F; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Arial, Sans-serif; color: #111; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; color: #003366; letter-spacing: -1px; }
h3 { font-size: 1.3em; color: #3A4849; }

p, hr, h1, h3, form { margin: 10px 0px; }


ul, ol {
	margin: 0px 0px;
	padding: 0 10px;
}

ul li {
	padding: 2px 0;
}

ol li {
	padding: 2px 0;
}

dl {
	margin: 10px 15px;
	padding: 0 15px;
}
dt {
   font-weight: bold;
   color: #003366;
}
dd {
   margin-left: 0;
   padding: 0 0 5px 0;
}

hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 15px 0 0; padding: 0;
	
}
hr.hidden {
	clear:both;
	visibility:hidden;	
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 1em;
  display: block;
  width: 95%;
  overflow: auto;  
  font: 500 1.1em/1.5em 'Courier New', 'Lucida Console', monospace ;
  /* white-space: pre; */
  background: #FFFFFF;
  color: #333;
  border: 1px solid #EAEAEA;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
  margin: 10px 15px;
  padding: 0 0 0 45px;  
  background: #FFFFFF url(quote.gif) no-repeat 5px 1em;
  color: #333;
  border: 1px solid #EAEAEA;  
  font-weight: bold; 
}

/* form elements */
form {
  padding: 5px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
}
label {
  display: block;
}
fieldset {
	margin: 10px 30px;	
	padding: 10px;
}
legend {
	margin: 10px 0; 
}
input, textarea, select {
  padding: 4px;
  font: 400 12px 'Courier New', 'Lucida Console', Monospace;
  color: #333;
  background: #FFF;
  border: 1px solid #EAEAEA;
}
input.textbox {
	margin: 0; 
	width: 200px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
}
input.button {
	margin: 0; 
	padding: 3px 5px; 
	font-size: 100%; 
	font-family: Arial, Tahoma, Sans-serif; 
	background: #FAFAFA url(btnbg.gif) repeat-x bottom left;
	border: 1px solid #EAEAEA;	
	font-weight: bold; 
	color: #454545;		
}
textarea {
	width:425px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #EAEAEA;
	height:150px;
	display:block;
	color:#333;
}


/* box */

#box {
    padding: 10px;
	margin: 15px 0;
    background-color: #F7F7F7;
	border: 1px solid #E7E7E7;
}

#box form {
    padding: 0px;
	margin: 0px 0;
    background-color: #F7F7F7;
	border: none;
}


/*RSS*/
#rss {
float:left;
width:226px;
height:61px;
margin-right:17px
}

#rss a {
background:url('images/rss.png') left top no-repeat;
width:162px;
height:27px;
display:block;
color:#f1cbc1;
padding-top:34px;
padding-left:64px;
font-weight:700;
font-size:.95em
}

#rss a:hover {
color:#efbcae;
background-position:left bottom
}

#rss a span {
color:#e29783;
font-weight:400;
font-size:.9em
}

#rss a:hover span {
color:#e69983
}



/***********************
	  LAYOUT
************************/

/*content*/
#content_container { margin-top:13px; clear:both; }
#content_container { background:url(images/content_tops.png) no-repeat top left; float:left;/*hoe anders oplossen?*/ padding-top:4px; width:937px; }
#content_container_bg { padding:30px 29px 19px; float:left; /*hoe anders oplossen?*/ width:880px; background:url(images/content_bg.png); }
#content_container #content { float:left; width:500px; margin-right: 25px; }



/*featured posts*/
#content {
margin-bottom:14px;
margin-left:0px;
text-align: left
}


#content ul, #content ol {
	margin: 10px 15px;
	padding: 0 15px;
}


#content div#posts {
clear:both;
width:567px;
margin-bottom:11px
}






/* header */


/* header links */
#header-content ul#header-links {
	list-style: none;	
	font-size: .88em;
	position: absolute;
	background: #282222;
	border: 1px solid #2C2929;
	padding: 5px 10px 8px 10px;
	font-weight: normal;
	
	top: 0px; right: 10px;
}
#header-content ul#header-links li {
	float: left;
}
#header-content ul#header-links li a {
	color: #A8A6A6;
	text-decoration: none;		
	display: block;
	padding: 0px 15px;		
}
#header-content ul#header-links li a:hover {
	color: #35AA32;
}

/* google ad-links */
#google-adlinks {
	position: absolute;	
	clear: both;
	text-align: center;

	/* for bg3 */
	left: 100px; top: 150px;	
}
#google-adlinks p {
	padding: 0; margin: 0;
	color: #111;
}

/* Main Content */	
#main	{
	position: relative;
	margin-right: 410px;
}
#main #column1 {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -400px;
	padding-left: 10px; 
	/* padding-right: 10px; */
}
#main h1 {
	font: bold 25px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	color: #003366;
	padding: 0 0 5px 0;
	margin: 10px 15px 15px 15px;
	letter-spacing: -1.7px;
    background:url(bk_dotted.gif) repeat-x left bottom;
}
#main h2 {
	font: bold 20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	color: #163F53;
	letter-spacing: -1px;
	background:url(bk_dotted.gif) repeat-x left bottom;
	padding: 0 0 5px 0;
	margin: 10px 15px 15px 15px;
} 

#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}
#main form p {
	margin: 10px;
}

/* sidebar */
#sidebar	{
	float: right;	
	width: 350px;
	font-size: .95em;
}
#sidebar p {
	margin-left: 10px;
}
#sidebar h3 {
	font: bold 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000000;
	padding: 5px 10px 0 10px;
	margin: 5px 0 15px 0;
	letter-spacing: 0px;		
	text-transform: uppercase;	
}
#sidebar #sidebar-left {
	width: 165px;
	float: left;
	padding: 0em 1em 0.5em 0.2em;
	border-right: 1px dotted #EAEAEA;
}	
#sidebar #sidebar-right	{
	width: 160px;
	float: right;
	padding: 0em 0em 0.5em 1em;
}	
#sidebar #sidebar-right p {
	margin: 5px 0; padding: 0;
}
#sidebar #sidebar-right a img {
	padding: 0; margin: 0 0 3px 0;
	border: 1px solid #D3DBDC;
}
#sidebar #sidebar-right h3 {
	padding-left: 0px;
	color: #B5B5B5; 
	text-transform: uppercase;
	letter-spacing: 2px;	
}
#sidebar #sidebar-right .google-ad-box {
	margin: 0; padding: 0 0 0 10px; 		
	text-align: center;	
}	
#sidebar #sidebar-right .banners {
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #EAEAEA;
	/* background: transparent url(gray_dotted.gif) repeat-x left bottom; */
    text-align:center;
}


/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 10px 15px 10px; padding: 0;
	text-decoration: none;
	background: transparent url(bk_dotted.gif) top left repeat-x;
	/* background: transparent url(gray_dotted.gif) top left repeat-x; */
}
#sidebar ul.sidemenu li {
	/* background: transparent url(bk_dotted.gif) repeat-x left bottom; */
	background: transparent url(gray_dotted.gif) repeat-x left bottom;
    border-bottom: 1px solid #EAEAEA;
	padding: 4px 5px 4px 5px;
	padding: 6px 5px 6px 0px;
    list-style: none;
}


* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #666666;
	color: #4E5F62;
	color: #183048;
}
#sidebar ul.sidemenu li a:hover {
	text-decoration: none;
	color: #CB4721;
}

.sidemenu ul li  {
	text-decoration: none;
	color: #4E5F62;
}



/*footer*/
#footer_bg {
width:100%;
background-color:#cfcfbd;
clear:both;
padding-bottom:15px
}

#footer_bg .hr {
height:1px;
background-color:#E6E6DA;
clear:both;
margin:0 2px!important
}

#footer_bg .hr.scnd {
background-color:#dedece
}

#footer {
clear:both;
width:878px;
float:left;
background:url(images/footer_bg.png) repeat-y;
padding:26px 30px 23px
}

#footer .box {
border-right:1px solid #dadad1;
float:left;
padding-right:5px;
margin-right:20px;
text-transform:capitalize;
}

#footer h3 {
margin-bottom:11px;
font-weight:400;
font-size:1.4em;
}

#footer h3 a {
color:#ca4f2e;
text-decoration:none;

}

#footer h3 a:hover {
color:#9e3114
}

#footer ul {
float:left;
list-style:none;
text-align:left;

}

#footer li {
font-size:1em;
margin-bottom:10px;
margin-right:15px;
text-decoration:none;}

#footer li a {
color:#3ca097;
text-decoration:none;

}

#footer li a:hover {
color:#23665f
}

#love {
background:url(images/credits.png);
height:37px;
width:939px;
clear:both;
text-align:center;
color:#76766a;
line-height:33px;
font-size:1em;
position:relative;
}

#love a {
  color: #3CA097;
  text-decoration: none;
}


/* alignment classes */
.float-left   { float: left; }
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center }

/* display and additional classes */
.clear {  clear: both;  height: 0; }
.displaynone {	display:none; }
.block {  display: block; }
.hide { display: none; }	
.blue { color: #003366; }
.green { color: #498B48; }
.pink { color: #E91D78; }
.skyblue { color: #CA4F2E; }
.separator { margin-right: 5px; }
.entry {	clear:both;	}
.email-add { border:none; padding: 0; margin: 0; }

/* google ads */
.google-banner-underline {
	height: 75px;
	padding: 10px 0px 3px 0px;
	background-color: #FFF;
	background: url(thumb-hr.gif) no-repeat center bottom;
	text-align: center;
	margin-right: 15px;
}
.google-banner-white {
	height: 70px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 15px;
}
.google-top-links {
	margin: 15px 15px 5px 0;
	padding: 7px 5px;
	background: #F3F3F3;
   border: 1px solid #EAEAEA;
}

/* template list */
.template-list {
	list-style:none;
	margin:0px 0px 10px;
	padding:0px 15px 0px 0px;
}
.template-list .details {
	float: right;
	width: 56%;	
}
.template-list br{
	display:none;
}
.template-list p br{
	display:block;
}
.template-list li{
	margin: 12px 0px;
	height: 200px;
	background: url(thumb-hr.gif) no-repeat center bottom;
}
.template-list h3{
	margin: 0px;
	padding: 5px 0 0 0;
	font: bold 15px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #498B48;
	text-transform: none;
}
.template-list img {
  border: 1px solid #E1E1E1;
  padding: 5px;
  background: #EEE;
}
.template-list img.buttons {
	padding: 0;
	border: none	
}
.template-list a img {
	text-decoration: none;
}
.template-list p.buttons {
	margin-top: 20px;
}
.template-list p.buttons a {		
	padding: 7px 10px 7px 25px;	
	font-weight: bold;	
	color: #333;		
	/* border: 1px solid #E1E1E1; */
}
.template-list .preview-button {
	background: url(preview.gif) no-repeat left center;	
}
.template-list .download-button {
	background: url(save.gif) no-repeat left center;	
}

/* link Blocks */
.link-block {
	float:left;
	width:250px;
	margin-right:15px;
}
.link-block2 {
	float:left;
	width:250px;
}	

/* Resource page */
ul.section-tab {
	width: 510px; 
	min-height: 30px;
	border: 1px solid #EBEBEB;
	list-style: none;
	margin: 0;
	padding: 0;
} 
ul.section-tab  li {
	margin: 0; padding: 0;
	background: none;
	float: left;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	display: inline;
	line-height: 30px
}
ul.section-tab  li a {
	padding: 0 15px;
	display: block;
	color: #959595;
	border-right: 1px solid #EBEBEB;
}
ul.section-tab  li.selected a {
	padding: 0 15px;	
	background: #f3f3f3;
	color: #333;
}
ul.section-tab li a:hover {
	color: #498B48; text-decoration: underline;
}

#resource-list ul {
	margin:5px 0 10px 0;
	background: url(bk_dotted.gif) repeat-x left top;
	font-size: 95%;
		
	/* added by erwin */ 
	list-style: none;
	padding: 0; margin: 0;
}
#resource-list ul li {
	/* color:#74898e; */
	background:url(bk_dotted.gif) repeat-x left bottom;
}
#resource-list ul li a {
	display:block; 
	border:0;
	padding:0;
}
* html body #resource-list ul li a {
	height: 1%;
}
#resource-list ul li a:link, #resource-list ul li a:visited {
	color: #4E5F62;
	padding:3px 0 3px 0;	
}
#resource-list ul li a:hover {
	color:#e45a49;
	padding:3px 0 3px 0;	
	text-decoration: none;
}	

#resource-list ul.cat-nav {
	margin:10px 0;
	padding: 10px 0;
	background:none;
	width: 510px;
	height: 50px;
	border-top: 1px solid #EBEBEB;
}	
#resource-list ul.cat-nav li {
	display:inline;
	float:left; 
	margin: 1px 0;		
	white-space:nowrap;
	background: none;
	/* background:transparent url(link_go.gif) no-repeat right center; */
}		
#resource-list  ul.cat-nav li a {
	display:inline;
	color: #244800;
}		
#resource-list  ul.cat-nav li a:link, #resource-list  ul.cat-nav li a:visited {
	padding: 3px 22px 3px 5px;
	background:transparent url(link_go.gif) no-repeat right center; 
}		
#resource-list  ul.cat-nav li a:hover  {
	color: #244800;
	text-decoration: underline;
}

/* sitemap */
#sitemap ul {
	margin:5px 0 10px 0;
	background: url(bk_dotted.gif) repeat-x left top;
	font-size: 95%;
	list-style: none;
	padding: 0; margin: 0 20px 0 0;
}
#sitemap ul li {
	background:url(bk_dotted.gif) repeat-x left bottom;
}
#sitemap ul li a {
	display:block; 
	background:url(check-bullet.gif) no-repeat 0em .5em; 
	border:0;
	padding:0;
}
* html body #sitemap ul li a {
	height: 1%;
}
#sitemap ul li a:link, #sitemap ul li a:visited {
	color: #4E5F62;
	padding:3px 0 3px 25px;	
}
#sitemap ul li a:hover {
	color:#e45a49;
	padding:3px 0 3px 25px;	
	text-decoration: none;
}



