@charset "UTF-8";

/* INDEX --------------------

TEXT LINK

BASIC LAYOUT
  CONTAINER
	HEAD
	CONTENT
	FOOT
	
COLUMN LAYOUT
	LEFT COLUMN
	CENTER COLUMN
	RIGHT COLUMN
	
SUB WINDOW LAYOUT

-------------------- /INDEX */


/*=============================================================================================

	TEXT LINK
                                                                                 
=============================================================================================*/

/*---------------------------------------------------------------------------------------------
 BASIC
---------------------------------------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #43312A;
}
a:hover,
a:focus,
a:active {
	color: #FF6600;
}

a img,
a:link img,
a:visited img {
	border-style: none;
}
a:hover img,
a:focus img,
a:active img {
	border-style: none;
}


/*---------------------------------------------------------------------------------------------
 LEFT COLUMN
---------------------------------------------------------------------------------------------*/
#left_column .left_block ul li a,
#left_column .left_block ul li a:link,
#left_column .left_block ul li a:visited {
	color: #43312A;
	text-decoration: none;
}
#left_column .left_block ul li a:hover,
#left_column .left_block ul li a:focus,
#left_column .left_block ul li a:active {
	color: #FF6600;
}


/*---------------------------------------------------------------------------------------------
 RIGHT COLUMN
---------------------------------------------------------------------------------------------*/
#right_column .right_block a,
#right_column .right_block a:link,
#right_column .right_block a:visited {
	color: #6E3D24;
}
#right_column .right_block a:hover,
#right_column .right_block a:focus,
#right_column .right_block a:active {
	color: #FF6600;
}



/*=============================================================================================

	BASIC LAYOUT
                                                                                 
=============================================================================================*/

/*---------------------------------------------------------------------------------------------
 CONTAINER
---------------------------------------------------------------------------------------------*/
#container {
	margin: 0px auto;
	padding: 0px 2px;
	width: 800px;
	text-align: left;
	background: url(../images/common/bg_container.gif) repeat-y 0px 0px;
}


/*---------------------------------------------------------------------------------------------
 HEAD
---------------------------------------------------------------------------------------------*/
#head {
	margin: 0px 20px;
	padding: 18px 0px 15px;
	border-top: 8px solid #ADC121;
	background: url(../images/common/bg_head.gif) repeat-x left bottom;
}

/* PAGE TITLE
======================================= */
#head #page_title {
	width: 428px;
}

/* HEAD NAVI
======================================= */
#head #head_navi_block {
	margin: 3px 0px 0px;
	padding: 0px;
	text-align: right;
}
#head #head_navi_block #head_navi {
	margin: 30px 0px 0px;
	padding: 0px;
}
#head #head_navi_block #head_navi a {
	background: url(../images/common/bg_arrow.gif) no-repeat 0px 0px;
	padding-left: 8px;
}
#head #head_navi_block #head_navi a:hover {
	background: url(../images/common/bg_arrow_over.gif) no-repeat 0px 0px;
}


/*---------------------------------------------------------------------------------------------
 CONTENT
---------------------------------------------------------------------------------------------*/
#content {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 18px;
}

/* TOPIC PATH
======================================= */
#topic_path {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
#topic_path dt {
	display: none;
}
#topic_path dd {
	float: left;
	margin-right: 0.5em;
}

/* TOPIC PATH
======================================= */
#content_foot {
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 50px;
}
#content_foot #page_top {
	margin-top: 15px;
}


/*---------------------------------------------------------------------------------------------
 FOOT
---------------------------------------------------------------------------------------------*/
#foot {
	margin-top: 15px;
	background: url(../images/common/common_dot.gif) repeat-x 0px 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	border-bottom: 8px solid #ADC121;
	padding-bottom: 15px;
}

#foot #foot_navi {
	text-align: center;
	background: url(../images/common/common_dot.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#foot .logo_felissimo {
	text-align: center;
	margin-bottom: 12px;
}
#foot .copyright {
	text-align: center;
}


/*=============================================================================================

	COLUMN LAYOUT
                                                                                 
=============================================================================================*/
#three_column_layout {
	margin-top: 20px;
}

#two_column_layout {
	float: right;
	width: 558px;
	background: url(../images/common/bg_right_column.gif) repeat-y right top;
}

#left_column {
	float: left;
	width: 184px;
	margin-top: -2px;
}
#right_column {
	float: right;
	width: 184px;
}
#center_column {
	float: left;
	width: 350px;
	margin-bottom: -50px;
}


/*---------------------------------------------------------------------------------------------
 LEFT COLUMN
---------------------------------------------------------------------------------------------*/
#left_column .left_block {
	margin-bottom: 20px;
}

#left_column .left_block ul {
	padding-right: 2px;
	padding-left: 4px;
}

#left_column .left_block ul li {
	background: url(../images/common/common_dot.gif) repeat-x left bottom;
	padding-bottom: 6px;
	margin-top: 9px;
}

#left_column #category ul li a {
	background: url(../images/common/bg_list_l.gif) no-repeat 0px 0px;
	padding-left: 15px;
	display: block;
}
#left_column #category ul li a:hover {
	background: url(../images/common/bg_list_l_over.gif) no-repeat 0px 0px;
}

#left_column #new_entry ul li a,
#left_column #comment ul li span {
	background: url(../images/common/bg_list_s.gif) no-repeat 0px 0px;
	padding-left: 11px;
	display: block;
}
#left_column #new_entry ul li a:hover {
	background: url(../images/common/bg_list_s_over.gif) no-repeat 0px 0px;
}

#profile {
	margin-top: 30px;
	padding-right: 3px;
	padding-left: 5px;
}
#profile a {
	background: url(../images/common/bg_arrow.gif) no-repeat 0px 0px;
	padding-left: 10px;
	display: block;
}
#profile a:hover {
	background: url(../images/common/bg_arrow_over.gif) no-repeat 0px 0px;
}


/*---------------------------------------------------------------------------------------------
 CENTER COLUMN
---------------------------------------------------------------------------------------------*/
#center_column .entry {
	margin-bottom: 50px;
}

#center_column .entry p.entry_date {
	padding-left: 11px;
	border-left: 5px solid #ADC121;
	background: #F6F3E9;
	color: #4C372B;
	font-weight: bold;
	line-height: 20px;
}

#center_column .entry h3.entry_title {
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(../images/common/common_dot.gif) repeat-x left bottom;
	padding-left: 3px;
}

#center_column .entry .entry_body {
	padding-right: 3px;
	padding-left: 3px;
}

#center_column .entry .entry_body p {
	color: #666666;
	margin-top: 20px;
}

#center_column .entry .btn_more {
	margin-top: 20px;
	padding-right: 3px;
	padding-left: 3px;
}

#center_column .entry .entry_foot {
	background: url(../images/common/common_dot.gif) repeat-x 0px 0px;
	padding-top: 8px;
	padding-left: 4px;
	margin-top: 20px;
}
#center_column .entry .entry_foot a {
	background: url(../images/common/bg_arrow.gif) no-repeat 0px 0px;
	padding-left: 10px;
	margin-right: 2em;
}

/* COMMENT
======================================= */
#center_column .entry_comment {
	margin-top: 40px;
}
#center_column .entry_comment p.cap_comment {
	padding-left: 11px;
	border-left: 5px solid #ADC121;
	background: #F6F3E9;
	color: #4C372B;
	font-weight: bold;
	line-height: 20px;
}
#center_column .comment_content {
	margin: 20px 0px 0px;
	background: url(../images/common/common_dot.gif) repeat-x left bottom;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	word-break: break-all;
	overflow: auto;
	width: 350px;
}

#center_column .comment_body p {
	color: #666666;
	width: 100%;
}
#center_column div.entry p.posted {
	text-align: right;
	margin-top: 5px;
}

#center_column .comment_form {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

#center_column .comment_form div#comment_name {
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

#center_column .comment_form div#comment_email,
#center_column .comment_form div#comment_text_field,
#center_column .comment_form div#comments_open_moderated {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 120%;
}

#center_column .comment_form input#author,
#center_column .comment_form input#email {
	margin: 6px 0px 0px;
	padding: 0px;
	width: 150px;
}

#center_column .comment_form textarea#comment_text {
	margin: 6px 0px 0px;
	padding: 0px;
	width: 310px;
}

#center_column #comment_submit {
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: left;
	line-height:120%;
}


/*---------------------------------------------------------------------------------------------
 RIGHT COLUMN
---------------------------------------------------------------------------------------------*/
#right_column .right_block {
	margin-bottom: 50px;
}

#right_column #pick_up .item {
	margin: 12px 15px 30px;
	text-align: center;
}

#right_column #pick_up .item .item_photo {
	padding: 3px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
}

#right_column #pick_up .item h4 {
	margin-top: 10px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}

#right_column #pick_up .item h5 {
	margin-top: 12px;
	text-align: left;
}

#right_column #pick_up .item p {
	margin-top: 12px;
	text-align: left;
}

/* BANNER
======================================= */
#right_column #link {
	text-align: center;
	padding-bottom: 20px;
}
#right_column .bnr {
	width: 169px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#right_column .bnr p {
	margin-top: 5px;
}



/*=============================================================================================

	SUB WINDOW LAYOUT
                                                                                 
=============================================================================================*/

/*---------------------------------------------------------------------------------------------
 CONTAINER
---------------------------------------------------------------------------------------------*/
#sub_container {
	margin: 0px auto;
	padding: 0px 2px;
	width: 500px;
	text-align: left;
	background: url(../images/sub/bg_sub_content.gif) repeat-y 0px 0px;
}


/*---------------------------------------------------------------------------------------------
 HEAD
---------------------------------------------------------------------------------------------*/
#sub_head {
	margin: 0px 20px;
	padding: 20px 10px;
	border-top: 5px solid #ADC121;
	border-bottom: 1px solid #E3E3E3;
}


/*---------------------------------------------------------------------------------------------
 CONTENT
---------------------------------------------------------------------------------------------*/
#sub_content {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#sub_content h3 {
	font-weight: bold;
	color: #FF6600;
}

#sub_content p {
	margin-top: 15px;
}

#sub_content .prof_block {
	margin-top: 20px;
	padding-left: 10px;
	border-left: 3px solid #E3E3E3;
}
#sub_content table td {
	border-style: none;
	line-height: 160%;
}


/*---------------------------------------------------------------------------------------------
 FOOT
---------------------------------------------------------------------------------------------*/
#sub_foot {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 5px solid #ADC121;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-bottom: 15px;
}
