/*
Theme Name: Vianale & Vianale
Theme URI: http://wordpress.org/
Description: Vianale & Vianale Theme
Version: 1.0
Author: Southern Media
Author URI: http://www.southernmedia.org
*/

/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #1b406d url(img/bg-body.gif) repeat-y center;
	color: #4e4b45;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 1.67em;
	padding-right: 1px;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 1.67em }

strong { font-weight: bold }
em { font-style: italic }

code, pre { font-family: "Courier New", Courier, monospace }

dt { font-weight: bold }
dd { font-style: italic }

cite { font-style: italic }

q { font-style: italic }

blockquote { font-style: italic; padding: 0 2em }

/* Headlines */
h1, h2, h3 {
	color: #1B406D;
	font-size: 2em;
	line-height: 1.21em;
	margin-bottom: .83em;
}
h4 {
	font-size: 1.5em;
	line-height: 1.11em;
	margin-bottom: .25em;
}
h5, h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.67em;
}


/* Anchors */
a, a:link, a:visited {
	color: #4e4b45;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

h2 a, h3 a, h4 a { font-weight: normal }


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

body#home { background-image: url(img/bg-body-home.gif) }
	
#wrapOut, #nav { background-image: url(img/bg.gif) }

#wrapOut {
	background-repeat: repeat-x;
	background-position: 0 -50px;
	width: 100%;
}
#wrap {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
}
	#header, #content, #footer, #footerOut {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		background: #fff;
		height: 210px; width: 100%;
	}
		#logo { margin: 0 }

			#logo a {
				background: url(img/logo.gif) no-repeat;
				height: 115px; width: 459px;
				position: absolute;
				top: 45px; left: 252px;
			}

	#content {
		background: #fff url(img/bg-content.gif) repeat-y right 0;
		border-top: 10px solid #d7c08e;
		width: 100%;
	}
	#home #content {
		background: #f8f7f3 url(img/bg-content-home.jpg) no-repeat;
		border: 0;
		padding-top: 270px;
		width: 100%;
	}
		#main {
			float: left;
			padding: 20px 20px 0;
			width: 600px;
		}
		#sidebar {
			float: right;
			padding: 0 10px;
			width: 300px;
			overflow: hidden;
		}

	#footerOut {
		text-align: left;
		width: 100%;
	}
		#footer {
			float: none;
			display: block;
			background: #d7c08e;
			color: #f9f7f5;
			margin: 0 auto;
			padding: 27px 10px 0;
			width: 940px; height: 175px;
			position: relative;
		}

/* Stick Footer - Footer must be floated to accept the negative margin (add wrap) */
html, body, #wrapOut {height: 100%;}
body > #wrapOut {height: auto; min-height: 100%;}
#content {padding-bottom: 262px;}  /* must be same height as the footer */
#footerOut {position: relative;
	margin-top: -202px; /* negative value of footer height */
	clear:both;}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	background-repeat: repeat-x;
	height: 50px; width: 100%;
	text-align: center;
	position: absolute;
	top: 160px; left: 0;
}
	#nav li {
		display: inline;
		line-height: 50px;
		padding: 0 19px;
	}
		#nav li a {
			color: #efe8de;
			font-size: 1.5em;
			font-weight: normal;
			padding: 7px 0;
			text-decoration: none;
		}
		#nav li a:hover, #nav li a.active, #nav li.current_page_item a { border-bottom: 8px solid #d7c08e }


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#content ul { padding-left: 2em }

	#content ul li { background: url(img/bullet.gif) no-repeat 0 8px; padding-left: 9px }
	
	#content ul li ul { margin: 0 }

#content ol { list-style: decimal inside; padding-left: 2em }

	#content ol li ul { margin: 0 }

#sidebar ul { padding-left: 0 }

	#sidebar ul li { background: url(img/bullet.gif) no-repeat 0 8px; padding-left: 9px }
	
	#sidebar ul li ul { margin: 0 }

#sidebar ol { list-style: decimal inside; padding-left: 2em }

	#sidebar ol li ul { margin: 0 }

#footer #copy { margin: 0 }

	#footer a { color: #f9f7f5 }
	
div#banner {
	background: #cac0b1;
	padding: 10px 0 30px;
}
	div#banner img { display: block }

div#welcome, div#newCases, div#latestNews {
	float: left;
	padding: 0 10px;
	width: 300px;
}

p#rss {
	position: absolute;
	top: 275px; right: 10px;
}
	p#rss a {
		background: url(img/ico-rss.gif) no-repeat;
		height: 16px; width: 16px;
	}

p.more a {
	background: url(img/ico-more.gif) no-repeat 0 center;
	padding: 3px 0 3px 27px;
}

#home ul.new-cases {
	padding: 0;
	margin: 0 0 30px;
}
	#home ul.new-cases li {
		background: url(img/ico-bullet.gif) no-repeat 0 5px;
		font-weight: bold;
		padding: 0 0 0 18px;
	}

p.cases-link a {
	background: url(img/ico-arrow.gif) no-repeat 0 center;
	font-size: 2em;
	font-weight: normal !important;
	padding: 2px 0 3px 27px;
	text-decoration: none !important;
}
	p.cases-link a:hover { text-decoration: underline !important }

p.post-meta {
	color: #cac0b1;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .83em;
}
	p.post-meta a {
		color: #cac0b1 !important;
		font-weight: normal !important;
	}

ul.case-resources { padding: 0 !important }

	ul.case-resources li {
		background: none !important;
		margin-bottom: 4px;
		padding-left: 26px !important;
	}
		ul.case-resources li.pdf { background: url(img/ico-pdf.gif) no-repeat 0 0 !important }

		ul.case-resources li.rss { background: url(img/ico-rss.gif) no-repeat 0 0 !important }

ul.key-dates { padding: 0 !important; margin: 0 0 1.67em; }

	ul.key-dates li {
		background: none !important;
		padding-left: 70px !important;
		position: relative;
	}
	#home ul.key-dates li {	background: none; margin: 0 !important }

		ul.key-dates li span {
			color: #ada599;
			font-family: Arial, Helvetica, sans-serif;
			width: 70px;
			position: absolute;
			left: 0; top: 0;
		}
		#home ul.key-dates li a { font-weight: normal }

div.post {
	border-bottom: 1px solid #cac0b1;
	margin: 0 0 2.5em;
	padding: 0 0 1.67em;
}

p#breadcrumbs a { font-weight: normal }

div#footerRight {
	color: #4b4e45;
	position: absolute;
	top: 27px; left: 650px;
}

/* Blog */
div#comments { margin-top: 3em }

	ol.comments { list-style: none !important; list-style-position: outside !important; padding: 0 !important; margin-bottom: 3em }

		ol.comments li { margin-bottom: 1.5em; position: relative }

			ol.comments li img.avatar { float: left; display: inline; margin-right: 1.5em }

			ol.comments li .meta { font-size: .92em }

.alignleft {
	float: left; display: inline;
	margin: 0 1.67em 1.67em 0;
}
.alignright {
	float: right; display: inline;
	margin: 0 0 1.67em 1.67em;
}
.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .92em;
	font-weight: bold;
	margin: 0;
}



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	background: #f9f5ef;
	border: 1px solid #aba397;
	color: #8d867d;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 400px }

select.select.free { width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 0;
}


/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none !important; list-style-position: outside !important; padding: 0 !important }
	
		form.form ol.fieldset li.field {
			margin: 0 0 1em;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				font-weight: bold;
				display: block;
				margin-bottom: 5px;
			}
			
	form.form p.submit { /* nothing here */ }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form#search {
	background: #d7c08e;
	margin: 0 -10px 1.67em;
	padding: 0 10px 10px 10px;
}
	form#search input.text {
		margin-right: 4px;
		width: 186px;
	}
	form#search input.submit {
		background: none;
		border: 0;
		color: #4e4b45;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
	}
		form#search input.submit:hover { border-bottom: 1px solid #4e4b45 }

	

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.clear { clear: both }
.hide, .hidden, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }


/*-------------------------------
"Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li {display: inline; margin-left: -4px;}
ul.bars li.first {border: 0 !important;}
ul.bars li:before {content: "|"; padding: 0 4px;}
ul.bars li:first-child:before {content: ""; padding: 0 4px 0 0;}


} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */