/* ===global styles=== */

body {
    font-family: "Trebuchet MS", sans-serif;
    background: #024757;
	font-size: small;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #024757;
}

div#outerDiv {
  	width: 900px;
    margin: 0 auto; /*auto centers the image on the page */
    background: #E6F3F3 url(../images/headerDalga.jpg) no-repeat;
}

/* ==== header ==== */

div#header {
    height: 263px;
    position: relative; /* this ensures that whatever gets places inside this element box is positioned according to this element */
	
}

/* ===== main menu ===== */

#header #mainMenu {
    position: absolute;
	top: 249px;
	height: 40px;
	width: 900px;
	font-size: 120%;
	background: url(../images/headerNavGradientBackground.jpg) no-repeat;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: right;
	display: inline;
    margin: 0.5em 0 0 0;
    padding: 0 0.5em;
	border-right: 1px solid navy;
	font-weight: bold;
	
}
#mainMenu li.last {
	border-right: 0;
}

/* styles for top nav links */

#mainMenu li a:link, #mainMenu li a:visited {
    color: #024757;
	display: inline;
  	text-decoration: none;    
}
#mainMenu li a:hover, #mainMenu li a:active {
  	color: #00008B;
}

/* specific styles for top nav links */

#mainMenu li a.current {
	color: #fff;
}
#mainMenu li a.current:hover {
    cursor: default;
}

/* === main content ===*/ 

#content div#mainContent { 
	float: left;
	margin: 0 20em 2em 2em;
	padding: 2em 15px;
}

#mainContent p {
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
/*	text-align: right; */
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-weight: bold;
/*	margin: 1em 0 1em -10px; */
	border-bottom: 1px solid;
}
#mainContent h4 {
	border-bottom: none;
}

#mainContent h1 {
    font-size: 1.6em;   
}

/*#mainContent h2 {
    font-size: 1.3em;   
}*/
#mainContent ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#mainContent li {
    margin: 0;
    padding: 0;
}
#mainContent a {
    color: #024757;
    text-decoration: none;
	display: inline;
}
.info {
float: left; 
padding: 0.5em;
text-align: center;
font-size: 90%
}

/* === accordion styles === */

#accordion {
text-align: left;
}

h3.toggler {
	border-style: none;
}

h3.toggler:link,  h3.toggler:visited {
    background-color: #024757;
  	text-decoration: none;    
}


.element p {
text-align: left;
}

.element h4 {
	color: #4d7e89;
	font-size: 130%;
}

/* === sideBar styles === */

#content div#sideBar {
	float: right;
	width: 17em;
	text-align: left;
	padding: 1px;
	margin: 6em 1em 4em -20em;
	border: solid teal 1px;
	background-color: #024757;
}
#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
    color: #666;
    margin: 0 0 1em 0;
}
#sideBar h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    margin: 1ex 0 .5ex 0;
}
#sideBar ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#sideBar div#links a{
color: white;
}
#sideBar div#links {
padding: 0.5em;
}
#sideBar div#links h3 {
color: white;
}
#sideBar a {
    color: #024757;
    text-decoration: none;
}
#sideBar div#badges {
	background-color: #99D1D1;
	margin: 2px 1px;
}
#sideBar div#links {
	 color: #fff;
}

#dopplr {
	padding: 1em;
}

#linkedin {
	padding: 1em;
	margin: 0 auto;
}

/* ===== footer ===== */

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a {
    color: #1b9d95;
    text-decoration: none;
}


/* ===== miscellaneous styles ===== */

.clear { clear: both }






