/*  


Author: PageLines
Note: An empty widget can break the design.
*Edit the options in the admin to customize
This theme was designed and built by Andrew Powers 

*/ 

/* STANDARD STYLING */

	body {		
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
	
		line-height:18px;		
		font-size:13px;
		background: #f2f5f7  url(images/bg4.jpg) no-repeat center top;
		color:#333333;
	}
	
	/* DEFAULT FONT */
	body {font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}
	/*PRIMARY HEADERS FONT */
	h1, h2, #feature .fheading{ font-family: Myriad Pro, "Lucida Grande","Lucida Sans Unicode",Trebuchet MS,Arial;}
	/*SECONDARY HEADERS FONT */
	h3, h4, h5 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}
	
	a {text-decoration: none;
	color:#06F;} /* LINK COLOR */
	a:hover {text-decoration: underline;}
	p,.p {margin-bottom: 15px;}
	img {border: none;}
	ul li {	margin: 0px;}
	.hentry ul {list-style-type: disc;margin: 5px 0px 15px;padding-left: 20px;}
	ol {list-style-type: decimal;margin: 5px 0px 15px;padding-left: 20px;}
	.hentry li {padding: 3px 0;}
	form {margin: 0px;padding: 0px;}
	small {	font-size: 85%;}
	hr{border: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd;margin-bottom: 1.5em;}
	blockquote{background: #FFC; padding: 15px 15px;margin: 0 0 1em 2.5em;font-size:.9em;border: 1px solid #ddd;clear: both}

a, #blogtitle a:hover, .postdata a:hover,h2.posttitle a:hover, .tags a:hover, .commentlist cite, .commentlist cite a, #morefoot a:hover, #sidebar ul li ul li a, #wp-calendar caption,, #sidebar #grandchildnav .current_page_item a, 	#feature-footer .twitter a {color: #06C;}

/* @ rounded corners in mozilla and apple browsers */
	.page-nav, .fboxes, .hentry, .postwrap, #highlight, .widget, #sidebar #accordion, #content .wp-pagenavi, #content .wp-pagenavi a, #content .wp-pagenavi .current, #featurenav a{
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#drag_drop_sidebar h3{
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-top-right-radius: 5px;
	}

	.post-footer, #drag_drop_sidebar .drawer-content{
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
	}
	

/* LAYOUT SECTION - EDIT THESE TO ADJUST LAYOUT */
	#wrapper {
		width: 960px; /* width of content */
		margin: 0px auto;
		position: relative;
		padding-bottom: 3em;
	}
	#nav {
		position:relative;
		z-index:2;
	}
	#header { 
		padding: 10px 0 3px;
		position:relative;
	} /* height of the header */

	#left-col {
		width: 640px; /* width of left column */
		float: left;
	}
	.hentry .title {
		width: 540px; /* width of title area for posts & pages */
		float: left;
		margin-left: 10px;
	}

	#sidebar{ 
		width: 300px;
		float: right;
	}
	#breadcrumbs{ width:100%;
	background:#CCC;
	font-size:11px;}
.icons {
	position:absolute;
	right:0;
	bottom:5px;
	height: 50px;
}

/* site title */
	#blogtitle {
		font-size: 39px; /* blog title size */
		float:left;
		line-height: 47px;
		position:relative;
	} 
	#blogtitle .sheen {
		position: absolute; 
		z-index: 5;
		background-color: transparent;
		background-image: url(images/sheen.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		width:100%;
		height: 25px;
		float: left;
	}
	#blogtitle a{color: #000;}
	#blogtitle a:hover{text-decoration: none;}
	
	#blogdescription { 
		float: left;
		margin-top: 19px; 	/* description distance from top of screen */
		margin-left: 10px;
	}
	.nav-icon {float: right;margin:13px 0 0 8px;}


/* HEADERS */
	h1, h2, h3, h4, h5, h6{color: #000;font-weight: normal;margin:0;padding: 0; line-height: 1.4em;}
	h1 a, h2 a, h3 a, h4 a, h5 a{color: #000;}

	h1{font-size: 32px;}
	h2{font-size: 28px;}
	h3{font-size: 24px;}
	h4{font-size: 20px;}
	h5{font-size: 16px;}
	h6{font-size: 12px;}

h2.posttitle{color:#900;}
h3.headtopic{ color:#03C; margin-bottom:10px; border-bottom:#CCC 1px solid;}

/*  SEARCH BAR STYLING */
	.searchform {
		width: 200px;
		float: right;
		font-size: 10px;
		padding:0;
		margin:2px 5px 0 0 ;
		position: relative;
	}
	#morefoot .searchform{float:left}
	.searchform .s{
		background:transparent url(images/search-bar-trans.png) no-repeat scroll center top;
		margin:0;
		border: none;
		padding:8px 0 0 0px;
		height: 25px;
		position:absolute;
		right:13px;
		top:0;
		width:163px;
		color: #666;
		overflow: hidden;
	}
	
	.searchform .s:focus { outline: 0; border: none;}

	.searchform .left{
		background:transparent url(images/search-leftcap-trans.png) no-repeat scroll left top;
		display:block;
		height:29px;
		left:0;
		position:absolute;
		top:0;
		width:33px;
	}
	.searchform .right{
	
		background:transparent url(images/search-rightcap-trans.png) no-repeat scroll right top;
		display:block;
		height:29px;
		position:absolute;
		right:0;
		top:0;
		width:14px;
	}
	.searchform .searchsubmit { 
		height: 24px;
		width: 24px;
		border: none;
		cursor: pointer;
		text-indent: -999%;
		line-height: 1px;
		margin:0;
		background: transparent;
	}

/* @ welcome */
#welcome p {
font-size: .95em;
color: #555;
}
#welcome p a{text-decoration: underline;}
#welcome p a:hover{color: #3399cc;}

.twitter {
	font-size: 10px;

	background: url(images/twitter-bubble.png) no-repeat 0 0;
	padding-left: 27px;
}
#sidebar .twitter {	margin:1em 0;}
/* language switch*/
#lg-sw{ width:150px;
background:none;
position:absolute;
right:0px;
top:0px;}
/* MAIN NAVIGATION */
	#nav {
		font-size: 13px;	
		background: transparent url(images/nav-bg.png) no-repeat 0px 0px;
		height: 36px;
		margin-bottom: 10px;
	
	}


	#nav ul{
		list-style: none;
		display: block;
		margin: 0;
		padding: 0px;
		width: 750px;
		float: left;
	}
	#nav ul li{
		font-weight: bold;
		margin:0;
		padding: 0px;
		float: left;
		
		background: url(images/navdivider.gif) no-repeat right top;
	}
	#nav ul.dropdown li a.home{
		padding: 5px 20px 6px 23px;
		border-left: none;	
		position:relative;
		z-index: 10;
	}
	#nav ul.dropdown li a.home:hover, #nav ul li a.home:active{
		background: none;
		cursor: pointer;
		margin:0;
		border:none;
		padding: 5px 20px 6px 23px;
	}
	#nav ul li a{
		padding: 9px 22px 9px 20px;
		text-decoration: none;
		
		color: #fff;
		display: block;
	}
	#nav ul li a small{display: none;}
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:hover, #nav li a:active, 	#nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{margin-left: -1px;margin-right: 1px;text-shadow: #666 0 -.5px 1px;}
	
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{
		text-decoration: none;	
		background:#C00 url(images/nav-current0.png) repeat-x top left;
		color: #fff;
	}
	 #nav li a:hover{
		color: #fff;
		background: #900 url(images/nav-hover0.png) repeat-x top left;
	}
	 #nav li a:active{
		color: #fff;
		background:#900 url(images/nav-action0.png) repeat-x top left;
	}
	
	/* Drop Down*/
	#nav li{position:relative;}
	
	#nav ul ul {display: none;} 

/* SUB NAVIGATION (ONLY ON PAGES) */
	#subnav { margin-top: 8px; font-size: 13px;
	margin-bottom:5px;}

	#subnav ul {
		
		margin: 0px;
		margin-top:-5px;
		padding: 0px 0px 0px 5px;
		list-style: none;
	}
	#subnav li {
		background: none;
		padding: 0px 5px 5px 5px;
		
		margin: 0px;
		float: left;
	}
	#subnav ul li a {
		color: #C00;
		float:left !important;
		margin:5px 10px 0px 0px;
		padding:0;
		text-decoration:none;
	}
	#subnav ul li ul li{display: none;}
	#subnav li a {
		text-decoration: none;
		
	}
	/* #subnav li a:visited, #subnav .page_item  color: #C00;*/
	 #subnav .current_page_ancestor a,	#subnav li a:hover,	#subnav li.current-cat a{
	 color:#06F;}
	#subnav li a:hover{
		text-decoration: underline;
		color:#06F;
	}
	 
	 #subnav .current_page_item a {
		text-decoration: underline;
		font-style:normal;
 color:#06F;
	}
	#sidebar #grandchildnav ul li{
		padding:0;
		margin:0;
		border:none;
	}
	#sidebar #grandchildnav ul li ul li{
		font-size:.9em;
	}
	#sidebar #grandchildnav a {display:block;padding: 5px 10px;border: 1px solid transparent;margin-top:-1px;}
	#sidebar #grandchildnav .current_page_item a, 
	#sidebar #grandchildnav a:hover, 
	#sidebar #grandchildnav .current_page_item ul li a:hover{ color:#36C;
		text-decoration:none;background: #D7F2FF ;border-bottom: 1px solid #39F; 
	}
	#sidebar #grandchildnav ul li ul li a{display:block;padding: 5px 23px; color:#555;}
	#sidebar #grandchildnav .current_page_item ul li a{background:transparent; color:#555;border: 1px solid transparent;}
	
/* CONTENT */
#content { clear: both;	overflow: hidden; }

.hentry, .hcopy{	
	background: #fff url(images/post-bg.png) repeat-x left bottom;
	clear: both;
	overflow: hidden;
	border: 1px solid #fff;
	border-bottom: none;
}
.post-content {padding-bottom: 18px;}
.copy {padding: 18px 18px 0px 18px;
}

.postwrap{
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	margin:0;
	padding:0;
}
.hentry .billboard {
	text-align: center;
	padding: 50px;
}
/*=== Post ===*/
/*- Post Title -*/
.thumb.left img {
margin-right:23px;
}
.thumb img {
	display:block;
	margin:0 0 0.8em;

}


.post-title h1 {
	color: #333333;
	font-size: 18px;

}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 25px;
	letter-spacing: 0px;
	margin: 0 0 .45em;
	color: #06C;
	text-decoration: none;
}
.post-title a:hover{
	text-decoration: underline;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.1em;
}
.post-date a {
	color:#06F;
}
.post-date em {
	background:#FFF;
	color:#999;
	font-size: .85em;
	font-style: normal;
	padding: 5px 5px;
	line-height: 1.5em;
}
/*- Post Excerpt -*/
.post-excerpt {
	font-size: 13px;

	float:left;
	width: 600px;
	font-style: normal;
}
.post-excerpt img{ 
margin-right:20px;}
/*- Post Blockquote -*/
.hentry blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: normal;
	margin: 0 0 1.5em;
	padding: 10px 15px 10 15px;
}

/*- Post Author -*/
.author-info {
	
}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}

/*- Social Links -*/
.post-footer {
	background: url(images/box-bgr2.gif) #eee repeat-x top;
	height: 42px;
	padding: 0 18px;
}
.post-footer a{color: #444;}
.post-footer .left {
	line-height: 42px;
}
.post-footer .left span {
	background: url(images/comment_count_bg.png) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.post-footer .right {
	padding: 9px 0 0;
}
.post-footer .right span {
	line-height: 21px;
}
.post-footer img {
	margin: 0 0 0 2px;
}


.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 2em 0px 5px;
	clear: both;
	line-height: 1.6em;
	margin-bottom: 1em;
}

/* POST TITLE STYLING */

.tags {
	float: right;
	color: #aaa;
	margin-top: 4px;
	margin-bottom: 1em;
}
.tags a{font-weight: bold;color: #000;}
.tags a:hover{text-decoration: none;}

/* next & previous page navigation */

.page-nav, .wp-pagenavi{
	clear: both;
	padding: 7px;
	color: #fff;
	background: #959595 url(images/agradient-30.gif) repeat-x left top;
}
.page-nav a{
	color: #fff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #eee;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

#content .wp-pagenavi span.pages {
	border:none;
	background: transparent;
}

#content .wp-pagenavi a,  #content .wp-pagenavi .current, #content .wp-pagenavi .extend{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #bbb url(images/nav-hover.png) repeat-x 0 0;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current{
	color: #fff;
	border:none;
	background: #999 url(images/agradient-30dark.gif) repeat-x 0 0;
} 

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}


/* ---- Feature */
#feature {margin-bottom:15px;}
#cycle {
	overflow: hidden;
	height: 385px;
}
#feature .hentry , #highlight .hentry{
	background:#fff url(images/post-bg-short.png) repeat-x left bottom;
	position: relative;
	z-index:0;
	border:none;
}
#feature .hentry {

	height: 430px;
}
#feature .fcontainer{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
}
#feature .fmedia{
    width:  530px;  
	margin-left:430px;
    height:   390px;
	float:right;

}
#feature .fcontent {
	
	position: relative;
	float: left;
	width: 330px;
	padding: 20px 50px;
	z-index: 100;
	margin: 20px -500px 0px 0px;
	height: 300px;
}
#feature .fheading{

	text-align: left;
	margin: 2em 0;
}
#feature .fheading h1, .ftitle {
	font-size:55px;
	line-height: 1em;
	letter-spacing:0em;
	color:#006;
}
#feature .fheading h3, .fsub {
	color: #330000;
	font-size: 18px;
}
#feature .ftext {
	margin: 30px 0px 0;
	font-size: 1.15em;
}
#feature .ftext h4, #feature .ftext h5{
	font-size:1em;
	font-weight: bold;
}
#feature .ftext strong {color: #000}
.featurelink {
	background:transparent url(images/morearrow.gif) no-repeat scroll 100% 60%;
	padding-right:10px;
}
#feature-footer{
	background: #f7f7f7;
	width: 100%;
	z-index:100;
	padding: 11px 0;
}

#featurenav {
	float: left;
	margin-left: 10px;
	display: inline;
}
	#featurenav a{
		font-family:arial;
		padding: 3px 9px 3px;
		margin-right: 5px;
		font-size: 12px;
		border: 1px solid #ccc;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		color: #666;
		background: #f7f7f7;
	}
	#featurenav a:hover{
		background: #eee;
		text-decoration:none;
	}
	#featurenav a.activeSlide{
		background: #ddd;
		color: #000;		
		border: 1px solid #aaa;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#feature-footer .twitter {float: right;margin-right: 16px;display: inline;color: #777;}
	#feature-footer .twitter a{color: #333;}
	
.editfeature {
	text-align: right;
	line-height: 40px;
	margin-right: 15px;
}

/* ---- HIGHLIGHT TEMPLATE -------*/
#highlight {
	position: relative;
	background:#fff url(images/post-bg-short.png) repeat-x left bottom;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 1.5em;
}
	#highlight .postwrap {padding: 0px 0px;
	background:#fff url(images/sq-dot.gif) no-repeat left bottom;}
	#highlight .ftitle{margin-bottom: .8em;font-size: 30px; color:#006;}
	#highlight .fcontent {
		float: left;
		padding: 20px 0 0 20px;
		width: 380px;
		margin-top: 10px;
		line-height:20px;
		font-size:15px;
		color:#666;
		
	}
	#highlight .fmedia {
		overflow:hidden;
		float: right;
		width: 540px;
		margin: 0;
	}


/* ------------------------------------- cred area  */


#bottomnav {
	margin: 1em 3px .5em;
	clear: both;
	padding: 4px;
	font-size: .9em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#bottomnav .piped {width: 600px}

.terms {
	text-align: right;
}
.terms.nonav{text-align: center;}
.pagelinespos {
	position:absolute ;
	right:50%;
	margin-right: -50px;
	bottom:0;
}
a.pagelines {
	display: block;
	float: right;
	text-indent:-3330em;
	height: 30px;
	width:88px;
	font-size: 8px;
	color: #eee;
	font-weight: bold;
	background: url(images/pagelines.png) no-repeat 0px 0px;
}
#cred a, #cred a:visited {
	text-decoration: none;
	color: #444;
}
#cred a:hover {
	text-decoration: underline;
}
/* Before footer */

.fboxes {
  	background:#FFF url(images/post-bg.png) repeat-x scroll left bottom;
	border-color:#ccc #aaa #aaa #ccc;
	border-style:solid;
	border-width:1px;
	margin-bottom:0px;
  }


.fboxdividers{
  	background:transparent url(images/morefootbg.gif) repeat-y scroll left bottom;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 318px;
}
.fbox a { color:#06F;}
.fboxcopy {
	
	padding: 18px 20px;
}

.fboxes p {
  margin-bottom: 10px;

  }
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 12px;
  }
  #morefoot li{ list-style: circle;
  }
  
  #morefoot ul{margin-left:10px;}

  #morefoot a{ color:#C00;}
  #morefoot a:active{ text-decoration:underline;
  color:#06F;}
  #morefoot a:hover{ text-decoration:underline;
  color:#06F;}
  
  #morefoot a:visited{ 
  color:#C30;}
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes h3 {
	font-size:1.3em;
	line-height:1.4;
	margin-bottom:0.3em;
	padding: 0 0 2px 0;
	font-weight: bold;
}
.fboxes #searchbox {
  padding: 1px;
  width: 160px;
  }

.fboxes li {
  margin-bottom: 5px;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
#morefoot {margin-top: 18px;
background:none;}
#morefoot p{font-size: 12px;}
#morefoot li{font-size: 13px;
line-height:15px;}
#morefoot li {margin-left: 10px;}
#morefoot li a {text-decoration: none;}
/* @ FORMS */

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}
	
	
	.button, input[type="submit"], .submit{
		border: 1px solid #aaa;
		background: #e5e5e5 url(images/gradlight.gif) repeat-x left bottom;
		margin:0;
		padding: 5px 3px 4px 5px;
		font-family: arial, helvetica;
		font-weight: bold;
		color: #333;
	}

	
	.button:hover, input[type="submit"]:hover{
		background: #535353 url(images/graddark.gif) repeat-x top left; 
		color: #FFF;
		cursor: pointer;
	}
	
	#cformsform ol {list-style-type: none;}
	
	
	
	
/* sidebar */
#sidebar {
	color: #444;
	margin:0;
	padding: 0;
	font-size: 13px;
}

#sidebar p { margin: 0px 0px 15px; }
#sidebar h2{ font-size: 20px; margin-bottom: 5px; }

#sidebar a {  }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { text-decoration:underline; }

#sidebar ul { list-style: none; margin: 0;	padding: 0;}
#sidebar ul li {	
	border-bottom: 1px solid #eee;
	padding: 7px 0;
}
#sidebar ul li ul li {
	padding: 4px 4px 4px 12px;

}

#drag_drop_sidebar h3{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding: 8px 10px;
	
	text-shadow: #fff 0px .5px 1px;
	background: #e5e5e5 url(images/nav-default.png) repeat-x left top;
}

#sidebar .ui-sortable h3:hover{
	cursor: move;
	background: #e5e5e5 url(images/graddark.gif) repeat-x left top;
	color: #fff;
	text-shadow: #444 0px 1px 1px;
}

#sidebar #drag_drop_sidebar .drawer-content{
	padding: 10px 10px 20px 10px;
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
}
#sidebar #drag_drop_sidebar .widget {
	padding: 0;
}

#sidebar a{
 	color: #000;
}
#sidebar ul li a{
	padding: 3px 0;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#sidebar ul li ul li{
	border: none;
}
#sidebar ul li ul li a{
	font-weight: normal;
	color:#777;
}
#content_sidebar {
	font-size: .9em;
}

#content_sidebar .wtitle {
	font-size: 18px;
	font-weight: bold;
}

#content_sidebar .widget {
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
	margin: 2em 0;
	border: 1px solid #bbb;
	padding: 1em;
}
#content_sidebar .widget ul li{
	margin-left: 15px;
}


/* meta */
#meta .rss {
	background: url(images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background: url(images/comment.gif);
	background-repeat: no-repeat;
}


#sidebar #accordion{
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
}
	 #accordion .widget{
		margin:0;
		border:none;
		line-height: 1.6em;
	}
	
	 #accordion .drawer-handle{
		text-shadow: #fff 0 1px 0;
		display: block;
		cursor: pointer;
		padding: 10px 10px;
		background: #e5e5e5 url(images/gradlight.gif) repeat-x left top;
		font-size: 13px;
		border-bottom: 1px solid #ddd;
	}
	#accordion .ui-state-active {border-bottom: 1px solid #aaa;}
	
	#accordion .drawer-handle:hover{
		background: #AAAAAA url(images/graddark.gif) repeat-x left top;
		text-decoration: none;
		
			text-shadow: #666 1px 0 0;
	}
	#accordion .drawer-handle:hover a{color: #fff;}
	 #accordion .selected{
		color: #fff;
		background: #e5e5e5 url(images/graddark.gif) repeat-x left top;
	}
	 #accordion .drawer-content{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ddd;
		background: #fff;
		color: #666;
		padding: 15px 12px 5px;
	}

#feedbox {margin-right: 8px;
	padding: 5px;
}
#archives ul li {  background: url(images/archive.gif) no-repeat right 9px;}
#recent-comments ul li { background: url(images/comment.gif) no-repeat left 5px;padding: 5px 4px 3px 20px;}

/* meta */
#meta .rss {background: url(images/mini-rss.gif) no-repeat right 9px;}
#meta .check {	background: url(images/comment.gif) no-repeat right 9px;}



/* Widgets */
#sidebar .widget{
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#FFF;
	padding: 1px;
}
#sidebar .wtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}
#sidebar .winner{
	padding: 10px;
	background: url(images/post-bg-short.png) repeat-x left bottom;
	
}
#sidebar .wcontent {
	padding: 0 15px;
}


#calendar-wrap {text-align:center;}
#wp-calendar {text-align:center; margin: 5px auto;}
#wp-calendar caption{text-transform:uppercase;letter-spacing:.1em; font-weight: bold;font-size: 1.2em;}
#wp-calendar td{ padding: 0px 4px; }
#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}

/* FLICKR */
.widget_flickrRSS + div a img, .widget_flickrRSS a img{margin:8px; color: transparent;width: 75px; height: 75px;}
#sidebar .widget_flickrRSS .wcontent{padding: 0;}

/* ADS */
#sidebar .administer_widget .winner {
	padding: 13px 0 0 13px;
	
}
.administer_widget a img {
	color: transparent;
	margin:0 13px 12px 0;
}
.administer_widget small a{
	font-family: arial, sans-serif;
	font-size: 9px;
	color:#404040;
	text-decoration:none;
}
.administer_widget .adslink {
	text-align: center;
	padding-bottom: 4px;
}

/* FORMS/CONTACT ETC */

	.cform input {padding: 5px;font-size: 1.1em;}

	 .cform fieldset{background: #fff;border:none;}
	 .cform label {
		display:block;
		margin:0;
		text-align:left;
	}
	legend{display: none;}
	#content .cform {margin:5px 50px;padding:0px 0;}
	.cform ol, .cform li{list-style-type: none; margin:0;padding:0;}
	.cform label {}
	.cform li{margin-bottom: .7em;}
	.cform .single{width: 97%;}
	.cform .area{width: 97%;}
	.cform .emailreqtxt,.cform .reqtxt{font-style: italic;color: #999;}
	.cf_hidden {display: none;}
	
		
	 .success {
		background: #f7f7f7; 
		padding: 15px; 
		margin-bottom: .5em; 
		font-size:1.4em;
	}
	input[type="text"].cf_error:focus {border: 1px solid #000;}
	/* Mailing List Form */
	.mailinglist .cform ol{width:262px; float: left;}
	.mailinglist .cform .single{width:97%}
	.mailinglist .cform .sendbutton{margin:21px 0 0 10px;padding: 3px 0 2px 0;}
	.linklove a{display: none;}



/* highlight */
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.lowlight {	background: url(images/post-bg.png) repeat-x left bottom;}
.lowlight2{background: url(images/post-bg-short.png) repeat-x left bottom;}
.toplight{ background: url(images/box-bgr.gif) repeat-x top left;}


.pad_small{padding: 8px;}
.pad_big {padding: 15px 20px;}

/* additional Style */
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin:10px ;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
	
}
#box-table-a h3{color:#D7E7EE;
font-size:16px;}
#box-table-a th
{
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	background:#39C;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	padding: 5px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

/* ------------------------Typho Graphy----------------------------- */

/* Pre, Code ---*/
pre, .code {
	background: #ffffdd;
	border-left: 5px solid #ccc;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace;
	margin: 15px 0;
	padding: 10px 15px !important;
}

/* Dropcap ---*/
.dropcap {
	color: #333;
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

/* Blockquote ---*/
blockquote {
	font-family: Georgia, Times, serif;
	font-size: 115%;
}

blockquote span.open  { background: url(images/so-q.gif) no-repeat left top; padding: 0 0 0 20px; }

blockquote span.close {	background: url(images/sc-q.gif) no-repeat bottom right;	padding: 0 20px 0 0; }

/* Inline Words Hilite ---*/
.highlight { background: #ffffdd; font-weight: bold; padding: 1px 5px; }

/* Tips, Error, Message, Hightlight ---*/
p.error, p.message, p.tips, p.rss, p.key, p.tag, p.cart, p.note, p.photo, p.doc, p.mobi {
	padding-left: 25px;
	position: relative;
}

p.error span.icon, p.message span.icon, p.tips span.icon, p.rss span.icon, p.key span.icon,
p.tag span.icon, p.cart span.icon, p.note span.icon, p.photo span.icon, p.doc span.icon, p.mobi span.icon {
	background-image: url(images/icons/icons-sprites-silk.png);
	/*background-image: url(images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}

p.error 		span.icon { background-position: left -54px; }
p.message	span.icon { background-position: left -72px; }
p.tips 		span.icon {	background-position: left -90px; }
p.key 		span.icon { background-position: left -108px; }
p.tag 		span.icon { background-position: left -126px;; }
p.cart 		span.icon { background-position: right -54px; }
p.doc 		span.icon { background-position: right -72px; }
p.note 		span.icon { background-position: right -90px; }
p.photo 		span.icon { background-position: right -108px; }
p.mobi 		span.icon { background-position: right -126px; }

p.error { color: #CC0000; }
p.message {	color: #2C79B3; }
p.tips {	color: #E58C00; }

/* Special list style ---*/
 ul.star li, ul.arrow li,
ul.address li, ul.phone li, ul.email li {
	background: none;
	margin-left: 8px;
	padding: 0 0 0 22px;
	position: relative;
	overflow: hidden;
}

 ul.star span.icon, ul.arrow span.icon,
ul.address span.icon, ul.phone span.icon, ul.email span.icon {
	background-image: url(images/icons/icons-sprites-silk.png);
	/*background-image: url(images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.checklist span.icon
{background-image: url(images/icon02.png);
	/*background-image: url(images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 32px;
	height: 27px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.checklist li{
	background: none;
	margin-left: 20px;
	padding: 3px 0 10px 40px;
	margin-bottom:3px;
	position: relative;

	overflow: hidden;
	font-size:1.4em;
}
ul.arrow 		span.icon { background-position: left top; }
ul.star 			span.icon { background-position: left -18px; }
/*ul.checklist		span.icon {	background-position: left -36px; }*/
ul.phone 		span.icon { background-position: right top; }
ul.address 		span.icon { background-position: right -18px; }
ul.email 		span.icon { background-position: right -36px; }

ul.bookmark-links li {
	background: url(images/arrow.png) no-repeat 0px 10px !important;
	border-bottom: 1px dotted #e6e6e6;
	padding: 5px 0 5px 10px !important;
}

/* Big Number ---*/
p.blocknumber {
	position: relative;
	padding: 5px 0 5px 55px !important;
}

.bignumber-1, .bignumber-2, .bignumber-3 {
	background-image: url(images/numberlist-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px !important;
	position: absolute;
	top: 0;
	left: 0;
	font: bold 20px/normal Arial, sans-serif;
	text-align: center;
}

.bignumber-1 { background-position: left top;}
.bignumber-2 { background-position: left -44px;}
.bignumber-3 { background-position: left -88px;}

/* Talking box. Thinking box. ---*/
div.bubble { position: relative; padding-bottom: 20px; }

div.bubble .box-ct { padding: 16px; position: relative; }

div.bubble .box { position: absolute; height: 16px; width: 16px; }

div.bubble .tl, div.bubble .tr, div.bubble .br, div.bubble .bl {
	background-repeat: no-repeat;
	position: absolute;
}

div.bubble .tl { background-position: left -20px; top: 0; left: 0; }
div.bubble .tr { background-position: right -20px; top: 0; right: 0; }
div.bubble .br { background-position: right bottom; bottom: 0; right: 0; }
div.bubble .bl { background-position: left bottom; bottom: 0; left: 0; }

div.bubble span.arrow {
	width: 13px;
	height: 15px;
	font-weight: bold;
	display: block;
	margin-left: 20px;
}

div.bubble-l1 span.arrow, div.bubble-l2 span.arrow { background: url(images/bubble-l.png) no-repeat left top }

div.bubble-d1 span.arrow, div.bubble-d2 span.arrow { background: url(images/bubble-d.png) no-repeat left top; }

div.bubble-hl1 span.arrow, div.bubble-hl2 span.arrow { background: url(images/bubble-hl.png) no-repeat left top;
}

div.bubble span.author {
	background: url(images/icons/icon-author.gif) no-repeat 20px 3px;
	
	padding-left: 70px;
	display: block;
	font-weight: normal;
}

/* Bubble light style 1 */
div.bubble-l1 div.box-ct { background: #E0E0E0; }

div.bubble-l1 .tl, div.bubble-l1 .tr, div.bubble-l1 .bl, div.bubble-l1 .br {
	background-image: url(images/bubble-l.png);
}

/* Bubble light style 2 */
div.bubble-l2 div.box-ct { background: #E0E0E0; }

/* Bubble Dark light style 1 */
div.bubble-d1 div.box-ct { background: #444; color: #fff; }

div.bubble-d1 div.tl, div.bubble-d1 div.tr, div.bubble-d1 div.bl, div.bubble-d1 div.br {
	background-image: url(images/bubble-d.png);
}

/* Bubble Dark light style 2 */
div.bubble-d2 div.box-ct { background: #444; color: #fff; }

/* Bubble highlight style 1 */
div.bubble-hl1 .box-ct { background:#FFC; color: #333; }

div.bubble-hl1 div.tl, div.bubble-hl1 div.tr, div.bubble-hl1 div.bl, div.bubble-hl1 div.br {
	background-image: url(images/bubble-hl.png);
}

/* Bubble highlight style 2 */
div.bubble-hl2 div.box-ct { background: #E2EFF3; color: #333; }

/* Box style ---*/
.box-sticky, .box-download, .box-grey, .box-hilite {
	margin: 15px 0;
	padding: 10px !important;
	border: 3px solid #ddd;
}

.box-sticky {
	background: url(images/icons/sticky-big.png) no-repeat 10px center #fff;
	padding-left: 50px !important;
	border-color: #d2d2b6;
}

.box-download {
	background: url(images/icons/download-big.png) no-repeat 10px center #fff;
	padding-left: 50px !important;
	border-color: #d6e9f3;
}

.box-grey {
	background-color: #f7f7f7;
}

.box-hilite {
	border-color: #d2d2b6;
	background: #ffffdd;
}

/* Legend ---*/
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0 !important;
	padding: 0 5px !important;
	position: absolute;
	top: -12px;
}

.legend {
	border: 3px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.legend-hilite .legend-title {
	color: #006699;
}

.legend-hilite {
	border: 3px solid #d6e9f3;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

/* OTHERS
--------------------------------------------------*/
div.ja-adv {
	border: 1px solid #ddd;
	padding: 10px;
}

div.ja-adv span.sponsor {
	color: #999;
	display: block;
	font-size: 92%;
	text-align: right;
}

/* Highslide ---*/
.highslide-header {
	border-bottom: 1px solid #CCCCCC;
}

.highslide-header li {
	background: none;
}

.highslide-body {
	padding: 10px 0 !important;
}

.highslide {
	margin: 0;
}

.highslide img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.highslide:hover img {
	border: 1px solid #ABABAB !important;
}
/* table style */
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: bold;
	color: #900;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
#course-detail{ width:100%;
margin-bottom:10px;}
#course-detail th{font-size: 20px; width: 12%;
text-align: center;
color: rgb(51, 102, 153);
}
#course-detail th strong{margin: 0pt 0pt 5px; 
line-height: 1em;
font-size: 24px;}
#course-detail th span{ font-size: 13px; 
color:#999; 
font-weight: normal; 
font-family: Georgia,Lucida Sans;
font-style:italic;
display:block;}
#course-detail tbody{ border-top:3px solid #C90;
border-bottom:1px solid #C90;}
#course-detail td{
	
	border-right: 1px solid  #C90;
	border-left: 1px solid #C90;
	padding:5px;
	background: #F2FAFF scroll 0% 0%;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	text-align: center; 
	font-size: 13px;
	
	}
	#course-detail td.note{border-right: 1px solid #C00;
	border-bottom: 1px solid rgb(221, 221, 221);
	background: rgb(250, 250, 255) none repeat scroll 0% 0%; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy:continuous; text-align: center;
	font-size: 11px; c
	olor: rgb(119, 119, 119);}
#flags_language_selector{ position:relative;
padding-left:850px;}	

	#flags_language_selector img{
      margin:1px;
      border:1px solid #333;
}
