/* Arigel Company Stylesheet   
   ----------------------------
   Done by Arigel Design Studio
   Copyright (c) 2009
 */
 
/* @group General Reset */

/*Begin 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
/* remember to define focus styles! */
: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: "" "";
}

/* End RESET */



/* @end */

/* @group Worldwide settings */
@font-face {font-family: "Avenir"; src: url("avenir-ltstd-light.otf");}
@font-face {font-family: "Avenir"; font-style: italic; src: url("avenir-light-oblique.otf");}
@font-face {font-family: "Avenir"; font-weight: 500; src: url("avenir-medium.otf");}

body {
  background-position: top center;
  color: #000;
  font: 12px/20px "Avenir", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;	
  width:700px;
  margin:50px auto 0 auto;
}

a {
	text-decoration: none;
	color:#00adef;
}

a:hover {
	color: red;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

#top {
	padding-bottom: 40px;
}



/* @end */

/* @group Top Settings */

.jobs-top {
	top:0;
	left: 0;
	position: fixed;
}

/* @end */

/* @group Container Styling */

#container {
	margin-bottom: 25px;
	width: 700px;
	border-top: 0px solid #699aff;
	clear: both;
}

#container span.highlight{
	font-size: 145px;
	color: #333;
}

#container #infinity {
	width: 200px;
	float: left;
	text-align: right;
}

#container #gateway {
	width: 500px;
	float: right;
	font-size: 45px;
	line-height: 50px;
}

#container #links {
	clear: both;
	font-size: 18px;
	padding-top: 25px;
	line-height: 25px;
}

#container #links .site-left, #container #links .site-right {
	width: 340px;
	text-align: center;
	float: left;
}
#container #links .site-left {
	border-right: 1px dotted #ccc;
}

#container #links a {font-size: 26px;}

/* @end */

/* @group Description */

#description {
	padding-top: 25px;
	clear: both;
	display: block;
}

#description p{
	font-size: 16px;
	color: #222;
	letter-spacing:0px;
	line-height: 28px;
	text-transform: lowercase;
}

#description span {
	color: #FF3716;
}

#description a.software, a.design {
	color: #00adef;
}

#description a.software:hover, a.design:hover {
	color: #ff0000;
}



/* @end */

/* @group Jobs Styling */

#jobs h1 {
	font-size: 18px;
	color: #ff0000;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#jobs h1 span {
	font-size:14px;
	color:#777;
	text-align:right;
	float:right;
	text-transform:lowercase;
}

#jobs .content {
	padding-bottom: 20px;
}

/* @group List Styling */

#jobs .list {
	padding-bottom: 40px;
}

#jobs .list ul {
	font-size: 14px;
}

#jobs .list li {
	margin: 2px;
	padding: 3px;
}

#jobs .list ul li:hover {
	background: #f2f2f2;
}

#jobs .list span {
	font-size: 14px;
	color: #666;
	float: right;
}



/* @end */

/* @group Details Styling */

#jobs .details a:hover {
	color: #000;
}
#jobs .details h3 {
	font-size: 22px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 5px;
}

#jobs .details h3 span.exp {
	font-size: 12px;
	color: #333;
}

#jobs .details h3 span.date {
	font-size: 12px;
	float: right;
	color: #16C;
}

#jobs .details h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #16C;
}

#jobs .details ul {
	padding-bottom: 20px;
}

#jobs .details ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 15px;
}

#jobs .details p{
	padding-bottom: 15px;
}



/* @end */

/* @end */

/* @group 404 */

h1.four {
	font-size: 32px;
	padding-bottom: 60px;
}

p.four {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}
/* @end */

/* @group Internal use styles */
#login-options {
	position: absolute;
	top: 2%;
	right: 2%;
}


#login-options p {
    color:#555;
    text-align:center;
    font-size:9px;
}

#login-options a {
    text-decoration:none;
    color:red;
    padding:3px 3px;
}

#login-options a:hover {
    color:#00adef;
}



/* @end */

/* @group Footer */

.copyright {
	margin-top: 25px;
	color: #333;
	font-size: 11px;
	margin-bottom: 25px;
}

.copyright p.fade{
	font-size: 18px;
	color: #00adef;
	letter-spacing: 0px;
}

.copyright p.right {
	text-align: right;
}

.copyright .highlight {
	color: red;
}

.footer-bottom {
	bottom: 0px;
	right: 0px;
	position: fixed;
}
/* @end */

