/*  
Theme Name: PalazzoApostolico
Theme URI: http://www.palazzoapostolico.com
Description: The official theme of PalazzoApostolico made by <a href="http://www.kalamun.org">Kalamun</a> and comes under GPLv3 License.
Version: 1.0
Author: Roberto Kalamun Pasini
Author URI: http://www.kalamun.org
*/

/* 2010 Copyright Kalamun - GNU/GPL 3 */

/* @group init */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,cite,code,em,img,small,strike,strong,sub,sup,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td  {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background: transparent;
	}
html,body {
	width:100%;
	height:100%;
	}
body {
	line-height:1;
	}
ol,ul {
	padding-left:20px;
	}
blockquote {
	quotes: none;
	}
blockquote:before,blockquote:after {
	content:'';
	content:none;
	}
:focus {
	outline:0;
	}
table {
	border-style:none;
	border-collapse:separate;
	border-spacing:0;
	border:0;
	}
table td {
	padding:2px;
	}
img {
	behavior:url('images/iepngfix.htc');
	vertical-align:middle;
	border:0;
	}
p {
	margin:10px 0;
	}
/* @end */

/* @group layout*/
body {
	color:#23282d;
	font-size:10pt;
	background-color:#23282d;
	font-family:Georgia,Garamond,"Times New Roman",Times,serif;
	line-height:1.5em;
	}
#wrapper {
	width:1000px;
	margin:0 auto;
	}

#header {
	position:relative;
	width:920px;
	height:160px;
	margin:0 auto;
	background:url('images/h_bkg.gif') bottom center no-repeat transparent;
	}
#logo {
	}
#logo h1{
	padding:40px 15px;
	}
#logo h1 a{
	display:block;
	}
#topmenu {
	position:absolute;
	top:0;
	right:0;
	font-size:.8em;
	text-transform:uppercase;
	}
#topmenu a {
	color:#ddd;
	}
#topmenu a:hover {
	color:#fff;
	}
#topmenu ul {
	margin:0;
	padding:10px 15px;
	}
#topmenu li {
	display:inline;
	padding:0 5px;
	}
#menu {
	position:absolute;
	bottom:28px;
	right:10px;
	font-size:1.1em;
	}
#menu ul{
	margin:0;
	padding:0;
	}
#menu ul li{
	float:left;
	margin:0;
	height:35px;
	overflow:hidden;
	display:inline;
	line-height:33px;
	}
#menu ul li a {
	display:block;
	color:#fff;
	padding:0 10px;
	text-transform:uppercase;
	text-decoration:none;
	}
#menu ul li a:hover {
	color:#fff;
	text-decoration:none;
	}
#menu ul li.current_page_item {
	color:#23282d;
	padding:0 10px 0 0;
	background:url('images/navright-a.gif') no-repeat right;
	}
#menu ul li.current_page_item a {
	color:#23282d;
	margin-top:1px;
	padding-left:20px;
	background:url('images/navleft-a.gif') no-repeat left;
	}

#container {
	width:900px;
	padding:0 50px 50px 50px;
	background:url('images/bkg.gif') top center repeat-y transparent;
	}
#left {
	float:left;
	width:593px;
	border-right:1px solid #c4bfab;
	height:auto !important;
	height:400px;
	min-height:400px;
	}
#right {
	float:right;
	width:305px;
	}
#right .padding {
	position:relative;
	margin:0 15px 15px 15px;
	}
.box {
	background-color:#e7e5de;
	padding:10px;
	}
#right p {
	font-size:.8em;
	margin:10px 0;
	line-height:1.3em;
	}
#right .bordertop {
	position:absolute;
	top:0;
	left:0;
	width:266px;
	height:6px;
	background:url('images/right_box_top.gif') top center no-repeat transparent;
	}
#right .borderbottom {
	position:absolute;
	bottom:0;
	left:0;
	width:266px;
	height:6px;
	background:url('images/right_box_bottom.gif') bottom center no-repeat transparent;
	}
#content {
	padding:0 30px;
	}

#middle {
	width:900px;
	padding:0 50px 10px 50px;
	background:url('images/f_bkg.gif') top center repeat-y transparent;
	}
#middle .recentPosts  {
	padding:10px 30px;
	width:593px;
	float:left;
	}

#footer {
	width:900px;
	padding:20px 50px;
	background:url('images/ff_bkg.gif') top center no-repeat transparent;
	color:#eee;
	font-size:.8em;
	}

.postinfo {
	float:left;
	font-weight:bold;
	margin-right:5px;
	margin-bottom:0;
	}
.button {
	background-color:#23282d;
	color:#e7e5de;
	padding:5px 8px;
	font-size:.9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.button:hover {
	color:#fff;
	text-decoration:none;
	background-color:#33383d;
	}
/* @end */

/* @group typography */
h2 {
	font-size:.7em;
	font-weight:normal;
	margin:10px 0;
	padding:0;
	color:#8b856e;
	text-transform:uppercase;
	}
#right h1 {
	font-size:1.4em;
	font-weight:normal;
	}
#right h2 {
	margin:0;
	}

a {
	color:#333;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.entry h2 {
	font:italic 1.8em Georgia,"Times New Roman",Times,serif;
	color:#23282d;
	padding:5px 0;
	margin:0;
	text-transform:none;
	}
.entry h2 a,.entry h2 a:hover {
	color:#23282d;
	text-decoration:none;
	}
.entry img {
	margin:0 10px 10px 10px;
	}

#middle .recentPosts ul {
	padding:0;
	margin:0;
	font-size:.8em;
	list-style:none;
	}
#middle .recentPosts li {
	background:url('images/recentPosts.gif') left center no-repeat transparent;
	padding-left:20px;
	}

#footer h2 {
	font-size:.9em;
	color:#fff;
	margin-left:20px;
	}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.3em;
	}
#footer li {
	margin:0;
	padding:0;
	}
#footer a {
	color:#ddd;
	}
#footer a:hover {
	color:#fff;
	}
#footer .column {
	float:left;
	margin-left:20px;
	}
#footer .links {
	float:right;
	margin-right:30px;
	}
#footer .links h2 {
	}
#footer .links ul {
	float:left;
	margin-left:20px;
	}
#footer .footer {
	clear:both;
	text-align:right;
	padding:10px 0;
	margin-top:20px;
	border-top:1px solid #ddd;
	font-size:.9em;
	background:url('images/logo_footer.gif') center left no-repeat transparent;
	}


acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 15px 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
hr {
	color:#c4bfab;
	background-color:#c4bfab;
	height:1px;
	border:0;
	margin:20px 0;
	}
a img { border: none; }
img.centered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
code {font-size:1.0em;color: #000}

/* @end */




/*++++++ SEARCH ++++++++*/
#searchform { float:right; }
#searchform label { display:none; }
#searchform #s {
	border:0;
	width: 100px;
	padding:0 5px;
	background-color:#888;
	color:#444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#searchform #s:focus { background-color:#fff; }
#searchform #searchsubmit {
	border:0;
	color:#888;
	background-color:#444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}



/*++++++ MISC ++++++++*/
.clear { clear:both; }
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 ;}
img { border:none;}

/*++++++ ENTRY ++++++++*/
.navigation { font-size:.85em; text-transform:uppercase; margin:20px 0; padding:10px; background-color:#e7e5de;}
.socials {font-size:10px; font-weight:bold; margin-bottom:10px; background-color:#FFFFFF; border:1px solid #BBB9B2; padding:5px 5px 5px 10px; width:540px;}
.socials a {margin-right:10px; color:#BFBCB3;}
.btn_email {background:url(images/mail.gif) left no-repeat; padding-left:15px;}
.btn_comment {background:url(images/comments.gif) left no-repeat; padding-left:15px;}
.btn_delicious {background:url(images/delicious.gif) left no-repeat; padding-left:15px;}
.btn_digg {background:url(images/digg.gif) left no-repeat; padding-left:15px;}
.btn_reddit {background:url(images/reddit.gif) left no-repeat; padding-left:15px;}
.btn_technorati {background:url(images/technorati.gif) left no-repeat; padding-left:15px;}
.btn_furl {background:url(images/furl.gif) left no-repeat; padding-left:15px;}

/*++++++ SIDEBAR ++++++++*/
#sads { width:388px; font-size:10px; text-transform:uppercase; text-align:right; background:#eeedea; border:1px solid #d6d4cd; padding:8px; margin-bottom:10px;}
#sads ul {}
#sads ul li { float:left; padding-right:6px;}
#sads ul li.last { float:right; padding:0px; }
#sads p { background:url(images/adsdotdot.gif) no-repeat center left; margin-top:5px;}
#sads a { color:#5e5d5a;}
#tab { width:388px; background:#eeedea; border:1px solid #d6d4cd; padding:8px; margin-bottom:10px;}
#sidebar { width:400px; padding-left:10px;}
#sidebar h2 { font-size:12px; margin-bottom:10px; color: #000000; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif;}
#sidebar ul{ margin:10px auto 20px;}
#sidebar ul li{}
#sidebar ul li ul{}
#sidebar ul li ul li{display:block; background:url(images/bullet.gif) no-repeat 0 2px; padding-left:18px; margin-bottom:6px; padding-bottom:5px;border-bottom:1px dotted #dadada;font-size:11px;}
.sleft { float:left; width:180px; background:url(images/dot-v.gif) repeat-y right; padding-right:10px; }
.sright { float:right; width:198px; padding-left:10px; }

/*+++++++ CALENDAR +++++++*/
#calendar #calendar_wrap #wp-calendar { width: 100%; }
#calendar #calendar_wrap #wp-calendar caption { text-align:left; border-bottom:1px solid #dadada; padding-bottom:5px; }
#calendar #calendar_wrap #wp-calendar th { text-align:left; font-weight:bold; padding-top:5px; }
#calendar #calendar_wrap #wp-calendar td{ text-align:left; }

/*+++++++ COMMENTS +++++++*/
#c { float:left; width:225px;}
#cc { float:right; width:304px;}
#commentform p { padding-bottom:10px;}
#commentform #author { border:1px solid #bbb9b2; height:20px; width:200px; background:#f5f5f3; padding-left:5px; }
#commentform #email { border:1px solid #bbb9b2; height:20px; width:200px; background:#f5f5f3; padding-left:5px; }
#commentform #url { border:1px solid #bbb9b2; height:20px; width:200px; background:#f5f5f3; padding-left:5px;}
#commentform #comment { border:1px solid #bbb9b2; height:200px; width:290px; background:#f5f5f3; padding-left:5px;}
.commentlist {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #c4bfab;
	padding:10px;
	}
.commentlist .author {
	font-size:.9em;
	font-style:italic;
	color:#8b856e;
	}
.commentlist cite { background:#f5f5f3; padding:5px 5px 5px 10px; }
.commentlist cite a { color:#333;}
.commentlist .ctext { }
.postmetadata { background:#f9f9f9; padding:10px; border:1px solid #bbb9b2;}
.ccomment { width: 550px; line-height:140%; margin-bottom:20px; }
.ccomment ol {}
.ccomment ol li { background:#e7e5de; padding:5px;}
.ccomment ol li.alt { background:#efeee8; padding:5px;}

.socialsLink h3 {
	display:inline;
	}
.socialsLink ul {
	display:inline;
	padding:0;
	margin:0;
	}
.socialsLink li {
	display:inline;
	margin:0 5px;
	}
.socialsLink img {
	margin:0;
	}


/**************** Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:2px; height:100px; width:100px;}
.gallery a:hover {background-color:#ffffff;}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {background-color:#FFFFFF;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {background-color:#FFFFFF;}
.imgleft img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
.imgright {float:right;}
.imgright a:hover {background-color:#FFFFFF;}
.imgright img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}

/**************** Newsletter *********************/
#newsletter  ul {
	list-style:none;
	}
#newsletter  li {
	list-style:none;
	}
.newsletterTextInput{ width:305px; }

.newsletterContainer{ width:100%; }

.success {
	background: #CFEBF7;
	border: 1px solid #2580B2;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
}

.error, .success {
	margin: 3px 0px;
	padding: 2px;
}
