/* Fixed css - Only use for styles directly related to structure for fixed (800) design */
#site_content { width:760px; padding:0 15px; margin:10px auto 20px auto; }
#header { }
#main_body { padding-top:10px; width:760px; background:url(../css_themes/writing-squad/theme_images/scribble.gif) 35px -20px no-repeat; }

#body_left { float:left; width:185px; padding-left:15px; }
#body_centre { float:right; width:540px; }

#footer { width:750px; margin:0 auto; color:#666666; background:#E7E7E7; padding:5px; margin-top:10px; }

/** General layout classes **/
.clear { display:block; clear:both; }
.center { text-align:center; }
.left, .text_left { text-align:left; }
.right, .text_right { text-align:right; }
.justify { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.margin { margin:10px 0; }
.margin_top { margin-top:10px; }
.margin_bottom { margin-bottom:10px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.overflow { overflow:hidden; }
.icon_general { float:left; margin-right:10px; }
.red_text { color:#CC0000; }
.main_title { margin-bottom:10px; }
.message { color:#CC0000; }

img.left { float:left; padding-right:10px; }
img.right { float:right; padding-left:10px; }

/* nextN */
.nextn_container { overflow:hidden; margin:10px 0; float:right; }
.nextn_container a { text-decoration:none; color:#666666; }
.nextn_container a:hover { text-decoration:underline; }
.nextn_container .intro { display:none; float:left; margin:0 5px 0 0; font-weight:bold; }
.nextn_container .general { float:left; margin:0 5px; font-weight:normal; }
.nextn_container .selected { float:left; margin:0 5px; font-weight:bold; text-decoration:none; }
.nextn_container .previous_active { float:left; margin:0 5px; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px; }
.nextn_container .previous_inactive { float:left; margin:0 5px; color:#CCCCCC; }
.nextn_container .next_active { float:left; margin:0 5px; }
.nextn_container .next_inactive { float:left; margin:0 5px; color:#CCCCCC; }
.nextn_container .next_page_inactive { display:none; float:left; margin:0 5px; }


/* Breadcrumbs */
#breadcrumbs { padding:10px 0; color:#666666; }
#breadcrumbs ul { margin:0; padding:5px 0; list-style:none; }
#breadcrumbs ul li { list-style:none; margin:0; padding:0 5px 0 0; float:left; }
#breadcrumbs ul li.last { background:none; padding-right:0; }

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active { text-decoration:none;/* color:#666666;*/ }
#breadcrumbs a:hover { text-decoration:underline; }


/* List of content (eg. news articles index) */
.list_content { margin:0; padding:0; list-style:none; }
.list_content li { margin:0 0 10px 0; padding:10px 0; border-bottom:1px solid #666666; list-style:none; }
.list_content li .title { margin:0 0 10px 0; padding:0; color:#666666; }
.list_content li .title a { color:#666666; text-decoration:none; }
.list_content li .title a:hover { text-decoration:underline; }

/** General styling for a table **/
table.table_content { border-top:1px solid #EEEEEE; border-right:1px solid #EEEEEE; }
table.table_content th { padding:2px 4px; border-left:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; background:#EEEEEE; }
table.table_content td { padding:2px 4px; border-left:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE; }

/* Website 4 */
#website_4 #main_body { padding:0 0 0 12px; width:auto; background:none; }
#website_4 #site_content { width:1099px; padding:0; margin:0 auto 0 auto; }

#website_4 #footer {color:#A5BFC4; margin-top:10px; width:1064px; background:none;}
