
/* Core stylesheets */
@import url("blueprint/screen.css");

/* Tags 
@import url("../../tags/demo.css");
@import url("../../tags/tags.css");
 */


/* A few core classes I always use */
.mute { font-size:  10px; color:  #999;}
.hide { display: none; }
.notice { font-style:  italic; color: #999;}
.invisible { visibility:  hidden; }
.clear { clear: both; }
.nowrap { white-space: nowrap;}


/* Test 

.column { border: 1px solid red; }
.container { background: url(blueprint/lib/img/grid.png); }
 */


/* DEFAULTS */

body {
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	font-size: 1em;
	margin:0px;
	padding: 0px;
	background-color: #171717;
	/*
	line-height: 20px;
	font: 75% Geneva, Verdana, sans-serif;
	padding-left:90px;
	padding-right:1px;
	*/
}


#header_img_wrapper {
  background-color: #f4f4f0;
}

#body {
  background-color: #f4f4f0;
}

#footer {
	background-color: #222;
}

#sidebar {
  font-size: 90%;
}

#copyright {
	background-color: #333;
}

/* HEADLINES */
h1, h2, h3, h4 {
	font-family: "Sabon LT Std", "Hoefler Text", "Palatino Linotype", "Book Antiqua", serif;
	letter-spacing: -1px;
}

h1 {
	font-size:	2.0em;
	color: #f09;
	border-bottom: 2px solid #eee;
	border-bottom: 3px solid #121212;
	clear:left;
	letter-spacing: 2px;
    margin-right: 10px;
    text-align: right;
}

h2 {
	font-size:	1.6em;
    font-weight: bold;
	color:#121212;
	clear:left;

	padding: 0px;
	margin: 0px;
}

h3 {
	font-size:1.2em;
    font-weight: bold;
	color:#121212;
	clear:left;
}

/* LINKS */
a {
	text-decoration:none;
	margin:5px 0;
	color: #0ad;
}

a:hover {
	color:#0055ff;
	border-bottom:1px dotted #0ad;
}

/* HEADER */

#menu li {
	float:right;
	list-style:none;
	display:block;
	padding:0px 0px 0px 8px;
}

#menu a {
	font-size: 90%;
	text-decoration:none;
	text-transform:uppercase;
	color:#aaa;
}

#menu a:hover {
	color:#0055ff;
	color:#0ad;
	background-color: #333;
}

#header_img {
    /*width: 950px;*/
    width: 100%;
}

/* CONTENT, CONTENT_NAV */
#content_nav {
	border-left: 1px dotted #aaa; 
	padding-left: 5px;
}

#content_nav ul{
	list-style: none;
}

#content h2 {
	color: #0ad;
}

/* SIDEBAR */
#sidebar h2 {
	font-size:	1.4em;
	padding-right: 1em;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* FOOTER */

#footer {
	color:#aaa;
}

#footer h2 {
	color:#eee;
}

#footer a {
	text-decoration:none;
	color:#aaa;
}

#footer a:hover {
	color:#0ad;
}


/* SIG */





.highlight {
	background-color: Gainsboro;
	padding-left: 0.5em;
	padding-right: 0.5em;

 /* rounded corners */
	border-radius: 10px;
    -o-border-radius: 10px;
	-moz-border-radius-topleft:				  12px;
	-moz-border-radius-topright:			  12px;
	-moz-border-radius-bottomleft:		  12px;
	-moz-border-radius-bottomright:		  12px;
	-webkit-border-radius:	12px 12px 12px 12px;
	-webkit-border-top-left-radius:		  12px;
	-webkit-border-top-right-radius:	  12px;
	-webkit-border-bottom-left-radius:  12px;
	-webkit-border-bottom-right-radius  12px;
	-moz-border-radius:	12px 12px 12px 12px;

}

pre {

 /* wrapping */
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

}


.captcha {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	vertical-align: middle;
}


.errorlist {
	list-style:none;
	margin:0px;
	padding:0px;
	color: red;
}

.form table td, .form table th {
	border: none;
}

.comment_odd {
	background-color:#e7e7e7;
	padding-left:10px;
	padding-right:10px;
}

.comment_even {
	padding-left: 10px;
	padding-right: 10px;
}

.comnum {
	float: right;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#aaa;
}

em {
	font-family:Georgia,serif;
	font-style:italic;
	background-color: transparent;
}
i {
	font-family:Georgia,serif;
	font-style:italic;
	background-color: transparent;
}

/*
blockquote {
	color:#aaa;
	color:#0ad;
	font-family:Georgia,serif;
	font-style:italic;
	font-weight: bolder;
	margin:0 0 20px;
}

*/


#bkmark-title {
  font-size: 95%;
}
#bkmark-list {
  font-size: 80%;
}

#latest-comments li {
margin-top: 1.4em;
}

#latest-comments li p {
margin-top: -1.5em;
margin-bottom: -0.1em;
}

textarea, #id_body_src {
  font-family:     "Courier New"
                   Courier
                   monospace;
}


#slideshow {
	float: left;
	position: relative;
	/*background: url(../images/slider.png) no-repeat top;*/
	width: 990px;
	height: 211px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#sliderbann {
	width: 990px;
	height: 211px;
	margin: 0px;
	padding: 0px;
	float: center;
	position:relative;
}

#sliderbann img {
	position:absolute;
	top:0px;
	left:0px;
}

/* Slider =============================== */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Caption styles */
.nivo-caption {
	display: none;
	/*position:absolute;
 * 	left:0px;
 * 		bottom:0px;
 * 			background:#000;
 * 				color:#fff;
 * 					opacity:0.8; 
 * 						width:100%;
 * 							z-index:89;*/
}
.nivo-caption p {
	padding:0px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:38%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	/*background: url(../images/btn_prev.png) no-repeat;*/
	height: 78px;
	width: 37px;
	text-indent: -999em;
}
	
		.nivo-prevNav:hover {
			/*background: url(../images/btn_prev_hover.png) no-repeat;*/
		}

.nivo-nextNav {
	right:0px;
	/*background: url(../images/btn_next.png) no-repeat;*/
	height: 78px;
	width: 37px;
	text-indent: -999em;
}

		.nivo-nextNav:hover {
			/*background: url(../images/btn_next_hover.png) no-repeat;*/
		}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	bottom: -35px;
	left:47%;
}

.nivo-controlNav a {
	/*background:url("../images/bullets.png") no-repeat scroll 0 0 transparent;*/
	border:0 none;
	display:block;
	float:left;
	height:10px;
	margin-right:3px;
	text-indent:-9999px;
	width:10px; 
        cursor: pointer;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

