/*!
 * Project:   ALEXY
 * Date:      2011/09/21
/* ---------------------------------------- */

/*! fonts -------- */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700);

/* font-family: 'Josefin Sans', 'PT Sans Narrow', sans-serif; */

* { margin: 0; padding: 0; }

html { overflow-y: scroll; font-size: 100.01%; }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: #000; font-family: Arial Narrow,PT Sans Narrow,Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 1.5; }
li, dt, dd, p, figure, th, td, caption, pre { font-size: 1.3em; letter-spacing: 1px; } /*---*/ li *, li p, li li, dt *, dd *, p *, figure *, th *, td * { font-size: 1em; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/*! layout -------- */

#root { width: 960px; margin: 0 auto; padding-bottom: 50px; }
 #top { margin: 0; padding: 10px 20px; min-height: 480px; background: url(../images/banner-a.jpg) 50% 0 no-repeat; }
  #logo { font-size: 36px; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; }
   #logo a { color: #e3e3e3; text-decoration: none; }
   #logo a:hover, #logo a:focus, #logo a:active { color: #fff; text-decoration: none; }
  #slogan { padding-left: 420px; padding-top:300px; color: #bababa; font: italic 24px/1.2 Century Gothic,Josefin Sans,Helvetica Neue,Helvetica,Arial,sans-serif; letter-spacing: 1px; }
  #skips, #skips ul { position: absolute; position: fixed; top: 50%; left: 0; z-index: 9999; list-style: none; width: 100%; margin: -30px 0 0; padding: 0; text-align: center; }
   #skips li { position: absolute; left: 0; top: 0; width: 100%; font: bold 5em/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
    #skips li a { display: -moz-inline-stack; display: inline-block; position: fixed; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;  background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
    #skips li a:focus, #skips li a:active { position: relative; left: 0; }
  #nav { }
   #nav ul { list-style: none; margin: 0; padding: 0; }
    #nav ul li { }
     #nav ul li a { }
     #nav ul li em { position: absolute; left: -10001px; top: -10001px; }
 #content { width: 820px; margin: 0 auto; padding: 20px; border-top: 0; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; }
 #footer { }


/*! headers ------- */

h1, h2, h3, h4, h5, h6 { font-family: Century Gothic,Josefin Sans,Helvetica Neue,Helvetica,Arial,sans-serif; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/*! columns ------- */

div.columns-a { overflow: hidden; width: 100%; padding: 0; border-top:#999999 solid 1px;  border-bottom:#999999; }
 div.columns-a div.col-a { float: left; width: 400px; margin: 0; }
 div.columns-a div.col-b { float: right; width: 400px; margin: 0; }


/*! containers ---- */


/*! forms --------- */

form { }
 label { cursor: pointer; }
 textarea { overflow: auto; resize: vertical; }
 button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

/*! tables -------- */

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 5px 10px; border: 1px solid #eee; }

/*! navs ---------- */

span#prev,
span#next,
span#pager {
	font-size:1.4em;
	line-height:3em;
	margin-bottom:0;
}
span#prev,
span#next,
span#pager span {
	cursor:pointer;
}

span#prev {
	float:left;
	margin-left:9px;
}
span#next {
	float:right;
	text-align:right;
	margin-right:9px;
}

span#pager span{
	display:inline-block;
	width:12px;
	height:12px;
	padding:0;
	margin:0 10px;
	line-height:0;
	text-indent:-9999px;
	vertical-align:middle;
	zoom:1;
	color:#333333;
	background:#000000;

}

span#pager {
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

/*! lists --------- */

ul, ol, dd, blockquote { padding-left: 40px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

/*! paragraphs ---- */


/*! links --------- */

a { color: #09f; text-decoration: underline; }
a:hover, a:focus, a:active { color: #000; text-decoration: underline; }
 a span { cursor: pointer; }

/*! images -------- */

img { border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

/*! other --------- */

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

hr, div.hr { overflow: hidden; width: 100%; height: 1px; margin: 15px 0; border: none; border-top: 1px solid #eee; background: none; font-size: 0; }
 div.hr * { display: none; }

/*! helpers ------- */

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/*! mobile -------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } }

/*! specific ------ */