/* CSS Document */

body {
background-color: #000000;
background-position: top left;
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: white;
margin: 0 0 0px 0;
}	
	
.accordion_toggle {
display: block;
height: 30px;
width: 700px;
background: url(images/accordion_toggle.jpg) repeat-y top right #363636;
line-height: 30px;
color: #ffffff;
font-weight: strong;
text-decoration: none;
text-align: left;
outline: none;
font-family: Arial, sans-serif;
font-size: 16px;
border-bottom: 1px solid #363636;
cursor: pointer;
padding-left: 15px;
margin: 0 0 0 100px;
}

.accordion_toggle h1{
position: relative;
top: -15px;
}
		
.accordion_toggle_active {
background: url(images/accordion_toggle_active.jpg) repeat-y top right #363636;
color: #ffffff;
text-align: left;
padding-left: 15px;
border-bottom: 1px solid #363636;
margin: 0 0 0 100px;
}
		
.accordion_content {
background: url(images/contentbg.jpg) repeat-x top left #FFFFFF;
color: #363636;
text-align: center;
overflow: hidden;
padding-top: 50px;
padding-left: 15px;
width: 698px;
border: 1px solid #363636;
margin: 0 0 0 100px;
}
			
.accordion_content h2 {
margin: 15px 0 5px 10px;
color: #363636;
text-align: left;
}
			
.accordion_content p {
text-align: left;
padding: 5px 10px 15px 10px;
}

.wrapper {
margin: 0 auto 0 auto;
width: 960px;
background-image: url(images/layout.jpg);
background-repeat: repeat-y;
text-align: center;
background-position: top left;
padding-left: 25px;
}

.wrapper1 {
margin: 0 auto 0 auto;
width: 800px;
height: 620px;

}
.container {
background-color: #000000;
background-image: url(images/layout1.jpg);
background-repeat: no-repeat;
background-position: top center;
margin: 0 auto 0 auto;
width: 100%;
height: 100%;

}
.header {
width: 1000px;
height: 218px;
text-align: center;
margin: 0 auto 0 auto;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: top left;
}

.header1 {
width: 800px;
height: 200px;
text-align: center;
margin: 0 auto 0 auto;
background-image: url();
background-repeat: no-repeat;
background-position: top left;
}

.footer {
width: 1000px;
height: 89px;
text-align: center;
margin: 0px auto 0px auto;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: top left;
}


.nav {
text-align: center;
width: 800px;
margin: 0 0 10px 0;
}

.about {
background-color: #CCCCCC;
width: 650px;
float: left;
border: solid 1px #000000;
margin: 10px 10px 10px 75px;
text-align: center;
color: #000000;
}

.blips {
float: left;
background-color: #FFFFFF;
width: 350px;
border: solid 1px #000000;
margin: 10px 10px 10px 25px;
text-align: left;
text-color: #000000;
}

p.bliph {
color: #FFFFFF;
font-size: 18px;
text-align: center;
}

.social {
background-color: #363636;
width: 400px;
padding: 10px;
margin: 0 0 0 0;
text-align: left;
}
.postmortem {
background-color: #363636;
width: 700px;
padding: 15px;
margin: 0 0 0 0;
text-align: left;
}

.postmortem a:hover {
color: #c6c6c6;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 1px;
}



.social p {
text-align: left;
}

.bliph {
float: left;
background-color: #000000;
background-image: url(images/bliphbg.jpg);
background-position: top left;
width: 350px;
height: 75px;
margin: 0 0 0 0;
text-align: left;
}

.blip {
float: left;
background-color: #CCCCCC;
width: 320px;
border: dashed 1px #000000;
margin: 10px 0 10px 10px;
text-align: left;
padding: 5px;
color: #000000;
}

ul, li {
display: inline;
padding: 0px;
margin: 2px;
list-style-type: none;
}

a {
color: #00256A;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 1px;
}
a.resume{
color: #e6e6e6;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 1px;
}

a:hover {
color: #363636;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 1px;
}

a.resume:hover{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 1px;
}

ul li a {
color: #00256A;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 5px 5px 5px 5px;
}

ul li a:hover, a.currentpage  {
color: #000000;
padding: 5px 5px 5px 5px;
}

img {
background-color: #000000;
border: solid 1px #000022;
padding: 5px;
margin: 0px;
}

img.sociali {
background-color: #363636;
border: 0px;
padding: 5px;
margin: 0px;
}

img.portrait{
margin: 10px;
border: dashed 1px #000000;
}
img.tools{
background-color: #363636;
padding: 0 0 0 0;
margin: 2px 2px 0px 2px;
border: 0px;
}
img.showcase{
padding: 5px;
margin: 0 0 0 0;
background-color: #363636;
}


