/* LIONHEART DESIGN STYLESHEET */
@import url(styles/portfolio.css);

body {
	background:url(images/gradient.gif);
	background-repeat:repeat-x;
	background-color:#ccffcc;
	margin:0px;
}
#wrapper {
	margin:0px;
	text-align:center;
}
#nav {
	height:67px;
	width:85%;
	background-color:#666666;
	text-align:left;
}
#buttons {
	padding-top:30px;
}
#button {
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	width:80px;
	height:30px;
	text-align:center;
	float:left;
}
#button a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	color:#FFFFFF;
	text-decoration:none;
	width:80px;
	height:30px;
	display:block;
}
#button a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	color:#FFFFFF;
	text-decoration:none;
	width:80px;
	height:30px;
	display:block;
}
#button a:hover {
	background-image:URL(images/button_ro.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	padding-top:10px;
	width:80px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
#nav_edge {
	float:right;
	width:20px;
	height:70px;
	background-image:URL(images/nav_end.gif);
	top:0px;
	margin-top:-30px;
}
#nav_logo {
	width:230px;
	height:70px;
	background-image:URL(images/nav_logo.gif);
	float:left;
}
#textbox {
	width:630px;
	height:496px;
	margin-top:20px;
}
#content_box {
	overflow:hidden;
	background-color:#66cc33;
	width:412px;
	height:430px;
	float:left;
}
#content {
	background-color:#FFFFFF;
	height:380px;
	width:auto;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align: left;
}
#lionbox {
	width:218px;
	height:430px;
	float:left;
	background-image:URL(images/lionbox.gif);
	background-repeat:no-repeat;
	background-color:#666666;
}
#ad {
	width:218px;
	height:130px;
	float:left;
}
#header {
	border-bottom:solid 1px #33cc33;
	margin-bottom:5px;
	width:630px;
}
#news {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#66cc33;
	width:372px;
	border-bottom:solid 1px #66cc33;
	margin-bottom:5px;
}
.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#999999;
	float:right;
	width:45px;
}
#news_blurb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:325px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:dotted 1px #666666;
}
#footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-top:5px;
}
#footer a:link {
	color:#000000;
	font-weight:bold;
}
#news_box {
	width:372px;
}

/* PORTOLIO **/

#menu {
	background:#666666;
	color:#FFFFFF;
	width:576px;
	height:18px;
	vertical-align:middle;
	float:left;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}
#menu a:hover {
	background-color:#333333;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}
#menu li {
	font-size:12px;
	list-style:none;
	padding:5px;
}
#portfolio_box {
	overflow:hidden;
	background-color:#66cc33;
	width:630px;
	height:430px;
	float:left;
}
#project_description {
	float:right;
	width:230px;
	height:337px;
	padding:5px;
	background:#333333;
}
#portfolio_content {
	width:575px;
	height:325px;
	margin-top:15px;
	color:#000000;
}

/* END PORTFOLIO **/
