/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-color: #FFF;	
}

a:link {
	color: rgba(255,255,255, 0.8);	
	text-decoration: none;
}

a:visited {
	color: rgba(255,255,255, 0.8);	
}

a:active {
	color: rgba(255,255,255, 0.8);	
}

a:hover {
	color: rgba(255,255,255, 0.8);	
	text-decoration: underline;	
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 22, 2010 10:52:40 AM America/New_York */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../web_fonts/BebasNeue-webfont.eot');
	src: local('Ã¢ËœÂº'), url('../web_fonts/BebasNeue-webfont.woff') format('woff'), url('../web_fonts/BebasNeue-webfont.ttf') format('truetype'), url('../web_fonts/BebasNeue-webfont.svg#webfont408sPMCr') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellRegular';
	src: url('../web_fonts/Cantarell-Regular-webfont.eot');
	src: local('Ã¢ËœÂº'), url('../web_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../web_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../web_fonts/Cantarell-Regular-webfont.svg#webfontEZowxjcD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellOblique';
	src: url('../web_fonts/Cantarell-Oblique-webfont.eot');
	src: local('Ã¢ËœÂº'), url('../web_fonts/Cantarell-Oblique-webfont.woff') format('woff'), url('../web_fonts/Cantarell-Oblique-webfont.ttf') format('truetype'), url('../web_fonts/Cantarell-Oblique-webfont.svg#webfont6JLppqXM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellBold';
	src: url('../web_fonts/Cantarell-Bold-webfont.eot');
	src: local('Ã¢ËœÂº'), url('../web_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../web_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../web_fonts/Cantarell-Bold-webfont.svg#webfontfUrJoALs') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CantarellBoldOblique';
	src: url('../web_fonts/Cantarell-BoldOblique-webfont.eot');
	src: local('Ã¢ËœÂº'), url('../web_fonts/Cantarell-BoldOblique-webfont.woff') format('woff'), url('../web_fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'), url('../web_fonts/Cantarell-BoldOblique-webfont.svg#webfontqbp95M2s') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font: 32px 'BebasNeueRegular', Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	color: #CCC;
	line-height: normal;
}

.title h1{
	font: 42px 'BebasNeueRegular', Verdana, Geneva, sans-serif;
	color: #333;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font: 24px 'BebasNeueRegular', Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	color: #555;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0px;	
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font: 20px 'BebasNeueRegular', Verdana, Geneva, sans-serif;
	letter-spacing: 0;
	color: #555;
	line-height: normal;
	margin-bottom: 0px;
	padding: 0px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 10px;
	margin-right: 20px;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font: 14px/18px 'CantarellRegular', Verdana, Geneva, sans-serif;
	color: #333;
	display: block;
	text-indent: 0px;
	margin-bottom: 20px;
}

.article p{
	margin-top: 30px;
	margin-bottom: 10px;
}

dd{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	/*font: 12px 'CantarellRegular', Verdana, Geneva, sans-serif;*/
	color: #999;
	display: block;
	text-indent: 0px;
	margin-bottom: 20px;
}

/* Specific Areas
----------------------------------------------------------------------------------------------------*/

#navigation_holder {	
	position: relative;
	height: 50px;
}

#navigation_menu {
	top: 0px;
	left: 0px;	
	z-index: 100;
	width:100%;
}

#navigation_menu div {
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.75);
	border-radius: 4px;
	text-align: right;
	margin: auto;
	position: relative;
	width: 960px;
	height: 50px;
}

#navigation_menu ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 930px;
}

#navigation_menu li {
	float: left;
	display: inline;
	text-transform: uppercase;
}

.title{
	padding: 10px;
	height: 50px;
	overflow: hidden;
}

#tutorials_title {

}

#tutorials {
	background-color:#FFFFFF;
}

#scripts_title {
	margin-top: 50px;
}

#scripts {
	background-color:#FFF;
}

#contact {
	background-color:#FFFFFF;
}

#contact_title {
}

.article img {
	float: right;
}

.article dd img {
	margin-right: 5px;
	float: left;
}

#contact_content {

}

.article{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #EEE;
	padding: 10px;
	padding-left: 15px;
	border-radius: 4px;
/*	border-top: 1px solid #999;*/
}

.article_alt{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #DDD;
	padding: 10px;
	padding-left: 15px;
	border-radius: 4px;
/*	border-top: 1px solid #999;*/
}

.article a:link, .article a:visited, .article a:active, .article a:hover{
	color: #c3723c;	
}

.article_alt a:link, .article_alt a:visited, .article_alt a:active, .article_alt a:hover{
	color: #c3723c;
}

.download{
	margin-left: 20px;
}

#footer {
	margin-top: 20px;
}

.grid_1 {
	background-color:#E9EAE4;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border: 0px solid #E9EAE4;	
}



