/* ***************
** Generic HTML
*************** */
body {
    background: #060606 url('/_img/template/top-nav-links_bg.jpg') repeat-x;
    font-family: Trebuchet MS;
    font-size: 16px;
}

h2 {
    color: #060606;
    font-size: 18px;
}

ol li {	margin: 5px 0; }

a:link,
a:hover,
a:active,
a:visited {
    font-weight: bold;
    text-decoration: none;
}

a:link,
a:active,
a:visited,
a:link strong,
a:active strong,
a:visited strong { color: #f60; }

a:hover,
a:hover strong { color: #000; }

strong,
label {
	color: #060606;
	font-weight: bold;
}

table tr td {
	padding: 10px;
	vertical-align: top;
}


/* ***************
** Icons
*************** */
.icon16px { margin: 2px 1px 0 1px; }


/* ***************
** Template
*************** */
#template-wrapper {
    color: #ebebeb;
	display: block;
    margin: 0 auto;
    padding: 5px 10px 0;
    width: 960px;
}

#template-header { margin-bottom: 25px; }


/* ***************
** Page Header
*************** */
#top-nav-links {
    height: 35px;
    width: 99.99%;
    font-size: 20px;
    line-height: 30px;
}
#top-nav-links a:link,
#top-nav-links a:active,
#top-nav-links a:visited {
    color: #fff;
    margin: 10px;
    text-decoration: none;
}
#top-nav-links a:hover {
    color: #f60;
    margin: 10px;
    text-decoration: none;	
}
#top-nav-links .current {
    color: #f60 !important;
    font-style: italic;
    margin: 10px;
    text-decoration: none;	
}

#header-img { height: 278px; }
#logo {
	background: #060606 url('/_img/header/logo.png') no-repeat top center;
	float: left;
	height: 278px;
	width: 450px;
}
#ifade{
	float: right;
	height: 278px;
	overflow: hidden;
	width: 510px;
}
.ux-carousel-nav { background-color: Transparent; }
/* ***************
** Page Footer
*************** */
#footer {
	clear: both;
	color: #fff;
	font-weight: bolder;
	margin: 10px auto;
	width: 960px;
}
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
    color: #fff;
    text-decoration: none;
}


/* ***************
** Page Content
*************** */
#main-content {
	background: #ebebeb none;
	color: #060606;
	clear: both;
       display: block;
	width: 99.99%;
	z-index: 2;
}
#main-content-home,
#main-content-wrap {
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	width: 980px;
}
#main-content-text { 
       display: inline-block;
	float: left;
	margin: 0 10px;
	width: 650px; 
}
#rightColumn {
       display: inline-block;
	float: right;
	margin: 0 10px;
	width: 290px;
}
#section-nav {
       display: inline-block;
	width: 290px;
}


#polaroid {
	background: #fff none;
	border: 10px solid #fff;
	border-bottom: 35px solid #fff;
       display: inline-block;
	margin: 15px auto;
	text-align: center;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-webkit-transition: -webkit-transform .15s linear;
}

#polaroid:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-transform: rotate(0deg) scale(1.25);
	-moz-transform: rotate(0deg) scale(1.25);
}
#polaroid img { margin-bottom: 10px; }
#polaroid a:after { content: attr(title); }

#social,
#newsletter {
    display: block;
    font-size: 20px;
    line-height: 55px;
    margin: 10px 0;
}

#social img,
#newsletter img {
    border: 0;
    display: inline-block;
    float: left;
    margin: 3px;
}

/* ***************
** Portfolio
*************** */
#portfolioTable {
	margin: 0 auto;
	width: 650px;
}
#portfolioTable img {
	border: 1px #000 solid;
	float: left;
	height: 150px;
	margin: 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-transition: -webkit-transform .15s linear;
}
#portfolioTable img:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-transform: rotate(360deg) scale(1.25);
	-moz-transform: rotate(360deg) scale(1.25);
}

/* ***************
** Homepage Content
*************** */
#homepage-content {
	clear: both;
	width: 940px;	
}


/* ***************
** Blogger Templates
*************** */
#bloggerPosts{
	float: left;
	margin: 0 10px;
	vertical-align: top;
	width: 700px;
}

#bloggerSidebar{
	float: left;
	margin: 0 10px;
	vertical-align: top;
	width: 200px;
}

#navbar { visibility: hidden; }

/* ***************
** Forms
*************** */
.errorFormField  { background: #ffbbdd none; }
.activeFormField  { background: #f60 none; }

.formField,
.formSubmit {
    clear: both;
    display: block;
    padding: 10px;
    width: 480px; 
}

.formField label,
.formField input,
.formField button,
.formField select,
.formField textarea { padding: 5px; }

.formField label {
    font-weight: bold;
    position: absolute;
    text-align: right;
    width: 130px;
}

.formField input,
.formField button,
.formField select,
.formField textarea {
    margin-left: 160px;
    width: 300px;
}

.formSubmit { text-align: right; }

#contactElement {
    clear: both;
    display: block;
    width: 980px;
}

#contactForm {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 500px;
}

#contactText {
    background: #fff;
    border: 1px solid #f60;
    display: inline-block;
    float: left;
    padding: 10px;
    width: 438px;
}