/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/





hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h2 {
  font-size: 28px;

  }

h3 {
  font-size: 17px;
  margin-bottom:0;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 19px;
}


h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}



p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 16px;
}
/* @license
 * MyFonts Webfont Build ID 1411385, 2011-10-25T09:27:08-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/500/
 * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * 
 * Webfont: Museo Slab 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/500/
 * Copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1411385
 * Licensed pageviews: unlimited
 * 
 * © 2011 Bitstream Inc
*/


@font-face {
    font-family: 'MuseoSlab500';
    src: url('museo_slab_500-webfont.eot');
    src: url('museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab_500-webfont.woff') format('woff'),
         url('museo_slab_500-webfont.ttf') format('truetype'),
         url('museo_slab_500-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500';
    src: url('museo500-regular-webfont.eot');
    src: url('museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo500-regular-webfont.woff') format('woff'),
         url('museo500-regular-webfont.ttf') format('truetype'),
         url('museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}


 
@font-face {
    font-family: 'DejaVuSansBook';
    src: url('DejaVuSans-webfont.eot');
    src: url('DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DejaVuSans-webfont.woff') format('woff'),
         url('DejaVuSans-webfont.ttf') format('truetype'),
         url('DejaVuSans-webfont.svg#DejaVuSansBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSansBold';
    src: url('DejaVuSans-Bold-webfont.eot');
    src: url('DejaVuSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DejaVuSans-Bold-webfont.woff') format('woff'),
         url('DejaVuSans-Bold-webfont.ttf') format('truetype'),
         url('DejaVuSans-Bold-webfont.svg#DejaVuSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DejaVuSansCondensedOblique';
    src: url('DejaVuSansCondensed-Oblique-webfont.eot');
    src: url('DejaVuSansCondensed-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('DejaVuSansCondensed-Oblique-webfont.woff') format('woff'),
         url('DejaVuSansCondensed-Oblique-webfont.ttf') format('truetype'),
         url('DejaVuSansCondensed-Oblique-webfont.svg#DejaVuSansCondensedOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
	
}

body{

	background:#fff url('/images/bg1.jpg') no-repeat center top;
	background-attachment:fixed;
	color:#48321b;
	font: 14px/1.6 'DejaVuSansBook', Arial, sans-serif;
	}
	
	.container_14{background:transparent url('../images/bg.png');}
	
	strong{font: 14px/1.6 'DejaVuSansBold', Arial, sans-serif;}
	
	h2{font-family:Lora,  georgia, serif;color:#a81031;font-weight:normal;text-shadow:1px 1px 1px #fefbf4;border-bottom:1px dotted #a81031;}
	
	h3{font-family:Lora, georgia, serif;font-weight:normal;color:#527e2e;}
	
h4{font-family:Lora, Museo500, georgia, serif;text-transform:uppercase;font-weight:normal;}

	a{font-family:'DejaVuSansCondensedOblique', Arial, sans-serif;color:#a81031;text-shadow:1px 1px 1px #fefbf4;text-decoration:none;border-bottom:1px dotted #a81031;}
	a:hover{color:#fff;}
	.sidebar, .footer{color:#fff;text-shadow:1px 1px 1px #fefbf4;font-size:12px;}
	
	p.intro{font-size:15px;font-family:Museo500,georgia,serif;line-height:20px;}
	
	.navi ul{
	height:42px;
	border-bottom:1px dotted #a81031;
	border-top:1px dotted #a81031;
	}
	
	.navi ul li{
	
	margin-top:0;
	display:block;
	float:left;
	} 
	
	.navi ul li.text-link a{
		margin-right:10px;
		
	}
	
	.navi ul li a{
	font-style:normal;
	border:0;
	font-weight:normal;
	display:block;
	text-decoration:none;
	height:42px;
	
	line-height:42px;
	color:#fff;
	font-size:14px;
	font-family:MuseoSlab500,georgia,serif;
	text-shadow:1px 1px 1px #000;
	
	
	}
	
	.navi ul li a:hover, .navi ul li a.active{
	color:#a81031;
	text-decoration:none;
	text-shadow:1px 1px 1px #fefbf4;
	}
	
	.footer{
	text-align:center;
	}