/**************************************
 * THEME NAME: ceredigion
 *
 * Files included in this sheet:
 *
 *   ceredigion/ceredigion.css
 **************************************/

/***** ceredigion/ceredigion.css start *****/




/**
  * Various styles to overide the standard theme
  *  
  * This theme uses standardwhite as a base
  */


/* All pages background colour */
body 
{
	background-color:#efebd6;
}

/* Home page only */
#header-home.clearfix
{
	border:solid 1px #ff9966;
	background:#fff;
	width:100%;
	height:104px;
	padding-top:2px;
}

/* As above but for all other pages */
#header.clearfix
{
	border:solid 3px #ff9966;
	background:#f5f5f5;
	height:26px;
	padding-top:4px;
}

/* Creates the floating logo for all pages (not home page) */
div#logo_lg
{
	width:100%;
	height:100px;
	background-image:url(http://online.ceredigion.ac.uk/theme/ceredigion/coleg-ceredigion-header.jpg);
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	background-position:center;
}

h1.headermain{padding-left:3px;color:#000066;}


/* Sets background / text colour of various elements */
th.header,td.header,h1.header,h2.header,h3.header,.navbar,div.header 
{     
	background-color:#ff9a63;    
	color:#545454;  
}

/* Block headings*/
div.header 
{
	 color:#545454; 
	 border-bottom: solid 1px #f00;
}




/* Colour of links */
a:link, a:visited
{
	color:#4689cf;
}

td .left a
{
	color:#4689cf;
}

a:hover, td .left a:hover
{
	color:#bbb;
}
/* links end */

/* various / blocks / etc */
td.topic.starter
{
	background-color:#fff; 
}

.sitetopiccontent
{
	background-color:#decccc;
	border-style:none;
}

.title
{
    	background-color:#ff9a63;
	font-weight:normal;
	padding-left:.1em;
}

.sideblock .content, .courseboxcontent, .categoryboxcontent, .generalboxcontent
{
	 background-color:#ffcf9c;
}

.generalbox, .content
{
 background:#fff;
}
/* end */


a:link{color:#000066;}
a:hover{color:#ff9966;}
a:visited{color:#000066;}


.navbar a:hover
{
color:#000066;
}

/* Footer text */
.small
{
 font-size:10px;
}/***** ceredigion/ceredigion.css end *****/


