/*
RandomMedia.ca
404 - Error Page
Author: Daniel Ragno
*/


/* 404 TEMPLATE */

body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #11808e;
	margin:0px;
	border:0px;

}

#container {
	background-color: #11808e;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 14px;
}

.div-top { width: 670px; height: 50px; background: url(../../images/top.png); }

.div-bottom { width: 670px; height: 45px; background: url(../../images/bottom.png); }

.div-middle { width: 670px; background: #ffffff; overflow: auto; }

.div-middle p { text-align: justify; margin: 0px; padding: 20px; }

.div-middle p { font-family: "verdana", trebuchet ms; font-size: 13px; color: #303032; line-height: 30px; }

.div-top h1 { margin: 0px; padding-top: 5px; }

.div-top h1 { font-family: "Century Gothic"; font-size: 35px; color: #11808e; font-weight: normal; }

.div-middle sup { font-size: 11px; }

.div-middle a { font-size: 11px; font-weight: bold; letter-spacing: 2px; float:right; text-decoration: none; color: #eee; padding: 0px 20px 0px 20px; margin: 0px 0px 0px 10px; background: #11808e; border: #7dbeb6 3px solid; -webkit-border-radius: 10px; }

.div-middle a:hover { color: #ffffff; background: #7dbeb6; }


.tags a { padding: 3px; } .tags a:hover { background: #ff3399; color: #ffffff; }


input#name, input#author { background: #1a1a1a url(images/li-person.png) 8px 6px no-repeat; padding-left: 35px; }
input#email { background: #1a1a1a url(images/li-mail.png) 8px 7px no-repeat; padding-left: 35px; }
input#subject { background: #1a1a1a url(images/comment.png) 8px 7px no-repeat; padding-left: 35px; }
input#url { background: #1a1a1a url(images/world.png) 8px 6px no-repeat; padding-left: 35px; }

#flickrRSS { margin: 20px 0 0 0 0;
}

#flickrRSS img { background: #101010; margin: 0 20px 15px 0; padding: 0px; border: #7dbeb6 2px solid; }

#flickrRSS img + img { margin: 0 0 15px 0; }

#flickrRSS img + img + img { margin: 0 20px 15px 0; }

#flickrRSS img + img + img + img { margin: 0 0 15px 0; }


#flickrRSS img:hover { background: #222222; border: #2ec2e1 2px solid; }
