/**************************************************************
* Project:  CAFE CSS Challenge                                *
* Style:    Default Layout, Liquid Design                     *
* URL:      http://www.mkeefedesign.com/post/css-challenge/   *
* Date:     Thu Mar 17, 2005 11:45 PM                         *
***************************************************************
* THIS IS NOT A TEMPLATE!                                     *
* Please read the terms found in the source of the main site. *
**************************************************************/


/********************************************************************************************
* Defines styles for the main site [ global elements, design, typography, and positioning ]
********************************************************************************************/

html>body {
 width: auto;
 min-width: 900px;
}

a {
	color: #6D83E7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #B0BCF2;
	text-decoration: underline;
}

body {
	background-color: #000;
	color: #FFFFFF;
	font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

#demo, 
#studio, 
#resume, 
#contact { 
	padding: 3px; 
}

/********************************************************************************************
* Defines styles for the misc. tags in the site
********************************************************************************************/

img { border: 0; }

a img:hover { border: 0; }

h2 { font-size: 140%; }

hr.sep { display: none; }

p { line-height: 20px; }

code, 
acronym {
	font-family: monospace;
	color: #6D83E7;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #1B638D;
}

#skipnav { display: none; }


/********************************************************************************************
* Defines styles for the divs
********************************************************************************************/

#wrapper {
	overflow: hidden;
}

/* Hides from IE-mac \*/
html #wrapper {
	height: 1%;
}
/* End hide from IE-mac */

#float-image { float: right; }

#leftSide {
	float: left;
	text-align: left;
}

#rightSide {
	float: right;
	text-align: left;
}

/********************************************************************************************
* Defines styles for the other parts of the site
********************************************************************************************/

#wrapper {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
}

#content {
	background-color: #000;
	border: 1px solid #000;
	border-top: none;
	/*padding: 10px 10px 10px 10px;*/
}

#titleTag {
	height: 2px;
	margin: 0;
	padding: 0;
}

#titleTag #title { display: none; }

#titleTag {
	background-color: #000;
	border: 1px solid #000;
	border-top: none;
	color: #D1EAFE;
	padding: 2px .5em;
}

#footer {
	margin: 5px;
	font-size: 80%;
	text-align: right;
	height: 20px;
}

#foot-copyright { float: left; }

ul.list {
	margin: 5px;
	padding: 2px;
}

ul.list li {
	padding: 5px;
	list-style-type: none;
}

ul.list li strong {
	color: #60B3F0;
}

ul.list li ul {
	padding-left: 5px;
	list-style-type: none;
}

/********************************************************************************************
* Define Table Data
********************************************************************************************/

.datatable {
	border: 1px solid #2D5186;
	width: 80%;
	position: relative;
}

.datatable td {
	background-color: #29497A;
	border: 1px solid #2D5186;
	padding: 4px;
}

.datatable th {
	background-color: #29497A;
	border: 1px solid #2D5186;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}

.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #555657;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}