/* CSS Document */

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;
}
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;
}

body {
	background: #241529 url(images/background.gif) repeat-y top center;
	font: 14px/21px Verdana, Geneva, sans-serif;
	color: #fff;
	height: 100%;
}
a {
	color: #91e042;
}
h1, h2, h3, h4 {
	font-family: "Avant Garde CE", "Avant Garde LT", "Avant Garde", "Century Gothic", "Tw Cen MT", Futura, sans-serif;
	color: #00b5ff;
	text-transform: uppercase;
}
h2 {
	font: 48px/42px "Avant Garde CE", "Avant Garde LT", "Avant Garde", "Century Gothic", "Tw Cen MT", Futura, sans-serif;;
	letter-spacing: -1px;
	width: 100%;
}
h3 {
	font: bold 21px/21px "Avant Garde CE", "Avant Garde LT", "Avant Garde", "Century Gothic", "Tw Cen MT", Futura, sans-serif;;
}
h4 {
	font: bold 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
}
.wrap {
	width: 903px;
	height: 100%;
	margin: 21px auto;
}
#aside {
	color: #2a2c35;
	width: 210px;
	float: left;
	position: fixed;
}
.logo {
	width: 166px;
	height: 232px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 10px 21px auto;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#nav {
	width: 100%;
}
#nav li {
	text-transform: uppercase;
	width: 100%;
	list-style: none;
	height: 21px;
}
#nav li a {
	font: bold 16px "Avant Garde CE", "Avant Garde LT", "Avant Garde", "Century Gothic", "Tw Cen MT", Futura, sans-serif;
	display: block;
	width: auto;
	height: 21px;
	color: #2a2c35;
	padding: 0 10px;
	text-decoration: none;
}
#nav li a:hover, #nav li.current-cat a, #nav li.current_page_item a {
	background: #91e042;
	color: #fff;
}
p.copyright {
	margin-top: auto;
	margin-bottom: 21px;
	padding: 0 10px;
}
#container {
	margin: 0 0 0 231px;
}
#container h1,h2,h3,p {
	padding-bottom: 21px;
}
form {
	margin-bottom: 18px;
}
.article {
	display: block;
	width: 100%;
	margin: 0 0 21px 0;
}
.info {
	display: block;
	width: 210px;
	font-size: 12px;
	color: #ccc;
	text-transform: uppercase;
}
.featuredComment {
}
img.float {
	float: left;
	margin-right: 21px;
}
.entry {
}
.column {
	width: 210px;
	margin: 0 0 21px 0;
}
.left {
	float: left;
}
.column ul {
	padding: 0;
}
.column li {
	width: 100%;
	border-top: 1px solid #00b5ff;
	margin: -1px 0 21px 0;
}
img.thumbnail {
	float: left;
	height: 75px;
	width: 75px;
	margin: 4px 10px 5px 0;
}
.middle {	
	float: left;
	margin: 0 0 0 21px;
}
.right {
	margin: 0 0 0 462px;
}
p.prev {
	font-weight: bold;
	float: left;
	font-variant: small-caps;
}
p.more {
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
}
.prev a, .more a {
	text-decoration: none;
}

/* Comments */
ol.commentlist {
	list-style: none;
}
dt {
	float: left;
	width: 210px;
	text-align: right;
	margin: 0 0 21px 0;
	font-weight: bold;
}
dd {
	width: 441px;
	margin: 0 0 21px 231px;
}
label {
	font-weight: bold;
}

/* galleria */
.galleria li a {
	display: none;
}
.galleria li.active {
	background: #91e042;
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}
.caption {
	display: hidden;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
* html .galleria li div span {
	width: 400px;
} /* MSIE bug */
.galleria_container {
	width: 566px;
	float: right;
}
.galleria_container img {
	max-width: 556px;
	padding: 4px;
	border: 1px solid #00b5ff;
	height: auto;
	max-height: 430px;
	width:auto;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container { position: relative; }

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* jcarousel skin */
.jcarousel-skin-tango .jcarousel-container {
	margin: 0 0 21px 0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 85px;
    height: 370px;
	padding: 40px 0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  85px;
    height: 370px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 75px;
	height: 75px;
	padding: 4px;
	border: 1px solid #91e042;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 22px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    background: transparent url(images/next-vertical.png) no-repeat 0 -20px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -40px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 22px;
    width: 40px;
    height: 20px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 -20px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -40px;
}