/* @override http://www.ptp.ca/wp-content/themes/ptp/style.css */

/* @override http://www.ptp.ca/wp-content/themes/ptp/style.css */




/*-----------------------------------------------------------------------------
Theme Name: Via Salzburg WordPress Theme
Description: PTP default theme.
Version: 2.0
Author: Paul Bonsell
Author URL: http://definingdesign.ca/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	
    margin: 0;
	padding: 0;
	border: 0;
}

.post_nav {
	margin: 5px 0 0 20px;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
	
  margin: 0 0;
}



/* Class for clearing floats */
.clear {
	clear:both;
}

	
/* Remove border around linked images */
img {
	border: 0;
	margin: 0;
	padding: 0;
}





/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	line-height: 16px;
	background:#FFE7CB url('images/bg.gif') repeat-y top center;
	color:#4a4a4a;
	margin: 0 0 0 0;
	text-align: left;
        
}

/* @end */



/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	color:#6d454a;
	margin:20px 0 10px 0;
	font-size:20px;
	line-height: 24px;
	
}

h2 {
	color:#c60751;	
	margin: 8px 0 0 0;
	font-size: 18px;
	line-height: 22px;
}

h3 {
        font-weight: bold;
	/*color: black;*/
	margin: 15px 0 12px 0;
	font-size: 14px;
}

h4

{
	font-weight: bold;
	margin: 8px 0 0 0;
	font-size: 14px;
	line-height: 22px;
}


/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color:#F15B22;
	text-decoration: none;
	
}

a:visited {
	color: #447399;
	text-decoration: none;
	
}

a:hover {
	color: #8c0000;
	text-decoration: none;
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/


#wrapper {
	width: 799px;
	background: url('images/background.gif') repeat-y;
}


#masthead {
	height: 165px;
	border: 0;
	padding: 0;
	margin: 0;
	background:#fff url('images/banner.gif') no-repeat top center;
	
}

#masthead_img {    
		margin: 0;
		height: 135px; 
		width: 783px;
}



#navcontainer {
	margin: 0;
	padding-left: 5px;
	height:30px;
	width:785px;
        
	
}


/* @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;
  padding: 0 0 0 20px;
  list-style: none;
  height: 30px;
  font-size: 13px;
text-align: left;
}

/* @group My Group */


/* @end */ 

#nav a {
  display: block;
  padding: 0 0px;
  margin: 0 10px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

#nav a:hover {
  color: #F15B22;
  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;
  width: 13.8em;
}

#nav li ul a {
  padding: 0.3em 0.8em 0.3em 0.8em;
  width: 13em;
  line-height: 16px;
  color: white;
  background-color: #c60751;
  border-top: thin solid white;

}

#nav li ul a:hover {
  color: white;
  background-color: #F15B22;
}

#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;
  background-position: 0 0;
z-index: 99;
}



/* end of the menu stuff */



/* @end */



/* @group Content
-----------------------------------------------------------------------------*/

#content {
	min-height: 370px;
        }

/* for Internet Explorer */
/*\*/
* html #content {
height: 370px;
}
/**/

.container {
	margin:25px 325px 35px 45px;
	text-align: left;
}



.post {
	margin: 0px 0px 0px 0px;
	
}

 img.postimg {
	margin: 5px 0 5px 0;
}

 #b_sidebar ul ul li a {
	color: #c60751;
}

 img.latestimg {
	margin: 10px 0 17px 0;
}

img.vmid
{
vertical-align: middle
}

img.vbot
{
vertical-align: bottom
}

img.alignright {float:right; margin:5px 0 10px 10px}
img.alignleft {float:left; margin:5px 10px 10px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:5px 0 10px 10px}
a img.alignleft {float:left; margin:5px 10px 10px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.post_wrap {
		margin: 15px 0px 0px 0;
		padding: 1em;
		background: #f8f8f4;
}

.date {
	float: right;
	background-color: white;
	text-align: center;
	color: tan;
	padding: 3px;
	margin-top: 0px;
	width: 100px;
}

.posted h3 {
	margin:3px 120px 10px 0 ;
	
}

.entry p{
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 19px;
}

.entry ul {
	margin:3px 0 10px 25px;
	font-size: 13px;
	line-height: 17px;
}

.entry ol {
	margin-left: 25px;
	font-size: 13px;
	line-height: 17px;
}

/*
.navigation {
	text-align: center; font-weight: bold;
	
}
*/

/* home stuff begins */

#hmcontent {
	min-height: 370px;
}

/* for Internet Explorer */
/*\*/
* html #hmcontent {
height: 370px;
}
/**/

.hmpost {
	margin:0px 0px 0 0px;
}

.hmpost p{
		line-height: 24px;
}

.home_recent li
{list-style-type: none;}

.home_recent
{
	font-size: 1.1em;
	line-height: 19px;
}

/* home stuff ends */



/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	margin: 25px 25px 0 0; /*10 px top*/
	text-align: left;
	width: 262px;
	background: #ffe7cb;
	
}

#hm-b_sidebar {
	min-height: 350px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* for Internet Explorer */
/*\*/
* html #hm-b_sidebar {
height: 350px;

}

#b_sidebar {
	min-height: 350px;
	margin: 0;
	padding: 0;
	border: 0;
}

/* for Internet Explorer */
/*\*/
* html #b_sidebar {
height: 350px;

}

#flash {
	position: relative;
	float: right;
	width: 614px;
	height: 115px;	
	margin:20px 2px 0 0;
	border: 0;
	
}

#flash img
       {
        float: left;
        padding-right: 0px;
        padding-left: 0px;
         }


#top_sidebar {
	margin: 0 0;
	padding: 0 0;
	border: 0 0;
	width: 262px;
	height: 13px;	
	background:#ffe7cb url('images/top-corners.gif') no-repeat top center;

}

#btm_sidebar{
	width: 262px;
	height: 13px;
	vertical-align: bottom;
	background:#fff url('images/btm-corners.gif') no-repeat top center;

}


/* home stuff */

#sidehm {
	float: right;
	margin: 25px 25px 0 0;
	text-align: left;
	width: 262px;
	background: #ffe7cb;
	
}


.hmcontainer {
	margin: 20px 320px 35px 45px;
	text-align: left;
}



.mission-img {
	margin: 5px 0 10px 0;
}

.vision-img {
	margin: 25px 0 10px 0;
}

.vision-txt {
	margin: 0 0 25px 0;
	color: #C60751;
}

.mission-txt {
	color: #F8981D;
}

#meta {
	min-height: 350px;
	margin: 0;
	border: 0;
	padding: 0 10px 0 10px;
	background: #ffe7cb;
}

#meta p {
	margin-top:5px;
}

/* for Internet Explorer */
/*\*/
* html #meta {
height: 350px;

}

/* home stuff end */


ul li.categories {
	margin:5px 20px;
}


#sidebar ul{
	margin: 0 0;
	
}

#sidebar ul ul h3{
	margin: 10px 0px 5px 0px;
	
}

#sidebar h2{
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	
}

#sidebar li {
	list-style-type: none;	
	margin: 2px 10px;
}

#sidebar li ul li{
	list-style-type: none;	
	margin: 0px 0px;
}


#sidebar ul p {
	color: #777;
	margin: 0px;

}

#sidebar ul li.cat-item a {
	color: #F15B22;

}





/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 773px;
	background: url('images/bg-footer.gif') no-repeat top center;
	padding: 1px;
	height: 48px;
}

#footer .footing {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 4px 0;
}

#footer p {
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#footer a:link {
	color: #fff;
}

#footer a:hover {
	color:#F15B22;
}

ul#footer {
	list-style: none;
	color: #fff;
}

#footer li {
	float: left;
	padding: 15px 10px;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
}

#footer li.page_item.page-item-30.current_page_item a{
	margin: 0 0 0 40px;
}

#footer li li{
	display: none;
}


#footer li a {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: none;
	color: #C3C8E0;
}

.feed {

margin: 0px 0px 0px 0px;

}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	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: 0px 0 0px 0;
	padding: 1em;
	background-color: beige;
}

.postmetadata a{
	margin:0  0 0 0;
}

#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;

	}

.promo
{
font-size: 125%;
}

.spaceabove
{
padding-top: 10px;
}
/* @end */
