/* tools */
.replace { position:relative; margin: 0; padding: 0; overflow: hidden; }
.replace span { display: block; float: left; position: absolute; top: 0; left: 0; z-index: 100; }
.replace a { cursor: pointer; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clear fix */
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;} /* Hides from IE-mac \*/
.clearfix {display: block;}


/* global */
body { font-size: 76%; font-family: arial, san-serif; margin: 40px 0 0; background: url(/static/gfx/page_bg.gif) repeat-x center 0; color: #424242; }
a img { border: none; }


/* container */
div.container { position: relative; width: 900px; margin: 0 auto; padding: 0; clear: both; z-index: 0;  }



/* --------- LAYOUT --------- */

/* header */
div#header { display: inline; float: left; width: 100%; height: 133px; background: url(/static/gfx/horiz_line_bg.gif) repeat-x bottom; margin: 0; padding: 0; clear: both; }
div#header h1 { position: absolute; top: 0; text-indent: -9000px; height: 0; margin: 0; padding: 0; }

div#logo { float: left; width: 500px; height: 115px; padding: 0 0 0; }

div#toolbar { display: inline; float: left; width: 400px; height: 62px; color: #323432; font-size: 1em; }
div#toolbar a { color: #323432; margin: 0; text-decoration: none; }
div#toolbar a:hover { color: #f5e169; }
div#toolbar ul { display: inline; float: right; margin: 0; padding: 0; list-style-type: none; clear: both; }
div#toolbar li { float: left; margin: 0 0 0 12px; padding: 0 12px 0 0; border-right: 1px solid #ddd; }
li.last { padding: 0 !important; border: none !important; }


/* search */
div#search { display: inline; float: left; width: 400px; height: 40px; margin: 0; padding: 0; }
div#search form { display: inline; float: right; }
div#search label { display: inline; float: left; width: 120px; height: 23px; padding: 8px 0 0; color: #767676; background: url(/static/gfx/search_left.gif) no-repeat top right; }
div#search input { display: inline; float: left; margin: 0; padding: 0; font-family: arial, san-serif; font-size: 1em; color: #444; vertical-align: middle; }
div#search #searchbox { width: 185px; height: 15px; background: url(/static/gfx/search_bg.gif) repeat-x; padding: 8px 0; margin: 0; border: none; }


/* navigation */
div#navigation ul { display: inline; float: right; height: 45px; padding: 0; margin: 0; list-style-type: none; clear: both; }
div#navigation ul a { font-size: 1em; font-weight: bold; color: #a7a7a7; text-decoration: none; text-align: center; } 
div#navigation li { display: block; float: left; height: 45px; margin: 0 0 0 0px; padding: 0; }
div#navigation li a { display: inline; float: left; height: 45px; margin: 0 0 0 28px; padding: 18px 28px 0 0; outline: none; }
div#navigation li.active { background: url(/static/gfx/nav_left.gif) no-repeat top left; } 
div#navigation li.active a { color: #fff; background: url(/static/gfx/nav_bg.gif) repeat-x top right; } 
div#navigation a:hover { color: #f5e169; }

/* content div */
div#content { display: inline; float: left; width: 100%; height: auto !important; height: 300px; min-height: 300px; background: url(/static/gfx/horiz_line_bg.gif) repeat-x bottom; padding: 50px 0 20px; clear: both; }

/* footer */
div#footer { float: left; width: 100%; background: #4b4b4b url(/static/gfx/footer_bg.gif) repeat-x; margin: 0; padding: 70px 0 40px; clear: both;  }
div#footer h3, div#footer h4 { color: #fff; }
div#footer strong { color: #fff; }
div#footer p { color: #ddd; font-size: 0.9em; }
div#footer small { color: #cecece; }
div#footer a { color: #fff; text-decoration: underline; }
div#footer ul { list-style-type: none; margin: 0; padding: 0; }
div#footer ul li { margin: 0 0 10px; padding: 0; }

div#footer .col1 { width: 300px; margin: 0 40px 0 0; }
div#footer .col2 { width: 300px; margin: 0 40px 0 0; }
div#footer .col3 { width: 220px; margin: 0; }
div#footer .col4 { width: 219px; }


/* --------- DEFAULT TEMPLATE --------- */

/* content styles */
div.content h1 { font-size: 1.9em; font-weight: normal; color: #222; margin: 0 0 24px; }
div.content h2 { font-size: 1.8em; font-weight: normal; color: #222; margin: 0 0 18px; }
div.content h3 { font-size: 1.6em; font-weight: normal; color: #555; margin: 0 0 18px; }
div.content h4 { font-size: 1.4em; font-weight: normal; color: #383a38; margin: 0 0 15px; }
div.content p { font-size: 1.1em; margin: 0 0 15px; line-height: 1.5em; }
div.content ul { padding: 0; list-style-position: inside; }
div.content a { color: #69b8f5; text-decoration: none; }
div.content a:hover { color: #ccc !important; }
div.content blockquote { color: #777; font-size: 1em; line-height: 1.8em; margin: 0 0 12px; padding: 0 0 0 10px; border-left: 5px solid #69B8F5; }
div.content li { padding: 0 0 8px 20px; }
div.content small { font-size: 0.9em; color: #777; }
div.content pre { width: 458px; background: #f4f4f4; border: 1px solid #ccc; padding: 10px 6px 20px; margin: 10px 0; overflow: auto; }
div.content code { font-size: 1.2em; color: #000; }

/* forms */
form.default { width: 100%; margin: 0 0 20px; }
form.default label, form.default input, form.default textarea, form.default img { float: left; font-family: arial, san-serif; font-size: 1em; color: #444; margin: 0 6px 6px 0; }
form.default input { background: #f4f4f4 url(/static/gfx/input_bg.gif) repeat-x; border: 1px solid #ccc; padding: 6px; }
form.default textarea { width: 300px; height: 60px; background: #f4f4f4; border: 1px solid #ccc; padding: 6px; }
form.default textarea.small { width: 343px !important; height: 100px; }
form.default label { width: 100px; margin: 0 10px 0 0; padding: 4px 0 0; font-weight: bold; }
form.default .formelement { width: 140px; }
form.default .button { background: #69b8f5; padding: 8px 15px !important; padding: 6px; margin: 0 0 0 4px; color: #fff; font-weight: bold; border: 2px solid #509bd6; }
form.default .nolabel { margin: 10px 0 0 110px; }

/* pics */
img.pic { margin: 6px 0 6px; }

/* boxes */
div.box { width: 204px; padding: 25px 20px; background: #fff7cf url(/static/gfx/box_bg.gif) repeat-x; border: 1px solid #ffce34; margin: 0 0 30px; }

div.blue-box { display: inline; float: left; width: 324px; height: auto !important; height: 160px; min-height: 160px; padding: 10px; background: #f1f8fd url(/static/gfx/blue_box_bg.gif) repeat-x; border: 1px solid #c7dcf2; margin: 0 20px 30px 0; }
div.blue-box img { float: left; margin: 0 10px 0 0; }

div.last { margin: 0 !important; }

/* tables */
table.default { width: 100%; }


/* errors */
div.error { background: #FFDFDF; padding: 15px 10px 0px; border: 1px solid #BF0000; margin: 0 0 20px 0; color: #444; }
div.error h2 { color: #BF0000 !important; margin: 10px 0 !important; }


/* messages */
div.message { background: #f4f4f4; padding: 15px 10px 0px; border: 1px solid #ccc; margin: 0 0 20px 0; color: #444; }
div.message h2 { color: #555 !important; margin: 10px 0 !important; }


/* columns */
div.col1 { width: 460px; margin: 0 80px 0 0; }
div.col2 { width: 360px; padding: 0; }


/* buttons */
a.button { display: block; background: url(/static/gfx/button_bg.gif) no-repeat; width: 92px; height: 38px; padding: 0; line-height: 38px; color: #fff !important; font-size: 11px; font-weight: bold; text-decoration: none !important; text-align: center; }
a.button:hover { color: #ccc; }
a.green-button { background: #6ec621; border: 2px solid #57ab0e; padding: 5px 15px; line-height: 30px; color: #fff; text-decoration: none;  }



/* SITE SPECIFIC STUFF */
h1#welove { width: 459px; height: 106px; margin: 0; z-index: 0; } 
h1#welove span { width: 459px; height: 106px; background: url(/static/images/heading_welove2.gif) no-repeat; margin: 0; } 
h3#thanks { display: block; width: 500px; height: 33px; margin: 0 0 15px; background: url(../images/visiting.png) no-repeat; z-index: 0; text-indent: -9000px; } 

div#portfolio-buttons { position: relative; width: 100%; height: 50px; }
div#portfolio { position: relative; width: 900px; height: 560px; padding: 30px 0; background: #454545 url(/static/gfx/pf_bg.jpg) no-repeat; overflow: hidden; text-align: center; clear: both; }
div#carousel ul { width: 900px; list-style-type: none; clear: both; }
div#carousel li { width: 900px; height: 560px; margin: 0; color: #ccc; background: url(http://static.halogy.com/images/loading.gif) no-repeat center; }
div#carousel strong { color: #eee; }
div#carousel li img { width: 450px; margin: 0 0 20px; }
a.prev { position: absolute; top: 0; left: 0; }
a.next { position: absolute; top: 0; right: 0; }

/* --------- 2 COL TEMPLATE --------- */

/* columns */
div.tpl-2col { display: inline; float: left; margin: 0 0 30px; clear: both; }
div.tpl-2col .col1 { width: 435px; margin: 0 30px 0 0; padding: 0; }
div.tpl-2col .col2 { width: 435px; margin: 0; padding: 0; }

div.tpl-2col .intro { width: 385px; padding: 20px 20px 20px 30px; background: url(../gfx/intro_bg.jpg) no-repeat; }
div.tpl-2col .intro p { width: 280px; }