/**
 * @created:		august 4th 2008 08:00 GMT
 * @author:			quinton j sheppard
 * @project:		ricall.com
 * @description:	global colour grid
 *
 * @updated:		[date]
 * @updated by:		[name]
 *
 * copyright (c) 2008 ricall lt
 */

/**
 * todo:
 */
 
 /* TODO: Alter the below: copy in grid.css code!  */
 /*DIV#bottom_module{
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	margin: 12px auto 26px auto;
 }

 DIV#bottom_module P#about1, 
 DIV#bottom_module P#about2,
 DIV#bottom_module P#about3{
	margin: 22px 0 22px 0;
 }
 
 DIV#bottom_module P#about1, 
 DIV#bottom_module P#about2{
	float: left;
	margin-right: 11px;
	width: 247px;
 }
 
 DIV#bottom_module P#about3{
	float: right;
	width: 308px;
	margin-right:33px;
 }*/

 DIV.column{
	overflow:visible;
	float:left;
 }
			
 DIV#colone{
	width: 539px;
	height:523px;
 }
			
 DIV#coltwo{
	width: 379px;
 }

 DIV#content{
	margin: 0 auto 22px auto;
	padding-bottom:0px;
 }
 
 /* with left menu */
 DIV#content_small{
 	/* ? */
 }
 
 DIV#footer{
 	margin: 26px auto 20px auto;
	width: 100%;
 }
 
  DIV#footer UL#links LI{
 	display: inline;
	margin-right: 11px;
	width: 100px;
 }
 
 #main_syncsite{
	float: right;
	margin: 0 11px 0 0;
 }
 
  #main_syncsite_new{
	/*float: right;
	margin: 0 11px 0 0;*/
 }
 
 DIV#message_module{
 	float: left;
	padding-left: 22px;
 }
 
 UL#primary_navigation{
	float: right;
	/*height: 44px;*/
	height: 25px;
	margin-top: 31px;
 }
 
 DIV#search{
 	float:left;
	margin:11px 0px 0 22px;
 	width: 341px;
 }
 
 DIV#sub_syncsites{
	float: left;
	height:126px;
	width: 528px;
	padding-left:0px;
	margin-top: 22px;
 }
 
 DIV#sub_syncsites P{
	float: left;
 }
 
 DIV#widget{
	float: right;
	margin:0px 0px 0 11px;
 	width: 368px;
 }
 
  /*****************/
 /* standard grid */
 /*****************/
  .full_width{
	overflow: hidden;
	width: 924px;
 }
 
 DIV#header{
 	background: #D51E3A;
 	margin-bottom: 24px;
	width: 100%;
 }
 
 DIV#header DIV#container{
 	margin: 0 auto 0 auto;
 }
 
  /*currently only home page*/
 #content .full_width.short{
 	margin-right: 11px;
	width: 913px;
 }
 
 #content .one_wide{
	margin-right: 11px;
 	width: 165px
 }
 
 #content .one_wide.last{
 	margin-right: 0px;
 }
 
 #content .two_wide{
 	margin-right: 11px;
 	width: 341px;
 }
 
 #content .two_wide.last{
 	margin-right: 0px;
 }
 
 #content .three_wide{
 	margin-right: 33px;
	width: 492px;
 }
 
 #content .three_wide.wide{
	width: 539px;
 }
 
 #content .three_wide.wide.last{
 	margin-right: 0px;
 }
 
 #content #three_wide.last{
 	margin-right: 0px;
 }
 
