/*------------------------------------------------------------------

project:        Web Empire
file:			screen.css
author:	        Paul Crawford
date created: 	25th March 2010

-------------------------------------------------------------------*/

@import url('../stylesheets/baseform.css');
@import url('../javascripts/plugins/colorbox/colorbox.css');


/*-------------------------------------------    
    General Reset
-------------------------------------------*/
*, html, div, span, body, p, h1, h2, h3, h4, h5, ol, ul, img { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
ol, ul { list-style: none; }
a, a:hover { overflow: hidden; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
sup { color: #ff0000; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
.clearfix { display: inline-block; clear: both; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------    
    Global Settings
-------------------------------------------*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #D3D3D0; background-color: #252525; }
table, tr,  td { vertical-align: top; border: none; }
p, h1, h2, h3, h4, h5 { margin-bottom: 1.35em; font-weight: normal; }
p{ font-size: 1.2em; line-height: 1.8em; }
h1 { font-size: 2.8em; color: #D3D3D0; }
h2 { font-size: 2.2em; color: #00AED9;}
h3 { font-size: 1.4em; color: #00AED9; }
h4 { font-size: 1.2em; color: #ffffff; }
h5 { font-size: 1em; }
ul { list-style-type: disc; margin: 0 0 20px 30px; }
ol { list-style-type: decimal; margin: 0 0 20px 30px; }
a { color: #00AED9; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }

img.left { float: left; margin: 0 2em 2em 0; border: 0; clear: left; }
img.right { float: right; margin: 0 0 2em 2em; border: 0; clear: right; }

/* File Download Icons */
a.file { background: url("../images/core/icon_file.gif") 0 0 no-repeat; padding-left: 25px; display: block; }
a.pdf { background: url("../images/core/icon_pdf.gif") 0 0 no-repeat; padding-left: 25px; display: block; }
a.doc { background: url("../images/core/icon_doc.gif") 0 0 no-repeat; padding-left: 25px; display: block; }


/*-------------------------------------------    
    Main Layout
-------------------------------------------*/
#container { width: 940px; height: auto; display: block; margin: 0 auto; background: none; clear: both; }


/*-------------------------------------------    
    Header - logo + nav
-------------------------------------------*/
#header { width: 940px; height: 160px; display: block; clear: both; position: relative; }
#header h1 { width: 238px; height: 55px; display: block; background-image: url("../images/core/logo_webempire.gif"); position: absolute; top: 49px; left: 5px; text-indent: -9999px; }

/* navigation */
ul#nav { width: 490px; height: 54px; display: block; clear: both; position: absolute; top: 49px; right:0; }
ul#nav li { float: left; display: block; }

ul#nav li a { width: 122px; height: 54px; display: block; text-indent: -9999px; overflow: hidden; }
ul#nav li#home a { background: url("../images/nav/nav_home.gif") no-repeat; }
ul#nav li#about a { background: url("../images/nav/nav_about.gif") no-repeat; }
ul#nav li#portfolio a { background: url("../images/nav/nav_portfolio.gif") no-repeat; }
ul#nav li#contact a { background: url("../images/nav/nav_contact.gif") no-repeat; }
ul#nav li a:hover{ background-position: 0 -54px !important; }

body#p-index ul#nav li#home a, body#p-about ul#nav li#about a, body#p-portfolio ul#nav li#portfolio a, body#p-contact ul#nav li#contact a, body#p-thankyou ul#nav li#contact a { background-position: 0 -54px !important; }


/*-------------------------------------------    
    Banner
-------------------------------------------*/
#banner-container { width: 940px; height: 560px; display: block; clear: both; }

/* intro text */
#intro h1 { text-align: justify; }

/* banner */
#banner { width: 940px; height: auto; display: block; clear: both; }
#banner:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
#banner h2 { width: 792px; height: 20px; float: left; display: block; }
#banner a.view-more { width: 134px; height: 20px; background: url("../images/core/button_viewmore.gif") no-repeat; float: left; display: block; text-indent: -9999px; margin-top: 3px; }
#banner a.view-more:hover { background-position: 0 -20px !important; }

/* showcase */
#showcase { width: 790px; height: 345px; display: block; overflow: hidden; position: relative; float: left; margin: 30px 0; padding: 0 73px 0 77px; }
#showcase ul#slides { width: 790px; height: 345px; list-style-type: none; margin: 0; }
#showcase ul#slides li { width: 790px; height: 345px; display: block; text-align: center; }
#showcase ul#slides li img { width: 790px; height: 318px; overflow: hidden; }
#showcase ul#slides li span.slide_caption { display: none; color: #D3D3D0; height: 27px; width: 790px; }
#showcase #prev a { width: 25px; height: 25px; display: block; background: url("../images/core/arrow_left.gif") no-repeat; position: absolute; top: 139px; left: 20px; }
#showcase #prev a:hover { background-position: 0 -25px !important; }
#showcase #next a { width: 25px; height: 25px; display: block; background: url("../images/core/arrow_right.gif") no-repeat; position: absolute; top: 139px; right: 20px; }
#showcase #next a:hover { background-position: 0 -25px !important; }
/*.caption { display: block; width: 100%; height: 27px; line-height: 35px; }
.caption #project_caption { display:none; color: #939292; text-align: center; background: transparent; }*/

/*-------------------------------------------    
    Content
-------------------------------------------*/
#content-container { width: 940px; height: auto; display: block; clear: both; margin-bottom: 3em; }
#content-container:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
#content-container ul { list-style-type: none; margin: 0; }
#content-container ul li { width: 294px; height: auto; padding-right: 28px; float: left; display: block; }
#content-container ul li.last { padding-right: 0; }

#content-container ul#bullet { margin: 0 0 0 5px; }
#content-container ul#bullet li { background: url("../images/core/icon_tick.gif") 0 5px no-repeat; display: block; padding-left: 18px; font-size: 1.2em; line-height: 1.8em; }
#content-container ul li p { margin-bottom: 0.5em; }

#inner-content-container { width: 900px; height: auto; display: block; clear: both; margin: 3em 0; padding: 0 20px; }
#inner-content-container:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }

/* left */
#left-content { width: 200px; height: auto; display: block; float: left; }

/* right */
#right-content { width: 700px; height: auto; display: block; float: left; }
body#p-thankyou #right-content { height: 340px; }
.green { font-size: 2.8em; color: #00AED9; }
.grey { font-size: 2.2em; color: #D3D3D0; margin-top: 5px; }

/* portfolio */
.case { width: 700px; height: auto; display: block; border-bottom: 1px solid #474847; margin-bottom: 20px; }
.last { border-bottom: 0; }
.case ul { list-style-type: none; margin: 0; }
.case ul li { width: 210px; height: 180px; display: block; float: left; margin: 0 20px 20px 0; }
.case ul li img { width: 210px; height: 130px; border-bottom: 4px solid #00AED9; margin-bottom: 6px; }
.case ul li a { color: #D3D3D0; text-decoration: none; }
.case ul li a:hover { color: #00AED9; text-decoration: underline; }


/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer { width: 940px; height: auto; display: block; clear: both; background: url("../images/core/bg_footer.gif") 0 0 no-repeat; margin-bottom: 3em; padding-top: 20px; }
#footer ul { list-style-type: none; margin: 0; }
#footer ul li { float: left; display: block; color: #585A56; padding: 0 5px; }
#footer ul li a { color: #585A56; text-decoration: none; }
#footer ul li a:hover { color: #B2F61E; text-decoration: underline; }


/*-------------------------------------------    
    Extras
-------------------------------------------*/
#tooltip { position: absolute; border: 0; background-color: #D3D3D0; color: #474747; padding: 2px 5px; display: none; font-size: 1em; }	

