/*  
Theme Name: Version rose teddy
Theme URI: http://www.hudgens-france.com
Description: Designed by Ana
Author: Ana
Author URI: http://www.hudgens-france.com
*/

/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {	
	margin: 0 auto;
        background-color:#F5FFFF;
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: silver;
	}



#maincontainer{

	width: 850px; 
	top: 0px;
	margin-top: 0px;
	margin: 0 auto;
        padding: 0 auto;
	text-align:center;
	position:relative;
	background: #F5FFFF;
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	-moz-border-radius : 10px;
}


a.nav:link, a.nav:active, a.nav:visited 

{  
text-transform: uppercase;
text-align: center;
font-family:century gothic;
text-decoration: none;
font-weight: normal;
color: #B7C0D0;
background-color: #E4E8F6;
cursor:Default;
display: block;
margin-left: 0px;
font-size: 8pt;
padding-left: 3px;
padding-right: 3px;
padding-top: 8px;
padding-bottom: 8px;
letter-spacing: 0px;
border-left: 0px #7bb7c1 solid;
border-right: 0px #7bb7c1 solid;
	-moz-border-radius : 10px;
}
a.nav:hover 

{
text-align: center;
text-decoration: none;
font-weight: none;
color: #DE9DCB;
background-color: #E0CBDA;
display: block;
font-size: 8pt;
padding-left: 3px;
padding-right: 3px;
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
border-left: 0px #7bb7c1 solid;
border-right: 0px #7bb7c1 solid;
	filter: alpha(opacity=50); opacity: 0.5;
}

.photo {
	      border-style: solid;
        border-width:1px;
        border-color: #e1e1e1;
        margin: 0px;
	filter: alpha(opacity=70); opacity: 0.7;
	background-color: #ffffff;
        padding: 3px;
}


.photo:hover{
    border: 1px solid #D5D9E8;
    padding: 3px;
	filter: alpha(opacity=100); opacity: 1;
    background-color: #ffffff;
}

.sidebar {
	background: #EDE7EF;
	padding: 6px;
	border-right: 0px; 
	border-top: 0px; 
	border-bottom: 0px;
	margin-top: 0px;
	border-right: 1px solid #e8e2e5;
	border-bottom: 1px solid #e8e2e5;
	border-top: 0px solid #e8e2e5;
	border-left: 0px solid #e8e2e5;
	-moz-border-radius : 20px;
        margin-bottom: 10px;
}
.side-title {
font-family:century gothic;
text-transform: uppercase;
	font-size:18px;
	text-align: center;
	color:#9C8BA7;
letter-spacing: -1px;




}
.webtop{
	filter: alpha(opacity=100); opacity: 1;
        border-style: solid;
        border-width:1px;
        border-color: #d5d5d5;
        margin: 0px;
	background-color: #f3f3f3;
        padding: 1px;
	-moz-border-radius : 0px;
}

.webtop:hover{
	filter: alpha(opacity=100); opacity: 1;
        border-style: solid;
        border-width:1px;
        border-color: #7babc2;
        margin: 0px;
	background-color: #f3f3f3;
        padding: 1px;
	cursor: pointer;
	-moz-border-radius : 0px;
}
.elite{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
        border-style: solid;
        border-width:1px;
        border-color: #eaeaea;
        margin: 0px;
	background-color: #fefdfd;
        padding: 1px;
	-moz-border-radius : 0px;

}


.elite:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
        border-style: solid;
        border-width:1px;
        border-color: #a0c0d5;
        margin: 0px;
	background-color: #fefdfd;
        padding: 1px;
	cursor: pointer;
	-moz-border-radius : 0px;
}
.projet{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
        border-style: solid;
        border-width:0px;
        border-color: #cec6b9;
        margin: 0px;
	background-color: transparent;
	_background-color: #eae6dd;
        padding: 0px;
	cursor: default;
	-moz-border-radius : 0px;
}

.projet:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
        border-style: solid;
        border-width:0px;
        border-color: #f9f4ee;
        margin-right: 0px;
        margin-left: 0px;
	background-color: transparent;
	_background-color: #eae6dd;
        padding: 0px;
	cursor: default;
	-moz-border-radius : 0px;
}
/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a:link,a:visited {
	text-decoration: none;
	color: #B7C0D0;
        font-weight: bold;
}
a:hover,a:active {
	text-decoration: none;
	cursor: pointer;
	color: #D5D9E8;
}

a img {
        border-style: solid;
        border-width:1px;
        border-color: #e1e1e1;
        margin: 0px;
	filter: alpha(opacity=70); opacity: 0.7;
	background-color: #ffffff;
        padding: 5px;
	-moz-border-radius : 4px;



}

a:hover img {
    border: 1px solid #9C8BA7;
    padding: 5px;
	filter: alpha(opacity=100); opacity: 1;
    background-color: #ffffff;
	-moz-border-radius : 4px;
    
}


input, textarea, select, button {
	font-size: 11px;
	font-family: tahoma;
	border: 1px dashed #eaeaea;
	padding: 2px;
	color: #bebebe;
	background-color: #f2f2f2;
}

B {
        LINE-HEIGHT: 10pt; BACKGROUND: none transparent scroll repeat 0% 0%; FONT-SIZE: 11px; FONT-FAMILY: tahoma; FONT-STYLE: bold; COLOR: #aaaaaa; LETTER-SPACING: 0px; TEXT-TRANSFORM: none;
}	
strong {
	color: #9C8BA7; TEXT-DECORATION: none; FONT-SIZE: 11px; FONT-STYLE: none; FONT-FAMILY: tahoma; TEXT-TRANSFORM: none; FONT-WEIGHT: bold;
}
/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.table-content {
	background-color: #F5FFFF;
	padding: 0px;
	text-align:justify;
	color: #cacacc;
	border-right: 0px #141516 solid;
	border-left: 0px; 
	border-top: 0px; 
	border-bottom: 0px
}

.title {
	font-family: Arial;
	color: #ee6dd9;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 12px;
	padding-left: 20px;
	background-color: #f1f1f1;
	filter: alpha(opacity=70); opacity: .7;
	border-bottom: 0px dashed #a2babd;
}
blockquote {
	font-size: 11px;
	font-family: tahoma;
	border: 1px solid #e8e8e8;
	padding: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #979797;
	background-color: #f1f1f1;
	-moz-border-radius : 10px;
}
hr {
 display:block;
 height: 1px;
 margin-top: -7px;
 _margin: -23px 0 0 0;
 padding: 0;
 color: #eaeaea;
 background-color: #E2E2E2;
 border: 0;
 }

/* WORDPRESS CSS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.news-box-post {
	background-color: #f5ffff;
        border: 1px solid #dfe0e3;
	padding-left: 10px;
	padding-right: 10px;
        padding-top: 8px;
	padding-bottom: 10px;
	font-family:tahoma;
	font-size:11px;
	letter-spacing:0px; 
	line-height:13px; 
	color: #aaaaaa; 
	text-align: justify;
        -moz-border-radius-bottomleft: 20px;
        -moz-border-radius-bottomright: 20px;}
	
.news-box-post a {
	color:#B7C0D0; 
	text-align: justify;
	cursor: default;
}
.news-box-post a:hover{
	font-style: none;
	color:#d5d9e8; 
	text-align: justify;
	cursor: pointer;
}
	
.date {
	font-family: trebuchet ms;
	color: #9d9d9d;
	padding-top: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 0px;
	background-color: transparent;
	border-bottom: 0px dashed #acc6ca;
        text-align: center;
}
.news-title, .news-title ul, .news-title ul ul {
	font-family:Century Gothic;
	color: #eeeff1;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: none;
	font-weight: bold;
	text-shadow: #A5ABC3 1px 1px 1px;
	font-size: 16px;
	padding-left: 20px;
        letter-spacing: -1px;
	background-color: #D5D9E8;
	border-top: 0px solid #7675BB;
	border-left: 0px solid #7675BB;
	border-right: 0px solid #7675BB;
	border-bottom: 0px solid #ede6ea;

}

.news-title li {}

.news-title a {
	color: #ffffff;
	font-weight: none;
	text-decoration: none;}

.news-title a:link, .news-title a:visited {
	color: #ffffff;
	font-weight: none;
	text-decoration: none;}

.news-title a:hover {
	color: #F5FFFF;
	font-weight: none;
	text-decoration: none;}


h2 {
	background-color: transparent;
	padding: 2px;
	font-family:arial;
	font-size:10pt;
	letter-spacing:1px; 
	line-height:9pt; 
	color: #a0a0a0; 
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-align: left;
	border-bottom: 0px #c2c2c2 dotted;}
}

h3 {
	background-color: transparent;
	padding: 2px;
	font-family:arial;
	font-size:10pt;
	letter-spacing:1px; 
	line-height:9pt; 
	color: #a0a0a0; 
	font-weight: bold;
	font-style: none;
	text-transform: none;
	text-align: left;
	border-bottom: 0px #c2c2c2 dotted;}



.get_photo {
border-style: solid;
border-width:1px;
border-color: #d7ece5;
background-color: #ffffff;
padding:4px;
margin: 0px;
	-moz-border-radius : 0px;
}

.get_photo:hover {
border-style: solid;
border-width:1px;
border-color: #a0c7b9;
padding:4px;
margin: 0px;
	-moz-border-radius : 0px;
}


.news-cat {
	background: #EDE7EF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:century gothic;
	letter-spacing: 1px;
	font-weight: bold;
	font-size:7.5pt;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #b0b0b0; 
	text-align: justify; padding-left:4px; padding-right:4px}
.side-content {
	background: transparent;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:tahoma;
	letter-spacing: 1px;
	font-weight: none;
	font-size:8pt;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #a3a3a3; 
	text-align: justify; padding-left:4px; padding-right:4px}