/************************************/
/*	BASE STYLES
/************************************/
body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-size:12px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	line-height:1.6;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	color:#c5c5c5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
*{
	outline:none;
	border:none;
}
a img{
	border:none;
}
.spacer{
	clear:both;
	width:100%;
	height:0;
}
.body-wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
}
.controller {
	width:940px;
	height:auto;
	margin:0 auto;
	padding:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight:normal;
	color:#696969;
	margin:0 0 15px 0;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
}
p{
	font-size:12px;
	color:#929292;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#696969;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration:underline;
}
a{
	color:#3498DB;
}
a:hover{
	text-decoration:underline;
}
h5{
	font-size:20px;
}
a, a > * {
	font-family: inherit;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
input, textarea{
	font-family: inherit;
	font-size:13px;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
.button, input[type="submit"], button {
	background: #3498DB;
	color: #fff;
	cursor: pointer;
	height: auto;
	overflow: visible;
	padding: 3px 20px 4px 20px;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
		-ms-transition: background-color .3s ease;
		 -o-transition: background-color .3s ease;
			transition: background-color .3s ease;
	width: auto;
}


footer#footer h1,
footer#footer h2,
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {color:#696969;}
/*footer#footer p{color:#fff;}*/

::-moz-selection { background: #3498DB; color: #fff; text-shadow: none; }
.::selection { background: #3498DB; color: #fff; text-shadow: none; }

/* :: RADIUS :: */
.radius-2{	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px; }
.radius-3{	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px; }
.radius-5{	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px; }
.radius-10{	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px; }
.radius-15{	-webkit-border-radius: 15px;	-moz-border-radius: 15px;	border-radius: 15px; }
.radius-20{	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px; }
/*
* 	960 version - 1.0
* 	Copyright 2012, MyPassion
* 	09/29/2012
*/

/* ---------------------------------------------------------------------- */
/*  Custom  960 Grid System
/* ---------------------------------------------------------------------- */
	.container{
		width:960px;
		margin:0 auto;
		clear:both;
		display:block;
		position:relative;
	}
	.column {
		width:940px;
		position:relative;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:20px;
		float:left;
	}

	.column-one-half,
	.column-one-third,
	.column-one-fourth,
	.column-two-third,
	.column-three-fourth {
		float:left;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:20px;
	}
	.last{
		margin-right:0;
	}
	.first{
		margin-left:0;
	}

	.column-one-half        { width:460px; }
	.column-one-third       { width:300px; }
	.column-one-fourth      { width:220px; }

	.column-two-third       { width:620px; }
	.column-three-fourth    { width:700px; }

	h1, .h1 { font-size: 24px; }
	h2, .h2 { font-size: 22px; }
	h3, .h3 { font-size: 20px; }
	h4, .h4 { font-size: 18px; }
	h5, .h5 { font-size: 16px; }
	h6, .h6 { font-size: 14px; }

@media only screen and (min-width: 960px) and (max-width: 1060px) {

	.controller 			{ width:100%; }
	.container              { /*width:960px;*/ }

}


/* ------------------------------------------- */
/*  Responsive Grid :
/*
/*  1. Tablet
/*  2. Mobile Portrait
/*  3. Mobile Landscape
/* ------------------------------------------- */

/*------------------------------------------------------------------*/
/*	1) Note: Design for a width of 768 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .controller 			{ width:100%; }
	.container              { /*width:768px; margin:0 auto;*/ }
	.column                 { width:748px; }
    .column-one-half        { width:364px; }
    .column-one-third       { width:236px; }
    .column-one-fourth      { width:172px; }
    .column-two-third       { width:492px; }
    .column-three-fourth    { width:556px; }
	iframe, .sidebar img{max-width:236px;}
}


/*------------------------------------------------------------------*/
/*	2) Note: Design for a width of 480 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.controller 			{ width:100%; }
	.container              { /*width:420px; margin:0 auto;*/ }
	.column       			{ width:400px; }
    .column-one-half,
    .column-one-third,
    .column-one-fourth,
    .column-two-third,
    .column-three-fourth 	{ width:400px; }
}

/*------------------------------------------------------------------*/
/*	3) Note: Design for a width of 320 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 200px) and (max-width: 479px){
    .controller 			{ width:100%; }
	.container              { /*width:300px; margin:0 auto;*/ }
	.column       			{ width:300px; margin-left:0; margin-right:0;}
    .column-one-half,
    .column-one-third,
    .column-one-fourth,
    .column-two-third,
    .column-three-fourth 	{ width:300px; margin-left:0; margin-right:0;}
}



/* ---------------------------------------------------------------------- */
/*  Custom Margins
/* ---------------------------------------------------------------------- */
	.m-a			{ margin:0 auto; }
	.m-top-25		{ margin-top:25px; }
	.m-bottom-25	{ margin-bottom:25px; }
	.m-left-25		{ margin-left:25px; }
	.m-right-25		{ margin-right:25px; }
	.m-top-20		{ margin-top:20px; }
	.m-bottom-20	{ margin-bottom:20px; }
	.m-left-20		{ margin-left:20px; }
	.m-right-15		{ margin-right:20px; }
	.m-top-15		{ margin-top:15px; }
	.m-bottom-15	{ margin-bottom:15px; }
	.m-left-15		{ margin-left:15px; }
	.m-right-15		{ margin-right:15px; }
	.m-top-10		{ margin-top:10px; }
	.m-bottom-10	{ margin-bottom:10px; }
	.m-left-10		{ margin-left:10px; }
	.m-right-10		{ margin-right:10px; }
	.m-top-5		{ margin-top:5px; }
	.m-bottom-5		{ margin-bottom:5px; }
	.m-left-5		{ margin-left:5px; }
	.m-right-5		{ margin-right:5px; }