/*  
Theme Name:Aria
Theme URI:http://www.sapientone.org/
Description:A clean theme for bloggers
Version:1.0
Author:Sapientone
Author URI:http://www.sapientone.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout  */
*{
	margin:0;
	padding:0
}

body {
	background-color: #f2f2f2;
	color:#444;
	font-family:Arial,Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.page {
	margin:0 8%;
	text-align:left;
	}

#content {
	float:left;
	margin:0 0 20px 0;
	width:55%
	}
	
#sidebar {
	float:left;
	margin:0 0 20px 10%;
	width:25%
	}

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ccc;
	}

.top_band {     
        background: #3333cc;
    margin-top:19px;
padding-top:10px;
        margin-bottom:20px;
 margin-left:-100px;
        font-size:1px;
        color: #3333cc;
        text-align:center;
 height:620px;
}

.right_top_band {
        background:#3333cc;
        margin-top:19px;
        margin-bottom:20px;
 margin-right:-100px;
        font-size:1px;
        height:630px;
        font-family: Arial,"Times New Roman", Times, serif;
	font-size: 2.8em;
	font-weight: normal;
   }
/* End Main-Layout */



/* Begin Header */
h1 {
	font-family: Arial,"Times New Roman", Times, serif;
	font-size: 3.0em;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
		}

/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial,Tahoma;
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav li { display: inline; }
#nav a {
	padding: 5px 36px 5px 11px;
	color:#696969;
	text-decoration: none;
}
#nav a:hover{
	color:#000000;
	text-decoration:none;
	background-color: #FFFFEA;
	
}
	

#nav #current a {

    color: #555;
}

#feedicon{
	margin: 0px;
	float: right;
	width: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#444;
	margin:10px 0 0 0;
	font-family: Tahoma,Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	font-weight: bold;

	}
h2{
	text-align:center;
	}
h8{
        color:#444;
	margin:20px 0 0 0;
	font-family: Tahoma,Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	font-weight: bold;
	text-align:left;
	}
h7{
	color:#444;
	margin:20px 0 0 0;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	}
h2,h3,h7{
	border-bottom:3px solid #fff
	
	}


h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h7 a:link, h7 a:visited, h7 a:active, h7 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#444;
	text-decoration:none

}

.postmetadata {
	color:#555;
	font-size:.84em;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	//border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry p, .entrytext p{
	line-height:170%;
	margin:2px 0 15px 0
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a:link,a:visited,a:active,a:hover{
	color:#A0522D;
        text-decoration:none;
        font-size:120%;
	font-weight:bold;
}
/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
	
	}
	
.commentlist li {
	font-weight:bold
	
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	background-color: #FFFFEA;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}


.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar ul li{
	list-style-image: none;
	list-style-type: none;
	}

#sidebar ul li ul li{
	padding:2px 0
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#444;
	text-decoration:none;
	display: block;
}

#sidebar ul li ul li a:hover{
	color:#000;
	text-decoration:none;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	border: 2px solid #666666;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	border: 2px solid #666666;
	}

input.textfield{
	width: 13em;
	color:#ff0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	font-size: 16px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	border: 1px solid #999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

#searchmenu{
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	}


.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:270px;
	padding:2px;
	margin:5px 5px 1px 0
	border: 3px solid #999999;
	}

#commentform textarea {
	width:270px;
	padding:2px;
	
	}

#commentform #submit {
	margin:0;
	float:left;
	width:278px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3399CC;
	background-color: #FFFFCC;
	border: 2px solid #999999;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left:4px solid #6BB6DA;
	line-height:120%;
	color: #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}

.about {
        float:left;
	margin:0 0 20px 0;
         width:55%;
	color:#444;
	margin:20px 0 0 0;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
	}
.about a {
	font-size:14px;
text-align:left;
	
	}

/* End Various Tags & Classes*/

.flicker_image {
          float:right;
          margin-top:10px;
          margin-left:20px;

}
.flicker_text {
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
        text-align:left;
	
	}

.flicker_text a {
	font-size:14px;
text-align:left;
	
	}

.postfooter {
	padding: 6px 20px 10px 20px;
	border-top: 1px #eaeaea solid;
	height: 23px;
	clear:both;
}

.postfooter.free {
	border-bottom: 1px #eaeaea solid;	
}

.footicon {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 24px;
	display: inline;
	float: left;
	height: 23px;
	width: auto;
}
.sphere {
	padding-top: 4px;
}

.share {
	padding-top: 2px;
}

.digg {
	padding-top: 5px;
}
.digg a {
	padding-top: 16px;
	height: 0;
	width: 65px;
	display: block;
	overflow: hidden;
	background: transparent url('images/btn_diggSubmit.gif') 0 0 no-repeat;
}
.digg_inpost {
	float:right;
	margin:10px;
}

.yahoobuzz {
	padding-top: 1px;
}


/* OTHER_ONES */

.table_other_ones {
        float:left;
        width:480px;
        margin:20px;
        font-size:10px;
       
       border-style:solid;
        border-width:1px;
       border-color:#D3D3D3 ;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;	 
	}
.table_credits {
        float:right;
        width:350px;
        margin:10px;
        font-size:10px;       
       border-style:solid;
        border-width:1px;
       border-color:#D3D3D3 ;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;	 
	}
.table_credits a {
        color:#696969;
         margin-top:5px;
        text-decoration:none;
}

.table_drop {
        width:300px;
  margin:10px;
        padding:10px;
        font-size:10px;       
       border-style:solid;
        border-width:1px;
       border-color:#D3D3D3 ;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;
text-align:center;	 
	}


.vertical_other_ones {
        float:left;
        width:320px;
        margin:10px;
        font-size:10px;
        border-style:solid;
        border-width:1px;
       border-color:#D3D3D3 ;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;	 
	}
.big_table_other_ones {
        background-color:#fff;
        width:100%;
        float:left;
        margin:20px;
        font-size:10px;
        border-style:solid;
        border-width:1px;
        border-color:#D3D3D3 ;
	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;	 
	}

.vignette_other_ones {
        float:left;
        width:130px;
        height:150px;
        text-align:center;
        margin:10px;
}

.vignette_other_ones a {
        color:#696969;
        margin-top:5px;
        text-decoration:none;
            font-weight: normal
}


.very_big_table_other_ones {        
        float:left;
        width:100%;
        margin:10px;
        font-size:12px;       
      	font-family: Aria,Verdana,Georgia, "Times New Roman", Times, serif;	
        background-color: #f2f2f2; 
}
.title_other_ones {
        font-size:20px;
        margin-top 5px;
        margin-bottom 5px;
        font-weight:bold;
        text-align:center;
	color:#696969;
	 
	}
.lateral_ones {
        float:left;
        width:480px;
        margin:10px;
        font-size:9px;
        border-style:solid;
        border-width:1px;
       border-color:#fff;
	font-family: Arial,Verdana,Georgia, "Times New Roman", Times, serif;	 
padding:10px;
	}
.title_lateral_ones {
        font-size:20px;
        margin-top 5px;
        margin-bottom 5px;
        font-weight:bold;
        text-align:left;
	color:#fff;
	 
	}
.vignette_lateral_ones {
        float:left;
        width:110px;
        height:130px;
        text-align:center;
 margin:3px;
 
      
}

.sub_title_other_ones {
        font-size:14px;
        margin-top 5px;
        margin-bottom 5px;
        font-weight:bold;
       text-align:center;
	color:#696969;
	 
	}

.vignette_top_ones {
 background-color:#fff;
        float:left;
        width:280px;
        height:340px;
        text-align:center;
        margin:10px;
 border-style:solid;
        border-width:1px;
       border-color:#D3D3D3 ;
padding-top:5px;
}

.title_top_ones  {
       margin-top:5px;
       margin-bottom:5px;
     }

.title_top_ones a {
     color: #555;
        text-decoration:none;
   font-weight:bold;
 font-size:14px;  
 font-family:Tahoma,Verdana,Georgia, "Times New Roman", Times, serif;
     
}

.top_tags {
padding-top:10px;
padding-left:5px;
padding-right:5px;
       font-size:10px;       
      font-family: Tahoma,Verdana,Georgia, "Times New Roman", Times, serif;
     
}


.more_other_ones a {
width:400px;
        font-size:20px;
        margin-top 5px;
        margin-bottom 5px;
        font-weight:bold;
        color:#696969;
         padding-right:10px;
         text-decoration:none;
        text-align:right;
}
.renvoi {width:800px;text-align:center;}
.renvoi_right {
font-size:12px;
margin-right:400px;
}

.renvoi_left a:link {
color:#8B4513;font-size:12px;margin-right:400px;
}


.renvoi_right a{font-size:12px;color:#DC143C;}

.cartouche_RJC {
margin-left:430px;
margin-top:30px;
background:#555544;
text-align:center;
}

.cartouche_RJC a{
color:#fff;
}

.trailer_table {
background:#DCDCDC;
width:650px;
height:200px;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#666666;
padding:10px;
margin-bottom:20px;
}

.trailer_image{
width:130px;
height:130px;
float:left;
}

.trailer_title{
width:500px;
font-size:30px;
margin-left:150px;
margin-bottom:5px;
}

.trailer_tags{
width:500px;
font-size:14px;
margin-left:150px;
margin-bottom:10px;
}

.more_trailers a {
      font-size:2.1em;
        margin-top:5px;
        margin-bottom:25px;
        font-weight:bold;
        color:#696969;
         padding-right:10px;
         text-decoration:none;
        text-align:right;
	 
}