/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Trebuchet MS;
	font-size: 1em;
	background: #95d2ff url(../images/bg.jpg) no-repeat top center;
}

p{
	font-size:0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h1,h2,h3,h4{
	font-family:  Trebuchet MS;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


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

/* Header 
------------------------------------------------------------------------------------------------- */
div#header h1{
	width:180px;
	height: 160px;
	float: left;
	margin: 0;
}

div#header h1 a{
	background: transparent url(../images/trglogo.png) no-repeat left;
	width:180px;
	height: 160px;
	display: block;
	text-indent: -3000px;
	margin-left: 8px;
	margin-top: 8px;
	float: left;
}


div#header h3 a{
	width:30px;
	height: 30px;
	display: block;
	text-indent:35px;
	color:#000;
	float: right;
	font-size: 0.8em;
}

div#topright{
	width: 200px;
	height: 100px;
	float: right;
	margin-top: 30px;
}

div#topright h3{
	color: #333;
}


/* Nav 
------------------------------------------------------------------------------------------------- */
ul#nav{
	clear: right;
	float:left;
	margin-top: 0;
	margin-left:25px;
	width: 480px;
	background: transparent url(../images/box1.png) repeat top center;
	list-style: none;
	overflow: visible;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 1000;
}

ul#nav ul{
	position: absolute;
	background: #4a86aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	font-size: 0.8em;
	list-style: none;
	z-index: 1200;
}

ul#nav li{
	float:left;
	position: relative;
}

ul#nav li a {
	display: block;
	margin: 7px 10px 10px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 10px;
}

ul#nav li:hover ul{
	display: block;
	z-index: 1000;
}

ul#nav li a:hover, ul#nav li a.selected{
	background: #4a86aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 2px 10px;
}
/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	clear: both;
	z-index: 500;
}

div#content ul{
	font-size:0.8em;
	line-height: 1.5em;
	margin: 10px 20px 0 20px;
}

div#content ul li{
	margin-bottom: 10px;
}

div#leftcol{
	width: 190px;
	margin:10px 0 0 0;
	float: left;
}

ul#nav1{
	list-style:none;
	background: transparent url(../images/box.png) repeat top left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0!important;
	width: 190px;
	padding: 10px 0;
}

ul#nav1 li{
	display:block;
	margin:10px 0 0 0;
}

ul#nav1 li a{
	display: block;
	color: #fff;
	font-size: 1.1em;
	text-align:center;
}
 
ul#nav1 li a.selected{
	font-weight: bold;
}

ul#nav1 ul{
	display: block;
	background: transparent url(../images/box1.png) repeat top left;
	font-size: 0.9em;
	list-style: none;
}


div#maincol{
	width: 685px;
	margin:10px 0 0 0;
	background: #fff;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:10px;
	padding:5px 5px 5px 5px;
}

div#left h1{
	color:#075f7e;
	font-size: 1.2em;
	margin-top:10px;
}

div#left h2{
	color:#333333;
	font-size: 1.4em;
	margin-top: 0;
}

div#left h3{
	color:#075f7e;
	font-size: 1.2em;
	margin-top:10px;
}

div#left a{
	color:#075f7e;
	border-bottom: 1px #666 dashed;
}

div#left a:hover{
	color:#333333;
}


div#box{
	width:479px;
	height:90px;
	display:block;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#9ec0cb;
	margin:10px 0;
	color:#717779;
}

ul#points{
	margin:10px 0 0 30px;
}

ul#points a{
	color:#717779;
}

div#left{
	width:490px;
	display:block;
	float:left;
	padding:5px;
}

div#right{
	width:170px;
	background:#c7e3fa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	margin-top:5px;
	padding:5px;
}

div#right h1{
	color:#075f7e;
	font-size: 1.5em;
}

div#right h3{
	color:#075f7e;
	font-size: 0.8em;
	margin: 5px;
}

div#right img{
	margin: 10px 0 0 0;		
}

div#right a{
	color: #333333;	
}

div.wordpress div.rss_box ul{
	list-style:none!important;
	margin: 5px!important;
} 

div.wordpress div.rss_box ul li{
	background:transparent url(../images/arrow.png) no-repeat left;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding-left:20px;
	border-bottom: 1px #065E82 dashed;
}

/* Footer 
------------------------------------------------------------------------------------------------- */
div#footer{
	width: 900px;
	height:40px;
	/*background: transparent url(../images/logos.png) no-repeat bottom right;*/
	margin:auto;
}

div#footer p{
	color: #065E82;
}

a.twtr-profile-img-anchor{
	display: none!important;
}

div.twtr-hd h3, div.twtr-hd h4{
	padding-left: 0!important;
	margin-left: 0!important;
}

.twtr-ft div a img{
	margin: 0!important;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}
p.webdesign a{
	width: 140px;
	height: 30px;
	background: transparent url(../images/cambridge_web_design.png) no-repeat top left;
	outline: none;
	text-indent: -30000px;
	display: block;
}

