/*
Theme Name: ScoMIS - DCC Custom
Theme URI: http://www.scomis.org
Description: ScoMIS Customised version of the DCC main website theme
Version: 1.0
Author: Terry Watts
Tags: variable width, two columns, widgets

Specific template for News/Updates/Training/FAQ websites.
*/

/*
ul li {
	font-size: 10pt;
	margin-left: -15px;
	margin-right: 0px;
	padding-left: -15px;
	list-style-type: none;
	list-style-image: none;
}
*/

Body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
}

P {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}

/* Devon Header Section Start */

#header {
	clear: both;
	width: 100%;
	min-width: 1000px;
	margin: 0;
	border-bottom:1px solid #032386;
}

#headertext {
	width: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	padding: 3px 0 4px 0;
	text-indent: 10px;
	font-size: .8em;
	font-weight: 700;
	
}

#header #headertext a:link, #header #headertext a:visited, #header #headertext a:hover
{
	text-decoration: none;
	color: #fff !important;
}

#header li a
{
	display: block;
	width: 100%;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	padding: 42px 0 4px 0;
	margin: 0;
	background-position: 50% 3px;
	background-repeat: no-repeat;
}

a.logo
{
	display: inline;
	float: left;
	width: 180px;
	height: 70px;
	font-size: 1.5em;
	text-indent: -9999px;
	margin:20px 30px 0 10px;
	background: url(http://www.devon.gov.uk/08-logoheader.gif) 0 0 no-repeat;
	outline: 0 none;
}

#whiteheader {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: url(http://www.devon.gov.uk/08-whiteheader.gif) right top repeat-y;
}

.headerband {
	background-image: url(http://www.devon.gov.uk/08-headerband-cyps.png)
}

/* Devon Header Section Finish */

/* Navigation Box Start */

#column_menu {
	float: left;
	min-width: 210px;
	width: 200px;
	margin-bottom: 0px;
}

#column_menu ul, #column_menu li {

	list-style-type: none;
}



#navbox , .navbox {
	background: #FFF url(http://www.devon.gov.uk/08-keyheader.gif) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a8bece;
	margin: 10px 0pt;
	padding: 3pt 3pt 3pt 3pt;
}

.navbox a {
	text-decoration: none !important;
	font-weight: bold;
	color: #336699;
}

#navtitle, .navtitle {
	color: #FFFFFF;
}


#widget , .widget{
	background: #FFF url(http://www.devon.gov.uk/08-keyheader.gif) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a8bece;
	margin: 10px 0pt;
	padding: 3pt 3pt 3pt 3pt;
}

.widget_categories {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.widget_categories ul .widget_categories li {
	font-size: 10pt;
	margin-left: -15px;
	margin-right: 0px;
	padding-left: -15px;
	list-style-type: none;
	list-style-image: none;
}

#custlist ul{
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 5px;
	list-style-type: none;
	list-style-image: none;
	line-height: 18px;
}

.cat-item  {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.widget a {
	text-decoration: none !important;
	font-weight: bold;
	color: #336699;
}

#widget, .widget {
	color: #FFFFFF;
	font-weight: bold;
	color: #336699;
}

#widget_tag_cloud {
}


/*  Main Content */

.post_date,  #post_date {
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background-color: #336699;
	font-size: 11px;
}

#hentry , .hentry {
	background: #FFF url(http://www.devon.gov.uk/08-keyheader.gif) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a8bece;
	margin: 1px 0pt;
	padding: 3pt 3pt 3pt 3pt;
}

.hentry a {
	text-decoration: none !important;
	font-weight: bold;
	color: #336699;
}

#post_title, .post_title {
	background-color: #666666;
	color: #FFFFFF;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.rowhighlight {
	background-color: #CCCCCC;
}
	
.dispinfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-width: thin;
	border-style: solid;
	padding: 5px 20px 5px 20px;
	background-color: #99FF99;
}
.schoolsolution {
	padding: 5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF6600;
	border-style: solid;
	border-width: thin;
}

.formheader {
	height: 35px;
	padding-left: 10px;
	background-color:#cccccc
}



