/*---------------------------------------------------
* CSS Horus V0.9.1 Alpha
* http://csshor.us
* 16/10/2012
*
* Copyright 2012, João Firmino
* @firminoweb
---------------------------------------------------*/

/*---------------------------------------------------

    @Basic Styles
	  #Reset
	  #Basic and Typography
	  #Lists and Links
	  #Table
	  #Form and Button
	  #Navigation
	
	@Grid
	  #1200 grid 
	  #960 grid
	  #Tablet (Portrait) 	
	  #Mobile (Landscape) 
	  #Mobile (Portrait)
	  #Print Fixes
	  
    @Miscs
	  #Clear/Row Fix
	  #Image Aligns (wordpress friendly)
	  #Others	  
	   
---------------------------------------------------*/

/*==================================================*/
/*==================================================*/
             /* @Basic Styles */
/*==================================================*/
/*==================================================*/

/* #Reset (by E. Meyers) */
/*---------------------------------------------------*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block 
}

body { 
    line-height:1;
}

ol, ul { 
    list-style:none;
}

blockquote, q { 
    quotes:none; 
}

blockquote:before, blockquote:after, q:before, q:after { 
    content:''; 
	content:none; 
}

table {
	background-color:transparent;
    border-collapse:collapse; 
	border-spacing:0;
}  	

/* #Basic and Typography Styles */
/*---------------------------------------------------*/

html, body { 
    background:#fff; 
	font:14px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color:#333; 
	overflow-y:scroll;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

/* Fix audio, canvas and video a la Twitter Bootstrap - http://twitter.github.com/bootstrap */
audio, canvas, video { 
    display:inline-block; 
	*display:inline; 
	*zoom:1; 
}
 
h1, h2, h3, h4, h5, h6 { 
    color:#333; 
	font-family:"Georgia", "Times New Roman", serif; 
	text-rendering:optimizelegibility; 
} 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    font-weight:inherit; 
}

h1 { 
    font-size:42px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 { 
    font-size:28px; 
	line-height:32px; 
	margin-bottom:12px; 
}

h3 { 
    font-size:21px; 
	line-height:25px; 
	margin-bottom:8px; 
}

h4 { 
    font-size:18px; 
	line-height:22px; 
	margin-bottom:8px; 
}

h5 { 
    font-size:16px; 
	line-height:20px; 
	margin-bottom:4px;
}

h6 { 
    font-size:14px; 
	line-height:18px; 
}

h1, h2, h3, h4, h5, h6, p { 
    word-wrap:break-word; 
}

p { 
    margin: 0 0 20px 0; 
}

p img { 
    margin:0; outline:0;
}

p.first:first-letter {
	font-size:200%;
}

em { 
    font-style:italic; 
}

strong { 
    font-weight:bold; 
}

small { 
    font-size:75%; 
}

sub, sup {
  font-size:70%;
  line-height:0;
  position:relative;
}

sub {
  bottom:-2px;
}

sup {
  top:-3px;
}

blockquote, blockquote p { 
    font-size:18px; 
	line-height:21px; 
	color:#666; 
	font-style:italic; 
}

blockquote { 
    margin:0 0 20px; 
	padding:0 20px; 
	border-left:4px solid #333; 
}

cite, blockquote cite { 
    display:block; 
	font-size:11px; 
	text-align:right;
	color:#999; 
}

blockquote cite:before { 
    content: "\2014 \00A0"; 
}

abbr[title] { 
    cursor:help; 
	border-bottom:1px dotted #999; 
}

address {
	font-size:12px;
	margin:0 0 20px;
}

hr { 
    border:1px solid #ccc; 
	clear:both; 
	margin:20px 0; 
	height:0; 
}
 
hr.mtop { 
    margin:20px 0 0 0; 
}

hr.mbottom { 
    margin:0 0 20px 0; 
}
 
hr.inner-row { 
    margin:0 10px; 
}

hr.cleanline { 
    margin:0; 
}

code, pre { 
    padding:0 4px 2px; 
	font-size:12px; 
	color:#333; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
    border-radius:5px;
}

code { 
    padding:4px 6px 2px; 
	color:#000; 
	background:#eee; 
	border:1px solid #ccc; 
}

pre, kbd { 
    display:block; 
	padding:10px; 
	margin:0 0 20px; 
	font-size:14px; 
	line-height:18px; 
	word-break:break-all; 
	word-wrap:break-word; 
	white-space:pre; 
	white-space:pre-wrap; 
	background:#f6f6f6; 
	border:1px solid #ccc; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	box-shadow:#eee 1px 1px 4px; 
	-webkit-box-shadow:#eee 1px 1px 4px; 
	-moz-box-shadow:#eee 1px 1px 4px; 
}

kbd {
	font-size:85%;
	padding:2px 4px;
	display:inline
}

mark {
	color:#fff;
	background:#333
}

img { 
    border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic; /* "-ms-interpolation-mode" applies to stretched images only on IE7 */
}
 
img.scale { 
    max-width:100%; 
	height:auto; 
}

svg:not(:root) { 
    overflow:hidden; /* SVG Fix to IE9 */
}
 
/* #Lists and Links */
/*---------------------------------------------------*/

ul, ol { 
    margin: 0 0 20px 0; 
}

ul {
	list-style:none inside;
}

ul.disc {
	list-style-type:disc;
}

ul.circle {
	list-style-type:circle;
}

ol {
	list-style:decimal inside;
}

li {
	line-height:16px;
	margin-bottom:10px; 
}

ul ul, ol ol {
	margin:10px 0 0 20px;
}

a, a:visited {
	color:#333;
	text-decoration:underline;
	outline:0;
}

a:hover, a:focus {
	color:#000;
	text-decoration:none;
}

/* #Table */
/*---------------------------------------------------*/

.table {
	width:100%;
	margin:0 0 20px;
}

caption {
	font-size:14px;
	padding:8px;
	text-align:center;
	background:#f6f6f6;
}

.table th, .table td {
	line-height:18px;
    padding:8px;
    text-align:left;
}

.table th {
  font-weight:bold;
}

.table td {
	border-top:1px #ccc solid;
}

  .table.cleanline td {
	  border-top:0;
  }
  
.table.bordered {
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#ccc;
}

.table.bordered th, .table.bordered td {
	border-right:1px #ccc solid;
}
	

/* #Form and Button */
/*---------------------------------------------------*/

fieldset { margin:0 0 20px; }

.bt, .pagination a, button, input[type="submit"], input[type="reset"], input[type="button"]  {
	font-size:14px; 
	font-weight:normal; 
	display:inline-block;
	padding:6px 14px; 
	line-height:20px; 
	color:#666; 
	text-align:center; 
	text-decoration:none; 
	vertical-align:middle; 
	cursor:pointer; 
	background-color:#f6f6f6;
	background:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background:-ms-linear-gradient(top, #ffffff, #e6e6e6);
	background:-o-linear-gradient(top, #ffffff, #e6e6e6); 
	border:1px solid #ccc; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09); 
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09); 
}

.bt:hover, .pagination a:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color:#333; 
	background-color:#f6f6f6;
	background:linear-gradient(to bottom, #e0e0e0, #ffffff);
	background:-webkit-linear-gradient(top, #e0e0e0, #ffffff);
	background:-moz-linear-gradient(top, #e0e0e0, #ffffff);
	background:-ms-linear-gradient(top, #e0e0e0, #ffffff);
	background:-o-linear-gradient(top, #e0e0e0, #ffffff);
	border:1px solid #ccc;
}

.labelinputs, input, select, textarea {
	width:93%;
}

input[type="text"], input[type="password"], input[type="email"], .labelinputs, textarea, select {
	font-size:13px; 
	border:1px solid #ccc; 
	padding:8px; 
	background:#fff; 
	margin:0; 
	outline:none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	display:block; 
	margin-bottom:10px; 
	-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); 
	box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12); 
}

input[type="radio"], input[type="checkbox"] {
	width:15px;
	height:15px;
	display:inline;
    margin: 3px 0 10px;
	vertical-align:middle;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border:1px solid #999; 
	color:#999; 
	-moz-box-shadow:0 0 3px rgba(0,0,0,.32); 
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.32); 
	box-shadow:0 0 3px rgba(0,0,0,.32); 
}

select {
	width:97.5%;
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
	cursor:context-menu;
	background-color:#f6f6f6;
	background:linear-gradient(to bottom, #fafafa, #e5e5e5);
	background:-webkit-linear-gradient(top, #fafafa, #e5e5e5);
	background:-moz-linear-gradient(top, #fafafa, #e5e5e5);
	background:-ms-linear-gradient(top, #fafafa, #e5e5e5);
	background:-o-linear-gradient(top, #fafafa, #e5e5e5);
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	box-shadow:none; 	
}

textarea {
	min-height:80px;
	resize:none;
}

label, legend {
	font-size:13px; 
	font-weight:bold; 
	display:block;
}

legend {
	color:#666; 
	font-weight:normal; 
	font-style:italic; 
}

label span, legend span {
	color:#333;
	font-weight:normal;
	font-size:12px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}

/* #Navigation */
/*---------------------------------------------------*/

.breadcrumbs li, .pagination li, .tagcloud li {
	font-size:12px; 
	color:#666; 
	display:inline; 
	margin-right:5px;
}

.pagination li, .tagcloud li {
	display:inline-block;
	*line-height:28px;
	*display:inline;
}

.pagination a {
	font-size:12px; 
	padding:4px 10px;
}

  nav .pagination a {
	 font-size:16px;
     padding:8px 12px;
  }

.pagination a.b {
	font-weight:bold;
}

.pagination a:hover, .pagination a.active {
	background:#fff;
}

.tagcloud li {
	margin-right:0;
}

.tagcloud a {
	font-style:italic; 
	vertical-align:middle; 
	color:#333; 
}

.tagcloud a.f14 {
	font-size:110%;
}

.tagcloud a.f16 {
	font-size:130%;
}

.tagcloud a.f18 {
	font-size:160%;
}

.tagcloud a.f21 {
	font-size:200%;
}

.tagcloud a.f24 {
	font-size:240%;
}

.tagcloud a.f28 {
	font-size:300%;
}

.tagcloud a:hover {
	color:#666;
}

/*==================================================*/
/*==================================================*/
                     /* @Grids */
/*==================================================*/
/*==================================================*/

/* 1200 grid inspired by (http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/responsive-css-grid-systems-345) */
/* grid measures inspired by (Skeleton - http://getskeleton.com) */

/* #1200 grid */
/*---------------------------------------------------*/

  .wrapper {
	  width:1200px; 
	  margin:0 auto; 
	  padding:0; 
	  position:relative;
   }
  
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16, .col1_3, .col2_3 {
	  float:left; 
	  display:inline; 
	  margin:0 10px; 
  }
  
  .col1 {
	  width:55px;
  }
   
  .col2 {
	  width:130px; 
  }
  
  .col3 {
	  width:205px; 
  }
  
  .col4 {
	  width:280px; 
  }
  
  .col5 {
	  width:355px; 
  }
  
  .col6 {
	  width:430px; 
  }
  
  .col7 {
	  width:505px; 
  }
  
  .col8 {
	  width:580px; 
  }
  
  .col9 {
	  width:655px;
  }
  
  .col10 {
	  width:730px;
  }
  
  .col11 {
	  width:805px;
  }
  
  .col12 {
	  width:880px;
  }
  
  .col13 {
	  width:955px;
  }
  
  .col14 {
	  width:1030px;
  }
  
  .col15 {
	  width:1105px; 
  }
  
  .col16 {
	  width:1180px;
  }
  
  .col1_3 {
	  width:380px; 
  }
  
  .col2_3 {
	  width:780px;
  }
  
  .row {
	  margin-bottom:20px; 
  }
  
  .first {
	  margin-left:0;
  }
  
  .last {
	  margin-right:0;
  }


/* #960 grid */
/*---------------------------------------------------*/

@media print, screen and (min-width:960px) and (max-width:1199px) {
	
  .wrapper {
	  width:960px;
  }
  
  .col1 {
	  width:40px; 
  }
  
  .col2 {
	  width:100px; 
  }
  
  .col3 {
	  width:160px;
  }
  
  .col4 {
	  width:220px;
  }
  
  .col5 {
	  width:280px;
  }
  
  .col6 {
	  width:340px;
  }
  
  .col7 {
	  width:400px; 
  }
  
  .col8 {
	  width:460px; 
  }
  
  .col9 {
	  width:520px; 
  }
  
  .col10 {
	  width:580px; 
  }
  
  .col11 {
	  width:640px;
  }
  
  .col12 {
	  width:700px; 
  }
  
  .col13 {
	  width:760px;
  }
  
  .col14 {
	  width:820px; 
  }
  
  .col15 {
	  width:880px; 
  }
  
  .col16 {
	  width:940px;
  }
  
  .col1_3 {
	  width:300px;
  }
  
  .col2_3 {
	  width:620px;
  }

}

/* #Tablet (Portrait) */
/*---------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
  .wrapper {
	  width:768px;
  }
  
  .col1 {
	  width:28px;
  }
  
  .col2 {
	  width:76px;
  }
  
  .col3 {
	  width:124px;
  }
  
  .col4 {
	  width:172px;
  }
  
  .col5 {
	  width:220px;
  }
  
  .col6 {
	  width:268px;
  }
  
  .col7 {
	  width:316px;
  }
  
  .col8 {
	  width:364px;
  }
  
  .col9 {
	  width:412px;
  }
  
  .col10 {
	  width:460px;
  }
  
  .col11 {
	  width:508px;
  }
  
  .col12 {
	  width:556px;
  }
  
  .col13 {
	  width:604px;
  }
  
  .col14 {
	  width:652px;
  }
  
  .col15 {
	  width:700px;
  }
   
  .col16 {
	  width:748px;
  }
  
  .col1_3 {
	  width:236px; 
  }
  
  .col2_3 {
	  width:492px;
  }
  
  .first.last {
	  margin:0; 
  }

  .hide-tablet {
	  display:none !important; 
  }

}

/* #Mobile (Landscape) */
/*---------------------------------------------------*/

@media only screen and (min-width:480px) and (max-width:767px) {

  .wrapper {
	  width:420px;
  }
  
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16, .col1_3, .col2_3 {
	  width:420px; 
	  margin:0; 
  }
  
  .hide-mobile, .hide-tablet {
	  display:none !important;
  }

}

/* #Mobile (Portrait) */
/*---------------------------------------------------*/

@media only screen and (max-width:479px) {

  .wrapper {
	  width:300px;
  }
  
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16, .col1_3, .col2_3 {
	  width:300px;
	  margin:0; 
  }

  .hide-mobile, .hide-tablet {
	  display:none !important; 
  }

}

/* #Print Fixes */
/*---------------------------------------------------*/

@media print {
   
   * {
	  background:transparent !important;
   }
   	
   @page {
	  margin:0.8cm;
   }	
   
   /* Windows bug fix */	
   p, h2, h3 {   
      orphans:3; 
	  widows:3; 
   }
  
  img { 
      max-width:100% !important; 
  }
  
}

/*==================================================*/
/*==================================================*/
                     /* @Miscs */
/*==================================================*/
/*==================================================*/

/* #Clear and Row Fix */
/*---------------------------------------------------*/

.wrapper:after {
	content:""; 
	display:table;  
	height:0; 
	visibility:hidden;
	clear:both;
}

.clearfix, .row {
	zoom:1;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
	content:"";	
	display:table;
	width:0;
	height:0;
    visibility:hidden;
}

.clearfix:after, .row:after {
	font-size:0;
	clear:both;
}

.clear {
	clear:both;
	display:block;
}

/* #Image Aligns (wordpress friendly) */
/*---------------------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left; 
	margin:5px 20px 20px 0;
}

/* #Others */
/*---------------------------------------------------*/

.margintop {
	margin:20px 0 0 0;
}

.marginright {
	margin:0 20px 0 0;
}

.marginbottom {
	margin:0 0 20px 0;
}

.marginleft {
	margin:0 0 0 20px;
}

.hide {
	display:none;
}

.hide-txt {
	font:0/0 a; 
	color:transparent;
}