/*Alleycat ICG, Andale Mono*/
body
{
	background-color: #6699ff;
	color: #666666;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
}
p
{
	font-size: 10pt;
	padding: 0;
	margin: 10px 0;
}
a
{
	color: #3399ff;
	font-size: 10pt;
}
a:hover
{
	color: #cccccc;
}
a.hidden
{
	color: White;
}
ul
{
    margin: 0 0 0 16px;
    padding: 0;
}
ul li
{
    list-style-image: url(../../images/bullet.gif);
}
img
{
    border: none;
}
td
{
	font-size: 10pt;
}
h1
{
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	color: #3399ff;
	font-size: 16pt;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
h3
{
    color: Black;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
}
/****************************************************/
/* LAYOUT */
/****************************************************/
div#container
{
    clear: both;
    width: 800px;
    margin: 0 auto;
}
div#themes
{
    color: White;
    float: left;
    margin: 0 0 10px 10px;
}
div#metamenu
{
    float: right;
    margin: 0 10px 10px 0;
}
div#themes a, div#metamenu a
{
    color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
div#themes a:hover, div#metamenu a:hover
{
	color: Black;
	font-size: 10pt;
	text-decoration: none;
}
div#themes a.selected
{
    background: White;
    color: Black;
    padding: 3px;
}
div#body
{
    background: White url(../../images/bkg_rounded_top_6699ff.gif) no-repeat left top;
    clear: both;
    padding: 10px 0 0 0;
    margin: 0;
}
div#header
{
    padding: 0;
    margin: 0;
}
div#title
{
	color: #a9a9a9;
	font-size: 40pt;
	font-weight: bold;
	text-align: center;
}
div#menu
{
    clear: both;
    height: 24px;
    margin: 10px auto;
    width: 780px;
}
div#menu div.menu
{
    background: Transparent url(../../images/bkg_menu.gif) repeat-x left center;
    border-right: solid 1px #cccccc;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 154px;
}
div#menu div.menu a
{
	color: #3399ff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
div#menu div.menu a:hover
{
	color: White;
}
div#bottom
{
    clear: both;
    background: Transparent url(../../images/bkg_rounded_bot_6699ff.gif) no-repeat left bottom;
    height: 10px;
}
div#footer
{
    clear: both;
}
div#footer, div#footer a:link, div#footer a:visited
{
    margin: 0 auto;
    width: 700px;
	color: #dedede;
	text-align: center;
}
div#testimonials
{
    position: fixed;
    width: 150px;
    left: 775px;
    top: 30px;
}
/***************/
/* FORM STYLES */
/***************/
input.submit
{
	background-color: #dedede;
	color: #0000c0;
	font-weight: bold;
}
.alert
{
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
}
.subline
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
/****************/
/* MISC STYLES */
/***************/
.hidden
{
    display: none;
    visibility: hidden;
}
.clear
{
    clear: both;
}
.code
{
	width: 100%;
	height: 100%;
	overflow-x: auto;
}
.keyword
{
	color: #3399ff;
	font-weight: bold;
	font-style: italic;
}
.quote 
{
    background: url(../../images/bkg_quote.gif) no-repeat bottom right;
    font-size: 10pt;
    font-style: italic;
    padding-bottom: 10pt;
}
.blue
{
	background-color: #e6f4ff;
}
.gray
{
	background-color: #efefef;
}
.contact, .contact a
{
	clear: both;
	font-size: 18pt;
	font-weight: bold; 
	text-align: center;
}
div.separator
{
    border-bottom: dashed 1px #3399ff;
    color: White;
    clear: both;
    padding: 0;
    margin: 5px 0;
}
.date
{
    color: #cccccc;
    font-size: 10pt;
}
.tabs
{
}
.tab, .selectedTab
{
	width: 150px;
	height: 24px;
	padding: 5px 0 0 10px;
}
.tab a, .selectedTab a
{
	font-weight: bold;
	text-decoration: none;
}
.tab a:hover, .selectedTab a:hover
{
	font-weight: bold;
	text-decoration: underline;
}
.selectedTab
{
	background: White url(../../images/bkg_tab.gif) no-repeat left top;
}
/****************************************************/
/* PANEL */
/****************************************************/
.panel
{
	height: 400px;
	width: 480px;
	background-color: #efefef;
	padding: 10px;
}
.panel .separator
{
    margin-bottom: 10px;
}
.panelSS
{
	 float: left;
	 width: 220px;
}
.panelText
{
	float: left;
	width: 260px;
}
/****************************************************/
/* BLOG */
/****************************************************/
.blogLeft
{
    float: left;
    width: 65%;
}
.blogRight
{
    border-left: dashed 1px #6699ff;
    float: right;
    min-height: 400px;
    padding-left: 10px;
    width: 33%;
}
.blogEntry
{
    margin-bottom: 10px;
}
.blogTitle
{
    color: Black;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
}
.blogPost
{
    font-size: 10pt;
}
.blogDate
{
    margin-top: 5px;
    color: #cccccc;
    font-size: 8pt;
}
.blogTags
{
    background-color: #efefef;
    margin-top: 5px;
    padding: 3px;
}
.blogTag
{
    color: #cccccc;
    float: left;
    margin: 5px 5px 0 0;
}
.blogTag a
{
    text-decoration: none;
}
.blogTag a:hover
{
    text-decoration: underline;
}
.blogCode
{
    background-color: #efefef;
    padding: 5px;
}
.blogQuote
{
    background-color: #efefef;
    font-family: Arial;
    font-size: 8pt;
    font-style: italic;
    padding: 5px;
}
.blogComments
{
    border-bottom: dashed 1px #6699ff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blogCommentName
{
    color: #6699ff;
    font-size: 10pt;
}
.blogComment
{
    font-size: 10pt;
}
.blogMore
{
    float: right;
}
/****************************************************/
/* COUNTER */
/****************************************************/
.counter
{
    color: #6699ff;
}
/****************************************************/
/* CSS HACKS */
/****************************************************/
.clearfix:after, #body:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix, #body
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html # body
{
	height: 1%;
}
.clearfix, #body
{
	display: block;
}
/* End hide from IE-mac */