/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	BluePigment
   TEMPLATE CODE: 	S-0016
   VERSION:          1.0	
	DATE:          	July-31-2007
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 12px/1.7em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #001342;
	color: #F2F9FF;
}


/* links */
a {
	background-color: inherit;
	text-decoration: none;
	/* changed ST 26AUG2007 */
	color: #83C813;
	color: #F2F9FF;
	text-decoration: underline;		
}
a:hover {
	color: #FAA34B; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
	/* changed ST 26AUG2007 */
	color: #7EC014;
	color: #00FF00;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #fff;
}
h1 { font-size: 2.5em; } 
h2 { font-size: 2em; text-transform:uppercase;}
h3 { font-size: 1.8em; }

h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}
p {
	padding: 5px 15px 10px 15px; 
}
/* HubSpot normal text */
.Normal {
	font: normal 12px/1.7em  verdana, tahoma, sans-serif;
	color: #F2F9FF;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 15px;	
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #0F7ACC;
	padding: 6px;
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}


acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
   border: 1px solid #0065C6;
	background: #1E89DC; 
  	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}


/***********************
	  LAYOUT
************************/

#header-content, #content, #nav, #footer-columns {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 93%;
	width: 1000px;  /* ------- FOR TESTING ----- */
}


/* header */
#header {
/*	height: 178px; reduced at Dharmesh's request */
	height: 100px;
	text-align: left;	
	background:  url(images/header.jpg) repeat-x 0 -25px;

}
#header-content {
/*	position: relative; */
	margin: 0 auto; padding: 0;
	border-top: solid 1px #062164;
}
/* logo */

#header-content img, #logo-text img {
background: transparent;
border: none;
padding: 0px;
}

#logo-text {
	width: auto;
	float: left;
}

#logo-text h1 {
	font: bold 48px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	display: inline;
}
#logo-text h1 a {
	text-decoration: none;
	color: #68B5F0;	
}

/* site slogan */

#TagLineContainer {
	/* position: relative;	*/
	/* change the values of left and top to adjust the position of the slogan */
	/* top: 20px; left: 250px; */
	width: auto;
	
}
#TagLineContainer h2 {
	font: bold 20px 'Trebuchet Ms', Sans-serif;
	line-height: normal;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	display: inline;
}


/* header links */
#header-content #header-links {
	/* position: absolute; */
	top: 25px; right: 10px;	
	color: #fff;
	font: bold 15px "Trebuchet MS", Tahoma, Sans-serif;	
}
#header-content #header-links a {	
	color: #93C9F4;
	text-decoration: none;	
}
#header-content #header-links a:hover {
	color: #fff;		
}


/* Navigation */
#nav-wrap {
	float: left;
	width: 100%;
	height: 64px; 
	line-height: 64px;
	background: #8FD417 url(images/menubg.jpg) repeat-x left bottom;
/*	background: transparent none; */
	clear: both;
/*	margin-top: 27px; */
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}

.radmenu ul.horizontal {
	float:left;
	height:64px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

.radmenu ul li a span {
  cursor: pointer;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #1183DA;		
	width: 100%;
}

#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* box (content container) */
.box {
	position: relative;
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 5px solid #1F8ADE;
/*	background: url(images/boxbg.jpg); */
	background: #0F74C4 none;		
}

/* half-width boxes */
.boxsplitter {
	margin: 10px 0;	
	padding: 10px 0;		
	border: 0;
	background: transparent none;
	border: 1px solid red;
}
.boxleft {
	display: table-cell;
	width: 45%;
	margin: 10px 20px 10px 0;	
	padding: 10px 10px 10px 10px;		
	border: 5px solid #1F8ADE;
/*	background: url(images/boxbg.jpg); */
	background: #0F74C4 none;
}
.boxright {
	display: table-cell;
	width: 45%;
	margin: 10px 0px 10px 20px;	
	padding: 10px 10px 10px 10px;		
	border: 5px solid #1F8ADE;
/*	background: url(images/boxbg.jpg); */
	background: #0F74C4 none;
}



/* sidebar */
#sidebar {
	float: right;
	width: 21em;
	margin: 0px 0 10px -21em;
	padding: 0;		
}
#sidebar h2 {
	font: bold 1.75em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 0.5em 0 0.5em 10px;
	padding-bottom: 0; 
	color: #002368;	
}

/* side menu */
div.radmenu.staticmenu {
	width: 100%;
	margin-top: -5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(images/sidebarsep.jpg) repeat-x left bottom;
}

.radmenu.staticmenu ul {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 5px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
.radmenu.staticmenu ul li {
	padding: 0; 
	background: url(images/sidebullet.gif) no-repeat .3em .5em;		
}
.radmenu.staticmenu .item.selectedtab span {
color: #001342;
}
.radmenu.staticmenu .item.selectedtab span:hover {
color: #ffffff;
}
* html body .radmenu.staticmenu li { height: 1%; }

.radmenu.staticmenu li a {
	display: block;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.35em;

}
.radmenu.staticmenu li a:hover {
	background: #0F7ACC url(images/sidebullet.gif) no-repeat .3em .5em;	
	color: #E8F4FF;			
}
.radmenu.staticmenu ul{
	margin-left: 15px;
}

.radmenu.staticmenu ul li.item.last a span.text {

}

/* ---- sidebar  --- */
#sidebar .sidebox {
	margin: 5px 15px 5px 0;
	padding: 0;
	padding-bottom: 10px;
}
#sidebar .sep{
	background: url(images/sidebarsep.jpg) repeat-x left bottom;
	height: 2px;
	margin: 15px 15px 5px 0px;
	clear: both;
}

/* main */
#main {
	margin: 10px 23em 10px 0; 
	padding: 0;		
}
#main h2 { 
	font: bold 2.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #B1E100;
	letter-spacing: -2px;		
	padding-bottom: 0;	
}
#main h2 a {
	color: #B1E100;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	border-top: 5px solid #86CC15;
	text-align: left;
	padding: 1.6em 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #5B9CFF;
	font-weight: normal;
}
#footer-wrap a:hover {
	color: #E8F4FF;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0;	
/*	width: 90%;	*/
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(images/footer-dots.jpg) repeat-x left top;	
}
#footer-columns li {
	background: url(images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .5em 0 .5em 1em;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.white {	color: #E8F4FF; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer { 
	text-align: right; 
	background: #1E89DC;
	border: 1px solid #0065C6; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

/* 	----------	SUBSEQUENT STYLING ----------	*/

div.ContainerContentWrapper {padding: 5px 10px;}

a.SkinObject {font-weight: normal !important;}

div.BasicContainer img {background-color: transparent; }


div.post.blogjapanese h3, div.post.blogjapanese h3 a { color:#B1E100; }

#listing h3 {border-bottom: 1px solid #3299E8;}
#listing h3, #listing h3 a, #listing div.post h3 {color: #b1E100;}

#listing .post.blogjapanese .Submissions img, #listing .post.blogjapanese .Buttons img { vertical-align: bottom; border: none; }
#listing .post img { vertical-align: bottom; border: none; }

.Settings.PostComments {margin-left: 10px;}

div.post.blogjapanese div.dateandauthor {color: #fff; }

#IngeniMailSubscribeContainer_41162 span.subhead {display: block; width: 100%; text-align: center; }

div.BlogPostList ul, div.BlogPostList ol, div.BlogPostList dt {margin-top: 0px; margin-left: 10px; padding-left: 0px;}


