/*  
Theme Name: iTheme
Theme URI: http://www.ndesign-studio.com
Description: WordPress theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.1
Author: Nick La
Author URI: http://www.ndesign-studio.com

	This theme was designed and built by Nick La.
	
	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/

body {
	background: #42afdc url(../images/html-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}

/*************************************/
/* Style description for layout.html */
/*************************************/


/* WEB Page Layout */
#wppage {
	background: url(../images/main-bg.jpg) no-repeat center top;
}
#wpwrapper {
	width: 940px;
	margin: 0px auto;
	position: relative;
}
#wpheader {
	height: 60px;
}

/* Site Title */
h1 {
	position: absolute;
	top: 10px;
	left: 0px;
	color: #0000FF;
	margin: 0px;
	padding: 0px;
	font: normal 50px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.wpdescription {
	position: absolute;
	top: 10px;
	left: 200px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

/* Icon List */
#wpicons {
	position: absolute;
	top: 40px;
	right: 0px;
	height: 20px;
	width: 210px;
}

/* Search form */
#wpsearchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#wpsearchform #wps{
	background: #ffffff url(../images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#wpsearchform #wpsearchsubmit { 
	background: url(../images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* Left main content area  */
#wpleft-col {
	width: 720px;
	float: left;
	margin-top: 11px;
}

/* Left main menu */
#wpnav {
/*  background: url(../images/content-top-bg.png) no-repeat left top;	*/
  background: url(../images/content-top-bg-720.gif) left top;	
	width: 720px;
	height: 26px;	
}
#wpnav ul{
	list-style: none;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#wpnav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#wpnav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#wpnav li a:visited{
	text-decoration: none;
	color: #000000;
}
#wpnav li a:hover, #wpnav .wpcurrent_page_item a{
	text-decoration: none;
	background: #2e91c6 url(../images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .wppage_item {
	text-decoration: none;
	color: #333333;
}
#subnav .wpcurrent_page_item a, #subnav .wpcurrent_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#wpcontent {	
	margin: 0;
	padding: 20px 20px 0px 20px;
	width: 680px;
  background: url(../images/sidep-bottom-fill.png) 0 0%;
	clear: both;
	overflow: hidden;
}

/* footer area  */
#wpfooter {
	 background: url(../images/content-bottom-bg-720.gif) no-repeat;
	 padding: 5px 0px 0px 10px;
	 font-size: 80%;
	 color: #0000FF;
}
#wpfooter a, #wpfooter a:visited {
	text-decoration: none;
	color: #0000FF;
}
#wpfooter a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* sidebar */
#wpsidebar {
	float:right;
	width: 210px;
	color: #666666;
	line-height: 160%;
}
#wpsidebar p {
	margin: 0px 0px 15px;
}
#wpsidebar h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#wpsidebar h3 a, #wpsidebar h3 a:visited {
	color: #666666;
}
#wpsidebar h3 img {
	vertical-align: middle;
}
#wpsidebar a, #wpsidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#wpsidebar a:hover, #wpsidebar a:focus, #wpsidebar a:active {
	text-decoration:underline;
}
#wpsidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#wpsidebar ul li {
	background: url(../images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
#wpsidebar ul li ul li {
	background: url(../images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* meta */
#wpmeta .wprss {
	background: url(../images/mini-rss.gif) no-repeat;
}
#wpmeta .wpsignup {
	background: url(../images/mini-user.gif) no-repeat;
}
#wpmeta .wpcheck {
	background: url(../images/mini-check.gif) no-repeat;
}
#wpmeta .wpwrite {
	background: url(../images/mini-wp.gif) no-repeat;
}
#wpmeta .wplogin {
	background: url(../images/mini-signup.gif) no-repeat;
}
#wpmeta .wpsetup {
	background: url(../images/iconSetup.gif) no-repeat;
}
#wpmeta .wpadmin {
	background: url(../images/iconAdmin.gif) no-repeat;
}
#wpmeta .wplayout {
	background: url(../images/layout.gif) no-repeat;
}
#wpmeta .wpedit {
	background: url(../images/edit.gif) no-repeat;
}
#wpmeta .wpinfo {
	background: url(../images/info.gif) no-repeat;
}
#wpmeta .wptwitter {
	background: url(../images/twitter.gif) no-repeat;
}
#wpmeta .wpfacebook {
	background: url(../images/facebook.gif) no-repeat;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 100%;
	}
#wp-calendar #next a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(../images/navigation-right.gif) no-repeat right center;
	}
#wp-calendar #prev a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(../images/navigation-left.gif) no-repeat left center;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(../images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(../images/mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li {
	background: url(../images/mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(../images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(../images/mini-blogroll.gif) no-repeat;
}

/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 3px;
}





/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute; 
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
 	position:relative; 
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	clear: both;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	width:210px;
	padding:0 0px 10px;
}
* html .dbx-group {
	width: 210px;
	padding-bottom:0;
}

/* handles */
.dbx-handle {
	position:relative; 
	margin:0;
	padding: 16px 24px 7px 10px;
	background:url(../images/sidep-handle.gif) no-repeat 0 0; 
}
* html .dbx-handle { 
	width: 176px; 
}
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(../images/sidep-toggle.png) no-repeat;
	position:absolute; 
	top:12px;
	right:3px;
	text-indent:-50px;
	text-decoration:none;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute; 
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:210px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
/* inner content area */	
.dbx-content {
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: url(../images/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:4px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}