/*  This style is from the CSS Layout Gala found here: http://blog.html.it/layoutgala/  */
/*  Edited for use on the Haddington CC web site by Simon Boak, 2008  */

#center { text-align: center;}

html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 80% arial,sans-serif;
	text-align: center;
}

h3 {
	font-size: medium;
	margin: 0 10px 10px;
}

h2 {
	font-size: x-large;
	margin: 0 10px 10px;
}

p {
	margin: 0 10px 10px;
}

a#nav {
	color: #666666;
	font-size: medium;
	padding-top: 10px;
	display: block;
}

a#nav:hover {
	color: #376bcc;
	font-size: medium;
	padding-top: 10px;
}

a#nav:visited {
	color: #6f05f0;
	font-size: medium;
	padding-top: 10px;
}

a:visited {
	color: #6f05f0;
}

a:hover {
	color: #376bcc;
}

a {
/*
	display: block;

*/	color: #333333;
}

div#header h1 {
	height: 80px; 
	margin:0;
	background: #EEE;
	color: #79B30B;
}

div#container {
	text-align: left;
}

div#content p {
	line-height: 1.4;
}

div#extra {}

div#footer {
	background: #333333;
	color: #FFF;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}

div#container {width: 800px; margin:0 auto;}

div#content {float: right; width: 600px;}

div#ocontent {width: 800px;}

div#navigation {float: left; width: 180px;}

div#extra {float: left; clear: left; width:200px;}

div#footer {clear: both; width:100%;}

.whatsnew { border-color: #ffffff; border-style: none; border-collapse: collapse;}

.even { border-top-width: 1px; border-color: #333333; border-style: solid; }

.odd { border-top-width: 1px; border-color: #333333; border-style: solid; }






/* === 2011 Homepage Layout === */

div.row {
	width: 600px;
	height: auto;
	clear: both;
}

div.row div.panel {
	border-color: #2694d0;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: inline;
	width: 188px;
	min-height: 168px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.row div.panelWide {
	border-color: #2694d0;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: inline;
	width: 388px;
	min-height: 168px;
	margin-right: 10px;
	margin-bottom: 10px;
}


div.row div.panelVeryWide {
	border-color: #2694d0;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: inline;
	width: 586px;
	margin-right: 10px;
	margin-bottom: 10px;
}



div.row div.panelCustom {
	width: auto;
	height: auto;
	min-height: 168px;
	border-color: #2694d0;
	border-width: 1px;
	border-style: solid;
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
}



div.panel h2, div.panelWide h2 {
	font-size: 18px;
}



div.sidePanel {
	width: 200px;
	float: right;
	display: inline;
}








/* === Featured Panels === */

#featured{  
    width:340px;  
    padding-right:250px;  
    position:relative;  
    height:250px;  
    background:#fff;  
    border:5px solid #ccc;  
} 


#featured ul.ui-tabs-nav{  
    position:absolute;  
    top:0; left:400px;  
    list-style:none;  
    padding:0; margin:0;  
    width:190px;  
}  
#featured ul.ui-tabs-nav li{  
    padding:1px 0; padding-left:13px;  
    font-size:12px;  
    color:#666;  
}  
#featured ul.ui-tabs-nav li span{  
    font-size:11px; font-family:Verdana;  
    line-height:18px;  
}



#featured .ui-tabs-panel{  
    width:400px; height:250px;  
    background:#999; position:relative;  
        overflow:hidden;  
}  
#featured .ui-tabs-hide{  
    display:none;  
} 

#featured li.ui-tabs-nav-item a{/*On Hover Style*/  
    display:block;  
    height:60px;  
    color:#333;  background:#fff;  
    line-height:20px;  
    outline:none;  
}  
#featured li.ui-tabs-nav-item a:hover{  
    background:#f2f2f2;  
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
    background:url('../images/selected-item.gif') top left no-repeat;  
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{  
  
  
  
  
#featured ul.ui-tabs-nav li img{  
    float:left; margin:2px 5px;  
    background:#fff;  
    padding:2px;  
    border:1px solid #eee;  
}




#featured .ui-tabs-panel .info{  
    position:absolute;  
    top:180px; left:0;  
    height:70px; width: 400px;  
    background: url('../images/transparent-bg.png');  
}  
#featured .info h2{  
    font-size:18px; font-family:Georgia, serif;  
    color:#fff; padding:5px; margin:0;  
    overflow:hidden;  
}  
#featured .info p{  
    margin:0 5px;  
    font-family:Verdana; font-size:11px;  
    line-height:15px; color:#f0f0f0;  
}  
#featured .info a{  
    text-decoration:none;  
    color:#fff;  
}  
#featured .info a:hover{  
    text-decoration:underline;  
}  



