﻿/*
 * Göteborg Webbyrå
 * Copyright 2009. All Rights Reserved.
 *
 * Hemsidan Base CSS.
 *
 ** Modified for EYE Focused School Site Base **
 */

body { font-family: Arial, Tahoma, Verdana; }
body, div, h1, h2, h3, h4, pre, code, form, input, button, textarea, p, blockquote, th, td { margin: 0 0 0 0; padding: 0 0 0 0; }
a { color: #00A6DF; text-decoration: none; }
a, img { border: none; }
h1, h2, h3, h4 { font-size: 24px; font-weight: normal; }
h2 { font-size: 20px; }
h3 { font-size: 28px; }
h4 { font-size: 14px; }
input[type="text"], input[type="password"] { width: 350px; border: 1px solid #CFCFCF; padding: 5px !important; }
/*input[type="text"]:focus { width: 346px; border-left: 5px solid #CFCFCF; }*/
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/*li { list-style: none; }*/
p { margin: 3px 0px; }
p.new { margin: 10px 0px 5px 0px; }
th { text-align: left; }

#page_content {width: 100%; height: 400px; border: 1px solid #CCCCCC;}

/* Contact Form */
form#contact input, form#contact textarea {
	padding: 5px;
}

/* Widgets */
.widget {
	margin: 20px 0px 20px 3px;
	width: 224px;
	position: relative;
}
.widget a { color: #333333; }
.widget .head {
	background-image: url('/images/widget_head.png');
	height: 23px;
	padding: 5px 0px 0px 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.widget .body {
	background-image: url('/images/widget_rep.png');
	padding: 2px 0px 2px 0px;
}
.widget .repeat, .widget .tick {
	margin: 3px 5px 3px 5px;
	padding: 2px 5px 2px 5px;
}
.widget .tick {
	position: absolute;
	top: 30px;
	left: 5px;overflow:hidden !important;height:16px !important;
	width: 194px;
}
.widget .repeat.alt, .widget .tick.alt {
	background-color: #FDF0E5;
}
.widget .foot {
	background-image: url('/images/widget_foot.png');
	height: 22px;
	padding: 2px 8px 0px 0px;
	text-align: right;
}
.widget .foot a { display: block; float: right; color: #666666; margin-right: 5px; }
.widget .foot img { display: block; float: right; margin-top: 5px; }

/* Blog Styles */
.blogentry {
	clear: both;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 6px;
	margin: 5px;
}
.blogentry h2 {
	font-size: 16px;
}
.blogentry h2 a { text-decoration: none; color: #333333; }
.blogentry .date {
	text-align: right;
	font-size: 11px;
	clear: both;
}
.blogentry .calendar {
	background-image: url('/images/calendar_frontend.png');
	width: 50px;
	height: 65px;
	padding-right: 5px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.blogentry .calendar .month {
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	color: #FFFFFF;
}
.blogentry .calendar .day {
	text-align: center;
	color: #333333;
	font-size: 16px;
	padding-top: 2px;
}
.cal .title td { background-color: #FDF0e5; padding: 2px; font-weight: bold;}
.cal .titles td { width: 14%; text-align: center; }
.cal a { text-decoration: none; color: #000000; }
.calendarfloat { float: left; width: 200px; margin: 6px; }

/* Admin Styles */
.homebox {
	width: 312px;
	float: left;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 5px;
	cursor: pointer;
}
div.filedisp {
	float: left;
	width: 80px;
	height: 90px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	margin: 4px;
}
div.filedisp a { text-decoration: none; }
.disabled { background-color: #FFF0F0; }
.enabled { background-color: #F3FFF0; }
.homebox img {
	float: left;
	margin-right: 10px;
}
.homebox p {
	 margin: 2px 0 0 0;
	 font-size: 11px;
	 color: #333333;
}
.homebox a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#tab_main, .bgrep {
	position: relative;
	height: 38px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: #1F1F1F;
	background-image: url('/admin-images/topbar_bg.jpg');
}
#tab_content {
	padding: 10px;
	border: 1px solid #1F1F1F;
	border-top: none;
	min-height: 200px;
	background-image: url('/admin-images/tab_bg.png');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.optionbox {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
#adminheader a {
	float: left;
	margin-right: 15px;
}
h1.admin {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	padding: 4px 0px 25px 15px;
	margin: 4px 0px 0px 0px;
	background-image: url('/admin-images/seperator_invert.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
h1.admin img {
	position: absolute;
	top: 0px;
	right: 25px;
}
div.boxhead {
	padding: 10px 30px;
	background-image: url('/admin-images/info_background.png');
	background-repeat: repeat-y;
	background-position: center;
}
div.boxfoot {
	height: 12px;
	background-image: url('/admin-images/content_bottom.png');
	background-repeat: no-repeat;
	background-position: center;
}
div.boxcontent {
	padding: 10px 40px 0px 60px;
	background-image: url('/admin-images/content_background.png');
	background-repeat: repeat-y;
	background-position: center;
}
div.boxcontent h2 {
	margin: 8px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
}
div.caption {
	float: left;
	margin-top: 5px;
	clear: left;
	width: 200px;
	background-color: #DBDBDB;
	padding: 6px 0px 6px 10px;
}
div.fields {
	float: left;
	margin-top: 5px;
	width: 352px;
	background-color: #DBDBDB;
	padding: 6px 0px 6px 0px;
}
div.boxcontent input[type="text"], div.boxcontent input[type="password"], div.boxcontent input[type="file"], div.boxcontent select, div.boxcontent textarea {
	display: block;
	float: left;
	margin-top: 5px !important;
	width: 340px;
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}
div.boxcontent select { width: 350px; }
div.boxcontent textarea {
	width: 350px;
	height: 400px;
}
div.boxnotice { background-color: #FAD2B2; font-weight: bold; padding: 5px; margin-right: 28px; }
.short { width: 265px !important; margin-right: 10px; }
div.boxcontent table.mceLayout { margin-top: 5px !important; }
div.boxcontent table#new_content_tbl { float: left; width: 562px !important; }

#tab_main a.tab {
/*	position: relative;*/
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	margin: 0px 5px 0px 0px;
	background-image: url('/admin-images/tab_unselected.png');
	width: 110px !important;
	text-shadow: 0px 0px 5px #000000;
	text-align: center;
	height: 28px;
}
div.seperator {
	padding: 0px 0px 6px 0px;
	margin: 15px 0px 15px 0px;
	font-weight: bold;
	background-image: url('/admin-images/seperator.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
div.homeboxnew {
	background-image: url('/admin-images/buttonbox_bg.png');
	width: 113px;
	height: 118px;
	float: left;
	margin: 2px 5px 5px 10px;
	padding: 15px 3px 0px 0px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
div.homeboxnew:hover {
	background-image: url('/admin-images/buttonbox_bg_hover.png');
}
div.homeboxnew.disabled, div.homeboxnew.disabled:hover { background-color: transparent; color: #999999; cursor: default; background-image: url('/admin-images/buttonbox_bg.png'); }
#tab_main a.tab:hover, #tab_main a.selected { background-image: url('/admin-images/tab_selected.png') !important; }
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
#toolinfo {
	margin: 25px 0px;
	padding: 10px;
	background-color: #E3E3E3
}

#page_title {
	background: none;
	border: 1px solid #CCCCCC;
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	display: block;
	margin: 0px 0px 5px 0px;
	width: 100%;
}

	
	#nav {
		width: 960px;
		height: 30px;					/* main menu width and bg colour */
		font-size: 11px;
	}

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#nav a {
		display: block;
		margin: 0;
		font: bold 100% Arial, Helvetica, sans-serif;
		color: #FFF;
		/* background: #a6cb3b;  menu bg colour */
		text-decoration: none;
		text-align: left;
	}
	
	#nav1 a {
		/*width: 28px;   /* Change this to what ever value you like and of course you can repeat this for all the different menus */
		/*height: 22px;*/
		padding: 8px 40px 8px 0px;
	}
	#nav2 a {
		/*width: 28px;*/
		/*height: 22px;*/
		padding: 8px 40px 8px 0px;
	}
	ul#nav li ul li a{
		width: 100px;
		padding: 5px 0px 8px 8px;
	}
	#nav3 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;
	}
	#nav4 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;	     
	}
	#nav4 ul li a{
		width: 100px;
		padding: 5px 0px 0px 0px;
	}
	#nav5 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;	
	}
	#nav6 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;	
	}
	#nav7 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;	
	}
	#nav8 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;	
	}
	#nav9 a {
		/*width: 28px;
		height: 22px;*/
		padding: 8px 40px 8px 0px;	 
	}

	#nav a.parent {
		background: #FF9900 url(../images/rightarrow.gif) center right no-repeat; /* dropdown arrow and colour if 3rd dropdown */
	}

	#nav a:hover {
		color: #FF9900;
		/* background-color: #5d7d02;  rollover colour top menu */

	}

	#nav li {
		float: left;
		padding: 0;
		margin: 0;
	}

	#nav li.last_menu_item {
		border: none;
	}

	/* Show/Hide second level menus */
	#nav li ul {
		position: absolute;
		width: 12em;
		left: -999em;
		height: auto;
		margin: 0;
		z-index: 9999999;

	}

	#nav li li {
		width: 125px;
		margin: 0;
	}

	#nav li ul a {
			/* drop down width in pixels */
		background-color: #F9B748; /* drop down main menu colour */
		color: #FFFFFF;
		font-weight: 100;
		border: 0;
		text-align: left;
	}
	#nav li ul a:hover {
		   /* drop down width in pixels */
		background-color: #FF9900; /* drop down main menu colour */
		color: #ffffff;
		font-weight: 100;
		border: 0;
		text-align: left;
	}

	#nav li:hover ul {
		left: auto;
	}

	#nav li ul ul {
		margin: -27px 0 0 108px;
	}		
			

	/* Hide third level menus */
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}

	/* Show third lever menus */
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: auto;
	}

	/* Important this bit as we are floating the menu */
	#content {
		clear: both;
	}
	.divider {
	width: 1px;
	height: 14px;
	background-image: url(images/menu_divider.gif);
	margin: 0px 3px 0px 3px;
}
	/* menu sticking fix */
	#nav li:hover, #nav li.hover {
    position:static;
    }	


