/* v1.0 | 20080212 */


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* common */

body {
	background: url(images/bgbody.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
 } 


a {
	font-weight: bold;
	text-decoration: none;
	color: #f67b1a;
}

a:hover {
	color: #0065b2;
}

a:visited{}

p{margin: 0 0 10px;}

h1{   font-family: "Nobile", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1;


		border-bottom:1px solid black;
		margin-bottom:10px;
		padding: 0 0 10px;
		
}

h2{font-family: "Nobile", serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1;
	font-size:16px;
	border-bottom:1px solid black;
	margin-bottom:10px;
	padding: 0 0 10px;
}

h3{font-family: "Nobile", serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1;
	font-size:16px;
	padding: 0 0 10px;
}


/* layout */

#wrapper{
	margin:0 auto;
	width:960px;
}

#header{
	clear: both;
	float: left;
	width: 960px;
	height: 170px;
	background: url(images/bgheader.jpg) no-repeat;
}
#header  .tag{
	padding-left: 225px;
	padding-top: 65px;
	height: 35px;
	color: #F68D3C;
	font-style: italic;
	font-weight: bold;
}
#content{
	clear: both;
	float: left;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav{
	height: 40px;
	float: left;
	width: 960px;
	padding-top: 10px;
	z-index: 999;
}
#nav, #nav ul {float: right;}
#nav a {display: block;width: 10em;color: #FFFFFF;line-height: 12px;text-shadow: 2px 2px 1px #f05c10;}
#nav a:hover {
	color: #FFFF99;
}
#nav li {float: left;width: 10em;}
#nav li ul {position: absolute;width: 250px;left: -999em;background: url(images/menubttm.gif) no-repeat scroll center bottom;padding-top: 17px;padding-bottom: 6px;}
#nav li ul li {width: 250px;display: block;border-top:1px solid #fff;}
#nav li ul li a {display: block;width: 230px;padding: 10px;background: #F78222;}
#nav li ul li:first-child { border:none !important; }
#nav li ul li a:hover {background: #d36303;}
#nav li:hover ul {left: auto;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;}

#slider{
	z-index: -1;
	height: 200px;
	width: 960px;
	clear: both;
	float: left;
}

#footer{
	width:960px;
	clear: both;
	float: left;
	padding-top: 112px;
	padding-bottom: 5px;
	background: url(images/cncfoot.jpg) no-repeat;
	height: 112px;
	font-size: 10px;
	text-align: center;
}

.left{float:left;width:600px;}
.right{float:right;width:300px;}

.right ul{
	margin-bottom: 20px;
}
.right li{}
.right li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.right ul li {
	border-top:1px solid #CCCCCC;
}
.right ul li:first-child { border:none !important; }


.post{
	padding-bottom: 40px;

}
.date{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

