/*
Theme Name: LP Blue
Theme URI: http://www.luigipulcini.com
Version: 1.0
Description: 2 Column theme
Author: Luigi Pulcini
Author URI: http://www.luigipulcini.com
*/

/* Links */

a:link { text-decoration: none; color: #124865; }

a:visited { text-decoration: none; color: #124865; }

a:hover, a:active { color: #245b77; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0px 15px 0px; }

h1 { font-size: 32px; margin-bottom: 0px;}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5 { font-size: 20px; }

h6 { font-size: 14px; text-align: center; font-weight: bold; margin-top: 35px;}

/* Other Html Elements */
img {border-width: 0;}
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	font-size: 12px;
	margin: 0 0 0 50px;
}

pre:hover, blockquote:hover
{
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: "Courier New", Sans-Serif; }

ul, ol { line-height: 1.5em; margin-left: 0; padding-left: 0; list-style-position:outside; }

ul { list-style-image: url(images/bullet.gif)}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

input.mid {
	width: 131px;
}

/* Structure */

html {
	background-color: #3D3D3D;
}

body
{
	margin: 0;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #3D3D3D;
	font: normal 12px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	height: 200px;
}

#wrapper2 {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#header {
	float: left;
	width: 713px;
	padding-bottom: 0px;
	background: #FFFFFF;
	clear: right;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 55px;
        height:80%;
}

#navigation
{
	float: left;
	width: 100%;
	background: #fff url(images/header.jpg) no-repeat;
	padding: 150px 0 10px 0;
//	height: 210px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #333333;
	background: #FFFFFF;
}

#content-wrapper
{
	width: 580px;
	float: left;
}

#content
{
	width: 540px;
	float: left;
	padding: 0px 20px 0px 20px;
}

#post-wrapper
{
	display: block;
	clear: both;
	overflow:visible;
}

.post
{
	display: block;
	float: left;
	width:100%;
}


#sidebar-wrapper
{
	width: 188px;
	float: right;
}

#sidebar
{
	width: 156px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f0f9ff;
	border: 1px solid #379ADE;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
}


#footer
{
	clear: both;
	float: left;
	width: 728px;
	text-align: left;
	background: #FFFFFF;
	color: #124865;
	font-size: 10px;
	padding: 20px;
        bottom: 0%;
        height: 10px;
	text-align: center;
}

#footer a {
	color: #124865;
	font-size: 10px;
	}

#footer a: visited {
	color: #124865;
	}
#footer a:hover {
	color: #993019;
	border-bottom: 1px dashed #E18A77;
	}
#extras
{
	float: left;
	width: 780px;
	color: #333333;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { padding-left: 30px; }

/* Navigation */

#navigation ul {
	clear: both;
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin: 130px 0 0 0;
	padding: 5px 0 0 0;
}

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #fff;
	display: block;
	padding: 5px 4px;
	margin-right: 1px;
	border: none;
	font-size: 12px;
	margin-top: 4px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #124865;
	font-size: 12px;
	margin-top: 4px;
}

#navigation li.active a
{
	color: #333333;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }



.quoteblock {
	clear: both;
	float: right;
//	width: 380px;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
}

.quoteblock li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Content */

#content .post-title {
	display: inline;
	float: left;
	height: 28px;
	margin: 0 0 32px 0;
	font-size: 24px;
}

#content .post-subtitle {
	display: inline;
	float: left;
	height: 20px;
	margin: 0 0 32px 0;
	font-size: 16px;
	font-weight: bold;
}

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post li {margin-top: 0px;}

#content .post p {margin-top: 5px;}

#content .post-footer 
{ 
	font-size: 12px; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
	background-color: #f0f9ff;
	border: 1px solid #CCEAFF;
}

#content ul {font-size: 10px; margin: 10px;}

/* Sidebar */

.sideblock {}

.widgetblock {
	margin: 10px 0 10px 0;
	border-top: 1px solid #379ADE;
//	-moz-border-radius: 5px;
//	-webkit-border-radius: 5px;
//	background-color: #f6fdff;
//	padding: 0 10px 0 10px;
}

h3.widgettitle {
	text-align: center;
	font-size: 11px;
	margin: 10px 0 5px 0 !important;
	padding: 0;
}

.quotation-wrapper {clear: both; float: right; position: relative; top: 150px; }

.quotation { width: 240px; }

.quoteblock { text-align: right; }

.sideblock ul { font-size: 11px; margin-left: 0px; padding-left: 20px; text-decoration: none;}

.sideblock h3 {}

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #333333; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 5px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
font-size: 10px;
line-height: 1.5em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
}

#commentform textarea {
background: #FFFFFF;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
width: 400px;
}

#commentform #email, #commentform #author, #commentform #url, #commentform #user, #commentform #password {
font-size: 10px;
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover, #commentform #user:hover, #commentform #password:hover {
font-size: 10px;
background: #ffffff;
border: 1px solid #d6d3d3;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus, #commentform #user:focus, #commentform #password:focus {
font-size: 10px;
background: #ffffff;
border: 1px solid #939793;
}
#commentform input{
margin-bottom: 3px;
}
#commentsection{
font-size: 10px;
margin-left: 40px;
}

.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #EDD7CC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 4px;
	font-weight: bold;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
	font-size: 12px;
	color: #6F6F6F;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}

.front_block {
	float: left;
	font-size: 10px;
	margin-bottom: 20px;
	width: 100%;
	background-color: transparent;
}

.header_block {
	clear:both;
	height: 26px;
	border-bottom: 1px solid #124865;
	margin-bottom: 30px;
	overflow:visible;
}

.title_block_news, .title_block_music, .title_block_video , .title_block {
	float: none;
	clear:both;
	position:relative;
	display: block;
	width: 100%;
//	-moz-border-radius: 5px;
//	-webkit-border-radius: 5px;
	margin: 0;
	padding: 3px 0 0 0;	
	height: 16px;
}

.title_block_news {
	background: #fec; // url('images/title-bar.jpg');
	border-bottom: 1px solid #f95;
}

.title_block_music {
	background: #ddeef7; // url('images/title-bar.jpg');
	border-bottom: 1px solid #09e;
}

.title_block_video {
	background: #ddf7ee; // url('images/title-bar.jpg');
	border-bottom: 1px solid #0e8;
}

.title_block {
	height: auto;
	padding: 0;
}

.excerpt {
	float:none;
	font-size: 10px;
}

.media_block {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

.music_media_block {
	display: inline-block;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 20px;
	vertical-align: middle;
}

.media_title {
	display: inline-block;
	font-size: 10px;
	height: 14px;
	vertical-align: middle;
	padding: 0 5px 0 0;
	margin: 0 0 3px 0;
}

.media_icons {
	display: inline-block;
	font-size: 10px;
	height: 14px;
	vertical-align: middle;
	padding: 0 5px 0 0;
	margin: 0 0 3px 0;
}

.media_player {
	display: inline-block;
	font-size: 10px;
	height: 14px;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 0;
}

.role_block {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #124865;
	font-size: 12px;
}

.front_title {
	float: left;
	display: block;
//	color: #124865;
	font-weight: bold;
	height: 100%;
	font-size: 12px;
	padding: 0 5px 0 5px;
	margin: 0;
}

.simple_title {
	float: left;
	display: block;
	color: #124865;
	font-weight: bold;
	height: 22px;
	font-size: 12px;
	padding: 0 5px 0 5px;
	margin: 0;
}

.front_date {
	float: right;
	display: block;
	color: #333333;
	font-size: 10px;
	height: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0 5px 0 5px;
}

.years_block {
	float: right;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	padding-top: 12px;
}

.fb_like_news, .fb_like_music, .fb_like_video,
.fb_like_news_visible , .fb_like_music_visible , .fb_like_video_visible {
	float:left;
	clear:both;
	position:relative;
	top:-1px;
	padding: 4px 4px 4px 4px;
	margin: 0 5px 0 5px;
//	-moz-border-radius: 5px;
//	-webkit-border-radius: 5px;
	border-top: 0;
}

.fb_like_news, .fb_like_music, .fb_like_video {
	display: none;
	font-size: 10px;
}

.fb_like_news_visible , .fb_like_music_visible , .fb_like_video_visible {
	display: block;
	font-size: 12px;
	line-height: 1.75em;
}

.fb_like_news, .fb_like_news_visible {
	background-color: #fffdf6;
	border: 1px solid #fdb;
}

.fb_like_music, .fb_like_music_visible {
	background-color: #f6fdff;
	border: 1px solid #bdf;
}

.fb_like_video, .fb_like_video_visible {
	background-color: #f6fffd;
	border: 1px solid #bfd;
}

.credits_title {color: #124865; font-weight: bold; font-size: 12px;}
.widgettitle {color: #124865; margin: 10px 0 5px 0; font-weight: bold; font-size: 12px;}
.login_links {color: #124865; font-weight: normal; font-size: 9px;  margin: 0px;}

undefined {
padding: 10px;
}

img.middle {
	border: 0px;
	vertical-align: middle;
}

img.alignright {
	float: right;
	margin: 2px 0px 10px 10px;
	border: 0px;
}

img.alignleft {
	float: left;
	margin:2px 10px 10px 0px;
	border: 0px;
}

ul.visitors {
	list-style-type: none;
	list-style-image: none;
	padding: 0 !important;
}

ul.loggedusers {
	list-style-type: none;
	list-style-image: none;
	padding: 0 !important;
}
ul.loggedusers li{display: inline;}
ul.loggedusers li:first-child:before{content: "";}
ul.loggedusers li:before{content: ", ";}


.dld_title {
	display: inline-block;
	height: 16px;
}
