/*
Theme Name: Apexify
Theme URI: http://www.apex-z.com
Description: 
Version: 3.1
Author: Niklas Dahlqvist
Author URI: http://dalkmania.rymdraket.net
Tags:
*/


/*	##################################
   	STYLESHEET INDEX
	################################## 
	
	
	
	
	##################################
   	END STYLESHEET INDEX
	################################## */


/*	##################################
   	RESETS
	################################## */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
ol, ul, 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:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*	##################################
   	END RESETS
	################################## */
	
/*	##################################
   	GENERAL STYLES
	################################## */
body {
	background:#171717 url('style/images/body-background.jpg') top left repeat;
	font-family : "Lucida Sans Unicode", Tahoma, Geneva, Verdana;
	font-size: 62.5%; /*** Resets 1em to 10px ***/
	line-height:2.0em;
	color : #e0e3e4;
}

a {
	text-decoration : none;
	color : #5f7f96;
}

a:hover {
	text-decoration : underline;
}

ul, ol, li, dd, dt {
	color : #e0e3e4;
}

dd {
	margin : 10px 10px 20px 20px;
}

a.read_more, .button {
	color : #e0e3e4;
	border : 3px solid #e0e3e4;
	background-color : #5f7f96;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding : 4px;
	float : right;
	position : relative;
	cursor : pointer;
	font-size:12px;
}

a.read_more:hover, a.button:hover {
	text-decoration : none;
}

.clear {
    clear:both;
}

/*	##################################
   	END GENERAL STYLES
	################################## */
	
/*	##################################
   	TYPOGRAPHY STYLES
	################################## */
h1, h2, h3, h4, h5, h6 {
	color : #5f7f96;
	font-weight : normal;
}
h1, h2 {
	font-size : 1.6em;
	line-height : 24px;
	font-weight : bold;
	margin-bottom : 10px;
}
h3 {
	font-size : 1.3em;
	margin-bottom : 5px;
}
h4 {
	font-size : 1.4em;
	margin-bottom : 5px;
}
h5 {
	font-size : 1.2em;
	margin-bottom : 5px;
}
h6 {
	font-size : 1em;
	margin-bottom : 5px;
}
strong {
	color : #e0e3e4;
	font-weight : bold;
}

p, pre {
	color:#E0E3E4;
	font-size:1.2em;
	line-height:1.7em;
	margin-bottom:15px;
}
	
/*	##################################
   	END TYPOGRAPHY STYLES
	################################## */
	
/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page-wrapper {
	width:980px;
	margin: 0 auto;
	position:relative;
}

.container {
	margin:0 auto;
	padding:0 10px;
	width:960px;
	position:relative;

}

#header {
	height : 180px;
}

#content {
	overflow:hidden;
	clear:both;
}

#main {
	float : left;
	width : 665px;
}

#sidebar {
	border-left : 1px solid #5f7f96;
	float : right;
	width : 240px;
	margin-bottom : 20px;
}

#footer {
	border-top : 1px solid #5f7f96;
	margin : 10px auto;
	overflow:hidden;
	padding : 10px 0;
}

/*	##################################
   	END BASIC LAYOUT
	################################## */
	
/*	##################################
   	HEADER STYLES
	################################## */
	
.tab {
	background-color : #5f7f96;
	width : 170px;
	padding : 2px 0 2px 0;
	border-left : 3px solid #e0e3e4;
	border-right : 3px solid #e0e3e4;
	border-bottom : 3px solid #e0e3e4;
	-moz-border-radius-bottomleft:10px;
  	-moz-border-radius-bottomright:10px;
  	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	position : relative;
	top : 0;
	z-index : 999;
}

.tab a {
	color : #e0e3e4;
	margin-top : 5px;
	font-size : 1.2em;
}

.text-label {
	color : #e0e3e4;
	font-size : 1.2em;
}

#vendor-panel {
	position : absolute;
	top : 0;
	width : 190px;
	z-index : 999;
	text-align : center;
	right : 100px;
}

#panel {
	width : 170px;
	height : 180px;
	overflow : hidden;
	z-index : 3;
	display : none;
	border-left : 3px solid #e0e3e4;
	border-right : 3px solid #e0e3e4;
	background-color : #5f7f96;
}

#panel h1 {
	font-size : 1.6em;
	margin : 5px 0 5px 10px;
	color : #e0e3e4;
}

#panel a {
	text-decoration : none;
	color : #e0e3e4;
}

#panel a:hover {
	color : white;
}

#panel a-lost-pwd {
	display : block;
	float : left;
}

#panel .content {
	width : 170px;
	margin : 0 auto;
	padding-top : 15px;
	text-align : left;
	font-size : 0.85em;
}

#panel .content form {
	margin : 0 0 10px 0;
}

#panel .content label {
	float : left;
	padding-top : 8px;
	margin-left : 10px;
	clear : both;
	width : 170px;
	display : block;
}

#panel .content input.field {
	border : 1px solid #1a1a1a;
	background : #fff;
	margin : 4px 10px 0 10px;
	width : 150px;
	color : #5f7f96;
	height : 16px;
}

#panel .content input:focus.field {
	background : #fff;
}

#panel .content input.bt_login {
	display : block;
	float : left;
	clear : left;
	height : 24px;
	text-align : center;
	cursor : pointer;
	border : none;
	font-weight : bold;
	margin : 10px 0;
}

#panel .content input.bt_login {
width : 74px;
}

/*** END VENDOR LOGIN ***/

/*** HEADER LOGO ***/

#header h1.logo {
	width : 249px;
	height : 139px;
}

#header h1.logo a {
	background : url('style/images/header-logo.png') no-repeat;
	display : block;
	width : 249px;
	height : 139px;
	position:absolute;
	left:10px;
	top:30px;
	text-indent : -9999px;
}

/*** END HEADER LOGO ***/

/*** HEADER NAVIGATION ***/
#header #navigation {
	border-bottom:1px solid #5f7f96;
	position:absolute;
	top:130px;
	right : 10px;
	height:34px;
	width:660px;
	float:right;
}

#header #navigation ul.nav {
	position: relative;
    float: right;
}

#header #navigation ul.nav li {
	float: left;
    list-style-type:none;
	margin:0;
	padding:0;
}

#header #navigation ul.nav li a {
	display:block;
	font-size:12px;
	padding:7px 20px 6px;
	text-decoration:none;
	color:#e0e3e4;
	text-transform : lowercase;
}

#header #navigation ul.nav li.current_page_item ul li a, #header #navigation ul.nav li.current_page_parent ul li a,#header #navigation ul.nav li.current_page_ancestor ul li a, #header #navigation ul.nav li ul li a:hover {
	color:#e0e3e4;

}

#header #navigation ul.nav li.current_page_item ul li a:hover, #header #navigation ul.nav li.current_page_parent ul li a:hover {
	background-color:#5f7f96;
}

#header #navigation ul.nav li a:hover {
	color : #5f7f96;
}

#header #navigation ul.nav li.current_page_item a, #header #navigation ul.nav li.current_page_ancestor a, #header #navigation ul.nav li.current_page_parent a {
	color : #5f7f96;
}

#header #navigation ul.nav li ul li a:hover, #header #navigation ul.nav li ul li.current_page_item a {
	background-color:#5f7f96;
}
/*** END HEADER NAVIGATION ***/

/*	##################################
   	END HEADER STYLES
	################################## */
	
/*	##################################
   	FRONTPAGE STYLES
	################################## */
	
/*** FEATURED AREA ***/

#featured {
	height:270px;
}

#featured .article {
	width : 470px;
	float : left;
}

#featured .meta {
	text-transform : uppercase;
	color : #e0e3e4;
	margin-bottom : 5px;
	font-size : 1.2em;
}

#featured .picture {
	width : 440px;
	float : right;

}

#featured .picture img {
	float : right;
	border : 3px solid #5f7f96;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*** END FEATURED AREA ***/

/*** SOCIAL BAR ***/

#social-bar {
	background : transparent url('style/images/social-background.png') no-repeat left center;
	border-top : 1px solid #5f7f96;
	border-bottom : 1px solid #5f7f96;
	height : 100px;
	margin : 30px 0 30px 0;
	padding : 20px 0;
}

#social-stuff {
	border-top : 1px solid #5f7f96;
	border-bottom : 1px solid #5f7f96;
	height : 100px;
	margin : 30px 0 30px 0;
	padding : 20px 0;
}

#social-stuff ul#connect li {
	display:inline;
	margin :0 88px;
}

#social-stuff ul#connect li.left {
	margin-left:0;
}

#social-stuff ul#connect li.right {
	margin-right:0;
}

#twitter-logo a {
	width : 200px;
	height : 102px;
	background : transparent;
	float : left;
	display : block;
	text-indent : -9000px;
	margin-right : 40px;
}

#tweet {
	width : 400px;
	float : left;
}

#social-bar p.twitter-message {
	color : #e0e3e4;
	margin-bottom : 0;
	padding : 15px 0;
	width : 400px;
}

#social-links {
	width : 280px;
	float : right;
}

ul.social {
	float : right;
	display:inline;
	margin-top:30px;
}

ul.social li {
	float:left;
	display : inline block;
	margin-right : 15px;
}

ul.social li a img {
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul.social li a img:hover {
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
}

/*** END SOCIAL BAR ***/

/*** COLUMN STYLES ***/

#front-columns {
	overflow:hidden;
}

#front-columns a {
	font-size:12px;
}

#front-columns .column {
	float:left;
	margin-right:40px;
	width:210px;
}

#front-columns .lastcolumn {
	float : right;
	right : 0;
	width:210px;
}

#front-columns h2 {
	border-bottom : 2px solid #e0e3e4;
	margin-bottom : 5px;
	padding-bottom : 5px;
}

#front-columns ul li {
	border-bottom : 1px dashed #e4e4e4;
	margin : 0 0 10px 0;
}

#front-columns ul li:last-child {
	border-bottom:medium none;
}

#front-columns #featured-column .artist-image img {
	margin : 0;
	padding : 0;
	border : 3px solid #5f7f96;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#front-columns #featured-column h3 {
	padding-top:10px;
}

#front-columns #contact p {
	padding-bottom : 10px;
}

#front-columns #contact ul#contact-list {
	text-align : center;
	padding : 10px 0 ;
}

#front-columns #contact ul#contact-list li {
	padding: 7px 0;
}

#front-columns #contact ul#contact-list .email {
	background : transparent url('style/images/email.png') no-repeat 0px 50%;
	height : 32px;
	line-height:32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list .phone {
	background : transparent url('style/images/phone.png') no-repeat 0px 50%;
	height : 32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list .fax {
	background : transparent url('style/images/fax.png') no-repeat 0px 50%;
	height : 32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list .contact-form {
	background : transparent url('style/images/contact_form.png') no-repeat 0px 50%;
	height : 32px;
	border-bottom : none;
}

#front-columns #contact ul#contact-list li a {
	line-height:32px;
	height:32px;	
}

#front-columns #contact ul#contact-list li span {
	font-size:12px;
	line-height:32px;
	height:32px;	
}

/*** END COLUMNS ***/

/*	##################################
   	END FRONTPAGE STYLES
	################################## */

.teaser {
	clear : both;
	font-size : 18px;
	padding : 20px 0px;
	width : 940px;
}

.teaser h2 {
	text-align : left;
}

#main .post {
	margin : 5px 0 30px 0;
}

#main .meta {
	text-transform : uppercase;
	color : #e0e3e4;
	margin-bottom : 15px;
	font-size : 1.2em;
}

#main h2 {
	padding-top : 10px;
}

#main h5 {
	font-size : 18px;
	margin : 0 0 10px 0;
	border-bottom : 3px solid #e0e3e4;
	margin : 0 0 10px;
	padding-bottom : 5px;
}

#main .post h4 {
	font-size : 16px;
	margin : 0 0 10px 0;
}

#main .post h5 {
	font-size : 14px;
	margin : 0 0 10px 0;
}

#main .post h6 {
	font-size : 12px;
	margin : 0 0 10px 0;
}

#main .post blockquote {
	width : 510px;
	margin : 15px auto;
	background-color : #5f7f96;
	border : 1px solid #e3e3e3;
	padding : 15px;
	font-style : italic;
}

.thumb {
	float : left;
	margin : 0 15px 15px 0;
}

#main .postcontent {
	overflow : hidden;
}

#main .post ol {
	font-size:13px;
	list-style : decimal inside;
	margin : 0 0 15px 0;
	line-height : 1.7em;
}

#main .post ul {
	font-size:13px;
	list-style : disc inside;
	margin : 0 0 15px 0;
	line-height : 1.7em;
}

#main .post .share {
	border-bottom : 1px solid #5f7f96;
	border-top : 1px solid #5f7f96;
	overflow : hidden;
	padding : 10px 0;
	margin : 25px 0;
	text-align : center;
}

#main .post .share h4 {
	text-align : center;
	color : #e0e3e4;
	font-size : 16px;
	line-height : 24px;
}

#main .post .share .social {
	border : none;
	margin : 5px auto;
	overflow : hidden;
}

#main .post .share .social a {
	border : none;
	display : inline;
	margin : 0 20px;
	opacity: .5;
}

#main .post .share .social a:hover {
	opacity:1;
}

/** SIDEBAR STYLES **/

#sidebar h2 {
	margin : 0 0 10px 0;
	padding-bottom : 5px;
	border-bottom : 2px solid #e0e3e4;
}

#sidebar .widget {
	padding : 10px 0 10px 25px;
	overflow : hidden;
}

#sidebar .widget ul {
	margin : 0 0 15px 0;
}

#sidebar .widget ul li {
	line-height : 28px;
	font-size : 14px;
	margin : 0 0 5px 0;
	display:inline;
}

#sidebar .widget li a:hover, #sidebar .widget li.current-cat a, #sidebar .widget li.current_page_item a {
	background : #5f7f96;
	color : #e0e3e4;
	text-decoration : none;
}

#sidebar .widget ul li a {
	display : block;
}

#sidebar .widget img {
	float : left;
	margin : 0 15px 20px 0;
}

#sidebar .widget ul li img {
	padding : 5px;
	float : left;
	margin : 0 15px 0 0;
}

#sidebar p.twitter-message {
	color : #e0e3e4;
	border-bottom : 1px dashed #e0e3e4;
	margin-bottom : 0;
	padding : 10px 0;
}

#sidebar p.twitter-message-last {
	margin-top : 10px;
}

#sidebar #news h4 {
	font-weight : normal;
	font-size : 1.1em;
}

#sidebar #news p.postdate {
	font-size : 1em;
}

#sidebar #connect ul li {
	height : 120px;
	display : block;
	border-bottom : 1px dashed #e0e3e4;
	margin : 0 0 10px 0;
}

#sidebar #news ul li {
	display : block;
	border-bottom : 1px dashed #e0e3e4;
	margin : 0 0 10px 0;
}

#sidebar #news ul li:last-child, #sidebar #connect ul li:last-child {
	border-bottom:medium none;
}

/** END SIDEBAR **/

/** FOOTER STYLES **/

#footer #left {
	width : 50%;
	float : left;
}

#footer #right {
	width : 50%;
	float : right;
}

#footer ul#footer-nav {
	float : right;
	display : inline;
	font-size : 1.3em;
	line-height : 1.3em;
	margin-bottom : 5px;
}

#footer ul#footer-nav li {
	float : left;
	list-style : none;
	margin : 0 auto;
	overflow : hidden;
	border-right : 1px solid #5f7f96;
}

#footer ul#footer-nav li:last-child {
	border-right:medium none;
}

#footer ul#footer-nav li a {
	color : #e0e3e4;
	display : block;
	margin : auto 5px;
}

#footer ul#footer-nav li a:hover {
	color : #5f7f96;
	text-decoration : none;
}

/** WORDPRESS CSS **/

.aligncenter, div.aligncenter {
	display:block;
	margin:10px auto 20px;
}

.alignleft {
	float : left;
	margin : 0 20px 20px 0;
}

.alignright {
	float : right;
	margin : 0 0 20px 20px;
}

.wp-caption {
	margin-bottom : 20px;
	padding-top : 4px;
	text-align : center;
}

.wp-caption img {
	border : 3px solid #5f7f96;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p.wp-caption-text {
	color : #5f7f96;
	padding : 0;
	margin : 0;
}

.alignnone {
margin: 0 2px 10px 2px 
}

.postcontent-single a img, #main .postcontent-page a img, #main .postcontent a img, #main .gallery-wrapper a img, .gallerybox a img {
	background:#5f7f96;
	border : 3px solid #5f7f96;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0;
}

.ngg-gallery-thumbnail img {

}

/** END WORDPRESS CSS **/

/** PAGINATION **/

.pagination {
	font-size : 12px;
	clear : both;
	display : block;
	float : left;
	padding : 0 0 20px 0;
	position : relative;
	z-index : 3;
}

.pagination span, .pagination a {
	display : block;
	float : left;
	font-size : 1.2em;
	line-height : 13px;
	margin : 2px 2px 2px 0;
	display : block;
	padding : 3px 6px;
	text-decoration : none;
}

.pagination .current {
	padding : 3px 6px;
}

.pagination .current {
	background-color : #5f7f96;
	border : 1px solid #e0e3e4;
	color : #e0e3e4;
}

.pagination span, .pagination a {
	background : #e0e3e4;
	border : 1px solid #5f7f96;
	color : #5f7f96;
}

/** END PAGINATION **/
.error .text_input, .error .text_area {
	border:3px solid #EE2A00;
}

.text_input, .text_area {
	border : 3px solid #5f7f96;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#5F7F96;
	padding:6px 2px;
	font-family : "Lucida Sans Unicode", Tahoma, Geneva, Verdana;
}


#s {
	color:#5F7F96;
	padding:6px 2px;
	border : 3px solid #5f7f96;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:140px;
}

#main form label {
	font-size:12px;
}

#main form label.error {
	color:#EE2A00;
}

.success, .wdpajax-success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

p.wdpajax-success {
	color:#000;	
}

.warning, .wdpajax-error {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}



#main .widget h2 {
	border-bottom:2px solid #E0E3E4;
	margin-bottom:5px;
	padding-bottom:5px;
}

#main .widget a {
	font-size:12px;
}

#vendor-gallery {
	clear:both;
	overflow:hidden;
}

.gallery-wrapper {
	clear : both;
	position : relative;
	float : left;
	padding-bottom : 20px;
	width : 665px !important ;
	width : 665px;
}

#vendor-gallery .gallery-wrapper span {
	font-size:12px;
	float:right;
}



.box {
	position : relative;
	float : left;
	overflow : hidden;
}

.box1 {
	margin-left : 0;
	float : left;
}

.box2 {
	margin-right : 0;
	float : right;
}

.box_small {
	width : 280px;
}

.product {
	width : 137px;
	margin : 14px;
	float : left;
	display:inline;
}

.product a img {
	border : 1px solid #5f7f96;
	background-color : #5f7f96;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding : 4px;
}

.product li {
	text-align : center;
	font-size : 11px;
	margin-top : 3px;
}

.commentlist {
	margin-bottom : 20px;
	float : left;
	width : 100%;
}

.commentlist #comment {
	width : 100%;
}

.commentlist li {
	width : 100%;
	clear : both;
	float : left;
	padding : 0;
	list-style-type : none;
	padding : 20px 0 0 0;
	position : relative;
	border : 5px solid #e4e3e3;
	margin : 0 0 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.commentlist .children, .commentlist .children li {
	border : none;
}

.commentlist .odd {
	background : #e4e3e3;
}

.commentlist .even {
	background : #5f7f96;
}

ol.commentlist li.thread-odd {
	border : 5px solid #5f7f96;
}

.gravatar {
	float : left;
	width : 60px;
	padding : 0 10px;
	text-align : center;
}

.commentlist .odd .gravatar img {
	background : #5f7f96 none repeat scroll 0% 0%;
	border : 1px solid #5f7f96;
	display : block;
	padding : 5px;
}

.commentlist .even .gravatar img {
	background : #e4e3e3 none repeat scroll 0% 0%;
	border : 1px solid #e4e3e3;
	display : block;
	padding : 5px;
}

.commentlist .odd .comment_text p {
	color : #5f7f96;
}

.comment_content {
	float : left;
	width : 550px;
	padding-bottom : 20px;
}

.commentmetadata {
	float : right;
	padding-right : 10px;
}
.commentmetadata a, .comment-edit-link, .comment-reply-link {
	text-decoration : none;
	font-size : 10px;
}

.commentlist .even .commentmetadata a, .commentlist .even .comment-edit-link, .commentlist .even .comment-reply-link {
	color : #e4e3e3;
}

.commentlist .odd .commentmetadata a, .commentlist .odd .comment-edit-link, .commentlist .odd .comment-reply-link {
	color : #5f7f96;
}

.comment-edit-link {
	padding-left : 10px;
}

.says {
	display : none;
}

.author_name {
	font-weight : bold;
	font-style : normal;
	font-size : 15px;
	float : left;
}

.commentlist .even .author_name, .commentlist .even .author_name a {
	color : #e4e3e3;
}

.commentlist .odd .author_name, .commentlist .odd .author_name a {
	color : #5f7f96;
}

.comment_text {
	clear : both;
}

.commentlist .odd .comment_text p {
	color : #5f7f96;
}

.commentlist .even .comment-reply-link {
	text-align : center;
	display : block;
	color : #e4e3e3;
}

.commentlist #respond {
	padding-left : 80px;
}

#cancel-comment-reply-link {
	text-decoration : none;
	margin-left : 15px;
	font-size : 10px;
}

.commentlist .children {
	padding : 0 0 0 70px;
}

.commentlist .children li .comment_content {
	width : 454px;
}

.commentlist .children .children li .comment_content {
	width : 384px;
}

.commentlist .children .children .children li .comment_content {
	width : 314px;
}

.commentlist .children .children .children .children li .comment_content {
	width : 244px;
}

.commentlist .children .children .children .children .children li .comment_content {
	padding : 0;
}

.comment_nav {
	position : relative;
	top : -13px;
	font-size : 10px;
	z-index : 4;
}

.comment_nav a {
	text-decoration : none;
}

.comment_prev {
	float : left;
}

.comment_next {
	float : right;
}

/** END COMMENTS **/
