@charset "utf-8";

A:focus, A:hover, A:active /* Firefox image outline fix */
{
outline: none}

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.urbana #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/foliobg.jpg);
	background-repeat: repeat;
}
.urbana #header {
	background: #000000; 
	background-image: url(images/backgrounds/rotate.php);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.urbana #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.urbana #headerbox {
	height: 419px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

.urbana #logo {
	float: left;
	width: 300px;
	margin: 30px 0 0 3px;
}

.urbana #slideshow {
	float: left;
	width: 910px;
	margin: 26px 0 0 0px;
}

.urbana #navcontainer ul {
	float:right;
	margin:62px 0 0 0;
	padding: 0 0 0 0;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #00c2df;
	text-align: right;
	letter-spacing: -1px;
	font-weight: bold;
  }
.urbana #navcontainer ul li {
  display:inline;
  }
  
.urbana #navcontainer ul li a {
  padding:0px 10px;
  color:#00c2df;
  text-decoration:none;
  }
.urbana #navcontainer ul li a:hover {
	color:#FFFFFF;
	font-style: normal;
  }

.urbana #midbar {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/midbarglow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 251px;
}

.urbana #midbarbox {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 251px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}


.urbana #midboxborder {
	padding: 0 2 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 248px;
	width: 2px;
	background-image:url(images/midbarborder.gif);
	float: left;

}

.urbana #middlemidbox{
	padding: 25px 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 228px;
	width: 310px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 18px;
	text-align: justify;
}

.urbana #leftmidbox {
	padding: 25px 15px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 228px;
	width: 279px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

.urbana #rightmidbox {
	padding: 25px 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 228px;
	width: 246px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 18px;
	text-align: justify;
}

.urbana #rightmidbox a
{
	color: #000000;
	text-decoration: none;
}

.urbana #rightmidbox a:hover
{
	color: #646464;
	text-decoration: none;
	background-color: transparent;
	border-color: #e70666;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

.urbana #middlemidbox a
{
	color: #646464;
	text-decoration: none;
	background-color: transparent;
	border-color: #e70666;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	font-weight: bold;
}

.urbana #middlemidbox a:hover
{
	color: #0a98ad;
	text-decoration: none;
	background-color: transparent;
	border-color: #e70666;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-weight: bold;
}

.midboximage
    {
	margin: 0 0 0 0;
    }
	
.midboxtext
    {
	margin: 0 0 0 2px;
    }

.post-date{
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0px 8px 3px 35px;
	background: url(images/date_square.gif) no-repeat;
	text-align: center;
	line-height: 15px;
}

.month{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #2c99aa;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-left: -35px;
	}
	
.day{
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #b7c0c2;
	margin-left: -35px;
	
	}

.post-title a{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #656a6b;
	text-decoration: none;
	}
	
	.post-title a:hover{
	color: #2c99aa;
	}
	
	
#blogEntries
{
	width: 100%;
	padding-top: 10px;
}


#blogEntries ul
{
	width: 280px;
	margin: 0px auto 0px auto;
	padding-left: 0;
}

#blogEntries ul li
{
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#blogEntries ul li a
{
	display: block;
	cursor: pointer;
	padding: 10px 0px 0px 0px;
	height: 29px;
	margin: 4px auto;
	border-bottom: 1px solid #d7dadf;
}

#blogEntries ul li a:hover span
{
	color: #2c99aa;
}

#blogEntries ul li:last-child a
{
	border-bottom: none;
}

#blogEntries ul li img
{
	margin-left: 5px;
}

#blogEntries ul li span
{
	width: 180px;
	float: right;
	display: inline;
	margin-right: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #757575;
}

.urbana #navfooter ul li a:hover {
	color:#0a98ad;
	font-style: normal;
  }

.boxheader {
	color: #169cb0;
	font-family: Helvetica, Arial, sans-serif;
	;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.urbana #aboutheader {
	background: #0ba6bc;
	background-image: url(images/folioheaderbg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}

.urbana #aboutheaderbox {
	height: 420px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	margin-top: 0px;
	padding: 0 0 0 0;
}

.urbana #leftaboutbox {
	padding: 10px 15px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	width: 620px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #94eafb;
	line-height: 23px;
	text-align: justify;
	margin-top: 27px;
}

.urbana #rightaboutbox {
	width: 230px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/rightaboutbox_bg.png);
	margin-top: 85px;
	border-left: #3faec2 1px solid;
	border-top: #3faec2 1px solid;
	border-right: #10839a 1px solid;
	border-bottom: #10839a 1px solid;
	background-repeat: repeat;
	color: #71daed;
	padding: 10px 15px 0 15px;
	height: 292px;
	
}

.urbana #rightaboutbox ul{
	list-style: none;
	line-height: 28px;
	margin-left: 0px;
	padding-left: 23px;
	list-style-image: url(images/list_bullet.png)

}


.urbana #folioheaderbox {
	padding: 30px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	color: #30b0c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.urbana #folio{
	background: #1a1d20;
	padding: 0 0 0 0;
	background-image: url(images/foliohighlightbg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.urbana #about {
	background-position: center;
	background-repeat: repeat;
	padding: 0 0 0 0;
	height: auto;
}

.urbana #aboutbox {
	padding: 15px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 20px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.foliobox {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	height: 1600px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


/* <------------ Content Folio ---------- */
		
			.foliobox #folio-left {
	width: 446px;
	float: left;
			}
			
			.foliobox #folio-right {
	width: 446px;
	float: right;
			}
		
			.category {
	float: left;
	width: 910px;
	margin-bottom: 5px;
	background: url(images/line.png) bottom center no-repeat;
			}
			
			.divider {
	float: left;
	height: 27px;
	width: 910px;
			}
			
				.folio_item {
	margin-bottom: 18px;
	padding-left: 6px;
	padding-top: 1px;
	background-image: url(images/folioitembg.png);
	background-repeat: repeat-x;
				}
			
				.folio-pic, .folio-pic-m  {
	float: left;
	height: 186px;
	width: 435px;
	margin: 5px 0px 0px 0px;
	background: url(images/folio_bg.png) no-repeat;
				}
				
				.folio_bg {
	float: left;
	height: 186px;
	width: 435px;
	margin: 5px 0px 0px 0px;
	background: url(images/folio_bg.png) no-repeat;
				}
				
				.folio-pic-m img {
					border: none;
				}	
				
				.folio-pic-m a {
	height: 170px;
	width: 418px;
				}	
				
				.folio-pic img {
	height: 170px;
	width: 418px;
	margin: 5px 0 0 5px;
				}					
				
			.info {
	width: 435px;
			}
			
			.info a {
	clear: both;
	text-indent: -9000px;
	margin-left: 385px;
	margin-bottom: 5px;
	height: 13px;
	width: 43px;
	display: block;
	background: url(images/more_info.png) top right no-repeat;
				}
	
	.infoheader {
	margin-bottom: 5px;
	width: auto;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-top: -5px;
	}		
	
	
	.urbana #footer {
	background: #000000;
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0 0 0 0;
}

	.urbana #footerbox {
	height: 460px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0 0 0 0;
}

.urbana #leftfooterbox {
	padding: 20px 15px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 228px;
	width: 310px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636c6f;
	line-height: 18px;
	text-align: justify;
	font-weight: normal;
}

.urbana #middlefooterbox {
	padding: 77px 10px 0 0;
	width: 262px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636c6f;
	line-height: 18px;
	text-align: justify;
}

.urbana #rightfooterbox {
	padding: 20px 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 228px;
	width: 270px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636c6f;
	line-height: 18px;
	text-align: right;
}

.footerboximage
    {
	margin: 0 0 0 0;
    }
	
.urbana #navfooter ul {
	float:right;
	margin:10px 0 0 0;
	padding: 0 0 0 0;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #636c6f;
	text-align: right;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 35px;
  }
.urbana #navfooter ul li {
	list-style: none;
  }
  
.urbana #navfooter ul li a {
	padding:0px 11px;
	color:#636c6f;
	text-decoration:none;
  }
.urbana #navfooter ul li a:hover {
	color:#FFFFFF;
	font-style: normal;
  }
			
	/* <------------ Main-Headline Content ---------- */
	h3{
	margin-bottom: 5px;
	font-size: 15px;
	width: 370px;
	line-height: 20px;
	font-weight: bold;
	color: #bad7dc;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: -1px;
	padding-left: 3px;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 5px;
	border: 0;
	}
	
	h3 a{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #dce5e8;
	text-decoration: none;
	border: 0;
	}
	
	h3 a:hover{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	}

			
/* <------------ Main-Headline Folio ---------- */
	
	h5 {
		font-size: 20px;
		letter-spacing: -1px;
		font-weight: bold;
		color: #ffffff;
		padding-bottom: 10px;
	}

	.folioinfo {
		font-family:Arial, Helvetica, sans-serif
		font-size: 13px;
	color: #b4fffc;
	padding-bottom: 8px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
	margin-top: -9px;
	}
.urbana /* <------------ Submit Form ---------- 

#contact_form					{
	margin:0 auto;
	height:200px;
	padding:10px 0;
	position:relative;
}
form fieldset					{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0px 0px 20px 0px;
	position:relative;
	border:0;
	display:block;
	padding: 0px 10px 8px;
}
form fieldset legend	{
	border-width:1px;
	border-style:solid;
	border-color:#119BB5;
	color:#636c6f;
	font-weight:bold;
	font-variant:small-caps;
	font-size:140%;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	background:white;
}
label									{
	font-size:9pt;
	display:block;
	float:left;
	width:10em;
	text-align:right;
	color:#636c6f;
	font-weight:normal;
	padding:8px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
label.error           {
	font-weight:normal;
	color:#119BB5;
	text-align:left;
	width:130px;
	padding-left:20px;
	background: transparent url(images/cancel.png) no-repeat scroll left;
}
input.text-input			{
	margin:5px;
	padding:4px 0 0 4px;
	color:#FFFFFF;
	background-color: #1a1d1e;
	border: 1px #2b3032 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

label#name_label      {
	top:0;
	left:0;
	position: absolute;
}
input#name            {
	position:absolute;
	top:0;
	left:120px;
}
label#name_error      { position:absolute; top:22px; left:120px; }

label#email_label     {
	position:absolute;
	top:45px;
	left:0px;
}
input#email           {
	position:absolute;
	top:45px;
	left:120px;
}
label#email_error      { position:absolute; top:67px; left:120px; }

label#phone_label     { position:absolute; top:90px; left:0px; }
input#phone           {
	position:absolute;
	top:90px;
	left:120px;
}
label#phone_error      { position:absolute; top:112px; left:120px; }

input.button					{
	position:absolute;
	top:125px;
	left:124px;
	padding:3px 6px;
	border:2px solid #0ba6bc;
	margin:20px 0px 0px 0px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:#636c6f;
	-moz-border-radius:2px;
}

input.button:hover		{ background:#009FAA none repeat scroll 0% 0%; color:white; }
#message							{ width:180px;margin:60px 0 0 100px; }
#message h2						{ font-size:150%;color:white; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-46px;left:-60px; }


*/


	 #contactFormArea {
	margin:0px auto;
	width:260px;
	padding:6px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}
	fieldset {
	border:0px;
	margin:0;
	padding:0;
}
	label { display:block; }
	

	input.text,textarea {
	width:260px;
	font:12px/12px arial, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:3px;
	margin:1px 0;
	background-color: #1a1d1e;
	border: 1px #2b3032 solid;
}
	input.submit {
	padding:2px 5px;
	font:bold 12px/12px verdana,arial,sans-serif;
	top:125px;
	left:124px;
	margin:20px 0px 0px 0px;
	color:#fff;
	background:#4B5254;
	border: 1px solid #1a1d1e;
}

img, div {
   behavior: url(scripts/iefix/iepngfix.htc);
}

