* { padding: 0; margin: 0; }

body {
	padding: 0; margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #212121;	
}


/**	
 * Helper Classes
 **/
.box_wrapper {padding:0 10px 10px;}

.right {float:right;}
.left {float:left;}
.center {margin: 0 auto;}
.tright {text-align:right;}
.tleft  {text-align:left;}
.tcenter {text-align:center;}
.fifty {width:480px;}
.small {font-size:11px;}
.white {color:#fff;}
.tbig {font-size:23px;}
.top {vertical-align:top;}
.underline {text-decoration: underline;}
.strong {font-weight: bold;}
.spinner_clear_blue {background: transparent url('../images/ajax_loader_clear_blue.gif') no-repeat center top;}
.bottom {padding-bottom:10px;}
.marger-top {margin-top:10px;}
a {color:#315D81;}
#footer a {color: #757575;text-decoration:none;}
#footer a:hover {color: #FFF;text-decoration:underline;}
#footer .box_wrapper a {text-decoration:none; border:0;}
#footer .box_wrapper a:hover {text-decoration:none; border:0;}
img {border:0;}
.cursor {cursor: pointer; cursor: hand;}
/**
 * Response Box
 **/

#response h4 {
	font-size:23px;
	font-weight:normal;
}


/**
 * End Response Box
 **/


/**
 * Login Box
 **/

#login_box {width:220px;float:right;}
#login_box div {height:27px;}
#login_box #login_box_left.dark_blue {background: transparent url('../images/login_box_dark_blue_left.png') no-repeat;}
#login_box #login_box_left {
	float:left;
	background: transparent url('../images/login_box_left.png') no-repeat top left;
	width:10px;
	height:27px;
}
#login_box #login_box_right.dark_blue {background: transparent url('../images/login_box_dark_blue_right.png') no-repeat top right;}
#login_box #login_box_right {
	float:right;
	background: transparent url('../images/login_box_right.png') no-repeat top right;
	width:10px;
	height:27px;
}

#login_box #login_box_content.dark_blue {background:#375d81;}
#login_box #login_box_content {
	background:#abc8e2;
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding-top:4px;
	width:200px;
	margin-left:10px;
	height:23px;
}

#login_box #login_box_content a {

	color:#FFF;
	font-size:11px;
	text-decoration: none;
}
#login_box #login_box_content a:hover {text-decoration: underline;}

/**
 * End Login Box
 **/

/**
 * Home Styles
 **/

#top_wrapper {
	margin: 0;
	border-bottom: 1px solid #244265;
	background: #183152 url('../images/home_header_bg.png') repeat-x top left;
}

#bottom_wrapper {
	margin: 0;
}


#top_wrapper #header {
	margin: 0 auto;
	width: 980px;
}

#top_wrapper #header #main_search {
	padding:1px 0 0 0;
	margin: 0 auto;
	width:592px;
	height:124px;
	background: transparent url('../images/main_search_bg.png') no-repeat top left;
}

#top_wrapper #header #main_logo {
	margin: 23px auto;
	background: transparent url('../images/main_logo.png') no-repeat top left;
	width:328px;
	height:104px;
}

#top_wrapper #header #main_logo.dark {
	background: transparent url('../images/main_logo_dark.png') no-repeat top left;
	
}

#bottom_wrapper #footer {
	color:#757575;
	margin: 0 auto;
	width: 980px;
}

.search_example {
	margin: 15px 23px 10px 23px;
	color:#fff;
}

#top_wrapper #header #main_search p#text_input {
	display:block;
	margin:0pt 10px 5pt 14px;
	width:496px;
}

#s {
	height:28px;
	width:476px;
	border:0;
	padding: 8px 0;
	font-size:22px;
	margin:0pt 0px 0pt 0px;
	background-color:#f3f5f7;
	color:#242424;
	outline:none;
}

#s_submit {
	width:70px;
	margin:5px 10px 0pt 0pt;
	background:none;
	border: none;
	color:#FFF;
	font-size:22px;
	font-weight: lighter;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#s_left {
	display:block;
	float:left;
	background: transparent url('../images/s_left.png') no-repeat top left;
	width:10px;
	height:44px;
}

#s_right {
	display:block;
	float:right;
	background: transparent url('../images/s_right.png') no-repeat top right;
	width:10px;
	height:44px;
	margin:0px 0 0 0;
}

#random_query {
	color:#FFF;
}
/**
 * End Home Styles
 **/

/**
 * Premium partners
 **/

.premium_partners {
	min-height:200px;
}

.premium_partners p {
	margin-top:15px;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#A8A8A8;
	word-spacing: 3px;
	letter-spacing:-1px;
	line-height:28px;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	vertical-align:baseline;
}

.premium_partners td {
	text-align: center;
	vertical-align: middle;
	display: inline-table;
	padding-right:0px;
	width:120px;
	height:100px;
}
/**
 * End Premium partners
 **/


/**
 * Signup Styles
 **/

#top_wrapper.signup {
	margin: 0;
	border-bottom: 1px solid #244265;
	background: #abc8e2;
}

form#signup p, form#connect p {
	display:block;
	margin-bottom:15px;
}

form#signup p label, form#connect p label {
	display:block;
	margin-bottom:3px;
	margin-left:10px;
}

span.input_bg_normal {
	background: transparent url('../images/input_bg_normal.png') no-repeat top left;
	display:block;
	width:302px;
	height:38px;
	
}

span input[type=text], span input[type=password] {
	border:0;
	padding:0;
	font-size:16px;
	margin-bottom:10px;
	background:#f0f0f0;
	margin:9px 10px 0pt;
	width:280px;
	outline:none;
}

input[type=submit] {
	font-size:11px;
	padding: 2px 11px;
	border: 1px solid #183152;
	color:#FFF;
	background:#375D81 none repeat scroll 0% 50%;
}
/**
 * End Signup Styles
 **/

.wrapper { 
	margin: 0 auto;
	width: 980px;
}

#header {
	width: 980px;
	color: #333;
	padding: 0 10px;
	height: 520px;
	margin: 0;
}

#footer { 
	width: 900px;
	color: #333;
	padding: 10px;
	height: 120px;
}

/**
 * Search Page
 **/
#header_wrapper {
	border-bottom: 1px solid #10263F;
	height:92px;
	background: transparent url('../images/search_bg.png') repeat-x top left;
}

#content_search {
	padding-top:20px;
	border-top: 1px solid #e4e4cf;
	min-height:450px;
	background-color:#FFF;
}

#content_search h4 {
	color:#3399cc;
	font-weight:normal;
	font-size:18px;
}

#content_search h4 a {color:#3399cc;}
#content_search h4 a strong {color:#2D8CBA;}
#content_search h4 a:visited {color:#315D81;}
#content_search h4 a:visited strong {color:#315D81;}

#content_search p {
	color:#1e1e1e;
	/*font-size:13px;*/
}

#content_search p.url {
	color:#c43c00;
	font-size:11px;
}

#content_search p.action {
	color:#375d81;
	font-size:11px;
}

#content_info {
	background-color:#f1f1e5;
}

#query_info {
	font-size:11px;
	color:#5F5E45;
	padding:3px 0 3px;
}
#query_info h1 {
	display:inline;
	font-size:13px;
}

.searchres {
	margin-bottom:20px;
}

ul {
	margin:10px 0 0 20px;
}

#submit_input_small {
	padding-top:30px;
}
#search_small {
	margin-left:50px;
	width:288px;
	height:18px;
	background:transparent url(../images/search_bg_small.png) no-repeat;
	border:0;
	font-size:14px;
	padding:5px;
}

#search_small_submit {
	font-size:14px;
	padding:5px;
	border:0;
	background:transparent;
}

/**
 * Pagination Styles
 **/

/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
.pagination {
	padding:0px 0 40px 0;
	text-align:center;
}

.pagination a {
	font-size:16px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #3399cc;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .courante {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #315D81;
	color: #FFF;
}
.pagination .desactive {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/**
 * End Pagination Styles
 **/

/**
 * Fzoom
 **/

a.trash {
	margin-right:5px;
	margin-top:5px;
	float:left;
	display:block;
	height:12px;
	width:15px;
	background: #FFF url(../images/icon_12_trash.png) no-repeat;
}

a.view_video {
	margin-right:5px;
	margin-top:5px;
	float:left;
	display:block;
	height:12px;
	width:15px;
	background: #FFF url(../images/movie.png) no-repeat;
}


/**
 * End Fzoom
 **/