/**
Theme Name: Vicicci
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine Theme
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#f0f0f0 url(images/background.jpg) repeat-x 0 0;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#4a483d;
	width:1184px;
	padding:78px 0;
	margin:0 auto;
}

a {
	text-decoration:none;
	color:#515151;
}

a:hover { color:#17a5d9; }

/* header */
#header,#container-bottom { margin-bottom:7px; }

#top-search-wrap {
	background:transparent url(images/top-search-bg.gif) no-repeat 0 0;
	float:right;
	width:281px;
	margin-top:12px;
	position:relative;
	height:30px;
	position:relative;
	display:inline;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#fff;
	width:152px;
	top:8px;
	left:24px;
}

#top-search-submit {
	width:91px;
	height:30px;
	cursor:pointer;
	top:0;
	right:0;
}

#site-title, #site-description {
	font-style:italic;
	float:left;
	width:840px;
}

#site-title {
	font-size:43px;
	font-weight:normal;
	color:#17a5d9;
}

#site-title a { color:#17a5d9; }

#site-title a:hover { color:#515151; }

#site-description {
	font-size:18px;
	font-weight:normal;
	color:#898989;
	margin-bottom:26px;
}

#navigation {
	background:transparent url(images/pagemenu-bg.png) repeat-x 0 4px;
	clear:both;
	width:100%;
	overflow:hidden;
	position:relative;
	line-height:54px;
}

#navigation ul li {
	font-size:13px;
	font-style:italic;
	display:inline;
	padding:0 15px;
	position:relative;
}

#navigation a {
	position:relative;
	z-index:2;
	color:#3e3e3e;
}

#navigation a:hover, #navigation .current_page_item a {
	border-bottom:3px solid #b2b2b2;
}

#navigation ul .shadow {
	display:block;
	position:absolute;
	line-height:16px;
	float:left;
	top:1px;
	left:16px;
	color:#fff;
	z-index:1;
}

#navigation .left, #navigation .right {
	background:transparent url(images/pagemenu-bg.png) no-repeat 0 -50px;
	display:block;
	width:9px;
	height:50px;
	position:absolute;
	top:4px;
}

#navigation .left { left:0; }

#navigation .right {
	background-position:0 -100px;
	right:0;
}

/* container */

#container .inner,#footer-block {
	padding:12px 10px;
}

/* content */
#content {
	float:left;
	width:937px;
}

.pagetitle {
	font-weight:normal;
	font-size:18px;
	color:#2e2e2e;
	margin:0 0 8px 2px;
}

.post {
	padding:8px 8px 8px 0;
	width:920px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}

.post.even {
	border-right:none;
	padding:8px 0 8px 8px;
}

#content .post .inner {
	background:none;
	padding:0;
	overflow:hidden;
margin-bottom:50px;
}

.single {
	width:100% !important;
	border:none !important;
	padding-top:0;
}

.title, .title-404 {
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	color:#17a5d9;
	padding:0 2px 3px;
	border-bottom:3px solid #dfdfdf;
}

.title-404 {
	color:#9d741a;
	border-bottom:none !important;
}

.thumbnail {
	float:left;
	padding:5px;
	border:1px solid #d7d7d7;
	display:inline;
}

.entry { margin-left:105px; }

.single .entry, .no-image { margin:0 !important; }

#post-pages {
	margin-bottom:8px;
	font-size:16px;
}

.meta {
	color:#4c4c4c;
	font-style:italic;
	padding:8px 1px;
}

.meta a.read-more { color:#1a96c4; }

.meta a.read-more:hover { color:#515151; }

#space {
	display:block;
	clear:left;
	height:10px;
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	clear:both;
	height:51px;
	position:relative;
	padding:0 8px;
	margin:5px 0;
	border:1px solid #e0e0e0;
	text-align:right;
}

.wp-pagenavi {
	padding-top:19px;
	font:normal 11px Tahoma, Verdana, Arial;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#2e2e2e !important;
	color:#ffffff !important;
	text-transform:uppercase;
	padding:7px 9px !important;
	border:1px solid #353535 !important;
}

.wp-pagenavi span.pages {
	background:#27a5d4 url(images/pagenavi-bg.png) repeat-x 0 0 !important;
	border:1px solid #12759b !important;
}

.wp-pagenavi a:hover {
	background:#27a5d4 url(images/pagenavi-bg.png) repeat-x 0 0 !important;
	border:1px solid #4f1614 !important;
}

#content .wp-pagenavi .inner {
	background:none;
	padding:0;
}

/* sidebar */
#sidebar {
	float:right;
	width:215px;
	overflow:hidden;
	display:inline;
}

.widget {
	margin-bottom:9px;
	color:#737373;
}

.widget-title {
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	color:#585858;
	margin-bottom:5px;
	padding-left:1px;
}

.widget ul li {
	font-style:italic;
	line-height:28px;
	color:#9a9a9a;
	border-bottom:1px solid #d8d8d8;
	padding-left:1px;
}

.widget ul ul {
	padding-left:10px;
}

.widget ul li li {
	border-bottom:none;
	border-top:1px solid #d8d8d8;
}

.widget a { color:#737373; }

.widget a:hover { color:#17a5d9; }

#container-bottom {
	height:11px;
	overflow:hidden;
}

/* footer */
#footer {
	background;
	font-style:italic;
	margin-bottom:9px;
}

#footer p {
	text-align:center;
	color:#9c9c9c;
}

#footer-block { padding-bottom:0; }

.block {
	float:left;
	width:378px;
	margin-right:7px;
}

.last { margin-right:0 !important; }

.block h2 {
	font-size:17px;
	font-weight:normal;
	color:#1a96c4;
}

.block ul li {
	background:url(images/all-icons.gif) no-repeat;
	border-bottom:1px solid #dddddd;
	list-style:none;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding-left:20px;
}

.block ul li a { color:#3d4a4e; }

.block ul li a:hover { color:#17a5d9; }

#f-recent-entries ul li { background-position:2px 6px; }

#popular-posts ul li { background-position:2px -27px; }

#f-recent-comments ul li { background-position:2px -56px; }

#footer-content {
	background:#f0f0f0 url(images/container-bg.gif) no-repeat 100% 0;
	padding-top:25px;
}








