/* style.css by H.J. Davey 02/2007 For use with the html file "tutorial.html" */

/* Normalise margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalise font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Remove list-style from lists */
ol,ul { list-style : none; }

/* Normalise font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Remove list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Remove border from fieldset and img */
fieldset,img { border : 0; }

/* Left-align text in caption and th */
caption,th { text-align : left; }

/* Remove quotation marks from q */
q:before, q:after { content :''; }

/* This sets the font weight to start with.*/

h1,h2,h3,h4,p,a,li{
	font-weight:normal;
}

/* Try as much as possible to set all font sizes here. Ems are preferable to px as it allows the text to be resized in some browsers. */
h1{	font-size: 2.0em; }
h2{	font-size: 1.0em; }
h3{	font-size: 0.8em; }
h4{	font-size: 0.7em; }
p{	font-size: 0.8em; }
li{	font-size: 0.8em; }


html{
	/* This sets the font styles for the entire html file.*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	width: 770px; /* this sets the overall page width to a fixed 770px */
	text-align: left;
	background: #FFF; /* the sets the background color */
	color: #000; /* this sets the type color for this div and it's children */
}	

/* ===== BRANDING ===== */
div#branding{
	height:250px;
	background: url(../images/cixlogo-tropic.png) no-repeat bottom;
}
	
/***************************************************
  Header Menu
 ***************************************************/

#menu {
	/* this 'box' holds the menu */
   text-align: left; /* all the menu items are left aligned in the 'box' */
}

#menu ul li {
	width: auto; /* lets the menu item buttons be sized as needed for menu title*/
/*	width: 3em; */   /* if un-commented will set menu buttons to fixed width */
	display: inline; /* make this a horizontal menu */
	float: left; /* holds the menu 'box' to the left edge of the body div. Not really needed here.*/
	list-style: none; /* no decoration on menu items.*/
	text-align: center; /* place the menu titles in the center of the button.*/
	text-transform: uppercase;
	font-size: 0.6em; 
	padding: 0 1em; /* spacing between menu items  experiment with this*/
	color: #000; /* font color for the menu items */
}

#menu ul li a:hover{
 color: red; /* color of menu items when mouse-over */
}

/* ===== Navigation-side (Vertical orientation - defaults to block) ===== */
	
/* ===== Navigation-side ===== */

#navigation ul {
	list-style: none;
	margin: 6px 0;
}

#navigation li {
	background-color: #B4DAF5;
	text-align: center;
	margin: 3px auto;
	font-size: 13px;
	padding: 5px;
	width: 80%;
}

#navigation a{
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
	border-left-color: #10638E;
	border-left-width: 2px;
	border-right-color: #10638E;
	border-right-width: 1px;
	background-color: #B0D9F9;
}

/* ===== CONTENT ===== */

div#content-main{
	float: left;
	width: 520px;
	margin: 0 4px 10px 0;
}
	
div#content-sub{
	float: right;
	width: 242px;
	margin: 0 0 10px 4px;
}
	
div#content-sub{
	background: #DDEEF6;
}

div#content-main h2{
	background: #1FA8EF;
}

div#content-sub h2{
	background: #DD4411;
}

div#content-main h2, div#content-sub h2{
/*	text-transform:uppercase;*/
	padding: 8px 0 8px;
	text-align:center;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	color: #fff;
}

div#content-main h3, div#content-sub h3{
	text-transform:uppercase;
	padding: 8px 0;
	text-align:center;
	letter-spacing: 0.1em;
	background: #EE8800;
	font-size: 0.8em;
	color: #000;
	margin: 0 40px;
/*	padding: 0 30px;*/
}

div#content-main p,div#content-sub p{
	margin:0;
	padding:5px 8px 15px;
/*	font-size: 0.7em;*/
}

/* ===== comments ===== */

div.comments div{
	background: #EEEEEE;
	padding: 4px 3px;
	margin-bottom:10px;
}

div.comments div.odd{
	background:#E7EEF8;
}

div.comments p{
	padding: 10px;
	margin:0;
}
	
/* 
div#content-main-title div,div#content-sub-title div{
	border:2px solid #1FA8EF;
}
*/	

/* ===== Site Info ===== */

div#site-info{
	clear:both;
	width: 100%;
	background: #B0D5E5;
	padding:15px 0;
	text-align:center;
}

div#site-info p{
	/*font-size: 0.6em;*/
}	

/* ===== navbar ===== */

#navbar {
	margin-top: 10px;
}

/* ===== Breadcrumbs ===== */

#breadcrumbs {
	width: auto;
	height: .6em;
	font-size: .6em;
	color: #000;
}

/* ===== Journal post template styles ===== */

#post-style {
	float: left;
	width: 460px;
	margin: 20px 0 0 0;
	padding: 0 0 0 1em;
	line-height: 1.5em;
	background-color: #F5F5DC;
	word-wrap: break-word; 
	overflow: hidden;    
}

h2.date-header {
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #ff9933;
}

.post-text h3 {
	margin-top: 0;
	font: normal bold 130% 'Lucida Grande','Trebuchet MS';
	letter-spacing: -1px;
	color: #ff6633;
}

.post-text {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 14px;
	border-bottom: 1px solid #ddd;
}

.post-text h3 a,
.post-text h3 a:visited { 
	color: #ff6633;
	text-decoration: none;
}
 
.post-footer {
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 88%;
	color: #999;
}


 .centeredImage {
	
  position: fixed;
  
  left: 50%;
 
  margin-left: -850px;
}

* html #centeredImage { position:absolute;} /* As Mariusz noticed */

body {
	background-color: #160D06;
}