/* 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");
}

body {
  background: #212129 url(glow.jpg) no-repeat;
  background-position: top center;
  color: #fff;
  font: 12px/20px "Avenir", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;	
  width:700px;
  margin:50px auto 0 auto;
}

a {
	text-decoration: none;
	color:#00BAF6;
}

a:hover {
	color: red;
}

#top {
	padding-bottom: 40px;
}



/* @end */

/* @group Slider */

#container {
	margin: 0 auto;
	width: 700px;
	border-top: 0px solid #699aff;
	padding-bottom: 30px;
}

ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; }

ul.hover_block li, ul.hover_block2 li {
	list-style:none;
	float:left;
	width:210px;
	height:250px;
	overflow: visible;
	position: relative;
	margin: 10px 10px 0 10px;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -1px;
	text-align: center;
}

ul.hover_block li a, ul.hover_block2 li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 240px;
	padding: 10px;
	color: #fff;
	border: 0px solid #212229;

}

ul.hover_block li a:hover, ul.hover_block2 li a:hover { 
	text-decoration: none; 
	border: 0px solid #699aff;
}

ul.hover_block li img, ul.hover_block2 li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}



/* @end */

/* @group Description */

#description {
	display: block;
}

#description p{
	font-size: 16px;
	color: #dedede;
	letter-spacing:0px;
	line-height: 28px;
	text-transform: lowercase;
}

#description span {
	color: #FF3716;
}

#description a.software, a.design {
	color: #00BAF6;
}

#description a.software:hover, a.design:hover {
	color: #ff0000;
}



/* @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:#444;
    text-align:center;
    font-size:9px;
}

#login-options a {
    text-decoration:none;
    color:#ddd;
    padding:3px 11px;
}

#login-options a:hover {
    color:#00adef;
    background:#000;
}



/* @end */

/* @group Footer */

.copyright {
	margin-top: 50px;
	color: #bbb;
	font-size: 11px;
}

.copyright p.fade{
	font-size: 18px;
	color: #00BAF6;
	letter-spacing: 0px;
}

.copyright p.right {
	text-align: right;
}

/* @end */

