/*
(c) Vanille Creation 2008
*/

body {
	margin: 0;
	padding: 0;
	background:  #000000 url(images/img01.jpg) no-repeat top center;
  
        color: #555555;




}

        input {
        margin:8px;
        color:#CF4F67;
        background-color:#430712;
        border: solid 1px;
        size:20px;
        width:50%;
         height:20px;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align:justify;


}

h1, h2, h3 {
	font-weight: normal;
	color: #BD1937;
}

h1 {
	/* text-transform: lowercase; */
	letter-spacing: 3px;
	font-size: 24px;
}

h2 {
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}


p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
        text-decoration: none;
	color: #FFFFFF;
        
}

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

/* Header */

#header {
	width: 960px;
	height: 280px;
	margin: 0 auto;
	background: #000000 url(images/img01.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #FFFFFF;

}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #FFFFFF;

}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;

	
}

/* Content */



#lettrine:first-letter {
              color : #BD1937; font-size : 68px;  font-weight : bold; float: left;
              font-family: Georgia, Times New Roman, Times, serif;
              border: 0px solid #000000; 
              background-color: #000000; 
              margin: 0px;
              padding-right: 4px;
              padding-top: 0px;
 }

#content {
	float: left;
	width: 660px;

}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 3px solid #A5414B;
}

.byline {
	margin: 0;
	color: #A5414B;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */




#sidebar {
	float: right;
	width: 260px;
        background:  url(images/fd1.png) no-repeat top left;
        padding-top: 40px;
        padding-left: 10px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	/* border-bottom: 1px dotted #5B1E29; */
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0  0;

	/* border-bottom: 1px solid #B83C53; */
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

#sidebar g4 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 22px;
        color: #999999;

}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	border-top: 1px solid #333333;
	background: url(images/ft.jpg);
	text-align: center;
	font-size: smaller;
}

#footer c1 {
        text-decoration: none;
	color: #555555;
        
}

