/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Modified by: Owen Hathaway foor use at www.owenhathawayllc.com

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(../img/bg-2.gif);
	color: #543;
	/*font: normal 62.5% "Lucida Sans Unicode",sans-serif;*/
	font: normal 62.5% Verdana, Helvetica, sans-serif;
	padding-top: 9px;
}
input {
	color: #555;
	/*font: normal 1.1em "Lucida Sans Unicode",sans-serif;*/
	font: normal 1.1em Verdana, Helvetica, sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

.handcursor {
	/*cursor: hand;*/
	cursor: pointer;
}

/* structure */
#container2 {
	background: #fcfaea url('../img/bgright.gif') repeat-y right;
	width: 96%;
	min-width: 780px;
	margin: 0 auto;
	padding-right: 20px;
}

#container {
	background: #fcfaea url(../img/bgcontainer2.gif) repeat-y;
	width: 100%;
	padding-left: 10px;
}

/* header */
#header {
	background: url(../img/bgheader.gif) repeat-x;
	height: 66px;
	margin: 0 auto;
}

/* title */

#title {
	padding-left: 12px;
}

#title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	padding-top: 18px;
}

/* navigation */
#navigation {
	background: #FFF url(../img/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
}
#navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
#navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

#navigation ul {
	list-style-type: none;
	float: left;
	padding: 0;
}

#navigation ul li {
	display: inline;
}

/* main */
#main {
	padding: 0 0 0 28px;
}

#main2 {
	background: url('../img/bgsidenav.gif') repeat-y right;
}

/* sub navigation */
#sidenav {
	float: right;
	width: 218px;
	padding-bottom: 20px;
	margin-bottom: -25px;
	height: 100%;
}

#sidenav h1 {
	background: #BCB39F url(../img/sidenavh1.gif) repeat-x;
	border-bottom: 0;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
}
#sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
#sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
#sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
#content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
#content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
#content li {
	/*list-style: url(../img/li.gif);*/
	margin-left: 18px;
}

/* footer */
#footer {
	background: #958463 url(../img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 100%;
	/*line-height: 40px;*/
	margin: 0 auto;
	padding: 0.7em 0;
	text-align: center;
}
#footer a {
	color: #FFD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#topContainer {
	margin: 0 auto;
}

#topL {
	background: url("../img/bgtopL.gif");
	height: 10px;
	width: 10px;
	float: left;
	left: -10px;
	position: relative;
}

#topC {
	background: url("../img/bgtop.gif") repeat-x;
	height: 10px;
	width: 100%;
	float: left;
	position: relative;
	top: -10px;
}

#topR {
	background: url("../img/bgtopR.gif");
	height: 10px;
	width: 10px;
	float: right;
	position: relative;
	top: -20px;
	left: 10px;
}

#bottomContainer {
	margin: 0 -10px 0 -10px;
	clear: both;
}

#bottomL {
	background: url("../img/bgbottomL.gif") repeat-x;
	height: 10px;
	width: 10px;
	float: left;
}

#bottomC {
	background: url("../img/bgbottom.gif") repeat-x;
	height: 10px;
}

#bottomR {
	position: relative;
	background: url("../img/bgbottomR.gif") repeat-x;
	height: 10px;
	width: 10px;
	top: -10px;
	float: right;
}

.contactUs {
	float: right;
	text-align: right;
}

/* styles for IT Skills page */

.itskills {
	position: relative;
}

.itskills ul {
	padding-bottom: 0;
}

.itskills ul li {
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
	list-style: none;
}

.itskills ul ul {
	margin-left: 25px;
}

.itskills ul ul li {
	font-weight: normal;
	font-size: 85%;
	text-decoration: none;
	list-style: url('../img/li.gif');
}

.itskills ul ul ul li {
	font-weight: normal;
	font-size: 65%;
	list-style: url('../img/li-2.gif');
}

.itskills ul ul ul ul li {
	font-weight: normal;
	font-size: 55%;
	list-style: url('../img/li-3.gif');
}

/* styles for education page */
.schoolWrapper {
	padding: 15px 0;
}

.schoolWrapper a {
	color: #543;
}

.schoolWrapper a:hover {
	color: #420;
}

.schoolName {
        font-weight: bold;
	font-size: 120%;
        text-align: left;
        float: left;
}

.time {
        float: right;
        text-align: right;
}

.degree {
	margin-top: 6px;
	margin-bottom: -16px;
	font-size: 110%;
}

.degree ul li {
	list-style-type: none;
}

.degree ul ul {
	margin-left: 15px;
	font-size: 90%;
}

.courses {
	padding-left: 17px;
	font-size: 110%;
}

.courses tr td {
	vertical-align: top;
	padding: 0 2.8em 0 0;
}


#mainLeft {
	/*width: 280px;*/
}

#mainRight {
	width 180px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#sideRSS {
	margin: 4px 0 0 14px;
}

#rightFrame {
	background: url('../img/bgright.gif') repeat-y right;
	height: 100%;
	position: relative;
	float: right;
	top: -10px;
	left: 20px;
	padding: 0;
}	

#adSense1 {
	position: relative;
	margin-top: 12px;
	margin-left: 50px;
	clear: both;
}

