/*  
Theme Name: Day Dream Manifest
Description: A style based on Day Dream WordPress theme.
Version: 1.6
Author: Marco Macciò
Author URI: http://www.diariotraduttore.com/
Based on CSS made by: Jim Whimpey - http://fightingfriends.com/
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", Serif;
		}

		#wrapper {
			text-align: center;
			line-height: 26px;
			}

			a { color: #006699; text-decoration: none; }
				a:hover { color: #003366; }


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#header {
		font-size: 10pt;
		text-align: right;
		line-height: 0px;
		font-style: italic;
		padding-top: 1px;
		padding-right: 20px;
		}

	#revision {
		font-size: 8pt;
		text-align: right;
		line-height: 5px;
		padding-right: 20px;
		}

	h1 {
		font-size: 24pt;
		line-height: 0px;
		font-weight: bold;
		text-decoration: underline;
		color: #006699;
		padding-bottom: 5px;
		}

	.active {
		border-bottom: 1px dashed #B5B5B5;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.highlight {
		font-size: 16pt;
		font-weight: bold;
		color: #006699;
		}

	.note {
		font-size: 8pt;
		}

	table {
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		}

	th.adhesion {
		width: 25%;
		}

	th.revision_first_column {
		width: 15%;
		}

	th.revision_second_column {
		width: 85%;
		}

	td.alternate {
		background-color: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		}

	td.comment {
		font-size: 8pt;
		line-height: 16px;
		}

	td.comment_alternate {
		background-color: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		font-size: 8pt;
		line-height: 16px;
		}

	td.revision {
		text-align: left;
		font-size: 8pt;
		line-height: 16px;
		}

	td.revision_alternate {
		text-align: left;
		background-color: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		font-size: 8pt;
		line-height: 16px;
		}

	img {
		border: 0px;
		}

	input {
		font-family: Arial, Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", Serif;
		font-size: 10pt;
		}

	textarea {
		font-family: Arial, Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", Serif;
		font-size: 10pt;
		vertical-align: middle;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		ADHESION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	td.first_column_adhesion {
		text-align: right;
		width: 18%;
		}

	td.second_column_adhesion {
		text-align: left;
		width: 82%;
		}

	td.first_column_adhesion_alternate {
		background-color: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		text-align: right;
		width: 18%;
		}

	td.second_column_adhesion_alternate {
		background-color: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		text-align: left;
		width: 82%;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#footer {
		font-size: 8pt;
		font-style: italic;
		line-height: 12px;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		ANGOLO SUPERIORE
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.banner_angolo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 168px;
		height: 132px;
		}

		body > .banner_angolo { position: fixed; }
