/* @override http://www.viasalzburg.com/wp-content/themes/Via_Salzburg/style.css */


/*-----------------------------------------------------------------------------
Theme Name: Via Salzburg WordPress Theme
Description: Custom theme a nonprofit arts organization. Created in Canada
Version: 2.0
Author: Paul Bonsell
Author URL: http://definingdesign.ca/

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

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	
  margin: 0 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
  	font-size:12px;
  	line-height: 19px;
	background-color:black;
	color:#8F6546;
	margin: 0 0 0 0;
	text-align: left;

}

/* @end */



/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	color:black;
	margin:20px 0 10px 0;
	font-size:20px;
	
}

h2 {
	color:black;	
	margin: 15px 0 12px 0;
	font-size: 18px;
}

h3 {
	color:black;
	margin: 15px 0 12px 0;
	font-size: 14px;
}


/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color:#528DC6;
	text-decoration: none;
	
}

a:visited {
	color: #447399;
	text-decoration: none;
	
}

a:hover {
	color: #8c0000;
	text-decoration: none;
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/


#wrapper {
	width: 760px;
	background: url('images/bg-columns.gif') repeat-y;
	border: 1px solid #c0c0c0;
}

#wrapper-single {
	width: 760px;
	background: white;
	border: 1px solid #c0c0c0;
}

#masthead {
	background:#fff url('images/banner.jpg') no-repeat top center;
	
}

#masthead_img {    
		height: 307px; 
		width: 760px;
}

#navcontainer {
	height:29px;
	width:750px;	
	border-bottom:#c0c0c0 1px solid;
	border-top:#c0c0c0 1px solid;
}

#promo-a {
	height: 423px;
	width: 418px;
}

#promo-c {
	height: 252px;
	width: 418px;
}

#promo-b {
	background: url('images/ha-promo-b.gif');
	padding: 10px;
	height: 113px;
	width: 398px;
	

}

#donate {
	margin:40px 0 0 40px;
}

/* @end */



/* @group Navigation (drop down attempt)
-----------------------------------------------------------------------------*/
/* @group Menu */

/**
 * CSS dropdown menu inspired by Son of Suckerfish...
 * http://www.htmldog.com/articles/suckerfish/dropdowns/
 * http://www.alistapart.com/articles/horizdropdowns
 */
  #nav { /* top level ul */
  text-transform: capitalize;
  margin: 0px;
  list-style: none;
  height: 29px;
  font-size: 13px;
  background: url(images/nav-bg.gif) repeat-x;
}

/* @group My Group */



/* @end */ 

#nav a {
  display: block;
  padding: 0 7px;
  margin: 0;
  line-height: 29px;
  color: #636467;
  text-decoration: none;
}

#nav a:hover {
  color: #C3C8E0;
  text-decoration: none;
}

#nav a.active {
  color: #cdb397;
  text-decoration: none;
}

#nav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  /*width: 10em;/* fixed width works better, but looks ugly */
}


/* second-level lists */

#nav ul.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav li ul {
  position: absolute;
  width: 13.8em; 
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}

#nav li li {
  float: left;
  text-align: left;
  width: 13.8em;
}

#nav li ul a {
  padding: 0.1em 0 0.2em 0.8em;
  width: 10em;
  line-height: normal;
  color: white;
  background-color: #777;
  border-bottom: 1px solid #555;
}

#nav li ul a:hover {
  color: white;
  background-color: #444;
}

#nav li ul ul {
  margin: -1.3em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}
/* end of the menu stuff */



/* @end */



/* @group Content
-----------------------------------------------------------------------------*/

#future_performance {
	background:#fff url('images/ha-tag.gif') no-repeat top center;
	height: 164px;
	width: 418px;
}

#box {
	padding: 0 0 0 30px;
}

#future_performance p{
	padding: 30px 0 0 0;
	margin: 0 0 0 175px;
	color: white;
}

#future_performance a{
	color: #ED1C24;
}

#future_performance a:hover{
	color: #aaa
}

#post-3.post .entry h2 {
	margin: 0 0 5px 0;
}

#post-3.post .entry h2 a {
	color: black;
}

#post-6.post .entry h2  {
	margin: 20px 0 0 0;
	color: black;
}

#post-6.post .entry h3  {
	margin: 3px 0 0 0;
	color: black;
}


#post-6.post .entry h2 a {
	margin: 0px 0 0 0;
	color: black;
}

#post-3.post .entry a {
	color:#9a3636;
}

#post-3.post .entry p {
	margin: 3px 0 0 0;
	line-height: 17px;
}

#post-3.post .entry a:hover {
	color: #ED1C24;
}

#post-14.post .entry p {
	margin: 45px 0 45px 0;
}

#post-14.post .entry img {
	margin: 0 75px 0 0;
}

#content {
	min-height: 800px;
}


/* for Internet Explorer */
/*\*/
* html #content {
height: 800px;
}
/**/

.container {
	margin:0 300px 0 0;
	text-align: left;
}

.post {
	margin: 30px 25px 20px 50px;
	
}


.entry p{
	margin: 10px 0 0 0;
}
/*
.navigation {
	text-align: center; font-weight: bold;
	
}
*/
.post_nav {
	margin: 5px 0 0 20px;
}





/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	text-align: left;
	min-height: 470px;
	width: 280px;
	background: url('images/sidebar-img.gif') no-repeat top;


}

/* for Internet Explorer */
/*\*/
* html #sidebar {
height: 470px;

}
/**/


#sidebar ul{
	margin: 40px 10px 0 15px;
	
}

#sidebar ul h2, ul h3{
	margin: 7px 20px 0 20px;
	
}


#sidebar p {
	color: #777;
	margin: 0px 7px 15px 0px;
}

#rule {
	border-bottom:solid gray thin;
	margin: 0px 18px 0 15px;
}

#extract {
	margin: 25px 30px 20px 30px;	
}

#sidetitle {
	margin: 0 50px 0 0;
}

#sidebar a {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

#sidebar a:hover {
	color: #ed1c24;
}




/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	border-top:#c0c0c0 1px solid;	
	background-color: white;
	padding: 4px 0;
}

#footer p {
	color: #F15B22;
	font-size: 10px;
	text-align: center;
}

#footer a:link {
	color: #F15B22;
}

#footer a:hover {
	color:#F15B22;
}

ul#footer {
	list-style: none;
	color: #fff;
	margin-left: 150px;
		border-top:#c0c0c0 0px solid;
}

#footer li {
	float: left;
	padding: 0 10px;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
}

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

#footer li a:hover {
	text-decoration: none;
	color: #C3C8E0;
}

#footer ul li ul li{
	display: none;
	margin: 0;
	line-height: 0px;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	margin: 20px 12px 15px 0px;
	width: 100px;
}

#searchform #submit {

}

#searchform #searchsubmit {
		margin: 20px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
}


#comments-form {
		
}

#commentform {

}

#commentform p{
	margin: 5px 0;
}

#author {

}

#email {
	
}

#url {
	
}

#comment {

}

#submit {
	
}

#commentform #sub {
		margin: 0px 12px 15px 0px;
		color: #528DC6;
		background-color: #e8e8e8;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		line-height: 20px;
		font-family: Helvetica, Arial, sans-serif;
}

label {
	font-size: 11px;
	color: #666;
	margin-left: 5px;
}


/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

.postmetadata {
	margin: 10px 0 0px 0;
}

.postmetadata a{
	margin:0  0 0 3px;
}

#comments-locked {
	
}

#respond {
	margin: 0px 0 0 0;	
}

#trackback-link {

}

ol#trackbacks {
	
}

ol#trackbacks li {

}

.comments-header {
	
}

ol#comments {
	list-style: none;
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	margin: 15px 30px 5px 0;
	font-size: 14px;
	font-weight: bold;

} 

.comment-author {
	color: #C10500;
}

.comment-date {
	
}

.comment-text {
	margin: 0 0 0 10px;
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

	ol#commentlist li {
	background: #f9f9f9;
	padding: 3px;
	margin: 0 0 1px 0;
	border: 1px solid #CCCCCC;

	}

/* @end */