/*
TITLE  : BERLIANTBUILDERS.COM - SCREEN MEDIA
AUTHOR : JACOB ROSENFELD
UPDATED: 20091231
*/


/* --[GENERIC PAGE Structure]---------- */
html {
height: 100%;
}

body {
height: 100%;
margin: 0;
padding: 0;
background: #000 url(images/head_bkg.gif) repeat-x;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 84%;
color: #000;
}

#wrapper {
position: relative;
min-height: 100%;
width: 900px;
margin-left: auto;
margin-right: auto;
overflow: auto;
}

.generalcontent {
position: relative;
padding: 0;
margin: 15px 0 40px 0;
width: 850px;
height: 160px;
}

#logo {
margin-top: 40px;
}

#logo img {
border: none;
}

.generalcontent2 {
padding: 0;
margin: 15px 0 100px 0;
width: 850px;

}




#project01, #project02, #project03, #project04, #project05 {
float: left;
}


.description {
position: absolute;
top: 0px;
left: 480px;
width: 403px;
padding-top: 5px;
}


#contactcontent {
padding: 0;
margin: 5px 0 100px 0;
}




* html #wrapper {
height: 100%;
}

#foot {
position: relative;
margin: -55px auto 0 auto;padding: 0;
width: 900px;
height: 55px;
background: url(images/foot_bkg.png) repeat-x;
}

/* CSS hack applies only to IE -- specifies a different height for the footer */
* html #foot {
margin-top: -55px;
}

#contact-top {
margin-top: 20px;
overflow: auto;
}

#contact-top ul{
padding: 0;
margin: 0;
}

#contact-top ul li {
list-style-type: none;
font-size: 110%;
color: #ccc;
line-height: 150%;
padding: 0;
margin: 0;
text-align: left;
}

#contact-bottom {
margin-left: 400px;
margin-top: 0;
padding: 0;
}



/* --[NAV Control]---------- */

#nav{
width: 100%;
height: 50px;
margin-top: -4px;
line-height: 35px;
clear: both;
}

#nav ul{
padding: 0;
margin: 0 0 0 30px;
height: 50px;
float: right;
}

#nav ul li{
margin: 9px 0 0 0;
padding: 0;
float: left;
display: inline;
color: #000;
line-height: 1.0em;
}

#nav ul li a{
font-size: 90%;
color: #bfc8cc;
text-decoration: none;
display: block;
display: inline-block; /* IE 6 hack */
margin: 0;
padding: 0 15px 0 15px;
border-bottom: 0;
background: #000;
height:  38px;
line-height: 38px;
}

#nav ul li a:hover{
color: #000;
background-color: #bfc8cc;
}

body.gallery a#gallerytab,
body.about a#abouttab,
body.contact a#contacttab {
color: #000;
background: #bfc8cc; 
border: 0;
}





/* --[Portfolio Galleries Control]---------- */


#project01 a {
display: block;
margin-bottom: 30px;
width: 426px;
height: 138px;
border: 1px solid #1e1e1e;
background: url(images/house01_gal.jpg) no-repeat 10px 10px;
padding: 10px 0 0 10px;
text-indent: -9999px;
}

#project01 a:hover {
background-position: 10px -128px;
padding: 10px 0 0 10px;
border: 1px solid #bfc8cc;
}


#project02 a {
display: block;
margin-bottom: 30px;
width: 426px;
height: 138px;
border: 1px solid #1e1e1e;
background: url(images/house02_gal.jpg) no-repeat 10px 10px;
padding: 10px 0 0 10px;
text-indent: -9999px;
}

#project02 a:hover {
background-position: 10px -128px;
padding: 10px 0 0 10px;
border: 1px solid #bfc8cc;
}


#project03 a {
display: block;
margin-bottom: 30px;
width: 426px;
height: 138px;
border: 1px solid #1e1e1e;
background: url(images/house03_gal.jpg) no-repeat 10px 10px;
padding: 10px 0 0 10px;
text-indent: -9999px;
}

#project03 a:hover {
background-position: 10px -128px;
padding: 10px 0 0 10px;
border: 1px solid #bfc8cc;
}



#project04 a {
display: block;
margin-bottom: 30px;
width: 426px;
height: 138px;
border: 1px solid #1e1e1e;
background: url(images/house04_gal.jpg) no-repeat 10px 10px;
padding: 10px 0 0 10px;
text-indent: -9999px;
}

#project04 a:hover {
background-position: 10px -128px;
padding: 10px 0 0 10px;
border: 1px solid #bfc8cc;
}


#project05 a {
display: block;
margin-bottom: 30px;
width: 426px;
height: 138px;
border: 1px solid #1e1e1e;
background: url(images/house05_gal.jpg) no-repeat 10px 10px;
padding: 10px 0 0 10px;
text-indent: -9999px;
}

#project05 a:hover {
background-position: 10px -128px;
padding: 10px 0 0 10px;
border: 1px solid #bfc8cc;
}










/* --[Contact Form Control]---------- */



form {
margin: 0;
padding: 0;
}

label {
display: block;
font: bold 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
padding: 0 0 5px 10px;
}



input,textarea,select {
margin-bottom: 0px;
font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
letter-spacing: 2px;
color: #e7be00;
background: #15191c;
border: 1px solid #1e1e1e;
padding-left: 10px;
overflow: auto;
}

input:hover {
border: 1px solid #bfc8cc;
}

textarea:hover {
border: 1px solid #bfc8cc;
}





.button {
width: 140px;
margin-top: 10px;
margin-left: -8px;
padding: 5px;
font: bold 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #fff;
background: #15191c;
border: 1px solid #1e1e1e;
cursor: pointer;
}

.button:hover {
border: 1px solid #bfc8cc;
background: #bfc8cc;
color: #000;
}

















/* --[Text Links Classes]---------- */


a.logolink:link {
color: #0776CA;
text-decoration: none;
}

a.logolink:visited {
color: #0776CA;
text-decoration: none;
}

a.logolink:hover {
color: #0776CA;
text-decoration: none;
border-bottom: 1px dotted #bfc8cc;
}


a.inlinetxt:link {
color: #ccc;
text-decoration: none;
border-bottom: 1px dotted #ccc;

}

a.inlinetxt:visited {
color: #ccc;
text-decoration: none;
border-bottom: 1px dotted #ccc;

}

a.inlinetxt:hover {
color: #0776CA;
text-decoration: none;
border-bottom: 1px dotted #0776CA;
}





/* --[FONT Control]---------- */
p {
font-size: 110%;
color: #ccc;
line-height: 150%;
padding: 0;
margin: 25px 110px 0 0;
text-align: justify;
}

p.gally {
font-size: 110%;
width: 403px;
color: #ccc;
line-height: 150%;
margin: 0;
padding: 0;
text-align: justify;
}


h1 {
margin: 50px 0 0 0;
padding: 0;
color: #0776CA;
font-size: 24px;
line-height: 1.5px;
text-align: left;
}

h2 {
margin: -10px 0 0 400px;
padding: 0;
color: #0776CA;
font-size: 20px;
line-height: 1.5px;
text-align: left;
}


h3 {
margin: 0;
padding: 0;
color: #0776CA;
font-size: 14px;
line-height: 1.5px;
text-align: left;
}






#foot p {margin: 0;padding: 17px 0 0 0;color: #bfc8cc;font: 10px/1.50 "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;text-align: left;}

em {
color: #e7be00;
font-size: 150%;
}


/* --[SPAN Classes]---------- */

.new {
font-size: 75%;
color: #993300;
padding-left: 10px;
}

.strong {
font-weight: bold;
font-size: 110%;
border-bottom: 2px solid #fff;
}

.superbold {
font-weight: bold;
font-size: 115%;
}

.soon {
color: #F00;
}

.goldtint {
color: #e7be00;
}







