/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a
{
  color: #524F46;
}

body
{
  font: 14px georgia,times,serif;
  background: transparent url('../images/bg.gif') repeat-x;
}

#container
{
width: 960px;
margin: 0 auto;
}
.nav ul{
	height: 32px;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	display: block;
	padding: 8px 15px 9px 15px;
	font-size: 85%;
	color: #e3b7a6;
	text-decoration: none;
	}
.nav ul li a:hover{
	background: #bb3400;
	color: #fff;
	}
#search_keywords
{
  font-size: 160%;
  padding: 8px;
  margin-bottom: 3px;
  width: 340px;
  background: #dfddce;
}
#search_keywords:focus
{
  background: #b9b59a;
  color: #34332b;
}
#header .search img{
	float: left;
	padding: 0 25px 0 0;
}
#header .post
{
  float: right;
  padding-right: 10px;
  text-align: center;
}
#header .post div
{
  padding-top: 12px;
  background: url(../images/but-ask.gif) no-repeat 0 12px;
}

#header .post a
{
  font-size: 110%;
  color: #efc9bb;
  height: 29px;
  
  text-decoration: none;
  background: url(../images/post-seq.gif) no-repeat 8px -40px;
  display: block;
  padding: 11px 0 0 45px;
  text-align: left;
}
#header .post a:hover
{
  background: url(../images/post-seq.gif) no-repeat 8px 0px;
  color: #fff;
}

#sub_header
{
  padding: 25px 0 25px 5px;
  height: 95px;
  margin: 0;
  display: block;
  background: #150E00 url('../images/bg3.gif') no-repeat 0 0;
}

#sub_header h2
{
  color: #fff;
  font-style: italic;
  font-weight: normal;
  font-size: 140%;
  margin-bottom: 7px;
}
#content{
	margin-top: 25px;
	display: block;
}
#content h1
{
  padding: 7px;
  margin: 0;
  font-size: 100%;
  color: #77745e;
  font-weight: bold;
  font-style: italic;
  background: #e1dcbb;
}
#content h1 a
{
	text-decoration: none;
	color: #77745e;
}
.but_search{
	margin: 8px 0 0 10px;
	display: block;
	float: left;
}
.input{
	display: block;
	float: left;
}
#footer
{
  padding: 10px 3px;
  margin-top: 60px;
  font-size: 90%;
  margin-bottom: 15px;
}

#footer a
{
  color: #77766F;
}

#footer ul
{
  display: inline;
}

#footer li
{
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footer .symfony
{
  font-family: arial,sans-serif;
  font-size: 80%;
}

#footer .symfony img
{
  vertical-align: middle;
}

#footer .symfony
{
  float: right;
  color: #666;
}

.feed
{
  padding: 5px 10px 0 20px;
  background: transparent url(../images/feed.png) no-repeat 0 5px;
}

.help
{
  color: #bbb4a5;
  font-size: 80%;
  font-style: italic;
  clear: right;
}

.error_list
{
  color: red;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

#job_history
{
  padding: 7px;
  background: #eee;
  font-size: 80%;
}

#job_history ul
{
  display: inline;
}

#job_history li
{
  margin-right: 10px;
  display: inline;
}
