/*
Theme Name: Discovering Unique Careers
Description: The Discovering Unique Careers website layout.
Version: 1.0
Author: Henry Thach
Author URI: http://www.thachonline.com

*/

@import url('reset.css');
@import url('960.css');

html, body {
	background: #92db94;
	font-family: verdana;
	font-size: 11pt;
}

#wrapper {
	background: #fff; 
	overflow: hidden;
	height: 100%;
	-webkit-box-shadow: 0px 0px 20px #ffffff;
	-moz-box-shadow: 0px 0px 20px #ffffff;
	box-shadow: 0px 0px 20px #ffffff;
}

#left h1 {
	font-size: 22pt;
	padding: 15px;
}
#left h2 {
	font-size: 18pt;
	padding: 15px 0 5px 15px;
}

#left p {
	line-height: 1.5em;
	padding: 0 15px 1em 15px;
}

#left a {
	color: #A66E00;
	text-decoration: none;
}
#left a:hover {
	color: #663E00;
}

#left ul {
	list-style: square;
	padding: 0 15px 0 30px;
}
#left li {
	padding-bottom: 1em;
	line-height: 1.5em;
}

#left img {
	margin: 15px;
}

.nav-bar {
	margin-top: 0.5em;
}
.nav-bar li {
	float: left;
	margin-right: 1em;
	background: #FFDE40;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 0px #f0a000;
	-moz-box-shadow: 2px 2px 0px #f0a000;
	box-shadow: 2px 2px 0px #f0a000;
	font-size: 10pt;
}
.nav-bar li:hover {
	background: #FFAA00;
}
.nav-bar li a {
	text-decoration: none;
	display: block;
	padding: 0.5em 1em;
	color: #555;
}

/** 
	SEARCH STUFF
*/
#searchform {
	margin-bottom: .5em;
	float: right;
}
#searchform input {
	padding: 0.4em;
	font-family: verdana;
}
#searchform input[type=text] {
	color: #555;
}
#searchform input[type=submit] {
	background: #FFD300;
	border: 1px solid #FFAA00;
	color: #A66E00;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 0px #f0a000;
	-moz-box-shadow: 1px 1px 0px #f0a000;
	box-shadow: 1px 1px 0px #f0a000;
}
#searchform input[type=submit]:hover {
	background: #FFDE40;
	border: 1px solid #BFA730;
}

/**
	RIGHT SIDE STUFF
*/
.right {
	font-size: 10pt;
}

.right h2 {
	background: #FFDE40;
	padding: 1em;
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
}
.right ul {
	background: #FFE773;
	line-height: 1em;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	margin-bottom: 2em;
}
.right li a {
	color: #A66E00;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0.75em 1em;
}
.right li a:hover {
	text-decoration: underline;
	background: #fdda76;
}


#pagination {
	text-align: center;
}

#footer {
	margin: 2em 0;
	text-align: center;
	font-size: 8pt;
	color: #999;
}
