@font-face {
	font-family: 'Droid Sans';
	src: url('/fonts/DroidSans.eot');
	src: local(''), url('/fonts/DroidSans.ttf') format('truetype');
	[font-weight: 400];
}
@font-face {
	font-family: 'Droid Sans Bold';
	src: url('/fonts/DroidSans-Bold-webfont.eot');
	src: local(''), url('/fonts/DroidSans-Bold-webfont.ttf') format('truetype');
	[font-weight: 900];

}
a img{
	border:none;
	outline:none;
}
body {
	margin:0;
	font:0.7em 'Droid Sans', Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;
	color:#333;
	line-height:1.5em;
	text-align:center;
	background:#fff url(/imgs/rear.gif) 50% 0 repeat-y;
}
#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:960px;
	background:url(/imgs/back.gif) no-repeat;
	
}
#main {
	padding:160px 85px 0;
	padding-top:31px;
}
a:link, a:visited {
	color:#f09;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	background:#f09;
	color:#fff;
}
#top {
	margin-left:20px;
}
h3 {
	font-weight:900;
	font-family: 'Droid Sans Bold', 'Droid Sans', Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;

}
h3, p {
	margin:5px 0 0;
}
#copy.single h3 {
	margin:15px 0 0;
}
h4 {
	font-size:1.5em;
}
#copy img.float {
	float:right;
}
h1, h2, .hideme p, .hideme h3 {
	position:absolute;
	margin:-9999px 0 0 -9999px;
}
p.nb {
	color:#aaa;
}
p.nb a {
	color:#ff7fcc;
}
p.nb a:hover {
	color:#fff;
}
.redirect {
	unicode-bidi:bidi-override;
	direction:rtl;
}
.download {
	font-size:1.2em;
	padding:10px 0 3px 23px;
	background:url(/imgs/download.gif) 0 10px no-repeat;
}
.contact {
	font-size:1.2em;
	padding-bottom:5px;
}



/* - CONTACT - */

#contact {
	text-align:left;
	font-size:1.4em;
	padding:45px 10px 0 10px;
	height:90px;
	background:#fff url(/imgs/footer-back.gif) no-repeat;
	clear:both;
}
#contact p {
	margin:0 0 8px;
}
#contact strong{
	color:#f09;
	font-weight:400;
}



/* - NAV - */

/*#nav p{
	margin:0;
}*/
#nav li {
	font-size:1.4em;
	letter-spacing:0.1em;
	font-weight:900;
	font-family: 'Droid Sans Bold', 'Droid Sans', Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
#contact a:link, #contact a:visited, #nav a:link, #nav a:visited {
	color:#333;
	text-decoration:none;
}
#contact a:hover, #nav a:hover {	
	text-decoration:none;
	background:#f09;
	color:#fff;
}
#nav ul{
	margin:0;
	padding:0 0 4px 0;
	display:inline;
	border-bottom:1px solid #e5e5e5;
	
} 
#nav ul li{
	margin-right:1.3em;
	list-style:none;
	display:inline;
}
#nav ul li.last{
	margin-right:0;
}




.coda-nav{
	margin:7px 0 15px;
}
.coda-nav ul{
	margin:0;
	padding:0 0 6px 0;
	display:inline;
	border-bottom:1px solid #e5e5e5;
}
.coda-nav ul li{
	margin-right:1em;
	list-style:none;
	display:inline;
}
.coda-nav ul li.tab9{
	margin-right:0;
}
.coda-nav ul a:link, .coda-nav ul a:visited{
	font-size:1em;
	color:#666 !important;
}
.coda-nav ul a:hover{
	color:#fff  !important;
}
.coda-slider-no-js .coda-slider{
	height:200px;
	overflow:auto !important;
}
.coda-slider, .coda-slider .panel{
	width:790px;
} 
.coda-slider-wrapper{
	clear:both;
}
.coda-slider-wrapper{
	clear:both;
	overflow:hidden;
}
.coda-slider{
	float:left;
	overflow:hidden;
	position:relative;
}
.coda-slider .panel{
	display:block;
	float:left
}
.coda-slider .panel-container{
	position:relative;
}
.coda-nav-left, .coda-nav-right{
	float:left;
}
.coda-nav-left a, .coda-nav-right a {
	display:block;
	text-align:center;
	text-decoration:none;
}



ul#posts{
	padding:0;
	min-height:300px;
}
#posts li.post{
	margin-top:30px;
	list-style:none;
}
#posts li.post h3{
	font-size:1.3em;
	font-weight:900;
	font-family: 'Droid Sans Bold', 'Droid Sans', Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;
}
#posts li.post h3 a{
	color:#333;
}
#posts li.post h3 a:hover{
	color:#fff;
}
#posts li.link a{
	font-size:1.3em;
	font-weight:900;
	font-family: 'Droid Sans Bold', 'Droid Sans', Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;
}
#posts blockquote{
	font-style:italic;
	color:#999;
}
#posts .tags, #posts .date{
	color:#999;
}
#posts .tags a:link, #posts .date a:link{
	color:#ff7fcc;
}
#posts .tags a:hover, #posts .date a:hover{
	color:#fff;
}
#copy p#footer{
	margin:30px 0 0 0;
}