/*
Theme Name: Poker Design Two Black 
Theme URI: http://cssthemesclub.com/pokerdesigntwoblack
Author: CSSThemesClub.com
Modif : Deamer
URI : http://www.pashmina-le-site.com/
*/



/* Begin Typography & Colors */
body {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	background: url(/images_album/bg_5.png) #e8c1c3 repeat-x;
	color: #5a5b5b;
	}
	
* {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style-type: square;
}

a:link {
	color: #88041d;
	text-decoration:none;
}

a:visited {
	color: #88041d;
	text-decoration:none;
}

#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 10px;
	background: #ffffff;
}

.clear {
	clear: both;
}

#headercontainer {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
}

#header {
	width: 600px;
	height: 200px;
	float: left;
}

#headertitle {
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

#headertitle a:link {
	color: #ffffff;
	text-decoration:none;
}

#headertitle a:visited {
	color: #ffffff;
	text-decoration:none;
}

#headerdescription {
	font-size: 20px;
	color: #efeeee;
	text-align: center;
	margin-top: 5px;
}

#headerimage {
	width: 400px;
	height: 200px;
	float: right;
}

#navigation {
	height: 30px;
	line-height: 30px;
	background: #88041d;
	padding: 5px;
}

#navigationleft {
	color: #ffffff;
	font-size: 18px;
	float: left;
}

#navigationleft a:link {
	color: #ffffff;
	text-decoration:none;
}

#navigationleft a:visited {
	color: #ffffff;
	text-decoration:none;
}

#navigationleft a:hover {
	color: #db6981;
	text-decoration:none;
}

#navigationright {
	float: right;
}

#left {
	float: left;
}

#right {
	float: right;
}

#sidebar {
	width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sidebox {
	margin-top: 10px;
	padding-bottom: 10px;
	color: #454444;
}

.sidebox a:link {
	color: #454444;
	text-decoration:none;
}

.sidebox a:visited {
	color: #454444;
	text-decoration:none;
}

.sideboxheader {
	background: #88041d;
	font-size: 14px;
	color: #ffffff;
	height: 23px;
	line-height: 23px;
	text-align: center;
	padding: 5px;
}

.sidebox ul{
	margin-left: 25px;
}

.sidebox ul li{
	line-height: 25px;
	font-size: 12px;
	color: #5a5b5b;
	list-style-type: none; /*circle;*/
}

.sidebox ul li a:link {
	color: #5a5b5b;
	text-decoration:none;
}

.sidebox ul li a:visited {
	color: #5a5b5b;
	text-decoration:none;
}

.sidebox ul li ul{
	margin-top: 10px;
}

.pagetitle {
	width: 645px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	color: #88041d;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
}

.post {
	width: 645px;
	height: 100%;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	background: #eaeaea;
	border: 1px solid #d6d6d6;
}

.postheader {
	height: 46px;
	font-size: 25px;
	color: #88041d;
	margin-bottom: 10px;
	float: left;
}

.postheader a:link {
	color: #88041d;
	text-decoration:none;
}

.postheader a:visited {
	color: #88041d;
	text-decoration:none;
}

.postdate {
	font-size: 14px;
}

.postimage img{
	width: 180px;
	height: 140px;
	border: none;
	margin-right: 10px;
	margin-left:20px;
	margin-bottom:10px;
	float: left;
}

.postcontent {
	font-size: 14px;
	margin-left :20px;
	margin-right:20px;
	margin-top:10px;
}

.postcontent  a:link {
    color:red;
	text-decoration:none;
}

.postcontent  a:hover {
    color:#3b3b3b;
	text-decoration:underline;
}

#footer {
    margin-top:20px;
	height: 30px;
	line-height: 30px;
	background: #88041d;
	padding: 5px;
}

#footerleft {
	color: #ffffff;
	font-size: 12px;
	float: left;
}

#footerleft a:link {
	color: #ffffff;
	text-decoration:none;
}

#footerleft a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footerleft a:hover {
	color: #db6981;
	text-decoration:none;
}

#footerright {
	color: #ffffff;
	font-size: 12px;
	float: right;
}

#footerright a:link {
	color: #ffffff;
	text-decoration:none;
}

#footerright a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footerright a:hover {
	color: #db6981;
	text-decoration:none;
}