/**************************************
 * THEME NAME: coleg-powys
 *
 * Files included in this sheet:
 *
 *   coleg-powys/coleg_powys.css
 **************************************/

/***** coleg-powys/coleg_powys.css start *****/

/**
  *  
  *  This theme used standardwhite as a base
  */



/**
  * Various styles to overide the standard theme
  * These are currently in early development so appologies for lack of 
  * comments and general structure!
  */


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

/* Home page only -- Sets a background image / banner of specific dimensions and gives it a border */
#header-home.clearfix
{
	border:solid 1px #008e08;
	background-image:url(https://online.coleg-powys.ac.uk/theme/coleg-powys/pix/banner_bg_lg.jpg);
	height:100px;
	min-width:850px;

}

/* As above but for all other pages */
#header.clearfix
{
	border:solid 1px #008e08;
	background-image:url(https://online.coleg-powys.ac.uk/theme/coleg-powys/pix/banner_sml.jpg);
	height:70px;

}

#header.clearfix
{
	background-image:url(https://online.coleg-powys.ac.uk/theme/coleg-powys/pix/banner_bg_lg.jpg);
	min-width:850px;

}


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

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


/* sets width of page // sets all pages inc popups so disregard for now */

div#page
{
	/*width:965px;*/
	width:100%;
} 

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

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

td.topic.starter
{
	background-color:#f9faac; 
}

td.left side // not working!
{
	background-color:#f00;
}

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

.title
{
    	background-color:#fcfce2;
	border: solid 1px #b2b5ba;
	font-weight:normal;
	padding-left:.1em;
}

.content, .courseboxcontent, .generalbox
{
 background-color:#fff;
 border-color:#008e08;
}

td .left, table .tabs .right
{
background-color:#d6eba1;
}

td .right
{
background-color:#fff;
}

td .left a
{
color:#444;
}

a:hover, td .left a:hover
{
color:#bbb;
}

/* forms */
/* Makes required labels stand out */
.fitem.required, .fdescription
{
font-weight:bold;
}

.small
{
 font-size:10px;
}
/* end */

div .logininfo
{
color:#316500;font-weight:bold;
}










/***** coleg-powys/coleg_powys.css end *****/

