/**************************************************************
EK DOT COM
**************************************************************/
 

#content {
	height:auto;min-height:100%;
	width:960px;
	margin:0px auto;
	text-align:left;
	padding-top: 20px;
	background-color:#fff;
}

/**************************************************************
	HEADER
**************************************************************/


#headerImg {
  margin: 0 auto;
  height: 105px;
  background: url(../images/ek_head.gif) no-repeat top left;
}


/**************************************************************
	MENU
**************************************************************/

#menu {
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  border-top:1px dotted #c2bfb9;
  border-bottom:1px dotted #c2bfb9;
  text-align:right;
  padding-top:5px;
  padding-bottom:5px;
  background: url(../images/ek_title.gif) no-repeat left;
}

#menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.title {
  text-align:left;
}


/**************************************************************
   Page Content
 **************************************************************/

#content_home {
  clear: both;
  position: relative;
  width: 100%;
  text-align: left;
}

/**************************************************************
   Menu Bottom
 **************************************************************/

#menu_bottom {
  margin: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  border-top:1px dotted #c2bfb9;
  border-bottom:1px dotted #c2bfb9;
  text-align:right;
  padding-top:5px;
  padding-bottom:5px;
  background: url(../images/ek_title.gif) no-repeat left;
} 


/**************************************************************
   View Next Project Buttons
 **************************************************************/

ul#nextproject_home {
text-transform: uppercase;
font-size: 0.9em;
color: #5D6F73;
margin-top: 1.6em;
background: url(../images/ek_bullet.gif) no-repeat;
background-position: 380px center; 
} 

ul#nextproject_home li{
margin-left : 18px;
}

ul#nextproject_submenu {
text-transform: uppercase;
font-size: 0.9em;
color: #5D6F73;
margin-left : 40px;
margin-top: 1.6em;
background: url(../images/ek_bullet.gif) no-repeat left;
} 

ul#nextproject_submenu li{
margin-left : 18px;
}
 
ul#nextproject {
text-transform: uppercase;
font-size: 0.9em;
color: #5D6F73;
}

ul#nextproject li{
background: url(../images/ek_bullet.gif) no-repeat;
background-position: 795px center; 
}


/* HOME PAGE PROJECTS */

#project{ /* Container for homepage projects*/
  margin-left: 20px;
  margin-right: 200px;
  border-bottom:1px dotted #c2bfb9;
  height: 180px;
  padding-top: 20px;
  padding-bottom: 20px;

}

#project img{
 margin-right: 20px;
 float: left;
 background:#ccc;
 border:1px solid #bfb8ac;
}

#project h1,h3,p{
 margin-right: 150px;
}

/* HOME PAGE PROJECTS END */


/* TIER ONE COLUMNS BEGIN */


 #columns {
  position : relative; 
  width : 100%; 
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

div#content_sub {
left : 0; 
width : 360px; 
}

div#content_sub img{ 
   margin-bottom : 20px;
   border:1px solid #bfb8ac;

}

div#content_main { 
left : 380px;  
width : 540px; 
}

div#content_main img{ 
  width: 540px;
  margin-bottom : 20px;
  border:1px solid #bfb8ac;

}

div#content_sub p {
margin-left : 40px; 
}

div#content_sub h1 {
text-transform: uppercase;
margin-left : 40px; 
}

div#content_sub h4 {
text-transform: uppercase;
font-size: 0.9em;
color: #bfb8ac;
margin-left : 40px; 
}


/* TIER ONE COLUMNS END */

/**************************************************************
   Bottom Thumbnail Set
 **************************************************************/

#bottom_thumbs{ /* Thumbnail gallery at the bottom of the page*/
  position : relative;
  margin-left: 20px;
  margin-right: 20px;
  height: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom:1px dotted #c2bfb9;
}

#bottom_thumbs li{ 
  display: inline;
}

#bottom_thumbs img{ 
  border:1px solid #bfb8ac;

}

/**************************************************************
   BOTTOM ROLLOVERS 
 **************************************************************/
 
 
.first_thumb {
	border:1px solid #bfb8ac;
	position: absolute;
	left: 0px;
	display: block;
	width: 128px;
	height: 128px;
	background: url("../images/tierone_project_thumbsrollo.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.first_thumb {
	background-position: -128px 0;
}

.second_thumb {
	border:1px solid #bfb8ac;
	position: absolute;
	left: 158px;
	display: block;
	width: 128px;
	height: 128px;
	background: url("../images/tierone_project_thumbsrollo.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.second_thumb {
	background-position: -128px 0;
}

.third_thumb {
	border:1px solid #bfb8ac;
	position: absolute;
	left: 316px;
	display: block;
	width: 128px;
	height: 128px;
	background: url("../images/tierone_project_thumbsrollo.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.third_thumb {
	background-position: -128px 0;
}

.fourth_thumb {
	border:1px solid #bfb8ac;
	position: absolute;
	left: 474px;
	display: block;
	width: 128px;
	height: 128px;
	background: url("../images/tierone_project_thumbsrollo.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.fourth_thumb {
	background-position: -128px 0;
}

.fifth_thumb {
	border:1px solid #bfb8ac;
	position: absolute;
	left: 632px;
	display: block;
	width: 128px;
	height: 128px;
	background: url("../images/tierone_project_thumbsrollo.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.fifth_thumb {
	background-position: -128px 0;
}

.sixth_thumb {
	border:1px solid #bfb8ac;
	position: absolute;
	left: 790px;
	display: block;
	width: 128px;
	height: 128px;
	background: url("../images/tierone_project_thumbsrollo.gif") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.sixth_thumb {
	background-position: -128px 0;
}


/**************************************************************
   BOTTOM ROLLOVERS END
 **************************************************************/

/**************************************************************
   Footer
 **************************************************************/

div#site_info {
position : relative;
width : 100%;
background-color=#c2bfb9;
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
}

#footer {
  clear: both;
  width: 100%;
  height: 10px;
}

/**************************************************************
	RESUME
**************************************************************/

#resume{ 
  margin-left: 150px;
  margin-right: 150px;
  border-bottom:1px dotted #c2bfb9;
  padding-top: 20px;
  padding-bottom: 20px;
}


#resume h4{ 
  font: 400 1em arial, sans-serif;
  line-height: 0px;
  padding-bottom: .5em;
  color: #6c5745;
}

#resume li{ 
  margin-left: 20px;
  margin-right: 20px;
}

.resume_sectiontitle{
border-bottom: 12px solid #ddd;
display: block;
width: 100%;
margin-bottom: 1.6em;
}

/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

.ital {
  color: #353E47;
  font-size: 0.85em;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.5px

}

.li {
list-style-type: circle;
margin-left: 45px;
}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */


/**************************************************************
   BOTTOM ROLLOVERS 
 **************************************************************/
 

