@charset "UTF-8";
/* CSS Document */



/* General Structure and UI Sections 
--------------------------------------------------------------------------------------------------
 */


html {
	font-size: 100%;
}
body {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #595959;
	background:#c1c3c8;
	padding: 0;
	margin: 0;
	letter-spacing:-0.04em;
	line-height:19px;
}

a {
	color: #005e8f;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	}

a img {
	border: none;
	}

h1 {
	color:#000000;
}

h2 {
	color:#005e8f;
}

#footer h2 {
	color:#fff;
}

h3 {
	color:#000000;
}

#footer h3 {
	color:#fff;
}

blue {
	color:#005e8f;
	font-size:200%;
}





/* HEADER ELEMENTS 
--------------------------------------------------------------------------------------------------
 */


#header {
	height:45px;
	width:100%;
	background:#c1c3c8 url(images/bg-header.gif) repeat-x bottom;
	-webkit-box-shadow: -15px 0px 15px #000;
	-moz-box-shadow: -15px 0px 15px #000;
	-khtml-box-shadow: -15px 0px 15px #000;
	box-shadow: -15px 0px 15px #000;
	margin-left: auto;
	margin-right: auto;
}

#header-logo {
	float:left;
	padding-left:20px;
}

#header-menu {
	float:right;
	display:table;
}

.clear {
clear: both;
}



/* FEATURE FRAMES
--------------------------------------------------------------------------------------------------
 */


#series { /* Home Page */
	width:100%;
	height:220px;
	-webkit-box-shadow: -15px 0px 15px #000;
	-moz-box-shadow: -15px 0px 15px #000;
	-khtml-box-shadow: -15px 0px 15px #000;
	box-shadow: -15px 0px 15px #000;
	margin-left:0;
	margin-right:0;
	background-color: #000;
	background-image: url(images/family_mess.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#slider {
	clear:both;
	width:100%;
	background: inherit;
}


#navSection { 
	height:30px;
	background:inherit;
	padding-top:20px;
	padding-bottom:20px;
}

#navFrame {
	display:table;
	height:auto;
	width:1000px;
	background:transparent;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-bottom:20px;
	line-height:30px;
}



/* CONTENT
--------------------------------------------------------------------------------------------------
 */

#content { /* For Inside and Admin */
	clear:both;
	background:inherit;
}

#content2 { /* For Blog */
	clear:both;
	background:#fff;
	padding-top:20px;
	padding-bottom:20px;
}


#breadCrumbs {
	color:#FFFFFF;
	width:auto;
	height:30px;
	background:#a4a7ac;
	float:left;
	display: inline;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	padding-left:40px;
	padding-right:40px;
	font-weight: bold;
	font-size:11px;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
	-khtml-box-shadow: 0px 0px 5px #a9a9a9;
	box-shadow: 0px 0px 5px #a9a9a9;
}

#breadCrumbs2 {
	margin-top:10px;
	width:auto;
	background:#d8d8d8;
	float:left;
	display: inline;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	padding-left:40px;
	padding-right:40px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	font-size:11px;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
	-khtml-box-shadow: 0px 0px 5px #a9a9a9;
	box-shadow: 0px 0px 5px #a9a9a9;
}


#frame { /* Rounded with two color Columns  */
	background:#fff url(images/bg-frame.jpg) repeat-y;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
	-khtml-box-shadow: 0px 0px 5px #a9a9a9;
	box-shadow: 0px 0px 5px #a9a9a9;
}

#frame2 { /* Two Columns divided by a line */
	background: #fff url(images/bg-frame-line.jpg) repeat-y;
}

#frame3 { /* One Column Frame */
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
	-khtml-box-shadow: 0px 0px 5px #a9a9a9;
	box-shadow: 0px 0px 5px #a9a9a9;
}

#mainContent {
	background:transparent;
}

#mainContent2 {
	background:transparent;
}

#extraCol {
	background:transparent;
}



/* FOOTER ELEMENTS
--------------------------------------------------------------------------------------------------
 */

#footer {
	clear: both;
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
	line-height:14px;
	background:inherit;
}

#footerFrame {
	clear:both;
	font-size: 95%;
	width:1000px;
	color:#fff;
	background:inherit;
	margin-left: auto;
    margin-right: auto;
}







/* NAVIGATION AREAS
--------------------------------------------------------------------------------------------------
 */

#navigation .nav {
	width:auto;
	float:right;
	margin: 0; 
	padding: 0;
	font-weight: bold;
}


#navigation .nav li {
	display: inline; 
	list-style: none;
	padding-left:10px;
}

#navigation .nav li a, #navigation .nav li a:link, #navigation .nav li a:visited {
	font-size: 11px;
	background:#f5f5f5;
	padding: 8px 40px 8px 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
	}

#navigation .nav li a:hover, #navigation .nav li a.selectedPage {
	color: #88201b;
	background:#a4a7ac;
	padding: 8px 40px 8px 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
}


#navigation2 .nav {
	margin-top:15px;
	width:auto;
	float:right;
	font-weight: bold;
}


#navigation2 .nav li {
	display: inline; 
	list-style: none;
	padding-left:10px;
}

#navigation2 .nav li a, #navigation2 .nav li a:link, #navigation2 .nav li a:visited {
	font-size: 11px;
	background:#f0f0f0;
	padding: 8px 40px 8px 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
	}

#navigation2 .nav li a:hover, #navigation2 .nav li a.selectedPage {
	color: #88201b;
	background:#d8d8d8;
	padding: 8px 40px 8px 40px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #a9a9a9;
	-moz-box-shadow: 0px 0px 5px #a9a9a9;
}


#extraCol .nav {
	vertical-align:top;
	display: block;
	padding: 0 0;
	list-style: none;
	}

* html #extraCol .nav {margin: 0 0 0 0;}

#extraCol .nav li a, #extraCol .nav li a:link, #extraCol .nav li a:visited {
	display: block;
	border-bottom: #ccc 0.0909em solid;
	padding: 10px 10px;
	font-size: 14px;
	color: #595959;
	}

#extraCol .nav li a:hover {
	color: #88201b;
	background:#ededed;
	}

#extraCol .nav li a.selectedPage {
	color: #88201b;
	background:#ededed;
	font-weight:bold;
	}

* html #footer .nav {margin: 0 0 0 0;}

#footer .nav {
	display: block;
	padding: 0 5px 0 5px;
	list-style: none;
	border-left:#f1f1f1 thin dotted; 
	}


#footer .nav li a, #footer .nav li a:link, #footer .nav li a:visited {
	display: block;
	padding: 4px 4px;
	font-size: 10px;
	color: #fff;
	}

#footer .nav li a:hover, #footer .nav li a.selectedPage {
	color: #fff;
	font-weight:bold;
	background:#ccc;
	border-bottom:dotted #f1f1f1 1px;
	border-top:dotted #f1f1f1 1px;
	}









.fieldSelected {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
	}
	



.loginElement {
	background:#f3f3f3;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
}

#roundedTable {
	background:#f3f3f3;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
}


#roundedTableBlue {
	background:#deeef9;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
}

#roundedTableYellow {
	background:#eff0e5;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
}


/* Search
--------------------------------------- */

#frame .search { 
	width:240px; 
	height:70px; 
	padding-top:40px;
	float:right;
	background:#f3f3f3;
}


#frame2 .search { 
	width:240px; 
	height:70px; 
	padding-left:10px; 
	padding-right:10px;
	padding-top:40px;
	float:right;
	background:#f3f3f3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;	
	border-radius: 10px;
}


.search label { }
.searchInput { display:block; width:148px; height:21px; background:url(images/searchInput.gif) left top no-repeat; padding:0.5em 10px 0 10px; margin:0; border:0 !important; float:left; color:#7f7875; }
.searchButton { display:block; width:59px; height:25px; background:url(images/searchButton.png) left top no-repeat; text-indent:-500em; overflow:hidden; margin:1px 0 0 0; padding:0; border:0; font-size:0px !important; color:#fff !important; float:right; cursor:pointer; }

.submitButton { display:block; width:59px; height:25px; background:url(images/submitButton.png) left top no-repeat; text-indent:-500em; overflow:hidden; margin:1px 0 0 0; padding:0; border:0; font-size:0px !important; color:#fff !important; float:left; cursor:pointer; }

/*.button { clear:both; display:block; width:59px; height:25px; background:url(images/loginButton.png) left top no-repeat; text-indent:-500em; overflow:hidden; margin:1px 0 0 0; padding:0; border:0; font-size:0px !important; color:#fff !important; float:left; cursor:pointer; }





/* Evite 
--------------------------------------- */


#ibox_wrapper{ 
width: 630px !important; 
height: 600px !important; 
}

#ibox_content { 
width: 620px !important; 
height: 600px !important; 
}
