@charset "UTF-8";

/* Reset Styles */

body {
	margin-left: 30px;
	margin-top: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ol, ul { 
	list-style:none;
}
a {
	outline: none;
}

/* End Reset */

/* Global Styles */

#logo_btn a {
	display: block;
	position: absolute;
	top: 25px;
	background-image: url(images/dionf_logo.jpg);
	height: 125px;
	width: 125px;
	background-repeat: no-repeat;
	left: 25px;
	text-indent: -999em;}

#logo_btn a:hover {
	position: absolute;
	top: 25px;
	background-image: url(images/dionf_logo.jpg);
	height: 125px;
	width: 125px;
	background-repeat: no-repeat;
	left: 25px;
	text-indent: -999em;
}
.logo {
	position: absolute;
	top: 25px;
	background-image: url(images/dionf_logo.jpg);
	height: 125px;
	width: 125px;
	background-repeat: no-repeat;
	left: 25px;
	text-indent: -999em;
}

/* HEADER */

.header1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
	width: 100%;
	position: fixed;
	top: 60px;
	left: 170px;
}
#nav {
	width: 600px;
	height: 30px;
	position: absolute;
	left: 140px;
	top: 15px;
}

.main_nav {
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0px;
}
#main_nav li {
	float:left;
	height: 10px;
	text-indent: -999em;
}
#nav_work a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/work_btn.jpg) no-repeat 0 0;
}

#nav_work a:hover {
	background-image: url(images/work_ovr.jpg);
	background-position: 0 -3px;
}
#nav_about a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/about_btn.jpg) no-repeat 0 0;
}

#nav_about a:hover {
	background-image: url(images/about_ovr.jpg);
	background-position: 0 -3px;
}
#nav_contact a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/contact_btn.jpg) no-repeat 0 0;
}

#nav_contact a:hover {
	background-image: url(images/contact_ovr.jpg);
	background-position: 0 -3px;
}
#nav_links a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/links_btn.jpg) no-repeat 0 0;
}

#nav_links a:hover {
	background-image: url(images/links_ovr.jpg);
	background-position: 0 -3px;
}

/* CONTENT */

#entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: justify;
	text-decoration: none;
	padding:8px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	height: 400px;
	width: 700px;
	position: absolute;
	top:-2px;
	overflow-y: auto;
	overflow-x: hidden;
}

#entry h3 {
	margin: 0 0 5px 0;
	color: #ed1c24;
	font-size: 14px;
	font-weight: bold;
}

#entry h3 a {
	color: #ed1c24;
	text-decoration: none;
}

#entry h3 a:hover {
	color: #999999;
	text-decoration: none;
}

#entry a {
	color: #ed1c24;
	text-decoration: none;
}

#entry a:hover { 
	text-decoration: underline;
}

#entry a:visited {
	color: #ed1c24;
}

.entry blockquote {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 2px solid #ed1c24;
	color: #999999;
	font-weight: bold;
	text-align: justify;
}

/* PORTFOLIO */

.portfolio {
	margin: 30px auto 0px;
	position: absolute;
	padding: 0px;
	top: 65px;
	left: 200px;
	background-color: #FFF;
}
ul.portfolio  {
	margin-left: 6px;
}
.portfolio li  {
	float: left;
	padding: 15px;
}
.portfolio img{
	margin: 0;
	border:0;
}
.portfolio a:hover img{
	opacity: .5; 
	filter:alpha(opacity=50);
	border:0;
}
.portfolio p {
	width: 100px;
	margin: 4px 0 0 1px;
}
.port_title {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.port_desc {
	font-size: 9px;
	color: #999999;
}

/* LINKS */

.link1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 3px;
	left: 180px;
}
.link1 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 3px;
	left: 180px;
}
.link1 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 1px;
	left: 180px;
}
.link2 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.link2 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.link2 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ED1B24;
	text-decoration: none;
}

/* NAVIGATION BAR */

#main_sidebar {
	width: 130px;
	height: 120px;
	margin-top: 100px;
	vertical-align:text-bottom;
	position:absolute;
	left: 25px;
	bottom: 5px;
}
#sidebar {
	width: 130px;
	height: 140px;
	margin-top: 100px;
	vertical-align:text-bottom;
	position:absolute;
	left: 25px;
	bottom: 10px;
}

.portfolio_nav {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
}
#portfolio_nav li {
	width: 200px;
	height: 29px;
	text-indent: -999em;
	left: 0px;
}
#portfolio_print a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/print_btn.jpg) no-repeat 0 0;
	left: 0px;
	position: absolute;
}

#portfolio_print a:hover {
	background-image: url(images/print_ovr.jpg);
	background-position: 0px;
}
#portfolio_illustration a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/illustration_btn.jpg) no-repeat 0 0;
	left: 0px;
	position: absolute;
}

#portfolio_illustration a:hover {
	background-image: url(images/illustration_ovr.jpg);
	background-position: 0 0;
}
#portfolio_photo a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/photo_btn.jpg) no-repeat 0 0;
	left: 0px;
	position: absolute;
}

#portfolio_photo a:hover {
	background-image: url(images/photo_ovr.jpg);
	background-position: 0 0;
}
#portfolio_sketch a {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/sketch_btn.jpg) no-repeat 0 0;
	left: 0px;
	position: absolute;
}

#portfolio_sketch a:hover {
	background-image: url(images/sketch_ovr.jpg);
	background-position: 0 0px;
}
#contact_nav {
	display: block;
	width: 125px;
	height: 25px;
	background: url(images/contact_small.jpg) no-repeat 0 0;
	left: 0px;
	position: absolute;
}
#about {
	background: url(images/about.jpg) no-repeat;
	width: 180px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	top: 100px;
	left: 200px;
}

/* HEADLINE */

#welcome {
	background: url(images/welcome.jpg) no-repeat;
	width: 150px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	left: 200px;
	top: 100px;
}
#news {
	background: url(images/news.jpg) no-repeat;
	width: 150px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	left: 200px;
	top: 100px;
}
#blog {
	background: url(images/blog.jpg) no-repeat;
	width: 150px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	left: 200px;
	top: 100px;
}
#web {
	background: url(images/web.jpg) no-repeat;
	width: 200px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	top: 140px;
	text-indent: -999em;
}
#print {
	background: url(images/print.jpg) no-repeat;
	width: 150px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	top: 30px;
	text-indent: -999em;
}
#illustration {
	background: url(images/illustration.jpg) no-repeat;
	width: 250px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	top: 85px;
	text-indent: -999em;
}
#links {
	background: url(images/links.jpg) no-repeat;
	width: 150px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	top: 100px;
	left: 200px;
}
#contact {
	background: url(images/contact.jpg) no-repeat;
	width: 225px;
	height: 50px;
	outline: none;
	margin: 0px;
	position: absolute;
	top: 100px;
	left: 200px;
}

/* FOOTER */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: lighter;
	position: absolute;
	bottom: 0px;
	left:0px;
	height:12px;
	width:100%;
	background:#ED1C24;
}

/* TEXT */

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 230px;
	height: 150px;
	width: 700px;
	position: absolute;
	top:-2px;
}
#sidebar_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 30px 0 0 0;
	position: absolute;
	width: 120px;
	height: 60px;
	text-align:right;
}
#sidebar_text a {
	color: #ed1c24;
	text-decoration:none;
}
#sidebar_text a:hover {
	color: #999999;
	text-decoration:none;
}
#sidebar_text strong {
	color: #ed1c24;
	font-weight:bold;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 270px;
	height: 150px;
	width: 300px;
	position: absolute;
	top:-2px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 200px;
	height: 150px;
	width: 70px;
	position: absolute;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 295px;
	height: 150px;
	width: 110px;
	position: absolute;
}
.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 430px;
	height: 150px;
	width: 80px;
	position: absolute;
}

/* BORDERS */

.mainborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D0D0D0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D0D0D0;
	background-color: #FFF;
}
.topborder1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ed1c24;
	padding-top: 0px;
}
.space1 {
	padding-bottom: 2px;
	padding-top: 2px;
}
