@CHARSET "UTF-8";

/* $Id: jobs.css,v 1.0 2008-08-26 10:35:38 asc Exp $ */

/**
 * Job Page, Actual Size Creative
 * Copyright, 2008 Actual Size Creative. All rights reserved.
 * 
 * http://www.thisisactualsize.com/
 *
 */

/**
 * LOAD STYLE LIBRARY
 */
 @import "reset.css";



/**
 * SETUP BODY
 */
 body {
 margin: 0 auto;
 padding: 0;
 width: 900px;
 background: rgb(38,38,38) url("../images/background-border.gif") no-repeat center 0;
 }
 
 
/**
 * GRID
 */
 .description {
 margin: 127px 0 0 90px;
 padding: 0;
 width: 356px;
 float: left;
 clear: none;
 }
 
 * html .description {
 margin: 127px 0 0 50px;
 }
 
 .skills {
 margin: 134px 0 0 50px;
 padding: 0;
 width: 320px;
 float: left;
 clear: none;
 }
 

/**
 * TYPOGRAPHY
 */
 h1 {
 margin: 28px 0 6px;
 padding: 0;
 font-family: Georgia, serif;
 font-size: 28px;
 font-style: italic;
 font-weight: normal;
 line-height: 28px;
 background-color: transparent;
 color: rgb(190,214,255);
 }
 
 h2 {
 margin: 28px 0 6px;
 padding: 0;
 font-family: Georgia, serif;
 font-size: 22px;
 font-style: italic;
 font-weight: normal;
 line-height: 28px;
 background-color: transparent;
 color: rgb(190,214,255);
 }
 
 p {
 margin: 0;
 padding: 8px;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 font-weight: normal;
 line-height: 23px;
 background-color: transparent;
 color: rgb(255,255,255);
 }
 
 p.small {
 margin: 0;
 padding: 0;
 font-size: 12px;
 font-weight: normal;
 line-height: 20px;
 }
 
 p a, p a:link, p a:active, p a:visited {
 margin: 0;
 padding: 0;
 font-weight: bold;
 text-decoration: none;
 background-color: transparent;
 color: rgb(251,176,59);
 }

 p a:hover {
 margin: 0;
 padding: 0;
 text-decoration: none;
 background-color: transparent;
 color: rgb(190,214,255);
 }
 
 ul {
 margin: 0 0 0 20px;
 padding: 0;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 20px;
 list-style-type: disc;
 background-color: transparent;
 color: rgb(255,255,255);
 }
 
 li {
 margin: 0;
 padding: 0;
 background-color: transparent;
 color: rgb(255,255,255);
 }

