@charset "utf-8";
/* CSS Document */

/*
Project: SAFARI Half Marathon 2012
File: css/styles.css
Last edited: 10 December 2011, 5:45 am
By
*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

@media (max-width: 1100px) {
}

@media (max-width: 980px) {
}

@media (max-width: 480px) {
}

/* My wonderful and creative styles begin here */

.g1 {
		background-color: #999;
}

.g2 {
		background-color: #BBB;
}

.g3 {
		background-color: #DDD;
}

/*	PAGES        
	======================================================================= */

#home {}

#info{}

#gallery{}

#contact {}



/*	MAIN        
	======================================================================= */

body	{
	background-image: url(../img/bg_sheet530.jpg);
	background-repeat:repeat;
	background-color: #CCC;
	margin: 0 auto;
	text-align: center;
	color: #222;
	}

article a:link { color: #000; text-decoration: underline; background-color: #FEA;}
article a:active { color: #000; background-color: #FC0; text-decoration: underline; }
article a:visited { color: #222; text-decoration: underline }
article a:hover { color: #000; background-color: #FC0; text-decoration: underline;}
	
/*	LAYOUT ELEMENTS
	======================================================================= */
.bg-rays {
	background: url('../img/bg_rays.jpg') no-repeat top left;
	} 
	
.container,
footer {
	background-color: #EEE;
	padding: 0 10px;
	}
	
h1.mia {
	Position: absolute;
	margin: -1000px;
	}

#counter {
	margin:0;
	}

	
#counter h3 {
	background-color: #FC0;
	margin:0;
	padding: 2px;
	}
	

	
header h2 {
	margin: 0;
	padding: 20px 0 0 15px;
	text-align: left;
	background: url('../img/bg_h2.jpg') no-repeat top left;
	height: 105px;
	width: 633px;
	color: #333;
	}
	
article {
	text-align: left;
	margin: 0;
	}

article.content {
	margin: 0;
	padding-left: 20px;	
	}
	
section.content h2 {
	
	}
	
article h3 {
	margin: 0;
	}
	
article li {
	margin-left: -10px;
	padding: 0 0 0 30px;
	background: url('../img/bg_bullet.png') top left no-repeat;
	}
	
article h4 {
	background: url(../img/bg_h4.jpg) bottom left repeat-x;
	margin-left: -12px;
	padding: 5px 12px;
	}
	
article h5 {
	margin: 5px 0 0 0;
	margin-bottom: 0px;
	padding: 0;
	line-height:15px;
	}	

applet, object, iframe
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}

p.small {
	font-size: 0.8em;
	}

	
	/*	NAV        
======================================================================= */
	
nav {
	background-color: #1f272b;
	width: 960px;
    margin: 85px 10px 0 10px;
	*margin-top:0px; *margin-bottom:0px;
    background:url('../img/bg_nav.jpg') no-repeat top left;
	padding: 5px 0 10px 10px;
	height:42px;
	}

nav ul {
    margin: 0;
	height:32px;
	} 
/*
nav li {
	display: inline;
	margin: 0;
	}
	
nav li a {
	color: #FFF;
	text-decoration: none;
	margin:  0 4px;
	padding: 2px;
	}
	
nav li a:hover {
	color: #FC0;
	display: inline;
	margin-top: 12px;
	}
	*/

/*  Dark Button CSS */
.yellow .button{
    font-weight: bolder;
	outline: 0;
    padding: 5px 15px;
    display: inline-block;
    color: #CCC;
	text-decoration: none;
    text-shadow: 1px 1px #1f272b;
    border: 1px solid #1c252b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #232B30; /* old browsers */
    background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
}

.yellow .button:hover {
    color: #FC0;
    background: #4C5A64; /* old browsers */
    background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
}
.yellow .button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    color: #fff;
    padding: 6px 12px 4px;
    background: #20282D; /* old browsers */
    background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
}

.yellow .button a:link,
article .yellow a.button:link{
	color: #FFF;
	}


	
/*	FOOTER        
======================================================================= */
	
.copyright,
.credits {
	text-align: left;
	margin: 0;
	font-size:0.9em;
	color: #333;
	padding-left: 10px; 
	float: left;
	}
	
.copyright a,
.credits a {
	color: #222;
	text-decoration: none;
	}
	
.copyright a:hover,
.credits a:hover {
	text-decoration: underline;
	}
	
.credits {
	text-align: right;
	padding: 0 10px 0 0;
	color: #666;
	float: right;
	}

/*	EXTRAS        
======================================================================= */

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

.clear {
   *display: inline-block;
   _height: 1%;
}

.fleft {
 float: left;
}

.fright {
 float: right;
}

.spacer {
 display: block;
 width:100%;
 line-height:20px;
 height: 20px;
}

.spaced {
 padding-bottom: 10px;
	}

.padding10 {
 padding: 0 10px;
	}
	
.bg_white {	
	background-color: #FFF;
	}

.yellow {
	background-color: #FC0;
	display: inline-block;
	padding: 10px;
	margin-right: 20px;
	}
	
.bg_grey {
	background-color: #DDD;
	padding:10px;
	width: 960px;
	margin-top: 10px;
	}