/* Redefine main HTML tags */

html, body {height: 100%;}
body{
  background:#EEEFFF url(../images/top.png) top left repeat-x;
  margin:0;
  padding: 0;
  font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
}

A:link{ color: #9a8400; text-decoration:none; }
A:hover{ color: #9a8400; text-decoration:underline; }
A:active{ color:#9a8400; text-decoration:none; }
A:active:hover{ color:#9a8400; text-decoration:underline; }
A:visited{ color:#9a8400; text-decoration:none; }
A:visited:hover{ color:#9a8400; text-decoration:underline; }

a.narrow, a.parrow {
  display: block;
  padding-top: 7px;
  text-align: center;
  color: #777;
  text-decoration: none;
  text-transform: lowercase;
  font-style: italic;
}

a.narrow:hover, a.parrow:hover {
  color: #444;
  text-decoration: none;
}


a.narrow{
  height: 27px;
  width: 85px;
  background: url(../images/nbgarrow.png);
  float:right;
}

a.parrow{
  height: 26px;
  width: 100px;
  background: url(../images/pbgarrow.png);
}

h1{
	display: none;
}

h3{
  font-size:21px;
  font-weight:bold;
  color:#983D06;
  text-align:right;
  text-transform:lowercase; 
}

h4{
	margin-bottom: 10px;
	color: #933639;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

h4.event{
	margin-bottom: 0;
}

h4 span.attending{
  padding-top: 7px;
  padding-left: 5px;
  padding-bottom: 10px;
	background: transparent url(../images/circle.png) no-repeat left top;
	display: block;
}

h4 span img{
	margin-left: 18px;
	text-align: right;
}

h5{
	margin-bottom: 0px;
	margin-top: 0px;
	color: #64933c;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

h5 span{
	margin-bottom: 0px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #515c7b;
	text-align: right;
	font-size: 10px;
}

img{
	border: 0px;
}



/* Structure items or IDs */


#header{
  background:url(../images/headerbg.png) no-repeat transparent bottom left;
  width:800px;
  margin-left:auto;
  margin-right:auto;
  height: 100%;
  min-height: 580px;
  text-align:center;
  overflow:hidden;
  border:0;
}

#logo{
	height: 240px;
	width: 200px;
	background: no-repeat url(../images/logo.png);
	position:absolute;
	margin-top: 48px;
	margin-left: 60px;
}

#logo a{
	display: block;
	height: 100%;
	width: 100%;
}

#wrap{
  background:url(../images/bg.png) repeat-x bottom center;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  height: 100%;
  min-height: 580px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#container{
  margin-right:25%;
}

#content {
  background:transparent;
  width:429px;
  height:100%;
  overflow:hidden;
  margin-top:0;
  padding:21px;
  color:#708FA8;
  text-align:justify;
  float:right;
}

#navcontainer{
  float: right;
  margin-top: -20px;
  margin-bottom: 25px;
  width: 100%;
  text-align: right;
}

#navlist li{
  list-style-type: none;
  display:inline;
  text-align:right;
  padding-left: 20px;
  font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size:12px;
  text-transform:lowercase; 
  color:#666666;
}

#navlist li a:link { color: #666; text-decoration:none; }
#navlist li a:visited { color: #666; text-decoration:none; }
#navlist li a:hover {color: #983D06; text-decoration:none; }

#footer{
  width:100%;
  margin-left:-9px;
  margin-right:9px;
  text-align:right;
  text-transform:lowercase;
  font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color:#333333;
  float:right;
}

#builtwith{
	margin-left: 310px;
	margin-top: 30px;
}

#builtwith img{
  border: 0;
}

#about{
	height: 100%;
	width: auto;
	background: transparent url(../images/about.png) top left no-repeat;
}

#contact{
	min-height: 360px;
	width: auto;
	background: transparent url(../images/email.png) bottom right no-repeat;
}

#portfolio .inline {
	display: inline;
}

#portfolio .box {
	width: 200px;
	height: 180px;
	background: no-repeat url(../images/cloud_min.png) bottom center;
	border: 4px solid 
	text-align: center;
}

#portfolio .box img {
	position: absolute;
	margin-top: 115px;
}

#portfolio .work1 {
	margin-left: 250px;
	margin-top: -50px;
}

#portfolio .box a {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #cdc0ff;
	border-style: solid;
	border-bottom-style: dotted;
	width: 180px;
	height: 140px;
	margin-left: 10px;
	display:block;
	background: no-repeat center top;
}

#portfolio .box a:hover {
	text-decoration: none;
}

#portfolio .box a:hover span {
	opacity: 0.9;
}

#portfolio .box a span {
	opacity: 0.6;
	color: #708FA8;
	background: #EEEFFF;
	width: 100%;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

#portfolio .boxDetail {
  display: block;
  height: 340px;
  
}

#portfolio .boxDetail a {
  color: #7893cd 
}


/* classes for general propouse */

.carry{
	background: url(../images/carry.png) top center no-repeat;
	padding-top: 43px;
	width: 50px;
	margin: 30px;
	float: right;
	text-align: center;
}

.title{
  font-size:21px;
  font-weight:bold;
  letter-spacing:1px;
  font-variant:small-caps;
  color:#5C4F00;
  background:#000000;
  width:100%;
}

.about{
	margin-left: 229px;
	max-width: 200px;
	text-align: right;
}

.heading_anchor {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 2em;
  display: block;
}

.content{
  padding:21px;
  text-align:justify;
  font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

p.event_desc{
	text-align: left;
	color: #7d7d7d;
	margin-bottom: 2px;
	margin-top: 2px;
}

div.required p.info {
  display: block;
  margin-left: 150px;
}