/*############################################################################
If there's something here you want to use, feel free - hope it helps you! 
A thanks and a link back to our site somewhere is always appreciated :) 

Or if you're looking for some design and web help, why not come taste the 
Octopi experience for yourself!

The Octopi team
www.octopidesign.com
############################################################################*/


/*############################################################################
Set up any default styles needed throughout entire website
############################################################################ */

/*  strip any default margins and paddings from many elements */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, img { margin:0; padding:0; }

/* remove any image borders */
img {border: 0px;}

/* Give every paragraph a 5px top margin */
p {margin-top: 5px;}

/* Remove all link underlines */
:link,:visited { text-decoration:none; }

/* Remove blue linked image borders */
a img,:link img,:visited img { border:none; border-width: 0px; }

/* avoid browser inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove the focus outline from all links.
Note that this is not good for accessibility, so use hyperlink specific ones in the links section below */
a:focus {outline: none;}

/*############################################################################
Standard HTML & Body 
############################################################################ */
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

/*############################################################################
Main Layout 
############################################################################ */
/* forces the central area to always be centered both vertically and horizontally, even on browser resize */
div#outer_container {
	position:absolute;
	/*top: 50%;*/
	left: 50%;
	/*margin-top: -300px; /*set to a negative number 1/2 of the height (although usually needs tweaking slightly to make fit on 1024 x 768 resolution)*/
	margin-top:5px;
	margin-left: -450px; /*set to a negative number 1/2 of the width*/
	width: 900px;
	background-color: #fff;
	border: 0px solid red;
}
div#inner_container {
	width: 900px;
	border: 1px solid #000;
}
div#header {
	height: 70px;
	background-color: #fff;
}
img#gatwitch_logo {
	margin: 5px 0 0 10px;		
}
img#gatwitch_header_text {
	margin: 5px 0 0 17px;		
}
div#tab_sections {
	float: right;
	margin-top: 8px;
}	
div#menu_system_container {
	margin-top: 0px;
	width: 900px;
	height: 21px;
	background-color: #abacae;
	background-image: url("../images/menu_background.gif");
	background-repeat: repeat-x;
}
#image_area {
	height: 216px; 
	width: 900px;
	background-color: #000;
	padding-top: 6px;
}				
#dynamic_image {
	float: left;
	z-index: 1;
	height: 210px; 
	width: 480px;
}			
#profile_area {
	float: right;
	width: 414px;
	height: 210px;
}
div#content_area {
	background-color: #5282ca;
	background-image: url("../images/content_background.gif");
	background-repeat: repeat-x;
	width: 900px;
	height: 258px;
	padding-top: 11px;
}
div.fullwidth_content {
	float: left;
	background-image: url("../images/box_background_fullwidth.gif");
	background-repeat: no-repeat;
	width: 871px;
	height: 247px;
	margin-left: 14px;			
}
div.large_content {
	float: left;
	background-image: url("../images/box_background_large.gif");
	background-repeat: no-repeat;
	width: 292px;
	height: 247px;
	margin-left: 14px;			
}
div.medium_content {
	float: left;				
	background-image: url("../images/box_background_medium.gif");
	background-repeat: no-repeat;
	width: 203px;
	height: 247px;
	margin-left: 14px;			
}
div.small_content {
	float: left;				
	background-image: url("../images/box_background_small.gif");
	background-repeat: no-repeat;
	width: 131px;
	height: 247px;
	margin-left: 14px;			
}
div.twothirds_content {
	float: left;
	background-image: url("../images/box_background_twothirds.gif");
	background-repeat: no-repeat;
	width: 566px;
	height: 247px;
	margin-left: 14px;			
}
img.first_image {
	margin: 0 1px 0 1px;
}
div.artist {
	margin: 5px 6px;
}
div.artist_image {
	width: 60px;
	float: left;
}
div.artist_text {
	float: left;
	width: 180px;
	margin-left: 5px;
	line-height: 14px;
	font-size: 11px;
}
div#scrolling_textbox {
	height: 198px;    
	width: 550px;
	max-width: 550px;            
	overflow: auto;            
	margin: 2px 0;
	padding-right: 15px;
}
div#scrolling_textbox_artists {
	height: 200px;    
	width: 275px;
	max-width: 275px;            
	overflow: auto;            
	margin: 2px 0;
	padding-right: 15px;
}
div#footer {
	margin-top: 0px;
	float: left;
	width: 900px;
}
div.footer_content_first {
	float: left;
	font-size: 10px;
}
div.footer_content {
	margin-left: 25px;
	float: left;
	font-size: 10px;
}
div.footer_content_right {
	float: right;
	font-size: 10px;
}

/*############################################################################
Menu system 
############################################################################ */
#menu_system_container div {
	float: left;
	border-right: 1px solid #000;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	margin-left: 20px;
}
a:link.menu, a:visited.menu {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover.menu {
	color: #0354a5;
	text-decoration: none;
}
a:link.menu_on, a:visited.menu_on, a:hover.menu_on {
	color: #0354a5;
	text-decoration: none;
	font-weight: bold;
}
/*############################################################################
Tab area hyperlinks 
############################################################################ */
#tab_sections a:link {
	font-size: 12px;
	font-weight: bold;
	color: #0253a5;
	text-decoration: none;
	margin-left: 14px;
	padding-right: 16px;
	border-right: 0px solid #000;
}
#tab_sections a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #0253a5;
	text-decoration: none;
	margin-left: 14px;
	padding-right: 16px;
	border-right: 0px solid #000;
}
#tab_sections a:hover {
	color: #0199fe;
	text-decoration: none;
}
#tab_sections span.selected_site {
	color: #0199fe;
	text-decoration: none;
}
/*############################################################################
Main site hyperlinks 
############################################################################ */
a:link, a:visited {
	font-size: 11px;
	color: #0e4ed2;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

/*############################################################################
Footer hyperlinks 
############################################################################ */
#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #656565;
	text-decoration: none;	
}
#footer a:hover {
	color: #0e4ed2;
	text-decoration: underline;
}

/*############################################################################
Text Styles & Headings 
############################################################################ */
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0452a4;
	padding: 10px 0 18px 10px;			
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0452a4;
	padding: 10px 0 18px 6px;			
}
.text_italics {
	font-style:	italic;
}
p {
	color: #000;
	line-height: 14px;
	font-size: 11px;
	margin: 5px 6px;
}
.main_content {
	color: #000;
	line-height: 13px;
	font-size: 11px;
	margin: 2px 6px;
}
.main_content_twocolumn {
	color: #000;
	line-height: 13px;
	font-size: 11px;
	margin: 2px 4px 2px 4px;
	width: 90px;
	float: left;				
}

/*########################################################################################
Form styles - note some of these elements are overwritten in the javascript only CSS file
####################################################################################### */
#quick_contact_form {
	margin-left: 0px;	
}
div#form {
	margin: 4px 0 0 4px;
}
div#error {
	margin: 4px 0 0 0px;
	color: #fe0a9d;
}
div.form_section {
	float: left;
	width: 280px;				
}
div#error_area {
	width: 287px; 
	height: 21px; 
	border: 0px solid red;
	color: #cb1317;
	padding-top: 4px;
	float: left;
}
div#submit_button {
	float: left;
	width: 100px; 
	padding-left: 0px;
}			
label {
	width:220px;
	display:block;
	font-weight: bold;
	color: #656565;
}
input, textarea, select{
	font-family:arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 180px;
}
#questions {
	height: 120px;
	width: 190px;				
}
#submit, #submitlogin{
	width: 196px;
}			
.clearForm{
	clear:both;
	height: 8px;
}
/*############################################################################
Miscellaneous 
############################################################################ */
.clear {
	clear: both;
}
.clear0 {
	clear: both;
	height: 0;
}
.clear1 {
	clear: both;
	height: 1px;
}
.clear2 {
	clear: both;
	height: 2px;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*############################################################################
Clearfix from: http://www.positioniseverything.net/easyclearing.html 
############################################################################ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

