BODY{
	font-family: Verdana,Arial,sans-serif;
}

#page{
	position: relative;
	margin: 1em;
}

#header{
	width: 100%;
}

#euphoria_header{
	width: 300px;
	float: left;
	margin: 0em 1em 0em 0em;
}

#euphoria{
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
}

#bliss{
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-bottom: 0.5em;
}

#official_site{
	margin-left: 210px;
	font-style: italic;
	text-align: center;
}

#navbar{
	float: left;
	width: 180px;
	font-size: 0.75em;
}

#navmenu{
}

#navmenu .navlink{
	padding-left: 1em
}

#navmenu a:link{
	text-decoration: none;
}

#navmenu a:visited{
	text-decoration: none;
}

#navmenu a:hover{
	text-decoration: none;
}

#navmenu a:active{
	text-decoration: none;
}

#main{
	margin-left: 190px;
}

#content{
	position: relative;
	clear: both;
}

#news{
	position: relative;
	float: left;
	width: 48%;
}

#news_wide{
	position: relative;
	float: left;
	/* width: 80%; commented out for purposes of matching Google ad width */
	/* width: 468px; */
}

#mycode{
	position: relative;
	float: left;
/*	width: 49%;	*/
}

#theircode{
	position: relative;
	float: right;
	width: 49%;
}

#rightnews{
	position: relative;
	float: right;
	width: 49%;
}

#widecode{
	position: relative;
	float: left;
	width: 100%;
}

#newcode{
	position: relative;
	float: right;
	width: 48%;
}

.updated{
	color: red;
}

.codeitem{
	font-size: 0.8em;
	margin: 0em 0em 1em 0em;
}

.codehead{
}

.newshead{
}

.codetype_win{
	background-color: #88F;
	color: white;
	font-weight: bold;
	font-family: "Arial Narrow";
}

.codetype_gen{
	background-color: #888;
	color: white;
	font-weight: bold;
	font-family: "Arial Narrow";
}

.codetype_lin{
	background-color: #393;
	color: white;
	font-weight: bold;
	font-family: "Arial Narrow";
}

.codename{
}

.codeauthor{
}

.codedesc{
	font-family: 'Times New Roman',serif;
}
	
.newsitem{
	margin: 0em 0em 0em 0em;
	width: 100%;
}

.newstext{
	font-family: serif;
	font-size:1.05em;
}

.newstext_box{
	padding:5px;
}

.newsdate{
	font-size: 0.8em;
}

.whatsnew{
	font-weight: bold;
	margin: 1em 0em 1em 0em;
	width: 100%;
}

.newstitle{
	font-weight: bold;
	margin: 0em;
	margin-left:0.25em;
	width: 100%;
}

#release{
	padding: 1em;
	font-size: 0.8em;
}

.textbox{
	margin: 1em;
}

/****EUPHORIA CODE STYLES****/

#mainblock{
	background-color: #DDF;
	font-family: 'Times New Roman';
	}

.alist{
	margin: 1em;
	background-color: #CCF;
	font-family: Verdana;
	}

.alist a:link{
	font-weight: bold;
	}

.alist a:hover{
	font-weight: bold;
	}

.alist a:visited{
	font-weight: bold;
	}

.list_head{
	font-weight: bold;
	background-color: #33B;
	color: white;
	font-family: verdana, arial, "sans serif";
	}

.codeblock{
	margin: 0em 1em 0em 1em;
	background-color: #EEF;
	font-family: Courier;
	font-size: 0.85em;
	}

.chapter{
	font-family: Verdana;
	font-size: 1.25em;
	font-weight: bold;
	}

.section{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	}

.code{
	font-family: Courier;
	font-size: 0.80em;
	background-color: #EEE;
	}

.quote{
	margin: 1em;
	font-size: 0.8em;
	font-style: italic;
	font-family: Verdana,"sans serif";
	}
	
.article_date{
	font-size: 0.75em;
	}

.article_text{
	font-family: "Times New Roman",serif,Verdana,"sans serif";
	}
	
.article_quote{
	margin-left: 20px;
	margin-right: 20px;
	background-color: #EFEFEF;
	font-size: 0.90em;
	}

.article_code{
	font-size: 0.90em;
	margin-left: 20px;
	font-family: "Courier New",courier,Verdana,"sans serif";
	}
	
img { border-style: none; }

