/********************************************
AUTHOR: 		Tom Conder
DESCRIPTION:	Styles specifically for Atomic Squash 
*******************************************/ 
 
.clear {
	clear: both;
}

img {
	border: 0px none;
}

.subpoint {
	color: #229955;
}

#main ul.events {
	margin: 0;
	padding: 10px 15px 0px 15px;
	list-style: none;
}

#main ul.events li {
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #99CC99;
}

#main ul.events li#last {
	border-bottom: 0px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.bigimage {
	float: left; 
}

.bigimage img {
	border: 0px none;
	padding-left: 0px;
	padding-right: 10px; 
	padding-top: 0px;
	padding-bottom: 10px
}

.bignews {
	float: left;
	width: 68%;
	margin: 0 0 10px 0; 
    padding: 0;	
}

.bigheader {
	font-size: 16pt;
	color: #BB001C;
	text-transform: uppercase;
}

.bigcontent {
	font-size: 12pt;
}

.news {
	font-size: 10pt;
	color: #BB001C;
	text-transform: uppercase;
}

.thumbcontainer {
    min-height: 180px;	  
}

.thumb {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 7px;
	float: right;
	height:170px;
	overflow: hidden;
}

/* navbar */
#navcontainer ul {
    font-family:'Trebuchet MS', sans-serif;
    font-size:1.3em;
    font-weight:bold;
    color: #333333;
    list-style: none;
    margin: 0; padding: 0;      
}

#navcontainer li {
    display: inline;
}

#navcontainer li a {
    height: 30px;
    line-height: 30px;
    float: left;
    display: block;
    padding-right: 22px;
    padding-left: 45px;  
    color: #333333;
    background: url(../images/accordion/accord_off.png) no-repeat top left #a9d06a;
    text-decoration: none;
    border-right: 1px solid #99CC99;
}

#navcontainer li#last a {
    border-right: 0px;
}

#navcontainer li a.current  {
    background: url(../images/accordion/accord_on.png) no-repeat top left #AA6A0B;
    color: #EEEEEE;
}

/* prototip */
.prototip .default {
	width: 200px;
	color: #FFFFFF;
}

.prototip .default .content { 
	background: #AA6A0B;
	font-size: 8pt;
	padding: 15px;
}

.prototip .alert {
	width: 200px;
	background-color: #BB001C;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 10px;
}
