
/*==================================================
 * 
 * Filename: cryode.css
 * Website: www.cryode.com
 * Author: Eric Roberts
 * Date Created: 8/25/2008
 * Media: Screen
 * 
 * Description
 * -----------
 * Sitewide CSS for the Cryode Studios website.
 * 
 *==================================================*/
 
 
/*=========== CSS RESET ============================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/*=========== Body & Container ============================*/

body {
    background: #3F4C6B url(/images/pagebg.gif) repeat-x top left;
    font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 0.9em;
    text-align: center;
}

#container {
    width: 900px;
    min-width: 900px;
    margin: 0 auto;
    text-align: left;
}

a, a:visited {
    color: #BA3249;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

/*=========== Important Misc ============================*/

.hidden {
	visibility: hidden;
	font-size: 0.1em;
	position: fixed;
	top: -10000px;
	left: -10000px;
}

.clear_both { clear: both; }

.clear-div {
    clear: both;
    height: 1px;
}

.highlight { background-color: #F6F5BD; }

.errors {
    background-color: #F7E7E8;
    border: 1px solid #DD8383;
    color: #a00;
    padding: 15px;
    margin-bottom: 15px;
}

.success {
  background-color: #d3f2d0;
  border: 1px solid #a0dd99;
  color: #0A0;
  text-align: center;
  margin-bottom: 30px;
}

.success a, .success a:visited {
    color: #080;
    text-decoration: underline;
}

.success a:hover { color: #000; }

abbr, acronym, .help {
    border-bottom: 1px dotted #666;
    cursor: help;
}

/*=========== Top Container, Logo ============================*/

#top {
    position: relative;
    height: 115px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 317px;
    height: 115px;
}

#logo span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#logo a, #logo a:visited {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 317px;
    height: 115px;
    background-image: url(/images/logo.gif);
    text-indent: -9999px;
    z-index: 2;
}

#logo h2 {
    margin-top: 30px;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
}

#logo h3 {
    font-size: 1.1em;
    color: #F6F5BD;
    margin: 6px 0 0 60px;
}

#nav {
    position: absolute;
    top: 75px;
    right: 50px;
    height: 40px;
}

#nav li {
    display: inline;
    height: 40px;
}

#nav li a {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    color: #F6F5BD;
}

#nav li a span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
}

#nav li a.nav-portfolio { width: 106px; }
#nav li a.nav-portfolio span { width: 106px; background-image: url(/images/nav-portfolio.gif); }

#nav li a.nav-about { width: 84px; }
#nav li a.nav-about span { width: 84px; background-image: url(/images/nav-about.gif); }

#nav li a.nav-news { width: 73px; }
#nav li a.nav-news span { width: 73px; background-image: url(/images/nav-news.gif); }

#nav li a.nav-contact { width: 98px; }
#nav li a.nav-contact span { width: 98px; background-image: url(/images/nav-contact.gif); }

#nav li a:hover { color: #fff; }
#nav li a:hover span { background-position: 0 -40px; cursor: pointer; }

/*#nav li a, #nav li a:visited {
    display: block;
    float: left;
    height: 40px;
    margin: 0 5px;
}

#nav li a span, #nav li a:visited span {
    display: block;
    height: 40px;
}

.nav-portfolio span { background-image: url(/images/nav-portfolio.gif); width: 106px; }
.nav-about span { background-image: url(/images/nav-about.gif); width: 84px; }
.nav-contact span { background-image: url(/images/nav-contact.gif); width: 98px; }

#nav li a:hover span { background-position: 0 -40px; }*/

/*=========== White Container ============================*/

#main {
    background: #fff url(/images/white-top.gif) repeat-x top left;
    padding: 50px 50px 20px 50px;
    min-height: 210px;
}

.separator {
    width: 900px;
    height: 48px;
    background-image: url(/images/separator.gif);
}

.white {
    background-color: #fff;
    padding: 30px 50px 20px 50px;
    text-align: left;
}

/*=========== Footer ============================*/

#footer {
    min-height: 35px;
    background: transparent url(/images/white-bottom.gif) repeat-x top left;
    padding: 40px 0 0 0 !important;
    padding: 40px 0 20px 0;
    font-family: Verdana;
    font-size: 0.7em;
    line-height: 15px;
    color: #6C7893;
}

#footer a, #footer a:visited {
    color: #6C7893;
    text-decoration: none;
}

#footer a:hover { background-color: #333D56; }

#footer #right { float: right; }

/*=========== Homepage Welcome Box ============================*/

#welcome {
    position: relative;
    width: 800px;
    height: 200px;
    margin: 0 auto;
}

#welcome span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 800px;
    height: 200px;
    background-image: url(/images/rockstar.png);
}

#welcome h1 {
    font-size: 1.5em;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

#welcome h2 {
    margin-left: 40px;
    font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
    color: #888;
}

#welcome a, #welcome a:visited {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 50px;
    background-image: url(/images/rockstar_contactus.png);
    text-indent: -9999px;
}

#welcome a:hover { background-position: 0 -50px; }

/*=========== Homepage Project / Feature Word Columns ============================*/

#work-columns {
    margin-top: 30px;
    background: #fff url(/images/work-columns.png) repeat-y top center;
    text-align: left;
}

#left-work {
    float: left;
    width: 245px;
}

.recent-projects h4 {  /* Start Recent Projects */
    position: relative;
    width: 163px;
    height: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.recent-projects h4 span {
    position: absolute;
    display: block;
    width: 163px;
    height: 25px;
    background-image: url(/images/recent-projects.png);
    z-index: 2;
}

.recent-projects ul li {
    margin-bottom: 15px;
    line-height: 1.3em;
}

.recent-projects ul li span.title {
    color: #000;
    font-weight: bold;
}

.recent-projects ul li span.title a { color: #000; }

.recent-projects ul li img { margin-bottom: -2px; }

.recent-projects ul li span.projects {
    font-size: 0.75em;
    line-height: 1.4em;
}

.planning { color: #CE3030; }
.inprogress { color: #F39C2D; }
.complete { color: #45BA2E; }

.psd-slicing h4 { /* Start PSD Slicing Box */
    position: relative;
    width: 120px;
    height: 25px;
    background-image: url(/images/psd-slicing.png);
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.psd-slicing h4 span {
    position: absolute;
    display: block;
    width: 120px;
    height: 25px;
    background-image: url(/images/psd-slicing.png);
    z-index: 2;
}

.psd-slicing p {
    margin-bottom: 15px;
    line-height: 1.3em;
}

/* Start Featured Work */ 
#featured-work { margin-left: 287px; }

#featured-work h4 {
    position: relative;
    width: 154px;
    height: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

#featured-work h4 span {
    position: absolute;
    display: block;
    width: 154px;
    height: 25px;
    background-image: url(/images/featured-work.png);
    z-index: 2;
}

#featured-work-box {
    width: 495px;
    height: 335px;
    background-image: url(/images/featured-work-box.png);
    padding: 15px 0 0 15px;
    font-size: 0.8em;
    color: #998F6F;
    font-style: italic;
}

#featured-work-box img {
    border: 1px solid #333;
    margin-right: 0 !important;
    margin-right: -3px;
}

#featured-work-box h6 {
    margin: 8px 0 5px 0;
    font-weight: bold;
    font-style: normal;
}

.work-clear { /* IE Adjustment */
    clear: left;
    height: 0;
}

/*=========== Three Columns ============================*/

/* Currently used for Homepage only
   but set up as classes for multiple use. */

.columns {
    background: #fff url(/images/columns.png) repeat-y top center;
    font-family: Verdana;
    font-size: 0.75em;
    line-height: 17px;
}

.columns a, .columns a:visited { color: #6274A4; }

.columns p { margin: 10px 0; }

.column1 {
    float: left;
    width: 245px;
}

.column2 {
    float: left;
    width: 225px;
    margin-left: 42px;
}

.column3 {
    float: left;
    width: 235px;
    margin-left: 40px;
}

/*=========== Homepage Column Content ============================*/

/* OUR NETWORK */

.our-network h4 {
    width: 147px;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.our-network h4 span {
    position: absolute;
    display: block;
    width: 147px;
    height: 25px;
    background-image: url(/images/our-network.png);
    z-index: 2;
}

/* OTHER COOL STUFF */

.other-cool-stuff h4 {
    width: 168px;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.other-cool-stuff h4 span {
    position: absolute;
    display: block;
    width: 168px;
    height: 25px;
    background-image: url(/images/other-cool-stuff.png);
    z-index: 2;
}

.our-network ul,
.other-cool-stuff ul {
    list-style-type: circle;
    line-height: 17px;
    margin-left: 17px;
}

/* BE SOCIAL */

.be-social h4 {
    width: 101px;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.be-social h4 span {
    position: absolute;
    display: block;
    width: 101px;
    height: 25px;
    background-image: url(/images/be-social.png);
    z-index: 2;
}

/* ROCK STARS */

.rockstars h4 {
    width: 107px;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.rockstars h4 span {
    position: absolute;
    display: block;
    width: 107px;
    height: 25px;
    background-image: url(/images/rock-stars.png);
    z-index: 2;
}

.rockstars p span.caption {
    font-size: 0.9em;
    font-style: italic;
    color: #999;
}

/* WHAT'S GOING ON */

.going-on h4 {
    width: 187px;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.going-on h4 span {
    position: absolute;
    display: block;
    width: 187px;
    height: 25px;
    background-image: url(/images/going-on.png);
    z-index: 2;
}

.going-on ul li { margin-top: 10px; }
.going-on ul li a.rss { color: #EE8900; }

.going-on h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

.going-on h6 a, .going-on h6 a:visited { color: #000; }

/* NEWSLETTER */

.newsletter h4 {
    width: 114px;
    height: 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #999;
}

.newsletter h4 span {
    position: absolute;
    display: block;
    width: 114px;
    height: 25px;
    background-image: url(/images/newsletter.png);
    z-index: 2;
}

/*=========== Content Page Common ============================*/

.page-header {
    width: 800px;
    height: 60px;
    margin-bottom: 30px;
}

.header-portfolio { background-image: url(/images/header-portfolio.png); }
.header-contact { background-image: url(/images/header-contact.png); }
.header-news { background-image: url(/images/header-news.png); }
.header-slicing { background-image: url(/images/header-slicing.png); }
.header-about { background-image: url(/images/header-about.png); }

body#content #main a { color: #777; text-decoration: underline; }
body#content #main a:hover { color: #444; }

body#content #main h1, body#content #main h2 { font-size: 1.8em; }
body#content #main h3 { font-size: 1.4em; }

body#content #main h4 {
    font-size: 1.2em;
    color: #6274A4;
}

body#content #main p, body#content #main ul {
    margin: 15px 0;
    line-height: 1.5em;
}

body#content #main p { text-indent: 15px; }

body#content #main ul {
    list-style-type: circle;
    margin-left: 25px;
}

blockquote {
    width: 700px;
    margin-left: 10px;
    border-left: 2px solid #6274A4;
    padding-left: 15px;
    font-size: 0.9em;
    color: #555;
    font-style: italic;
}

body#content #main img.left {
    float: left;
    margin: 0 20px 20px 0;
}

body#content #main img.right {
    float: right;
    margin: 0 0 20px 20px;
}

/*=========== Portfolio Home ============================*/

.port-section {
    height: 170px;
    padding: 15px 0;
    border-bottom: 3px solid #ddd;
}

.port-section img {
    float: left;
    margin-right: 15px;
}

.port-section h3 a {
    font-size: 1.3em;
    color: #666;
}

.port-section p {
    margin-top: 10px;
    color: #999;
}

/*=========== Tags & Visit Button ============================*/

.tags {
    float: left;
    width: auto !important;
    width: 650px;
    height: 20px;
    background: #F6F5BD url(/images/tagsright.png) no-repeat top right;
    padding-right: 15px;
    font: italic 0.75em Verdana;
    color: #ACA56D;
}

.tags span {
    display: block;
    width: auto !important;
    width: 630px;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    background: transparent url(/images/tagsleft.png) no-repeat top left;
}

.tags ul {
    list-style: none;
    margin: 0;
    height: 20px;
    background: transparent url(/images/tagsleft.png) no-repeat top left;
}

.tags ul li {
    display: inline;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
}

.visitsite {
    float: left;
    width: 120px;
    height: 20px;
    font: italic 0.75em/20px Verdana;
    margin-left: 10px;
    text-align: center;
}

.visitsite a, .visitsite a:visited {
    display: block;
    width: 120px;
    height: 20px;
    color: #65B05D;
    background-image: url(/images/visitsite.png);
}

.visitsite a:hover {
    text-decoration: none;
    font-weight: bold;
    background-position: 0 -20px;
}

/*=========== Portfolio Item ============================*/

#portitem h1 {
    font-size: 1.8em;
    margin-bottom: 8px;
}

#portitem p {
    margin: 15px 0;
    line-height: 1.4em;
}

#portimages {
    width: 700px;
    margin: 0 auto;
    text-align: left;
}

#portimages li {
    padding-top: 8px;
    margin-bottom: 20px;
    font-size: 0.8em;
    color: #fff;
}

#portimages li span {
    height: 2.0em;
    line-height: 2.0em;
    padding: 5px 10px;
    background-color: #333;
}

#portimages li img {
    border: 1px solid #333;
    border-width: 2px 1px 1px 1px;
}

.portlinks { text-align: center; }
.portlinks img { margin: 0 5px; }

/*=========== Form Universal ============================*/

input.text, textarea.textarea {
    background: #fff url(/images/fieldbg.png) repeat-x top left;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
    padding: 6px 5px 5px 5px;
    font-family: Verdana;
}

textarea.textarea {
    overflow: auto;
    font-size: 0.9em;
}

input.submit { margin-top: 10px; }

div.required {
    font-size: 0.7em;
    font-weight: bold;
    color: #a00;
    margin: 17px 0 0 150px;
}

em.invalid { color: #a00; }

/*=========== News & Updates ============================*/

.news_post {
    background: url(/images/hr.png) no-repeat bottom left;
    padding-bottom: 50px;
    margin-bottom: 10px;
    position: relative;
}

.news_post_home { text-align: center; padding-top: 10px; }
.news_post_home img { margin: 0 5px; }

body#content #main .news_post h2 { margin: 0 100px 8px 0; }

body#content #main .news_post h2 a { color: #000; text-decoration: none; }
body#content #main .news_post h2 a:hover { border-bottom: 1px dashed #aaa; }

body#content #main .news_post h3,
body#content #main .news_post h4 { margin: 20px 0; }

body#content #main .news_post h3 { color: #6274A4; }

body#content #main .news_post h4 { color: #444; font-weight: bold; }

.news_post .twittley {
    position: absolute;
    top: 0;
    right: 0 !important;
    right: 50px;
}

/*=========== Contact Page ============================*/

#contact { text-align: left; }

#contact-left {
    float: left;
    width: 170px;
    padding-right: 30px;
}

#contact-left h3 { font-size: 1.3em; }

#contact-left h3 img { margin-bottom: -1px; }

#contact-left p {
    margin: 15px 0;
    color: #666;
}

#contact-left a {
    color: #666;
    text-decoration: none;
}

#contact-left a:hover { text-decoration: underline; }

#contact-form {
    margin-left: 220px;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

#contact-form blockquote { margin-bottom: 20px; }
#contact-form blockquote p { margin: 10px 0; line-height: 1.3em; }

#contact-form label {
    line-height: 25px;
    color: #666;
}

#contact-form label em.invalid { font-size: 0.8em; }

#contact-form .text { width: 300px; }

#contact-form .textarea {
    width: 500px;
    height: 150px;
}

/*=========== Homepage Newsletter ============================*/

form#newsletter label {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    color: #999;
}

form#newsletter br { clear: right; }

form#newsletter input.text {
    width: 200px;
    font-size: 1em;
}

form#newsletter input.submit {
    width: 130px;
    height: 24px;
}

/*=========== Pagination ============================*/

ul.pagination {
    height: 25px;
    line-height: 25px;
    margin: 15px 0;
    text-align: center;
    font-size: 0.75em;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    padding: 3px 6px;
    border: 1px solid #fff;
    color: #6274A4;
}

ul.pagination li a:hover {
    background-color: #eee;
    text-decoration: none;
    color: #000;
    border-color: #6274A4;
}

.thumb {
    position: relative;
    padding-right: 275px;
}

.thumb img.thumbimg {
    position: absolute;
    top: 0;
    right: -50px;
}

/*=========== About Page ============================*/

#about h3, #about h4 { clear: both; }

body#content #about blockquote p { text-indent: 0; }

/*=========== PSD Slicing ============================*/

body#content #psd-faq {
    margin-top: 30px;
    font-size: 0.9em;
    color: #555;
}

body#content #psd-faq h4 {
    margin-bottom: -5px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

body#content #psd-faq p {
    margin: 20px 0;
    line-height: 1.5em;
    text-indent: 20px;
}

body#content #psd-faq p.top {
    text-align: center;
    margin: 30px 0 0 0;
}
