/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html{
	width:100%;
	height:100%;
}

body
{	
	
	/*background: #305655;*/
	/*background-color:#313C42;*/
	background-color:#46823A;
	color:#FFF ; width:100%; height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

h1{
	margin:15px 5px;
}


#slideshow img{
	display:none;
	position:absolute;
	margin:0 auto;	
}

.course{
	padding:15px;
}
.article, .post{
	padding:0 15px 15px 15px;

	font-size:13px;
}

.post ul, .article ul{
	margin:2px 0 0 0;
	padding:0 22px;
}

.post .headline{
	font-size:18px;
	letter-spacing:-1px;
}

.article h1{
	margin:9px 0;
}

.photomatte{
		display:none; 
		position:absolute;
		top:0; left:0; 
		width:100%; height:100%; 
		z-index:6000; 
		background-color:#000;
}
.photomatte span{
		position:absolute; top:370px;
	 	width:100%;		
		text-align:center;
		color:#FFF;
		letter-spacing:15px;
}

.caption {
	text-align:center;
	font-style:italic;
	font-size:12px;
}

.contentimage{
	float:left;
	margin:0 0 0 0;
	padding:0;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

.contentimage2{
	float:none;
	margin:0 0 0 0;
	padding:0;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

#sidebarcontainer img{
	margin:10px;	
}


.bloghome{
	clear:both;
	margin:0 0 10px 10px;
	padding:0 0 15px 0;
}

.bloghome .blogtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	color: #ffc87b;
	margin:5px 10px 0 10px;
	display:block;
}

.bloghome .post{
	margin:0; padding:0 10px; width:225px;
	float:left;
}

.bloghome .post .headline{
	font-size:16px;
}
img
{
	border: 0;
}
form
{
	margin: 10px;
}

#sitemap{
	list-style:upper-roman;
	margin:10px;
}

#sitemap ul li{
	margin:6px 0;
}

/* forms */
.fieldwrap{
	clear:both;
}

.textareawrap{
	clear:both;
}

input, textarea{
	float:left; margin:2px 6px 10px 0;
	padding:2px; font-size:15px; 
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:300px;
}
textarea{
	width:300px;
}
.checkboxwrap{
	clear:both;
	margin:5px 0 5px 100px;
}
.checkboxwrap input, .checkboxwrap label{
	width:auto; font-size:12px;
	cursor:pointer;
}
.submit { clear:both; margin:0 0 0 100px; }
.submit input{ 
	width:auto;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC; 
}
.error{
	color:#FFF;
	background-color:#CC0000;
	padding:5px;
}
.notify{
	display:none;
	color:#FFF;
	background-color:#FF9900;
}
label{
	display:block;
	width:100px;
	float:left;
}
.signup{
	height:100px;
}

.signup input{
	width:170px;
}

input.submit{
	float:left; width:auto; clear:none;
	font-size:13px;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0;
}
.disabled{
	color:#888;
}

/* Headings */


.portfolio{
	position:relative;
	height:auto;
	width:100%;
	margin:30px 0;
	clear:both;
	min-height:130px;
}

.portfolio .headline{
	margin:5px 0 0 0;
	padding:0 0 0 190px;
}

.portfolio img{
	position:absolute;
	left:15px;
	
}

.portfolio div{
	width:500px;
	float:left;
	line-height:19px;
	padding:0 0 0 190px;
	
}

.portfolio .plug{
	
}

/* Links */
a:link, a:visited
{
	color: #ffc87b;
	text-decoration: none;
}
a:hover, a:active
{
	color: #ffffff;
}
#header a:link, #header a:visited
{
	color: #ffc87b;
}
#header a:hover, #header a:active
{
	color: #ffffff;
}
#copyrights a:link, #copyrights a:visited
{
	color: #ffc87b;
}
#copyrights a:hover, #copyrights a:active
{
	color: #ffffff;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{

}
.clearing
{
	width: 890px;
	height: 0;
	clear: both;
	border: 1px solid #FFFFFF;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#wrap{
	position:relative;
	width:890px;
	margin:0 auto;

}
#header
{
	position: relative;
	width: 890px;
	height: 128px;
	color:#FFF;
	font-size:14px;
	background-color:#46823A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#photoheader
{
	position: relative;
	width: 890px;
	height: 128px;
	color:#FFF;
	font-size:15px;
	background-color:#46823A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #EEE;
}

#header_logo a:link,
#header_logo a:visited
{
	display:inline;
	float:left;
	margin:8px 0 0 5px;
	height:120px;
	width:300px;
	background: url('../images/logo.png');
}
#header_logo h1{ display:none; } 

#nav_wrapper
{
	float:right;
	display:inline;
	margin:104px 20px 0 0;
}
#header a:link,  #header a:visited
{
	color:#ffc87b;
}
#header a:hover,  #header a:active, #header a.selected:link, #header a.selected:visited
{
	color:#ffffff;
}
/*-------------------------------------------------
  Page Image
-------------------------------------------------*/
#img_wrapper
{
	height:250px;
	width:890px;
	background: url(http://dayemi.net/test/images/nothing.gif) no-repeat;
	border-width: 1px 0;
	border-color:#cce3e2;
	border-style:solid;
}
#img_wrapper img
{
	float:left;
}
#img_wrapper_home
{
	height:350px;
	width:890px;
	background: #cccccc;
	border-width: 1px 0;
	border-color:#486e6d;
	border-style:solid;
}
/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 890px;
	background: #305655;
}
#wrapper
{
	width: 890px;
	background: #305655;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#homeintro
{
	width: 800px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0 0 0 0;

}

#container
{
	width: 700px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0 0 0 0;
	border-left:1px solid #EEE;
}

.content
{
	padding: 0;
	margin: 8px 0px 0px 10px;
}

.headerseparator
{
	font-size: 16px;
	font-weight:normal;
	text-align:center;
	padding: 15px 0 0 0;
	border-top:1px solid #EEE;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(http://www.wholesystemsdesign.com/css/images/dot.gif) bottom repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;
}

.contentquote
{
	font-weight:bold;
	font-style:italic;
	text-align: left;
	margin: 0 30px 0 30px;
}

.contentsubheading
{
	font-size:15px;
	font-weight:bold;
}

.imagequote
{
	font-weight:bold;
	font-size: 14px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(http://www.wholesystemsdesign.com/css/images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(http://www.wholesystemsdesign.com/css/images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(http://www.wholesystemsdesign.com/css/images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(http://www.wholesystemsdesign.com/css/images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(http://www.wholesystemsdesign.com/css/images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(http://www.wholesystemsdesign.com/css/images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(http://www.wholesystemsdesign.com/css/images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(http://www.wholesystemsdesign.com/css/images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(http://www.wholesystemsdesign.com/css/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(http://www.wholesystemsdesign.com/css/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(http://www.wholesystemsdesign.com/css/images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 179px;
	padding: 0;
}
.sidebar
{
	color: #ffffff;
	margin: 0 0 4px 6px;
}
#sidebarcontainer .title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	color: #ffc87b;
	margin:5px 0 5px 4px;
	display:block;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	clear:both;
	height:22px;
	background-color: #4C565B;
	text-align: left;
	padding:5px 0;  
  	position: relative;
    bottom: 0pt;
    width: 890px;
}
#copyrights
{
	padding: 0 0 0 10px;	
	line-height:2.2em;
	color: #FFFFFF;
}
/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #305655;
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.error
{

	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(http://www.wholesystemsdesign.com/css/images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(http://www.wholesystemsdesign.com/css/images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(http://www.wholesystemsdesign.com/css/images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 5px;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}



/*-------------------------------------------------
  Dynamic Menu
-------------------------------------------------*/

#nav a.selected:link,
#nav a.selected:visited{ color:#FFF; }

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 173px; /* Width of Menu Items */
	font-size:11px;
	text-align:left;
	position: relative; 
	z-index: 1;
	}

ul#nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	text-align:left;
	}

ul#nav li {
	position: relative;
	border-bottom: 1px solid #cce3e2;
	}

ul#nav li ul {
	position: absolute;
	left: 176px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
	border-top:1px solid #ccc;
	}
/* Styles for Menu Items */

ul#nav li a {
	display: block;
	text-decoration: none;
	color: #ffc87b;
	background-color:#46823A;
	padding: 5px;
	border-bottom: 0;
	}

ul#nav li.bottom a {
	background: #EAEBEC; /* IE6 Bug */
	}

ul#nav li ul li.nav-header, ul#nav li ul li.nav-header-left, ul#nav li ul li.nav-header-right, ul#nav li ul li.nav-header-bottom, ul#nav li ul li.nav-header-bottom-left, ul#nav li ul li.nav-header-bottom-right
{
   background-color:#313C42;
	width: 139px;
}

ul#nav li ul li.nav-header, ul#nav li ul li.nav-header-left, ul#nav li ul li.nav-header-right {
	height:27px;
}

ul#nav li ul li.nav-header-bottom, ul#nav li ul li.nav-header-bottom-left, ul#nav li ul li.nav-header-bottom-right
{
    height:10px;
	border-top:1px solid #ccc;
}


ul#nav li ul li.nav-header-left, ul#nav li ul li.nav-header-bottom-left {
	border-left:1px solid #ccc;
}

ul#nav li ul li.nav-header-right, ul#nav li ul li.nav-header-bottom-right {
	border-right:1px solid #ccc;
}

ul#nav li ul li a {
	display: block;
	text-decoration: none;
	color: #ffc87b;
	background-color:#313C42;
	padding: 5px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom: 0px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
* html ul#nav li ul li{ float: left; height: 1%; }
* html ul#nav li ul li a { height: 1%; }
/* End */

ul#nav li ul li a:hover { color: #ffffff;background-color: #7F868A; } /* Hover Styles */
ul#nav li a:hover { color: #ffffff; background-color: #7F868A; } /* Hover Styles */
ul#nav li.bottom a:hover { color: #ffffff; background-color: #7F868A; } /* Hover Styles */
ul#nav li.brand ul li a:hover { color: #ffffff; background-color: #7F868A; } /* Hover Styles */

ul#nav li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
ul#nav li.brand ul li a { padding: 8px 5px; } /* Sub Menu Styles */

ul#nav li:hover ul, ul#nav li.over ul { display: block; } /* The magic */
ul#nav li a.over{ background-color:#313C42; color:#FFF; }


ul#nav li ul li a.blank:hover {
background: #5f8786;
}
#quicklinks {
	clear:both;
	height:160px;
	background-color: #46823A;
	text-align: left;
	padding:5px 0;
	position: relative;
	bottom: 0pt;
	width: 890px;
	display: inherit;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#bottomcontainer {
	width: 700px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0 0 0 0;
}
