/*
Theme Name: French Fling
Theme URI: http://www.frenchfling.com
Description: French Fling wordpress theme
Version: 1.0
Author: Paolo Prandoni
Author URI: http://www.frenchfling.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
}

body, 
input, 
textarea, 
select {
	font: normal medium 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande',Verdana,Geneva,Helvetica,Futura,Arial,sans-serif;
	line-height: 110%;
	color: #F0F0F0; /* off-white */
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, 
blockquote, 
ul, 
ol {
	margin-bottom: 1.5em;
}

blockquote, 
ul, 
ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url(images/blockquote.gif) no-repeat ;
	font-style: italic;}

ul {
	list-style-type: square;
}

a {
	color: #99AADD; /* blue */
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 0;
	background-color: #000;
}

/* Header */

#header {
	height: 260px;
	position: relative;
	background: #000000 url(images/banner.png) no-repeat;
	margin: 0px auto;
}


#header h1 {
  display: block;
  margin-left: 600px;
  height: 120px;
}

#header a {
	text-decoration: none;
	color: #FFF;
}



/* Menu */

#menu
{
	width: 850px;
	position: absolute;
	margin: -260px 0;
}

#menu ul
{
	list-style: none;
	text-align: left;
	padding: 189px 0px 10px 0;
	margin: 0;
}

#menu li
{
	display: inline;
	float: left;
}

#menu li a
{
	padding: 0;
  display: block;  /* block for <a> to give it its dimensions */
  height: 55px;
  width: 173px;
}

#menu li a#menu1
{
  width: 284px;
}

#menu li a:hover
{
	background: transparent url(images/menu_hover.png) top left no-repeat;
}
#menu li a.active
{
	background: transparent url(images/menu_selected.png) top left no-repeat;
}

#menu li a#menu1:hover,
#menu li a#menu1.active
{ 
}
#menu li a#menu2:hover,
#menu li a#menu2.active
{
  background-position: -284px 0%;
}
#menu li a#menu3:hover,
#menu li a#menu3.active
{
  background-position: -457px 0%;
}




/* Content */

#content {
	margin: 0px auto;
	width: 910px;
}

.textinput {
  color: white;
  background: #000;
  border: white solid 1px;
}

/* Blog */

#blog {
	background: #000;
	float: left;
	width: 650px !important;
	width: 647px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}

/* Post */

.post {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#title,
#titlepage  {
	/*font-weight: bold;*/
	color: #AADD99 /* green */;
	padding: 5px 5px 0px 40px;
	/*border-bottom: 2px solid #ffa227;*/
}

.maintitle, 
#titlepage  {
  font-size: 1.7em;
  /*font-weight: bold;*/
}

#title a {
	text-decoration: none;
	text-decoration: underline;
	color: #AAdd99; /* green */
}

#titlepage {
  padding-bottom: 20px;
}

#title a:hover {
	text-decoration: none;
	/*border-bottom: 1px dashed #656565;*/
}

#title #date {
  display: none;
}

#date .mo {}
#date .day {}



.post .entry {
	padding: 10px 35px 10px 15px;
}

.post p {
	text-align: justify;
}

.post .meta {
  height: 22px;
  font-size: 80%;
	padding: 4px 15px 0px 10px;
	line-height: 0.85em;
	color: #e2e2e2; 
	background: transparent url(images/postfooter.png) no-repeat top left;
}

.entry h1, .entry h2, .entry h3 {
	color: #666;
}

a.postlink {
  font-size: 90%;
  font-style: italic;
}

/***************************************************************************/
/* Sidebar */
/***************************************************************************/
.right-sidebar {
  z-index: 10;
  float: right;
  padding: 0;
  width: 200px;
}

.right-sidebar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* set the image to use */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
  background: transparent url('images/sidebar.png') no-repeat bottom right;
}
/* establish the lower-right position */
.cssbox {
  width: 200px !important; /* intended total box width - padding-right(next) */
  width: 170px; /* IE Win = width - padding */
  padding-right: 30px; /* the gap on the right edge of the image (not content padding) */
  margin: 0px auto; /* use to position the box */
}

/* set the top-right image */
.cssbox_head {
  background-position: top right; 
  margin-right: -30px; /* pull the right image over on top of border */
  padding-right: 30px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head h2 { 
  background-position: top left; 
  margin: 0; /* reset main site styles*/ 
  border: 0; /* ditto */ 
  padding: 25px 0px 5px 30px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important; height: 1%; /* IE Holly Hack */ 
  width: 160px;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
  background-position: bottom left; 
  margin-right: 0px; /* interior-padding right */ 
  padding: 5px 0 40px 50px; /* mirror .cssbox_head right/left */ 
} 


.cssbox_body p {
  margin: 0;
  padding: 0;
}

.cssbox_head h2 {
  color: #AA77AA; /* purple */
  font-size: 1.3em;
	font-weight: bold;
}

.cssbox_body .textinput {
  color: white;
  background: #333237;
  border: #99AADD solid 1px;
}


caption{font-size: 1.2em;}


#rss {
  margin: 10px 0 0 130px;
}
#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
background: black;
width: 110px;
height: 15px;
color: white;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: #99AADD;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
}


/* Footer */

#footer{
	font: normal small Arial Narrow, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 0px auto;
	text-align: left;
	padding: 10px 10px;}

#footer #text{
	text-align: right;
	padding: 0 200px 0 0;}

#footer #text a {text-decoration: none;}

#footer #text a:hover {text-decoration: underline;}


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: black;
width: 280px;
}

p label {
text-align: left;
}

#commentform textarea {
	padding: 2px;
	background: black;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
width: 280px;
}
#commentform textarea:hover {
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}
#commentform textarea:focus {	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}

#commentform #email, #commentform #author, #commentform #url {
	padding: 2px;
	font-size: 1.1em;
	background: black;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: black;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;}

.submit1:hover, .submit1:focus{
	background: black;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;}

.commentlist li {
  margin: 10px;
  padding: 5px;
  background: gray;
}