/* style sheet for Deviloon.co.uk */

/*element base*/
body{
	text-align: center;
	font-size: 100%; /*because main text should be users default size*/
	color: #666666;
	background-color: #eeeeee;
	background-image: url(browser_bg.jpg);
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border:none; 
}
img#logo {
}

h1,h2,h3,h4,h5 {
	color: #AD423F;
}
h2 {font-size: 1.2em;}
h1 {
	padding: 0; margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 10px;
	padding-top: 20px;
}


/*clearing div*/
div.clear {
	display: block;
	line-height: 0px;
	height: 0px;
	width: 0px;
	margin: 0px; 
	padding: 0px;
	clear: both;
}
/*dashed horizontal rule*/
hr {
	clear: both; 
	margin: 0; padding: 0;
	border: none;
	border-bottom: 1px dotted #cccccc; 
	color: #FFF;
	background-color: #FFF;
}



.boxout {
	border: 1px solid #CCCCCC;
	padding: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 1em;
}

/*page blocks*/
#page {
    width: 750px;
    margin: 10px auto;
    border: 1px solid #CCCCCC;
	text-align: left;
	background-color: #FFF; 
	background-image: url(bg_home.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	line-height: 1.3em;
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 20px;
}

#header {
}

#content {
	margin-top: 15px;
}

#footer {
	color: #999999;
	font-size: 0.8em;
   	padding: 10px 20px 10px 20px;
	text-align: center;
}
#footer img {vertical-align: middle; }

/*links*/
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #AD423F;
	text-decoration: underline;
}

/*link button with image rollover*/
a#advertise_a_job_button span {
	display: block;
	padding-top: 1.5em;
}
a#advertise_a_job_button {
	display: block;
	color: #AD423F;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 236px;
	height: 79px;
	font-size: 1.5em;
	background-image: url(b_advertise1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
}	
a#advertise_a_job_button:hover {
	font-size: 1.5em;
	color: #333333;
	background-image: url(b_advertise2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/*menus*/
/*unordered list => horizontal menu*/
ul.horz_menu {
	list-style: none inside;
	padding: 0;
	margin: 0;
}
ul.horz_menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.horz_menu li.menu_first {
}
ul.horz_menu li.menu_last {
}

/*main menu specific*/
ul#main_menu {
    clear: both;
    float: right;
	margin-bottom: 5px;
  /*margin-right: 20px;*/
}
ul#main_menu li {
	padding-left: 9px;
	padding-right: 5px;
	border-left: 1px solid #AF423F;
}
ul#main_menu li.menu_first {
	border-left: none;
}
ul#main_menu li.menu_last {
}

#main_menu a {
	text-decoration: none;
	color: #AD423F;
}
#main_menu a:hover {
	text-decoration: underline;
	color: #333333;
}

a.facebook {
	color: #333333;
	text-decoration: underline;	
	margin: 10px;
}

a.facebook:hover {
	color: #AD423F;
	text-decoration: underline;	
}

/* this is for the bullet point on the home page */
ul.homepage li { color: #AD423F; }
ul.homepage li span { color: #666666; }



/*
ul.facebook {
	padding-left: 20px;
}

ul.facebook li { color: #AD423F; 

}
*/

.deviloon {
	color: #AD423F;
	font-weight: bold
}

#stage_menu { margin-bottom: 1em;}
