/* Start of CMSMS style sheet 'PassionistiPiet : andreas01_screen' */
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

/*
This layout depends on modified news summary template

<!-- Start News Display Template -->
{foreach from=$items item=entry}

<h3>
	{$entry->titlelink}
</h3>

<p>
{$entry->category}
{if $entry->author}
	by {$entry->author}
{/if}

{if $entry->formatpostdate}
<strong>
		{$entry->formatpostdate}
</strong><br />
{/if}


{if $entry->summary}
 {eval var=$entry->summary}
</p>
  <p class="textright">[{$entry->morelink}]</p>

{else if $entry->content}
		{eval var=$entry->content}
</p>
{/if}

{/foreach}
<!-- End News Display Template -->

Copy paste this template to your news summary template and delete from here
*/

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(uploads/PassionistiPiet/bg.gif) top center repeat-y;

}

#wrap {

background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 0 auto;
padding: 0;
}


.frontphoto{
margin: 10px auto;
padding:0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 190px;
margin: 200px 0 10px 0;
padding: 0 0 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 190px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}


/* first level */
#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#avmenu li a.menuactive {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}


/* second level */
#avmenu li li a {
font-weight: normal;

text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 15px;
background: #f4f4f4;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-left: 0;
}	

#avmenu li li a:hover {
background: #eaeaea;
color: #286ea0;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-left: 0;
}

#avmenu li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-left: 0;
}

/* third level */
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 34px;
background: #f4f4f4;
border:0;
font-size: 12px;
}	

#avmenu li li li a:hover {
background: #eaeaea;
color: #286ea0;
border:0;
}

#avmenu li li li a.menuactive {
background: #eaeaea;
color: #286ea0;
border:0;
}



.announce {
margin: 0 0 10px 0;
padding: 10px;
width: 240px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
border: 1px solid #ccc;
float:right;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 200px 0 20px 200px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 15px;
margin: 0 0 0.5em 0;
color: #286EA0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
margin: 3px;
}

h3 {
font-size: 13px;
margin: 0 0 10px 0;
color: #286EA0;
font-weight: bold;
}

h4{
color: #AB6D70;
font-weight:bold;
font-size: 12px;
margin: 0;
padding:0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}


/* CALENDARIO */

/* tutti i links rossi */
.calendar tr td a
{
color: #286EA0;
}

/* "oggi" evidente per il calendario piccolo */
.calendar-today
{
font-weight: bold;
}

/* visualizza la "upcominglist" come una linea per evento (assumendo table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/* dimensione testo per la lista */
#cal-list h1, #cal-upcominglist h1
{
color: #286EA0;
font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
font-size: 110%;
}

/** calendario largo (assumendo table_id='big') **/
/* bordo per #big */
#big{
margin: 0px;
border-collapse:    collapse;
border: 3px solid #fff;
}

/* quadrati per la tabella #big */
#big th
{
border: 1px solid #fff;
padding: 3px;
width: 75px;
}

#big tr td {
border: 1px solid #fff;
vertical-align: top;
padding: 3px;
height: 75px;
width: 75px;
background-color: #ddd;
color: #333;
}

/* formato per i sommari in #big */
#big ul
{
margin: 0px;
padding: 0px;
padding-left: 5px;
}

#big li
{
list-style-type: none;
padding: 0px;
margin: 0px;
font-size:9px;
}

/* colore di background per #big */
#big td
{
background-color: silver;
}

#big .calendar-day
{
background-color: #286EA0;
}

#big .calendar-today
{
font-weight: normal;
background-color: #ffc;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
display: none;
}

form#m3moduleform_1 textarea{
width: 450px;
display:block;
margin:0;
}

.clr{clear:both;}

#avmenu div.liturgia {
font-size: 11px;
font-family:verdana; 
color: #333333;

}

#avmenu div.liturgia td p b a font, #avmenu div.liturgia td p font a font{font-size: 11px; color: #286EA0; background-color: transparent;}

#avmenu div.liturgia p {font-size: 11px; color: #333333; background-color: transparent;}

#avmenu div.liturgia table {width: 188px; font-size: 11px; color: #ffffff; 
background: url(uploads/PassionistiPiet/liturgia_bg.jpg) repeat-x top left;}

#avmenu div.liturgia table td {font-size: 11px; color: #d7cabd; background-color: transparent; }

#avmenu div.liturgia b {font-size: 11px; color: #286EA0; }

.evidence{
border: 1px solid #ccc;
background-color: #ededed;
padding: 1px 3px;
}

ul.riservati{
margin:0;
padding:0;
list-style:none;
}

ul.riservati li{
border: 1px solid #ddd;
background-color: #efefef;
margin: 10px 0;
padding: 5px;
}

.home{
background: url(uploads/PassionistiPiet/home.jpg) center top no-repeat;
padding: 10px 5px 5px;
margin:0 0 10px;
}

.home h3{
margin:2px 2px 0;
padding:0;
color: #AB6D70;
}

.home p{
color: #333;
margin: 0;
padding: 0;
}

.calendar-upcominglist{
width: 245px;
border:1px solid #ccc;
padding: 10px;
background-color: #F9F6F6;
}

.calendar-upcominglist h3{
color: #AB6D70;
font-size: 13px;
}

.NewsSummary{
margin-bottom: 10px;
}

.home_box{
width: 245px;
border:1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
display:block;
float:left;
background-color: #F9F6F6;
}

#today{float:right; color: #999;}
/* End of 'PassionistiPiet : andreas01_screen' */

