/*
Theme Name: Pal
Theme URI: http://www.angeluse.org
Description: The place where people and information converge and create community.
Version: 1
Author: AnGeLuSe
Author URI: http://www.angeluse.org
Tags: community, news, industry, blog
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.jpg) #FFFFFF repeat-x top;
	color: #4e4243;
	font-family: Geneva,Tahoma,"Nimbus Sans L",sans-serif;
	font-size: .75em;
}
a {
	color: #33707e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Geneva,Tahoma,"Nimbus Sans L",sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 39px;
}

/*=== H eader ===*/
#header{
	height: 81px;
	margin: 0 0 1px;
	padding-top:20px;
}
/*- Logo -*/
#header h1 {
	background: url(images/logopal.png) no-repeat;
	text-indent: -9999px;
	width: 400px;
}
#header h1 a {
	display: block;
	height: 143px;
}
#header h1 a:hover {
	text-decoration: none;
}

/*=== Twitter ===*/

a.twitter {
        display: block;
        width: 70px;
        height: 76px;
	background:url(images/twitter.png) no-repeat;
	position:relative;
	float:right;
        margin-top: 9px;
}

a.twitter:hover {
        display: block;
        width: 70px;
        height: 76px;
	background:url(images/twitter2.png) no-repeat;
	position:relative;
	float:right;
        margin-top: 9px;
}


a.rss-icon {
        display: block;
        width: 70px;
        height: 73px;
	background:url(images/rss.png) no-repeat;
	position:relative;
	float:right;
        margin-top: 8px;
        margin-right: 10px;
}

a.rss-icon:hover {
        display: block;
        width: 70px;
        height: 73px;
	background:url(images/rss2.png) no-repeat;
	position:relative;
	float:right;
        margin-top: 8px;
        margin-right: 10px;
}


/*=== Recherche Module ===*/
.wpn_search { width:305px; height:43px; float:right; background:url(images/search_bg.jpg) no-repeat center right; margin-bottom:10px}

.wpn_search_active { background:url(images/search_bg_focus.jpg) no-repeat center right; color:#FFF !important;}

.wpn_search input[type="text"] { background:none !important; width:160px; height:28px; border:0; margin-left: 95px; color:#424548; padding-top:12px; font-size:16px; font-family:Helvetica, Arial, sans-serif;}

.wpn_search input[type="image"] { width:28px; height:35px; position:relative; vertical-align:top; margin-left:2px; border:0}


/*=== Navigation ===*/
	

/* Test de menu version nico */

	.wpn_menu {list-style:none;font-size: 13px;height: 37px;margin-left:372px;}
	.wpn_menu a {outline:none;display:none;}
	.wpn_menu > li {float:left;background:url(img/menu_div.gif) no-repeat left;position:relative;z-index:9;}
	.wpn_menu > li:first-child {padding:0;background:none;}
	.wpn_menu > li > a {
		float:left;
		display:block;
		line-height:40px;
		padding:0 16px 8px 16px;
		font-size:13px;
		color:#ffffff;
		outline:none;
		text-decoration: none;
		}
	.wpn_menu > li > a:hover,.wpn_menu > li:hover > a {
		color:#18A7E1;
	
	}
	
	/* Drop Downs */
	.wpn_menu > li:hover ul {display:block;}
	
	.wpn_menu > li > ul {position:absolute;top:42px;left:0;background:#000;width:200px;list-style:none;display:none;}
	
	.wpn_menu > li > ul li a {
		display:block;
		height:30px;
		line-height:30px;
		background:#031422 url(images/dropdown-arrow-over.png) no-repeat scroll 10px 50%;
		color:#01d8d5;
		font-size:13px;
		color:#ffffff;
		text-indent:8px;
		text-decoration: none;
		padding-left:15px;
		}
		
	.wpn_menu > li > ul li a:hover {
		background:#031422 url(images/dropdown-arrow.png) no-repeat scroll 10px 50%;
		color:#18A7E1;
		}

/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 700px;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #db0202;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}

.content h3 {
        color:#33707e;
        font-size:20px;
}


/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #3677fc;
}
.post-date em {
	color: #103c5d;
	font-size: .9em;
	font-style: normal;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
 /* margin: 0 0 1em; */
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/

.social-links {
	background: #E0E0E0 url(images/box-bgr2.gif) repeat scroll left bottom;
	height: 42px;
	padding: 0 18px;
}
.social-links .fl {
	line-height: 42px;
}

.social-links .fr {
	padding: 9px 0 0;
}
.social-links .fr span {
	line-height: 21px;
}
.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	padding: 18px;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 30px 25px;
	padding:0 18px 18px;
	min-height: 80px;
        width:450px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}



/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 450px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 450px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#footer {
	color: #5f5f5f;
	font-size: 11px;
	line-height: 39px;
	margin: 0 auto;
	width: 975px;
}
#footer a {
	color: #33707e;
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: right;
}

.fl a {
	background: url(images/Comment.png) no-repeat;
	color:#FFF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 4px 0 8px 1px;
	width: 69px;
	display: block;
	margin-top:10px;
	text-decoration:none;
}

.fl a:hover span{
	color:#3677fc;
}

.fl a .snap_noshots {
	background:none;
}

.fl span {
	font-size:20px;
}

.fr {
	float: left;
}

.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

.lire-suite {
	float:right;
	margin-top:6px;
	padding-top:5px;
	width:140px;
	height:29px;
	background:url(images/lire-plus.png) no-repeat top center;
}

.lire-suite a {
	color:#333333;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing: -1px;
}

.lire-suite a:hover {
	color:#1fa6e4;
}

.miniarticle {
	float:left;
	height:200px;
	margin:6px 20px 10px 0;
	width:200px;
}

.miniarticle a img {
	border: 1px solid #cfcfcf;
	display: block;
}

.com-suite {
	float:left;
	margin-top:6px;
	padding-top:5px;
	width:187px;
	height:29px;
	background:url(images/com-plus.png) no-repeat top center;
}

.com-suite a {
	color:#333333;
	font-weight:bold;
	padding-left:40px;
	text-decoration:none;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing: -1px;
}

.com-suite a:hover {
	color:#1fa6e4
}

.aboutus {
	background:url(images/aboutus.jpg) no-repeat;
	width:305px;
	height:269px;
    margin:0 0 10px;
}

.aboutus h1 {
	color:#ebf0f3;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:10px 0 10px 10px;
	text-decoration:none
}

.aboutustext {
	color:#FFFFFF;
	font-family:Geneva,Tahoma,"Nimbus Sans L",sans-serif;
	font-size:13px;
	font-style:italic;
	margin:10px 5px 5px 10px;
}

#carrousel {
	background: url(images/showcase-bg.png) repeat-x top;
	border-bottom:1px solid #666
	border-top:1px solid #003;
	height: 350px;
}

#carrousel h1 {
color:#FFFFFF;
font-size:20px;
text-align:center;
padding-top:15px;
}

.carrousel-milieu {
margin: 0 auto;
width:580px;
}

.mer_droite {
	background:#FFFFFF url(images/photos.jpg) repeat-x scroll center top;
	border:0;
	width:305px;
	height:670px;
    margin:0 0 10px;
}

.mer_droite h1 {
	color:#ebf0f3;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:10px 0 10px 10px;
	text-decoration:none
}

.mer_droite img {
	border:1px solid #333;
        margin-left:70px;
        margin-top:20px
}

.terre_droite {
	background:#FFFFFF url(images/photos.jpg) repeat-x scroll center top;
	border:0;
	width:305px;
	height:670px;
    margin:0 0 10px;
}

.terre_droite h1 {
	color:#ebf0f3;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:10px 0 10px 10px;
	text-decoration:none
}

.terre_droite img {
	border:1px solid #333;
        margin-left:70px;
        margin-top:20px
}

.palaucul_droite {
	background:#FFFFFF url(images/photos.jpg) repeat-x scroll center top;
	border:0;
	width:305px;
	height:670px;
    margin:0 0 10px;
}

.palaucul_droite h1 {
	color:#ebf0f3;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:10px 0 10px 10px;
	text-decoration:none
}

.palaucul_droite img {
	border:1px solid #333;
        margin-left:70px;
        margin-top:20px
}

.post-comments .avatarcomment {
	width: 80px;
	float:left;
	padding-bottom:20px;
}

.comment-left {
background:transparent url(images/comment-left.gif) no-repeat scroll 0 0;
height:18px;
position:relative;
width:19px;
right:37px;
top:15px;
}

.comment-left.alt {
background:transparent url(images/comment-left-alt.gif) no-repeat scroll 0 0;
height:18px;
position:relative;
width:19px;
right:37px;
top:15px;
}

.palenaction {
}

.palenaction span {
}

.palenaction img {
border:1px solid #333;
margin-bottom:10px;
}

.avatar_single {
	float:right;
	margin-right:10px;
	margin-top:10px;
	border:4px solid #F3F3F3;
}

.avatar_single img {
	border:1px solid #cfcfcf;
}

.alignleft {
float:left;
margin:10px 20px 8px 0;
}

.alignright {
float:right;
margin:10px 5px 8px 20px;
}

.fr a img {
position:relative;
margin-top:-15px;
}