/*  
Theme Name: SESA
Theme URI: http://studiodialogo.net
Description: SESA
Version: 0.3
Author: Studio Dialogo
Author URI: http://www.studiodialogo.net
*/


/* Basic Stuff */

body
	{
	background: #dbdbdb url('images/bg.gif');
	font-family: verdana, arial, sans-seif;
	font-size: 11px;
	line-height: 2em;
	color: #666666;
	}
img 		
	{
	border: 0px;
	}
a:link
	{
	color: #006633;
	text-decoration: none;
	}
a:visited
	{
	color: #336666;
	text-decoration: none;
	}
a:active
	{
	color: #CC0000;
	text-decoration: underline;
	}
a:hover
	{
	color: #CC0000;
	text-decoration: underline;
	}	
h1
	{
	display: none;
	}

	
/* Header Footer */

.page	{
	width: 940px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 15px auto 15px auto;
	padding: 15px 20px 15px 20px;
	}
	
.nav	{
/* 	width: 480px; */
	height: 20px;
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
	}

/* navigation	 */
.nav a {
  display: block;
  position: relative;
  float: left;
  text-indent: -5000px;
  color: transparent;
  height: 20px;
  background: red;
}

.nav a#homebtn {
  background: url(images/nav-home-sprite.gif) no-repeat 0 0;
  width: 55px;
}

.nav a#homebtn.over {
  background-position: -55px 0;
}

.nav a#aboutbtn {
  background: url(images/nav-about-sprite.gif) no-repeat 0 0;
  width: 70px;
}

.nav a#aboutbtn.over {
  background-position: -70px 0;
}

.nav a#equipmentbtn {
  background: url(images/nav-equipment-sprite.gif) no-repeat 0 0;
  width: 100px;
}

.nav a#equipmentbtn.over {
  background-position: -100px 0;
}


.nav a#contactbtn {
  background: url(images/nav-contact-sprite.gif) no-repeat 0 0;
  width: 75px;
}

.nav a#contactbtn.over {
  background-position: -75px 0;
}

.nav a#servicesbtn {
  background: url(images/nav-services-sprite.gif) no-repeat 0 0;
  width: 90px;
}

.nav a#servicesbtn.over {
  background-position: -90px 0;
}

.nav a#projectsbtn {
  background: url(images/nav-projects-sprite.gif) no-repeat 0 0;
  width: 90px;
}

.nav a#projectsbtn.over {
  background-position: -90px 0;
}

.nav a#contactbtn {
  background: url(images/nav-contact-sprite.gif) no-repeat 0 0;
  width: 75px;
}

.nav a#contactbtn.over {
  background-position: -75px 0;
}



/* footer */
.footer
	{
	clear: all;
	width: 940px;
	height: 100px;
	background-color: #CCCCCC;
	text-align: center;
	}

.footer-links
	{
	border-top: #CCCCCC 20px solid;
	margin: 0;
	padding: 0;
	word-spacing: 20px;
	}

/* Home */


.intro
	{
	width: 300px;
	height: 520px;
	margin: 25px 25px 10px 10px;
	padding: 0;
	border: 0;
	float: left;
	}
	
#about
	{
	margin-top:0;
	font-size: 14px;
	line-height: 2em;
	}

#about-link
	{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-top: 30px;
	}
	
.sections
	{
	width: 570px;
	height: 520px;
	margin: 25px 10px 10px 0;
	float: right;
	xbackground-color: red;
	}
	
#boxes
	{
	width: 570px;
	height: 214;
	margin: 60px 0 20px 0;
	border: 0;
	padding: 0;
	}
#boxes a {
  margin: 0;
  padding: 0;
  display: block; 
  position: relative; 
  float: left;
}	
#project
	{
	width: 570px;
	height: 215;
	margin: 25px 0 0 0;
	border: 0;
	padding: 0;
	}

#project-pic
	{
	width: 211px;
	height: 115px;
	border: 0;
	margin:0;
	padding: 0;
	float: left;
	background: url(images/project-pic.jpg) no-repeat;
	}
#project-pic a {
  margin-top: 1em;
}

#project-bg
	{
	width: 339px;
	height: 215px;
	border: 0;
	margin:0;
	padding: 10px;
	float: right;
	background: url(images/project-bg.jpg) no-repeat;
	line-height: 1.7em;
	}
a.project-title	{
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.project-border
	{
	border: 1px solid #FFF;
	margin: 9px 9px 9px 9px;	
	}
	
.more
	{
	font-size: 10px;
	font-weight: bold;
	}
	
.red
	{
	color: #CC0000;
	}
	
/* inside pages */
.leftcol
	{
	width: 485px;
	margin: 25px 0px 10px 0;
	float: left;
	}
.leftcol img {
  display: block;
  clear: both;
}
.leftcol p {
  margin: 2em 0;
  line-height: 2em;
}
.rightcol
	{
	width: 320px;
	margin: 25px 0px 10px 0px;
	padding: 0;
	border: 0;
	float: right;
	}

.rightcol img {
  margin-bottom: 25px;
  display: block;
  position: relative;
  float: right;
}

.rightcol ul li {
  margin-bottom: .5em;
}

.rightcol ul li a {
  text-decoration: underline;
}

h2.project-page-title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #ff0000;
  font-weight: normal;
}

/* special for contact page */
#contact .rightcol {
  width: 220px;
}

/* clear floats */
div.clear {
  clear: both;
  font-size: 0px;
}

/* form */
div.formlegend {
   font-weight: bold;
}
form div {
   margin-bottom: 10px;
}

form div.required {
   font-weight: bold;
}

label {
  width: 112px;
  display: block;
  position: relative;
  float: left;
  text-align: right;
  margin-right: 15px;
}

div.captcha label {
  margin: 10px 0 10px 128px;
  width: 50%;
  text-align: left;
  line-height: 1em;
}
div.captcha span, div.buttons {
  margin-left: 128px;  
}

div.captcha img {
  margin-left: 130px;
}

div.captcha img {
  border: 1px solid #666666;
  margin-top: 10px;
}

div.buttons {
  margin-top: 25px;
}

ul li {
  margin-bottom: 2em;
}

/* projects sidebar */
div.project {
  display: block;
  position: relative;
  float: right;
  margin-bottom: 1em;
}
div.project p{
  width: 115px;
  display: block;
  text-align: right;
  float: left;
  margin-right: 15px;
  margin-top: 0;
  line-height: 1.5em;
  font-size: 1.2em;
}

div.morephotosbox img {
  width: 495px;
  height: auto;
}


/* gallery page */
body#gallery .leftcol{
  width: 100%;
  margin-top: 10px;
}

body#gallery .breadcrumbs {
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 10px;
}

body#gallery .breadcrumbs span a {
  font-size: 13px;
}

a.previewlink {
  display: block;
  width: 190px;
  height: 90px;
  position: relative;
  float: left;
  overflow: hidden;
}

a.previewlink img {
  margin-top: -10px;
}

span.gallery-icon {
  height: 123px;
  overflow: hidden;
  position: relative;
  float: left;
  overflow: hidden;
}

div.imglink {
  display: block;
  position: relative;  
}

.mainimg {
  display: block;
  position: relative;
  float: left;  
  width: 815px;
  text-align: center;
  margin-bottom: 60px;
}

.mainimg a, .mainimg a img {
  display: block;
  position: relative;
  margin: 0 auto;
  clear: both;
}

.mainimg a img {
  width: 815px;
  height: auto;
}

.nextimg {
  float: right;
}
.previousimg {
  float: left;
  width: 59px;
}

div.imagedit {
  width: 100%;
  display: block;
  position: relative;
  float: left;
}

/* albums */
div.album {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 23.5%;
  height: 180px;
  margin: 0 10px 10px 0;
}
div.album a img{
  display: block;
  position: relative;
  margin: 0 auto;
  clear: both;
  width: 190px;
}
div.album a {
  width: auto;
  display: block;
  position: relative;
  clear: both;
  margin: 5px auto 20px;
  text-align: center;
  line-height: 1em;
}
div.album a.imagelink {
  width: 190px;
  height: 122px;
  overflow: hidden;
}

/* individual gallery */
div.gallery {
  width: 100%;
}
div.gallery-item {
  width: 190px;
  overflow: hidden;
  position: relative;
  float: left;
  display: block;
  margin: 0px 0px 10px 35px;
  height: 170px;
}

div.gallery-item img {
  width: 190px;
  height: auto;
  display: block;
  position: relative;
  float: left;
}

p.gallery-caption {
  display: block;
  position: relative;
  float: left;
  line-height: 1.1em;
  text-align: center;
  width: 100%;
}


p.attachment {
  display: block;
  position: relative;
  float: left;  
}

/* red bullets */
ul li {
  color: #ff0000;
}

ul li span {
  color: #666666;
}

ul li a, ul li a:hover {
  color: #666666;
}



