/*

	RESET STYLES - mainly to reset browser defaults to a stable base 
	
*/






@font-face {
font-family: "Gotham-Medium";
src: url(../../../fonts/Gotham-Medium.ttf);
font-style:normal;/* font-weight:200;*/

}

@font-face {
font-family: "Gotham-Light";
src: url(../../../fonts/Gotham-Light.ttf);

}

@font-face {
font-family: "Gotham-Thin";
src: url(../../../fonts/Gotham-Medium.ttf);


}


body {
	font: 13px/1.2 Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0;
	line-height:1.5;
}


/* Add 1em bottom margin to text related block elements */
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
fieldset,
blockquote {
	margin:0 0 1.2em 0;
}



h1,
h2,
h3
 {
	margin:0 0 0.6em 0;
}

/* Tables */
table {
	empty-cells:show;
	border-collapse:collapse;
}

td,
th {
	padding:4px;
	vertical-align:top;
}

th {
	font-weight: bold;
}

object {
	display:block;
	outline:none;
}



hr{
	border:none;
	height:1px;
	background:#dfddd8;

	
}




body,
textarea,
input,
select,
option {
	font-family:Arial,  sans-serif;
	color:#222;
}

textarea,
input,
select,
option,
table {
	font-size:1em;
}

/* Links */
a {
	outline:none;
	color:#000;
	text-decoration:underline;
	transition-property: color;
	-webkit-transition: text 0.3s ease-out;
	-moz-transition: text 0.3s ease-out;
	-o-transition: text 0.3s ease-out;
	transition: text 0.3s ease-out;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	text-decoration:none;
}
.page_designer_profile a{

}


a:hover {
	text-decoration:underline;
}


/* Unordered Lists */

ul {

    list-style:none;
	margin:0;	
}







/* Headings */
h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1.1em;
	font-family:"Gotham-Medium", Arial, Helvetica, sans-serif;
/*     font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*/	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration:none;
	color:#000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:none;
	color:#6EAF9E;
}

::-moz-selection {
background: #1c96cb;
color: #ffffff;
}/* Firefox - Keep separate from "::selection" */
 
::selection {
background: #1c96cb;
color: #ffffff;
}



/* DEFAULT STYLES FOR USER GENERATED CONTENT  


-IN FRONTEND THEY ARE PRECEDED BY .MODULE, NOT TO AFFECT THE REST OF THE PAGE LAYOUT.


 ///////////////IMPORTANT//////////////

ONCE DEFAULT STYLES HAVE BEEN DEFINED,  COPY THEM IN /BACKEND/EDITOR


 */


.main .module {
	font-size:100%;
	
}




.module  h3 {
    font-size: 11px;
	font-family:Arial,  Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#727272; 
    line-height: 2.6em;
	}

.module hr {
    border: 0 none;
    margin-bottom: 1.6em;
	
}


.module ins {
    background: none repeat scroll 0 0 #f1fbff;
    text-decoration: none;
}

.module dl {
    margin: 0 1.6em;
}
.module dt {
    font-weight: bold;
}
.module dd {
    margin-bottom: 1.6em;
}

.module p {
    margin-bottom: 1.6em;
    line-height: 1.6em;
}

.module  ul ul, 
.module ol ol, 
.module ul ol, 
.module ol ul

 {
    margin-bottom: 0;
}

.module ol ol {
    list-style: upper-alpha outside none;
}

.module ol {
    list-style-type: decimal;
}
.module ul {
    list-style: square outside none;
}
.module ul, .module ol {
    margin: 0 0 1.6em 2.5em;
	 padding: 0;
}


.module table {
    border-bottom: 1px solid #dfddd8;
    margin: 0 0 1.625em;
    width: 100%;
    border-spacing: 0;
	border:none;
}

.module tr,
.module tbody

 {

	border:none;
}



.module th, .module td {
    text-align: left;
}


blockquote:before, blockquote:after, q:before, q:after {
    content: "";
	
	
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote {
   
       border-color: #E6E6E6 -moz-use-text-color #E6E6E6 navy;
    border-style: solid none;
    border-width: 1px medium;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 10px;
	
}

blockquote, q {
    quotes: "" "";
}

.module blockquote p {
      margin-bottom: 0.3em;
}



 .logo{
    background: none;
    border: none !important;
    -webkit-box-shadow:  none !important; /* Saf3.0+, Chrome */
    -moz-box-shadow:  none !important; /* FF3.5 - 3.6 */
    box-shadow:  none !important; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
    }
    



.module td,
.module th {
	padding: 0;
	border: none;	
}

table .caption{
	font-size:11px;
	color:#666;
	text-align:center;
	padding-bottom: 10px;
	padding-left: 20px;
}

.main .module td,
.main .module th {
	padding: 4px ;
	border: none;	
}
