html,body {
	background-color: rgb(224,224,224);
	background-image: url(images/bkg.png);
	font-family: Georgia, "sans serif";  
    font-size: 1em;
    color: rgb(0, 0, 0);
	color: rgba(0, 0, 0, .8); 
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1.0); 
    text-align: left;
    margin: 0;
    padding: 0;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('http://www.markdanielson.com/css/League_Gothic.eot');
	src: local('League Gothic'), local('LeagueGothic'),
	url('http://www.markdanielson.com/css/League_Gothic.otf') format('opentype'),
	url('http://www.markdanielson.com/css/League_Gothic.ttf') format('truetype'),
	url('http://www.markdanielson.com/css/League_Gothic.woff') format('woff'), 
	url('http://www.markdanielson.com/css/League_Gothic.svg#LeagueGothic') format('svg');
}

#header {
	display: block;
	border-bottom: 1px solid #444;
}

.logo {
	margin: 0;
	padding: 15px 0 20px 25px;
	*height: 1%;/*IE 7*/
	background: url(images/pencil.png) no-repeat;
	color: #444;
	
}

.logo a:visited {
	color: #444;
}

p,li {
	font-size: .750em;
}

.italics {
	font-style: italic;
	font-variant: small-caps;
}

#container {
	width: 950px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: left;
	background: rgba(255, 255, 255, 0.7) url(images/texture4.png) repeat-y center;
	padding: 20px 50px 20px 50px;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

a:link {
    text-decoration: none;
    color: rgb(172, 54, 32);  
    color: rgba(172, 54, 32, 1);            
}

a:visited {
    text-decoration: none;
    color: rgb(125, 125, 125); 
    color: rgba(125, 125, 125, 1);
} 
      
a:hover {
	text-decoration: none;
	color: rgba(38, 38, 38);
	color: rgba(38, 38, 38, 1);	
}

#stockheader {
	margin-top: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	
}

h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: "LeagueGothicRegular", "sans serif";
	font-weight: lighter;
	font-size: 2.4em;
}

hr {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	height: 1px;
	width: 950px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.hrdotted {
	background-color: transparent;
	border: 1px dotted rgb(120, 120, 120); 
	border-style: none none dotted;
	margin-top: 15px;
	margin-bottom: 15px;	
}

#header-table {
	padding-left: 0px;
	text-align: left;
}

#searchjumptable {
	vertical-align: bottom;
}

#jump-search-container {
	text-align: right; 
	vertical-align: bottom;
}

#navcontainer {
	
	margin: 0;
	padding-top: 30px;
	padding-bottom: 50px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	
}

img {
	border: 0;
	display: inline;
}

input {
	width: 225px;
	background-color: rgb(224, 224, 224);
}

input.submit {
	width: 100px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	background-color: rgb(232, 232, 232);
	font-family: Helvetica, Helvetica, Arial, sans-serif;
	color: rgb(0, 0, 0,);
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 25px;
	padding: 5px 20px 5px 20px;
	background-color: rgb(255, 255, 255,);
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 0.689em;
	
}

.photos-large {
	border: 1px solid rgb(192, 192, 192);
	margin: 10px;
	background-color: rgb(232, 232, 232);
	padding: 10px;
}

#gallery-name {
	font-size: .750em;
	padding: 0;
	margin: 0;
}

#picture_caption {
	font-family: Helvetica, Arial, "sans serif";
	font-weight: bold;
	font-size: 1.125em;
	color: rgb(0, 0, 0);
	margin: 0px;
	padding-top: 10px;
}

#top_container {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

#main_container {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#inner_wrapper {
	/* padding: 10px;*/
	width: 100%;
	border: 0px;
	
}

#wrapper {
    margin: 0px;
    padding: 0px;
    border: 0px;


}

#picture-holder {
	text-align: center;
}

.thumbnail img {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid rgb(192, 192, 192);
	opacity: .6;
	-moz-opacity: .6;
}

.thumbnail img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.photos {
	padding: 5px;
	margin: 3px;
	border: 1px solid rgb(192, 192, 192);
}

#pagination {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	clear: both;
	text-align: center;
	
}

#breadcrumbs {
	margin: 0;
	padding: 0px;

}

#breadcrumb_links {
	margin: 0px;
	font-family: Helvetica, Arial, "sans serif";
	font-size: 1.125em;
	font-weight: bold;
	
}

#search_box {
	margin-left: 0px;
	float: right;
}

table {
	border: 0px;
	padding: 0px;
}

.meta-header { 
		font-size: 85%;
		padding: 0;
		margin: 0;
		color: rgb(0, 0, 0);
		text-align: center;
}

ul.slides {
  	margin:0;
  	margin-top: 50px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
  
.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}

#link-back {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 45px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	font-size: 10px;
	text-align: center;
}

.tag {
    text-align: center;
}

.large-thumb-toolbar {

	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
		
#thumbnail_container {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.errors	{
    width: 500px;
    background-image: url('../graphics/x.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom: 15px;
    border: 1px solid rgb(0, 0, 0);
    padding: 8px;
    background-color: rgb(192, 192, 192);
    padding-left: 28px;
}
		 
#overlay {
  	position: absolute; 
  	visibility: hidden; 
  	background-color: rgb(0, 3, 140);
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: .875em;
	padding: 4px;
	text-align: center;
	width: 18px;
	color: rgb(255, 255, 255);
}

#no-pictures-msg {
	text-align: center; 
	padding: 15px 0px 15px 0px;
	color: rgb(0, 0, 0);
	color: rgba(0, 0, 0, .8);	
	font-weight: bold;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

#prev-link-container {
	width: 50%; 
	text-align: right;
	padding-right: 20px;
	font-family: Helvetica, Arial, "sans serif";
	text-transform: uppercase;
	font-size: .750em;
	font-weight: bold;
}

#next-link-container {
	width: 50%; 
	text-align: left;
	padding-left: 20px;
	font-family: Helvetica, Arial, "sans serif";
	text-transform: uppercase;
	font-size: .750em;
	font-weight: bold;
}

.pagelinks {
	font-family: Helvetica, Arial, "sans serif"; 
	font-size: 0.689em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
}

