@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset "UTF-8";
/* CSS Document */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

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.5;
	}

ol, ul {	
	list-style: none;
	}

blockquote, q {	
	quotes: none;
	}

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

table {	
	border-collapse: collapse;	
	border-spacing: 0;
	}
	
#page-wrap {
     width: 800px;
     margin: 0 auto;
	 padding-bottom:50px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

html, p, a{
	font-family:Arial, Helvetica, sans-serif;
}

h1{font-size:24px; clear:both; font-weight:bold;}
h2{font-size:22px; clear:both; font-weight:bold;}
h3{font-size:16px; clear:both; font-weight:bold;}
h4{font-size:12px; clear:both; font-weight:bold;}
h5{font-size:11px; clear:both; font-weight:bold;}
h6{font-size:10px; clear:both; font-weight:bold;}

/*CSSMENU*/

/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #c90000;
  background: -moz-linear-gradient(top, #cdcdcd 0%, #bababa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(100%, #bababa));
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #bababa 100%);
  background: -o-linear-gradient(top, #cdcdcd 0%, #bababa 100%);
  background: -ms-linear-gradient(top, #cdcdcd 0%, #bababa 100%);
  background: linear-gradient(top, #cdcdcd 0%, #bababa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #8A8A8A;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #AAAAAA;
  border: 1px solid #919191;
  -moz-box-shadow: inset 0 5px 10px #919191;
  -webkit-box-shadow: inset 0 5px 10px #919191;
  box-shadow: inset 0 5px 10px #919191;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #8A8A8A;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #AAAAAA;
  border: 1px solid #919191;
  -moz-box-shadow: inset 0 5px 10px #919191;
  -webkit-box-shadow: inset 0 5px 10px #919191;
  box-shadow: inset 0 5px 10px #919191;
}



/* Social Buttons */
/* SOCIAL ICONS - GENERAL */
.social { list-style:none; margin:30px auto; width:300px; }
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a { display:block; width:50px; height:50px; padding-right:10px; padding-left: 10px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.remind101 { background-image:url("images/101sml.png"); }
li.wordpress { background-image:url("images/press.png"); }
li.youtube { background-image:url("images/youtube.png"); }
li.mail { background-image:url("images/email.png"); }

/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.2; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:1; }
#css3 li:hover a strong { opacity:1; top:-10px; }

/* end Buttons */

#navigation {
	padding: 20px 0;
}

#centerimg {
	margin-left:auto;
	margin-right:auto;
}

#nav_bar {
}