/***************************************************
             identity rania
***************************************************
***************************************************
			      Reset
***************************************************/

html, body, div, span, strong, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, article, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
   border: none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, article, section {display: block}

/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}

body {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #575757;
	margin: 0 0 1px; height: 100%; 
	line-height: 1.7;
	border-top: 10px solid black;
}

.bg {
	background-image: url(../images/bg.png); 
	background-position: left top;
	background-repeat: repeat;
}

p {
	margin-top: 3px;
	margin-bottom: 2px;
}
	
a, p a {
	text-decoration: underline;
	color: firebrick;
}
	
a: hover {
   color: firebrick;
}

h1, h2 {
   font-family: comic_zine_otregular, "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight: normal;
   position: relative;
}

h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight: normal;
   position: relative;
}

h1 {
	font-size: 30px;
	line-height: 0.9;
	color: #666666;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 13px;
	padding-bottom: 15px;
}

 h1 span {
	font-size: 25px;
	line-height: 12px;
	color: #666666;
	margin-left: 10px;
}
	
h2 {
	font-size: 20px;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-top: 6px;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
	
h3 {
	font-size: 20px;
	line-height: 0.9;
	color: #575757;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

h4 {
	font-size: 15px;
	line-height: 0.9;
	color: #CC3333;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-top: 3px;
}

span {
   color: red
}

strong {
   font-weight: bold;
}

/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}


.group1 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
	
.group2 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.group3 {
	float: right;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 15px;
	}

.group4 {
	float: left;
	width: 950px;
	position: relative;
	padding: 15px;
	margin-top: -14px;
	margin-bottom: 25px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;	
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;	
	-moz-column-rule: 1px solid #A3A3A3; /* Firefox */
	-webkit-column-rule: 1px solid #A3A3A3; /* Safari and Chrome */
	column-rule: 1px solid #A3A3A3;
}
	
header {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
}
	
	
/***************************************************
				INTRO
***************************************************/	
	
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 110px;
	background: transparent;
	margin-top: 20px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 20px
}
	
.holder_content_separator{
	margin-bottom: 20px;
}
	
/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
    background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
	
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
    background-color: white;
	border: 1px solid #E1E1E1;
}

a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}

.image {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    padding: 8px;
    background-color: white;
	border: 1px solid #D6D6D6;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 800px;
    text-align: center;
    width: 65%;
	background-color: white;	
}

.caption
{
font-weight:normal;
text-transform:uppercase;
color:#000000;
letter-spacing:0pt;
word-spacing:1pt;
font-size:15px;
text-align:center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:1;
margin:1px;
padding:1px;
}

.box {	
	-moz-box-shadow: -1px 1px 25px #a3a3a3;
	-webkit-box-shadow: -1px 1px 25px #a3a3a3;
	box-shadow: -1px 1px 25px #a3a3a3;
	border : none ;
    -moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright:1px;
	-webkit-border-top-left-radius:1px;
	-webkit-border-top-right-radius:1px;
	-webkit-border-bottom-left-radius:1px;
	-webkit-border-bottom-right-radius:1px;
	border-top-left-radius:1px;
	border-top-right-radius:1px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

/***************************************************
			        TABLEAU
***************************************************/

.tableau {
	margin:0px;
	padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #e3e3e3;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.tableau table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.tableau tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tableau table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.tableau table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.tableau tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

.tableau tr:hover td{
	
}
.tableau tr:nth-child(odd){ 
	background-color:#cdcdcd; 
}

.tableau tr:nth-child(even) { 
	background-color:#ffffff; 
}

.tableau td{
	vertical-align:middle;
	border:1px solid #e3e3e3;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}

.tableau tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.tableau tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.tableau tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tableau tr:first-child td{
    background:-o-linear-gradient(bottom, #cc3333 5%, #cc3333 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc3333), color-stop(1, #cc3333) );
	background:-moz-linear-gradient( center top, #cc3333 5%, #cc3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc3333", endColorstr="#cc3333");	
	background: -o-linear-gradient(top,#cc3333,cc3333);
	background-color:#cc3333;
	border:0px solid #e3e3e3;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.tableau tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cc3333 5%, #cc3333 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc3333), color-stop(1, #cc3333) );
	background:-moz-linear-gradient( center top, #cc3333 5%, #cc3333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc3333", endColorstr="#cc3333");	
	background: -o-linear-gradient(top,#cc3333,cc3333);
	background-color:#cc3333;
}
.tableau tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tableau tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.tableau th {
    border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	background-color: rgba(205, 51, 51, 0.5);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



/***************************************************
			        FOOTER
***************************************************/

footer {
	position: relative;
	height: 90px;
	clear: both;
	width: 100%;
	background-image: url(../images/footer.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-color: black;
}

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;	
}

#FooterTwo {
	position: absolute;
	right: 225px;
	top: 26px;
	color: white;
}

#FooterTree {
	position: absolute;
	left: 225px;
	top: 26px;
	color: white;
}

.container {
    width: 980px;
    margin: 0 auto;
	background-color: #33CC99;
}

/***************************************************
				       MENU
***************************************************/

nav  {
	position: absolute;
	width: 530px;
	top: 35px;
	left: 450px;
	background: transparent;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

nav ul li {
	float: left;
	margin-left: 50px;
	line-height: normal;
}

nav ul li a {
	font-size: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 6px;
    text-decoration: none;
}

nav ul li a: hover {
	color: #CC3333;
}

nav ul li a.current {
	color: #CC3333;
}

.content_menu {
	float: none;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
	
.content_menu ul {	
	margin: 0px;
	padding: 0px;
	float: none;
}

.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}


.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
    color: #33CC99;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/bg.png);
	background-position: left;
	background-repeat: repeat;
	padding-left: 20px;
}
	
.content_menu ul li a: hover {
   color: #33CC99;
}

/***************************************************
				   SPECIFIC
***************************************************/

#logo {
	position: relative;
   float: left;
	left: 0px;
	width: 167px;
	height: 43px;
	top: 32px;
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}
 	
.button {
	width: 66px;
	height: 13px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: black;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.button: hover {
	background-color: #333333;
}

.button: active {
	position: relative;
	top: 1px;
}
