/* ***************************************************************

Grid-Homepage.css - used by the homepage only to exend template layout grid

Overview: Template Grid (980px width)
  280px column 1
  10px inner gutter
  1px line
  9px inner gutter
  360 column 2
  10px gutter
  1px line
  9px gutter
  300 column 3

*************************************************************** */

#topgutter{
	clear:both;
	height:30px;
	margin-bottom:30px;
}


/* TABLE LAYOUT *********************************************** */
#home_table_subgrid{width:660px;height:100%}
#home_table_subgrid #col1 {width:265px}
#home_table_subgrid #col2 {width:8px}
#home_table_subgrid #col3 {width:1px}
#home_table_subgrid #col4 {width:11px}
#home_table_subgrid #col5 {width:375px}


/* SPECIFIC MODULE FORMATS ************************************ */

.channel {}

/* Discussions */
#discussions .subcol1{width:100px}
#discussions .subcol2{width:115px}
#discussions .description {font-style:italic;margin-bottom:5px}
#discussions .content{margin-bottom:25px}
#discussions select {width:200px}

/* Userphoto */
#userphotos .content{margin-bottom:25px}
#userphotos img {margin:3px}



