/*  
Theme Name: Love In Stockholm
Theme URI: http://www.seanodavies.com/
Description: Custom theme by http://www.seanodavies.com/
Version: 1.0
Author: Sean O. Davies
Author URI: http://www.seanodavies.com/


*/

html {
	background-color: #111;
	border-top:thick solid #CC0000;
	border-bottom:thick solid #CC0000;
}

body{
	margin:0;
	padding:0;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#EEE;
	
}

#wrapper{
	background-image: url(images/bgr_main7.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#page{
	width:1000px;
	margin:0 auto;
}

/* HEADER */

#header{
	width:100%;
	height:100px;
}

#header #logo {
float:left;
padding-top:5px;
width:175px;
}

#logo_inner {
background-image:url(images/logo2.png);
background-repeat:no-repeat;
height:80px; /*you might need to adjust this*/
width:250px;  /*you might need to adjust this*/
}

#logo_inner:hover {
background-image:url(images/logo2_hover.png); /*change this to be your logo's hover file*/
background-repeat:none;
height:80px; /*you might need to adjust this*/
width:250px;  /*you might need to adjust this*/
}

#facebook {
	height:30px;
	width:30px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	margin-left:15px;
}

#facebook:hover {
	height:30px;
	width:30px;
	background-image: url(images/facebook_hover.png);
	background-repeat: no-repeat;
}

#myspace {
	height:30px;
	width:30px;
	background-image: url(images/myspace.png);
	background-repeat: no-repeat;
}

#myspace:hover {
	height:30px;
	width:30px;
	background-image: url(images/myspace_hover.png);
	background-repeat: no-repeat;
}

#youtube {
	height:30px;
	width:30px;
	background-image: url(images/youtube.png);
	background-repeat: no-repeat;
}

#youtube:hover {
	height:30px;
	width:30px;
	background-image: url(images/youtube_hover.png);
	background-repeat: no-repeat;
}

#itunes {
	height:30px;
	width:30px;
	background-image: url(images/itunes.png);
	background-repeat: no-repeat;
}

#itunes:hover {
	height:30px;
	width:30px;
	background-image: url(images/itunes_hover.png);
	background-repeat: no-repeat;
}

#twitter {
	height:30px;
	width:30px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
}

#twitter:hover {
	height:30px;
	width:30px;
	background-image: url(images/twitter_hover.png);
	background-repeat: no-repeat;
}

#newsletter {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	margin-left:33px;
	margin-top:10px;
	width:333px;
}


/* mainmenu */

#mainmenu {
	float:right;
	font-size:125%;
	font-weight:bolder;
	text-transform:capitalize;
	width:425px;
}

#mainmenu ul{
	margin: 0;
	padding:15px 0 0 40px;
	float:left;
	list-style-type: none;
	z-index:1000;
	text-transform:capitalize;
}

/*Top level list items*/

#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#CC0000;
	text-transform:capitalize;
	padding:0 0 0 0;
}

#mainmenu ul li.first{
	padding:0;
	background:none;
	text-transform:capitalize;
}

/*Top level menu link items style*/

#mainmenu ul li a{
	display:block;
	color:#CC0000;
	z-index:1000;
	text-transform:capitalize;
	padding:5px;
}

* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
	text-transform:capitalize;
}

* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
	padding:5px;
}

#mainmenu ul li a:link, #mainmenucat ul li a:visited{
}

#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	/*color:#FFF;
	text-transform:capitalize;
	padding:5px;
	background-color:#C00;
	border: thin solid #F00;*/
}
/*1st sub level menu*/

#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 0;
	padding:0;
	background:#111;
}

/*Sub level menu list items (undo style from Top level List Items)*/

#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */

#mainmenu ul li ul li ul{
	top: 0;
	margin:0 0 0 1px;
	background:#111;
}

/* Sub level menu links style */

#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 100px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #333;
	background:#111;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
}

#mainmenu ul li ul li a:hover, #mainmenu ul li ul li.select a{ /*sub menus hover style*/
	color:#fff;
	background:#616060;
}

/* Sub level menu links style */

#mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{
	border-bottom: 1px solid #4d4c4c;
	background:#555555;
}

#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#616060;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
/*board*/

#board{
	width:100%;
	height:225px;
	overflow:hidden;
}

#sub_board {
	width:100%;
	height:175px;
	overflow:hidden;
}

/* BODY */

#body{
	width:100%;
    overflow:hidden;
	padding:0 0 10px 0;
}


#content{
	width:660px;
	float:left;
}

#content_top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	height:25px;
}

#content_main {
	background-image: url(images/content_main.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	height:25px;
}

.home #content{
	width:629px;
	float:left;
	padding:20px 0 0 17px;
}

/*board_home*/

#board_home{
	width:990px;
	overflow:hidden;
	padding:10px 0 0 10px;
}

#board_home h4 {
	color:#CC0000;
}

#board_home p {
	margin-bottom: 10px;
}

#board_home h3 {
	margin-bottom:10px;
}

#board_home small {
	color:#999;
}

#board_home li {
	margin-bottom:10px;
}

.board_home{
	float:left;
	background:url(images/buckets_bgr.png) no-repeat;
	width:290px;
	height:250px;
	margin:5px;
	padding:10px;
}

.board_home h2{
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#CC0000;
	letter-spacing:-1px;
	height:30px;
	margin-bottom: 10px;
}

.more {
	
}

#preview {
	background-image:url(images/listen_button.png);
	background-repeat: no-repeat;
	height:55px;
	width:255px;
	cursor:pointer;
	text-align:center;
	margin-left:10px;
	
}

#preview:hover {
	background-image:url(images/listen_button_hover.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

#sidebar{
	width:300px;
	float:right;
}

#sidebar li {
	margin-bottom:10px;
}

#sidebar small {
	color:#999;
}

#sidebar h3 {
	margin-bottom:10px;
}

.sidebar {
	margin-bottom:10px;
}

.sidebar h2{
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#CC0000;
	letter-spacing:-1px;
	height:30px;
	margin-bottom: 10px;
}

.sidebar_top {
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	height:25px;
}

.sidebar_main {
	background-image: url(images/sidebar_main.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sidebar_bottom {
	background-image: url(images/sidebar_bottom.png);
	background-repeat: no-repeat;
	height:25px;
}

/* FOOTER */

#footer{
	border-top: thick solid #CC0000;
}

#footer_inner {
	width:1000px;
	margin: 0 auto;
}

#footer_logo{
	float:left;
}
#footer_logo{
	float:left;
	padding:14px 0 0 32px;
}
#footer_logo a{
	display:block;
	font-size:50px;
	color:#98aad4;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-weight:bold;
}
#footer_logo a:hover{
	text-decoration:none;
}
#footer_logo .description{
	color:#b8c4de;
	font-size:13px;
}
#footer_right{
	float:right;
	padding:32px 25px 0 0;
}
#footer ul{
	text-align:right;
	padding:0 0 15px 0;
}
#footer li{
	font-size:13px;
	color:#fff;
	padding:0 0 0 11px;
	background:url(images/bgr_footer_li.gif) no-repeat left center;
	display:inline;
}
#footer li.first{
	padding:0;
	background:none;
}
#footer a{
	color:#fff;
}
#footer p{
	text-align:right;
	font-size:13px;
	color:#fff;
}

/* post */

.post{
	width:100%;
	margin:0 0 30px 0;
	border-bottom:1px solid #c2c2c2;
}
.single .post{
	border-bottom:0;
}
.post .post_top{
	padding:0 0 10px 0;
	border-bottom:thin dotted #333333;
}
.post .post_title{
	width:100%;
	overflow:hidden;
}
.post_title h2{
	font-size:27px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-weight:normal;
	float:left;
	width:500px;
	padding:5px 0 0 0;
}
.post_title h2 a{
	color:#CC0000;
}
.post .post_comm{
	float:right;
	width:63px;
	height:52px;
	text-align:center;
}
.post .post_comm span{
	display:block;
	color:#fff;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:4px 0 0 0;
}
.post .post_comm span a{
	color:#fff;
}
.post .post_top p{
	line-height:1.5em;
	color:#aeaeae;
	font-size:11px;
}
.post .post_top p span, .post .post_top p a{
	color:#CC0000;
	font-weight:bold;
}
.post .post_top p strong, .post .post_top p strong a{
	color:#CC0000;
}
.entry{
	line-height:20px;
	font-size:12px;
	width:100%;
	overflow:hidden;
	padding:8px 0 10px 0;
}
.entry img{
	border:3px solid #333;
}
.entry p{
	padding-bottom:15px;
}
.entry strong{
	color:#CC0000;
}
.entry p a{
	font-weight:bold;
	text-decoration:underline;
}
.entry p a:hover{
	text-decoration:none;
}
.entry p a.more-link{
	text-decoration:underline;
	font-weight:bold;
	color:#830000;
	background:url(images/ico_more.gif) no-repeat left center;
	padding:0 0 0 17px;
}
.entry p a.more-link:hover{
	text-decoration:none;
}
.post-page{
}
h2.page_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	font-weight:normal;
	padding:0 0 20px 0;
	background:url(images/bgr_post_title.png) no-repeat left bottom;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#CC0000;
	display:block;
	font-weight:normal;
}
.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
}

/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


.navigation {
	display: block;
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
	color:#CC0000;
	font-size:13px;
	line-height:1.8em;
	}
.navigation a{
	color:#CC0000;
	font-size:13px;
	}
.wp-pagenavi{
	background:#e9e9e9;
	padding:10px 15px 10px 15px;
	text-align:center;
	border:1px solid #d4d4d4;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}
.wp-pagenavi a {
	padding: 6px; 
	margin: 2px;
	color:#CC0000;
}
.wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px;
	background:#CC0000;
	color:#fff;
}
.wp-pagenavi span.current {
	padding: 6px; 
	margin: 2px;
	background:#588526;
	color:#fff;
}
.wp-pagenavi span.extend {
	padding: 6px; 
	margin: 2px;
}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 15px 10px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#fff;
	border:1px solid #d6d6d6;
	} 

.entry ul li {
	border-bottom:1px solid #dbdbdb;
	background:url(images/ico_entry.gif) no-repeat left 12px;
	padding:7px 0 7px 17px;
	}

.entry ol {
	margin: 0 10px 15px 10px;
	padding:15px 15px 15px 40px;
	background:#fff;
	border:1px solid #d6d6d6;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #dbdbdb;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	font-weight:normal;
	border-bottom:1px solid #c2c2c2;
	padding:0 0 10px 0;
	margin:0 0 10px 25px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist .comment {
	margin: 15px 0 0 25px;
	padding: 10px 15px 20px 15px;
	list-style: none;
	border:1px solid #333;
	background:#111;
	}

.commentlist .alt {
	border:1px solid #333;
	background:#111;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #CC0000;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:79px;
	height:20px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#636363;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#0054a6;
}
.commentmetadata span{
	color:#0054a6;
	font-size:20px;
}

.commentmet_text{
	font-size:13px;
	line-height:1.6em;
}

#respond{
	margin:40px 0 0 25px;
}

h3#respond_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	font-weight:normal;
	border-bottom:1px solid #c2c2c2;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

#commentform{
	color:#CC0000;
	font-size:12px;
	width:90%;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	margin:0 0 0 15px;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#CC0000;
	margin:0 0 0 15px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#commentform a, #commentform small{
	color:#CC0000;
}

#commentform input{
	background:#fbfbfb;
	border:3px solid #cac4c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#CC0000;
}

#commentform textarea{
	background:#fbfbfb;
	border:3px solid #cac4c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#CC0000;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */
/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.page_archives_div h2{
	font-size:27px;
	color:#CC0000;
	font-weight:normal;
	padding:0 0 20px 0;
	background:url(images/bgr_post_title.png) no-repeat left bottom;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:0 0 40px 0;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	border-bottom:1px solid #cccccc;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#CC0000;
	font-size:13px;
	padding:0 0 0 5px;
}


.wpcf7{
	width:100%;
	text-align:left;
}
.wpcf7 p{
	color:#CC0000;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 0 0 10px;
}
.wpcf7 .text, .wpcf7 select, .wpcf7 input{
	color:#666;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	border:thin solid #333;
	background:#111;
	padding:10px;
}
.wpcf7 select{
}

.wpcf7 textarea{
color:#666;	
width:470px;
	overflow:auto;
	border:thin solid #333;
	background:#111;
	padding:10px;
}
.wpcf7 textarea.text{
	width:470px;
	overflow:auto;
	border:thin solid #333;
	background:#111;
	padding:10px;
}



.wpcf7 input.submit{
	background:url(images/button_submit.gif) no-repeat;
	width:85px;
	height:35px;
	display:block;
	text-indent:-9999em;
	text-transform:capitalize;
	border:0;
}

.articles{
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
}
.articles h3{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.articles .aka_half{
	padding:0 20px 0 20px;
	width:250px;
}
.articles ul{
	margin:0 0 20px 0;
}
.articles ul li{
	font-size:12px;
	line-height:1.4em;
	color:#CC0000;
	background:url(images/ico_art_list.gif) no-repeat left 4px;
	padding:0 0 10px 16px;
}
.articles ul li a{
	color:#CC0000;
}

.post_box{
	width:554px;
	background:#f7f7f9;
	border:1px solid #bcbcbc;
	padding:20px;
	overflow:hidden;
	margin:0 0 15px 0;
}
.post_box h2{
	font-size:27px;
	line-height:1.0em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	margin:0 0 6px 0;
	clear:both;
	width:100%;
	overflow:hidden;
}
.post_box ul{
	float:left;
	width:224px;
	padding:0 45px 0 0;
}
.post_box ul li{
	border-bottom:1px solid #d9d9da;
	font-size:13px;
	color:#CC0000;
	line-height:1.5em;
	padding:7px 0 7px 0;
}
.post_box ul li a{
	background:url(images/ico_ab_list.gif) no-repeat left 6px;
	display:block;
	color:#CC0000;
	padding:0 0 0 13px;
}
.post_box ul li.last{
	border-bottom:0;
	padding:7px 0 0 0;
}

/* TYPOGRAPHY*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color: #FF0000;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
