/*
"Experience" Website Template Design by Free CSS Templates: http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License.

Customised for Draw3D Website by Shervin Emami, 3rd Oct 2009.

*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(experience/img01.gif) repeat-x;	/* dark blue shaded background */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;	/* link text color */
}

/* Move the whole page into the middle of the browser. */
#container {
	margin: 0 auto;
	width: 1000px;	/* width of the whole webpage (width of img02.jpg was 980, now is 880) */
	padding: 0;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	/* text-transform: lowercase; */
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.9em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Position of images that should be placed on the left or right of the content section */
img.left {
	float: left;
	margin: 10px 20px 10px 0;
}

img.right {
	float: right;
	margin: 10px 0 10px 20px;
}

/* Position of images that should be placed up higher, onto the heading of a post */
img.rightPostImg {
	float: right;
/*	margin: 50px 28px 0 20px; */
	margin: 20px 20px 0 20px;
}

/* Header */
#header {
	height: 150px;
	background: url(experience/img02.jpg) no-repeat center top;
	/*text-transform: lowercase;*/
}

#logo {
	float: left;
	position:relative;
	left: 0px;
	top: 39px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	font-size: 2em;
	color: #62D6F5;
}

#logo p {
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

/* Menu bar of Tab buttons on the top */
#topmenu {
	float: left;
	padding-left: 58px; 
	padding-right: 0px;
}

#topmenu ul {
	margin: 0;
	padding: 60px 20px 0 0; /* position of Tab buttons on top */
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	float: left;
	width: 100px;	/* Width of Tab buttons on the top (must be same size as img03.jpg) */
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(experience/img03.jpg) no-repeat;	/* SE changed from GIF to JPG to save space */
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#topmenu a:hover, #topmenu .current_page_item a {
	background: #26BADF url(experience/img04.jpg) no-repeat;	/* SE changed from GIF to JPG to save space */
}

/* Page */
#page {
/**/	width: 990px;	/* was 980px. Should be same width as all 3 columns together. */
	margin: 0 5px;	/* was "0 10px;" */
}

/* Content */
#content {
	float: left;
/**/	width: 630px;	/* width of the content (was 530px) */
	padding: 0 0 0 20px;

	/* This is added as a hack for IE4+, since PRE tags (pre-formatted code) can overflow,
	   without IE adding scrollbars in the PRE tag. So add it here if needed.*/
	overflow-x:auto;	/* if the content doesn't fit in the space, place scrollbars around it. */
}

.post {
	margin-bottom: 15px;
/**/	background: #1EB5DD url(experience/img05.gif) no-repeat;	/* light blue content backgrounds */
	color: #000; 	/* text color #0A416B*/
	text-align: justify;	/* make all the text content justified */
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
	color: #178;	/* Make the author line faded in with the background */
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .entry pre {	/* formatting of code sections (pre-formatted) */
	overflow:auto;	/* if the content doesn't fit in the space, place scrollbars around it */
	border: 2px solid #0F0;
	font-size: 11px;	/* smaller text */
	background: #DFF;	/* give a light-blueish-white background for code */	
	width: 566px;	/* specify the full width of the window, so that IE6 doesn't add a horz-scrollbar */
}

.post .entry dfn {		/* display code comments as grey */
	color: #55F;
}

.post .entry img {
	margin: 7px 7px;	/* put an invisible border around images that are embedded in the text. */
}

/* Make the tables use the Collapse table model, using simple flat lines instead of 3D edges */
.post table {
	border-collapse:collapse;
	border: 1px solid #000;
}
/* Allow tables to be hidden if desired. */
.post .hidden {
	/*border-collapse:separate;*/
	border-style: none;
}

.post td {
	border: 1px solid #666;
	border-style: inset
}

/* Make the lists indented, since the CSS makes it default to bad positioning. */
.post ul {
	list-style-position: inside;
	padding: 0px 0px 0 0;
}

.post .postEnd {	/* Faded bottom edge of each post */
	clear:both;	/* make sure that images don't extend past the bottom! */
	margin: 0;
	padding: 10px 0px 35px 0px;
	background: url(experience/img06.gif) repeat-x left bottom;	/* shaded bottom edge */
}
.post .postEnd .links {	/* Links at the bottom of each content box */
	margin: 0;
	padding: 10px 30px 0px 30px;
	border-top: 1px solid #2872A6;	/* horizontal rule line */
}
.post .postEnd .links a {
	padding-left: 10px;
	background: url(experience/img08.gif) no-repeat left center;	/* arrow icon */
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}
.post .postEnd .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */
.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover, #leftbar .current_page_item a{
	color: #FFFFFF;
	background-color: #17B;	/* added by Shervin */
}

.sidebar li h2 {
	padding-top: 40px;
	color: #FFFFFF;
}

/* Left Sidebar */
#leftbar {
	width: 115px;	/* width of the left sidebar (200px)*/
}
#leftbar li li a {
	display: block;
	margin: 0;
	padding: 6px 10px;
}

/* Right Sidebar */
#rightbar {
	padding: 0 0 0 20px;
	width: 200px;	/* width of the right sidebar (200px)*/
}
#rightbar li li {
	padding: 6px 0 6px 10px;
	background: url(experience/img08.gif) no-repeat 0 12px;
}

/* Footer */
#footer {
	clear: both;
	padding: 20px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}
