/******************************************************************************
 *						Casafamiglia.org
 ******************************************************************************
 *
 * 	Filename:		content.css
 *
 * 	Description:		Content Styles
 *
 * 	Author:			Andrea Iob <andrea_iob@hotmail.com>
 *
 *
 ******************************************************************************
 *						Table of contents
 ******************************************************************************
 *
 *  - Body
 *  - General Structure
 *  - Navigation
 *  - Tables
 *  - Forms
 *  - Random HTML Styles
 *  - Quotations
 *  - Comments and Other Asides
 *  - Emphasis
 *  - Computers - General
 *  - Code
 *  - Examples and Figures
 *  - Q and A (FAQ)
 *  - Meta
 *
 ******************************************************************************
 *						Suggested order
 ******************************************************************************
 *
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 ******************************************************************************/

/* Navigation */

:link { /*color: #00569C;*/ color: #36003A;}
:visited { /*color: #133B66;*/ color: #5F4C5D; }
:link:hover, :visited:hover { /*color: #2693e0; */  color: #5F4C5D; }
:link:active, :link:active {/* color: #4dabed; */ color: #5F4C5D; }

/**
 * Icons
 */

.icon {
	display: block;

	cursor: pointer;

	background-color: transparent;
	background-repeat: no-repeat;
	background-origin: 0 0;
	background-size: 100% 100%;

	box-sizing: border-box;
}

/* Tables */

table.table {
	width: 95%;
	margin: 0.5em auto 1em auto;
	border: 1px solid #C9DDF2;
	border-spacing: 0px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	behavior: url(/plan2run/stylesheets/PIE.php);
}

table.table.center tr {
	text-align:center;
}

table.table tr {
	text-align:left;
}

table.table tr.dark {

	background-color: #DDF3FD;
}

table.table tr,
table.table tr.light {
	background-color: #F6F9FC;

}

table.table tr.interactive:hover {
	background-color: #BBE3F1;
}

table.table th {
	border-bottom: 1px #a0cbeb solid;
}

table.table td {
	padding:0.5em;
}

table.table.info td {
	padding:0.25em;
}

table.table td.small {
	font-size: 10px;
}

table.table th.center,
table.table td.center {
	text-align:center;
}

table.table th.center,
table.table td.right {
	text-align:right;
}

table.table th.left,
table.table td.left {
	text-align:left;
}

table.table th.strong,
table.table td.strong {
	font-weight:bold;
}

table.table td.footer {
	border-top: 1px #a0cbeb solid;
}

/**
 * Classi speciali
 */

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.hr {
	clear:both;
	height: 1px;
	padding:0;
	margin: 1.2em 0 1em 0;

	background-color:#ccc;

	/** Necessari per IE */
	line-height: 1px;
	font-size: 1px;
}

.aRight {
	text-align:right;
}

.aLeft {
	text-align:left;
}

.fRight {
	float: right;
	margin-right: 0;

	/** Vedi Nota (2) */
	display:inline;
}

.fLeft {
	float: left;
	margin-left: 0;

	/** Vedi Nota (2) */
	display:inline;
}

.woBottomMargin {
	margin-bottom:0;
}

.woTopMargin {
	margin-top:0;
}

.woBorder {
	border: 0;
}

.below-title {
	width:auto;
	display:block;
	margin:0 0 1.2em 0;
	padding: 2px 10px 2px 10px;

	color: #6a8bad;
	font-size: 13px;
}

.over-title {
	width:auto;
	display:block;
	margin:1.2em 0 0;
	padding: 2px 10px 2px 10px;

	color: #6a8bad;
	font-size: 13px;
}


/**
 * Contact Info
 */

#contact_info h1 { font-size: 16px;}
#contact_info h2 { font-size: 14px;}
#contact_info h3 { font-size: 14px;}
#contact_info h4 { font-size: 14px;}
#contact_info h5 { font-size: 14px;}
#contact_info h6 { font-size: 14px; border: 0;}

#contact_info h1 {
	padding-left:0px;
}

#contact_info h2,
#contact_info h3,
#contact_info h4,
#contact_info h5,
#contact_info h6 {
	margin:0;
	margin-top:15px;
	border: 0;
	padding: 0px;
	color:#4B4B4B;
}

#contact_info p {
	margin:0;
	padding: 0px;
	text-align:justify;
	font-size: 14px;
}


/**
 * Fancybox
 */

#imageGallery img {
	margin : 15px;
	border: 1px solid #48a2f5;
}

#imageGallery img:hover {
	margin : 13px;
	border: 3px solid #1e4ab9;
}


/**
 * Banners
 */

.banner {
	display: block;
	float: left;
	width: 99%;

	margin-left: 1%;
	margin-top: 20px;
	margin-bottom: 20px;

	font-size: 14px;
}

.banner.home {
	width: 250px;
	height: 180px;

	margin-left: 20px;
}

.banner img {
	width:   275px;
	height:  125px;
	border: 1px solid #48a2f5;
}

.banner .floatRight {
	float:right;
	margin-left: 15px;
}

.banner .floatLeft {
	float:left;
	margin-right: 15px;
}

.banner h1 {
	font-size: 17px;

	border-left: 10px solid #00569C;
	margin-bottom: 13px;
	padding: 5px;

	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;

	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);

	behavior: url(/plan2run/styleshhets/PIE.php);
}

.banner h1 a {
/* 	color: #00569C; */
	color: #36003A;
}

.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 5px;
	color:#4B4B4B;
}

.banner p {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
}


/**
 * Slideshow
 */

.slideshow {
	height:  300px;
	width:   95%;
	margin-top: 10px;
	overflow:hidden;

	padding: 10px;
	background-color: #B9C5FF;

	background: #B9C5FF;
	border: 5px solid #ffffff;
	margin:  .5% auto 1% auto;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;

	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);

	behavior: url(/plan2run/styleshhets/PIE.php);
}

.slideshow img {
	height: 100%;
	width:  100%;
}

.slideshow img {
	display: none;
}

.slideshow img.first {
	display: block;
}


/**
 * User Info
 */

#user-info p {
	text-align: center;

	margin	: 0;
	margin-bottom	: 5px;
	padding	: 0;
}

#user-info a {
	font-weight: normal;
}

#user-info.project p {
	color : #36003A;
/* 	color : #ffffff; */
}

#user-info.project a {
	color : #36003A;
/* 	color : #ffffff; */
}


/**
 * Project Info
 */

#project-info.project {
	padding: 0;
	padding-top: 3px;
	margin: 0;
	display : block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 53px;
}

#project-info.project h1 {
	padding: 0;
	display: block;
	position: relative;
	width: 100%; height: auto;

	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

#project-info.project h2 {
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	width: 100%; height: auto;

	text-align: center;
	font-size: 14px;
	color : #36003A;
/* 	color : #ffffff; */
}

#project-info p.links {
	padding: 0;
	margin: 0;
	border: 0;
	display : block;
	position: absolute;
	top: 3px; left: 5px;
	height: 25px;
	font-size: 14px;
	line-height: 21px;
}

#project-info.project a {
	color : #36003A;
/* 	color : #ffffff; */
}

/**
 *  Intro content
 */

/*
#intro {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: auto;
	text-align: left;
	margin:25px auto 25px auto;
	padding: 10px 20px 10px 20px;

	color: #1f3a44;
	background-color: #EAFFE2;
	border: 1px solid #BAF1B0;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	behavior: url(/plan2run/stylesheets/PIE.php);
}
*/

#intro h2 {
	font-size: 22px;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	color:  #333333;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 0;
	border: none;
	color: #46922D;
	border-color: #333333;
}

#intro p {
	padding-right: 10px;
}

#intro em {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#intro img {
	float:right;
	padding-left: 15px;
}


/**
 *  Home data
 */


#tip {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: auto;
	text-align: left;
	margin:25px auto 25px auto;
	padding: 10px 20px 10px 20px;

	color: #1f3a44;
	background-color: #EAFFE2;
	border: 1px solid #BAF1B0;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	behavior: url(/plan2run/stylesheets/PIE.php);
}

#tip h2 {
	font-size: 22px;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	color:  #333333;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 0;
	border: none;
	color: #46922D;
	border-color: #333333;
}

#tip p {
	padding-right: 60px;
}


#tip .icon {
	position: absolute;
	top: 15px;
	right: 10px;
}

#userInfo {
	text-align: left;
	float: right;
	width: 33%;
}

#userInfo h2 {
	font-size: 18px;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	color:  #333333;
	padding-left: 5px;
	border-color: #333333;
	margin-bottom: 0.4em;
}

#userInfo h2 a {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#userInfo h2 :link,
#userInfo h2 :visited,
#userInfo h2 :link:hover,
#userInfo h2 :visited:hover,
#userInfo h2 :link:active,
#userInfo h2 :link:active {
	color: #447BC4;
}

#userInfo fieldset {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	width: auto;
}

#userInfo fieldset label {
	font-size: 11px;
}

#userInfo fieldset input {
	font-size: 13px;
}

#userInfo fieldset .field:first-child {
	margin-top: 0;
	padding-top: 0;
}

.box {
	margin-bottom: 1em;
	display: block;
	float: left;
	width: 64%;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #1f3a44;
	background-color: #F6F9FC;
	border: 1px solid #C9DDF2;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	behavior: url(/plan2run/stylesheets/PIE.php);
}

.box h2 {
	font-size: 18px;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	color:  #333333;
	margin-left: 15px;
	margin-top: 15px;
	border: none;
	margin-bottom: 1em;
}

.box h2 a {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

.box h2 :link,
.box h2 :visited,
.box h2 :link:hover,
.box h2 :visited:hover,
.box h2 :link:active,
.box h2 :link:active {
	color: #447BC4;
}

.box .item {
	margin-bottom: 1.5em;
	position: relative;
	float: left;
	width: 49%;
	height: 48px;
	text-align: left;
}

.box .item .icon {
	position: absolute;
	top: 0;
	left: 25px;
}

.box .item h3,
.box .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0;
	margin: 1px 0 0 80px;
}

.box .item h3 {
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	border: none;
}

.box .item h3 a.small {
	font-size: 11px;
	font-weight: normal;
}

.box .item p {
	font-size: 11px;
}


/**
 * Wait
 */
.wait, .wait * {
	cursor: wait !important;
}

.link {
	cursor: pointer;
}

