a, a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:line-through; color:#00CCFF; }
img { border:0; }
#broken { text-decoration:line-through; color:#990000; }

body {
	background-image:url('../images/bl-bg.png');
	background-repeat:repeat-x;
	padding:0; margin:0 0 50px 0;
}

#logo_seq {
	margin:50px 0 0 50px;
	float:left;
	width:1000px;
}

#logo_seq img { float:left; margin-right:15px; }

#nav {
	margin:30px 0 0 50px;
	font-size:30px;
	color:#333;
	float:left;
	width:1100px;
}

#nav ul { padding:0; margin:0; }
#nav li {
	list-style:none;
	float:left;
	padding:20px 50px 20px 50px;
	margin:0;
	border-right:solid 1px #CCC;
}
#nav-end { border-right:none !important; }
#nav-start { padding-left:20px !important; }
#nav_seq p { font-size:15px; width:220px; text-align:center; }

#content {
	margin:15px 0 0 0;
	padding:0;
	float:left;
	width:100%;
}

#content ul { padding:0; margin:0; }
#content li {
	list-style:none;
	float:left;
	margin:15px;
}

#content-title_seq { float:left; width:90%; margin-left:50px; padding-left:15px; }

#journalism { float:left; width:900px; margin-left:50px; margin-top:-10px; }
#webdesign { float:left; width:900px; margin-left:50px; margin-top:-10px; }

.item_seq {}
.item_img { float:left; position:relative; }
.item_hover { 
	background-image:url(../images/overlay.png); background-repeat:no-repeat;
	width:250px;
	height:107px;
	float:left;
	position:absolute;
	text-align:center;
}

.item_a { display:block; width:250px; height:107px; }

.item_hover a {
	font-family:Arial;
	color:#FFF;
	font-weight:bold;
}

.item_hover a:hover { text-decoration:none; }

.item_title { padding:20px 0 0 0; margin:0 10px 0 10px; font-size:17px; display:block; height:57px; }
.item_tags { padding:0; margin:0 10px 0 10px; font-size:10px; display:block; }

#spacer { 
	width:90%; float:left; height:50px;
	margin-left:50px;
	font-family:Arial;
	color:#ccc;
	font-weight:bold;
}

#spacer-left { width:80px; float:left; padding-top:7px; margin-left:200px; }
#spacer-right { float:left; }

#footer {
	margin:50px 0 0 42px;
	padding:10px 0 0 15px;
	background-image:url('../images/footer-bg.png');
	background-repeat:no-repeat;
	width:636px;
	height:120px;
	float:left;
	
	font-family:Tahoma;
	font-size:15px;
	color:#FFF;
}

#footer ul { list-style:none; margin:5px; padding:0; float:left }
#footer li { margin:10px; }

#qr-contact { float:right; margin-right:50px;}

.slide-out-div {}
