/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4C4C4C;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
	letter-spacing: .35px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #707070;
	letter-spacing: .2px
}

h2 {
	font-size: 16.5px;
	color: #707070;
	margin-bottom: 10px;
}

img { 
	border: none;
}

hr {
	border: 0px;
	color: #DFDFDF;
	background-color: #DFDFDF;
	height: 1px;
	margin: 15px 0px;
}

a {
	text-decoration: none;
	outline: none;
	color: #FF9900;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.ar {
	text-align:right;
	vertical-align:top;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.subtitle {
	color: #909090;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Helvetica, Arial, sans-serif;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#wrapper {
	width: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#container {
	width: 947px;
	margin: 14px auto 65px auto;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 100px;
	position: relative;
}

#logo {
	float: left;
	width: 68px;
	height: 47px;
	position: absolute;
	top: 44px;
	left: 37px;
}

#standard-layout .content {
	width: 100%;
}

#layout-1 .headerphoto, #header_photo {
	margin-bottom: 25px;
}

#layout-1 .left_content {
	float: left;
	clear: both;
}

#layout-1 .right_content {
	float: right;
	width: 465px;
}

#layout-2 .block-tiles {
	margin-left: -18px;
}

#layout-2 .block-tiles td {
	padding: 0 0 25px 18px;
	width: 304px;
}

#layout-2 .headerphoto {
	margin-bottom: 15px;
}

#layout-2 h1 {
	font-size: 18px;
}

.content ul, .content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#footer {
	height: 65px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
}

body > #footer {
	position: fixed;
}

#footer_inner {
	width: 947px;
	margin: 0px auto;
}

#funline {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: .05em;
	height: 23px;
}

#contact_info {
	color: #A8A8A8;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .025em;
	float: right;
}

#contact_info a {
	color: #A8A8A8;
}

#contact_info a:hover {
	color: #FFFFFF;
}

#social_links {
	height: 22px;
}

#social_links li {
	list-style: none;
	float: left;
	margin-right: 16px;
}

#social_links li a {
	color: #A8A8A8;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#social_links li a:hover {
	background-position: 0px -16px !important;
}

#social_links a.facebook {
	background-image: url('../images/icon_facebook.gif');
}

#social_links a.twitter {
	background-image: url('../images/icon_twitter.gif');
}

#social_links a.rss {
	background-image: url('../images/icon_rss.gif');
}

/* NAVIGATION CSS */

#nav {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 133px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 28px;
}

#nav ul {
	margin: 0;
	padding: 0;
	display: block;
	height: 29px;
}

#nav li {
	list-style: none;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
}

#nav li a {
	color: #292929;
	display: block;
	width: 100px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-left: 61px;
}

#nav li a:hover, #nav li.active a {
	color: #FF9900;
	background-position: 0px -28px !important;
}

#nav a.whats-fresh {
	background-image: url('../images/nav_whats_fresh.gif');
	margin-left: 22px;
}

#nav a.what-we-do {
	background-image: url('../images/nav_what_we_do.gif');
}

#nav a.portfolio {
	background-image: url('../images/nav_portfolio.gif');
}

#nav a.about-us {
	background-image: url('../images/nav_about_us.gif');
}

#nav a.blog {
	background-image: url('../images/nav_inspirado.gif');
}

#nav a.contact {
	background-image: url('../images/nav_contact.gif');
}

#subnav {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 20px;
	left: 0px;
}

#subnav li {
	list-style: none;
	float: none;
	font-size: 11px;
	text-transform: lowercase;
}

#nav #subnav li a {
	text-indent: 0px;
	overflow: visible;
	color: #A7A7A7;
	display: inline;
	margin-left: 81px;
}

#nav #subnav li a:hover, #nav #subnav li.active a {
	color: #F87B00;
}

#footer_nav {
	clear: left;
}

#footer_nav li {
	list-style: none;
	float: left;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: .025em;
	border-left: 1px solid #0C0C0C;
	padding: 0px 4px;
}

#footer_nav li.first {
	border-left: 0px;
	padding: 0px 4px 0px 0px;
}

#footer_nav li a {
	color: #A8A8A8;
}

#footer_nav li a:hover {
	color: #FFFFFF;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding: 0px 4px 4px 0px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; }
.admin-index-list li div.view { width: 40px; }
.admin-index-list li div.configure { width: 66px; }
.admin-index-list li div.edit { width: 33px; }
.admin-index-list li div.subpages { width: 90px; }
.admin-index-list li div.blocks { width: 100px; }
.admin-index-list li div.delete { width: 48px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

#portfolio-item {
	position: relative;
}

#portfolio-item .links {
	border-top: 1px solid #FF9900;
	padding: 5px 0px;
}

#portfolio-item .links a {
	float: right;
}

#portfolio-item .links a img {
	vertical-align: middle;
}

#portfolio-item .left-col {
	float: left;
	width: 304px;
}

#portfolio-item .right-col {
	margin-left: 470px;
}

#portfolio-item .next-link {
	position: absolute;
	left: 952px;
	top: 155px;
	padding: 5px 7px;
}

#portfolio-item .prev-link {
	position: absolute;
	right: 952px;
	top: 155px;
	padding: 5px;
}

#portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#portfolio-zoom-frame {
	background-color: #FFF;
	width: 947px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	border: 0px;
	overflow: hidden;
}

#portfolio-zoom-frame img {
	cursor: pointer;
}

#portfolio-zoom-title {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 917px;
	background-color:#FFF;
	z-index: 10000;
	opacity: 0.80;
	border-top: 1px solid #ff9900;
	padding: 0 15px;
	color: #292929;
}

#portfolio-zoom-title a {
	float:right;
	color: #ff9900;
}

#portfolio-zoom-title a img {
	vertical-align:middle;
}

/* BLOG CSS */

#blog hr {
	margin-bottom: 30px;
}

#blog h4 {
	font-size: 10px;
	text-transform: uppercase;
	color: #909090;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#blogcontent {
	width: 787px;
	float: right;
}

#blognav {
	width: 142px;
	line-height: 24px;
}

#blognav a {
	color: #4C4C4C;
	margin-right: 4px;
}

.blogdate {
	float: right;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .75px;
}

.blogdate b {
	font-size: 18px;
	line-height: 26px;
}

.blogpost {
	width: 415px;
	float: right;
	margin-right: 30px;
}

.blogpost h2 {
	color: #F87B00;
	margin-bottom: 3px;
}

.blogmeta {
	color: #A7A7A7;
	font-size: 10px;
	margin-bottom: 5px;
}

.blogmeta a {
	font-weight: bold;
	font-size: 11px;
}

/* Contact CSS */

.contact_column {
	width: 304px;
	float: left;
	margin-left: 17px;
}

.contact_column input, .contact_column textarea {
	width: 294px;
	height: 22px;
	border: 1px solid #CECECE;
	padding: 4px;
	font-size: 16px;
	color: #4C4C4C;
	margin-bottom: 11px;
}

.contact_column textarea {
	height: 118px;
}

.contact_column .contact_button {
	float: right;
	border: 1px solid #CECECE;
	height: 25px;
	font-size: 12px;
	color: #FF9900;
	line-height: 25px;
	width: auto;
	background-color: #FFFFFF;
	padding: 0px 20px;
}

.contact_column iframe {
	margin: 18px 0px 11px 0px;
}

.contact_column img {
	margin-left: 24px;
}

.contact_column h2 {
	font-weight: normal;
}

.contact_column .contact_block {
	height: 358px;
}
