/* 
-----------------------
Rouviere Media - New Media Design and Development
Forrest Anderson
www.rouviere.com
2007.04.27
----------------------------- */

/* @group Body, Fonts and Links */

* {
	margin: 0;
	padding: 0;
}

body{
	background: url(../images/bg_body.jpg) repeat-x;
	min-width: 900px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
}

p {
	text-align: left;
}

#footer p {
	text-align: center;
}

a:link, a:visited {
  color: #369;
  text-decoration: none;
}

a:hover, a:active {
  color: #900;
  text-decoration: underline;
}


h1{
	display: none;
}

h2{
	font-size: 130%;
}

h3{
	font-size: 120%;
}

h4{
	font-size: 110%;
}

h1, h2, h3, h4, h5, h6, #mainContent p {
    color: #2A3C5D;
}

.caption {
	color: #2A3C5D;
	font-size: 10px;
}

h2.welcome{
	text-align: center;
}

/* @end Body, Fonts and Links */

/* @group Top
-------------------------------------------- */

#top {
	margin: 0px auto;
	height:290px;
	width:900px
}


#mainNav{
	float: left;
	width: 170px;
	margin: 30px 10px 0 30px;
	margin-top: 40px;
	line-height: 200%;
}

#mainNav ul, #stock ul{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#mainNav a:link, #mainNav a:visited {
	color: #EFEADB;
}

#mainNav a:hover{
	color: #CCC;
	text-decoration: underline;
}

#logo{
	float: left;
	width: 475px;
	height: 283px;
}

#current a:link {
    color: #c41d0d;
}
#prints{
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	color: white;
}

img {
    border: none;
}

#fine {
    color: #EFEADB;
    font-weight: normal;
    font-size: 100%;
    text-align: center;
    margin-top: 15px;
}

#fine a:link, #fine a:visited {
    color: #EFEADB;
    text-decoration: none;
} 

#fine a:hover {
    color: #CCC;
    text-decoration: underline;
} 

.allCaps{
    font-size: 100%	;
}
/* @end */



/* @group Bottom -----------------------------*/

#bottom {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 0;
}

#welcomeInner p { 
	margin: 10px; 
	}
	
#welcomeInner a:link, #welcomeInner a:visited {
  color: #369;
  text-decoration: none;
}

#welcomeInner a:hover, #welcomeInner a:active {
  color: #900;
  text-decoration: underline;
}	

#stock{
	display: block;
	float: left;
	clear: right;
	width: 200px;
	margin-top: 25px;
	margin-left: 15px;
	line-height: 130%;
	border-bottom: 1px solid #E2DBC5;
}

#stock h4 { 
	margin-top: 5px; 
	margin-bottom: 3px;
	}

#stock img { 
	margin-bottom: 5px; 
	}

span.stock_sub{
	font-size: 0.70em;
	color: #967e35;
	padding-right: 10px;
}
#stock a:link, a:visited{
	display: inline;
	color: #2A3C5D;
	font-size: .90em;
	/*text-indent: 40px;*/
	list-style: none;
	text-decoration: none;
}

#stock a:hover{
	color: #999;
	text-decoration: underline;
}

#stock ul{
	font-size: .85em;
}

#search{

	border: 1px solid #E2DBC5;
	padding: 5px 0 10px 2px;
}

#browse {
	margin-top: 7px;
	margin-bottom: 2px;
}

#flashcontent {
    float: left;
    width: 600px;
    padding-left: 15px;
}
#welcome{
	float: left;
	width: 450px;
	line-height: 130%;
	text-align: center;
}

#welcomeInner{
    width: 91%;
    padding: 25px 10px 0 10px;
    background-color: white;
    color: #2A3C5D;
    border: 1px solid #2A3C5D;
	margin: 2pt 5pt 2pt 5pt;
}

.welcome_sub{
	font-size: 90%;
	color: #967e35;
}

.photoCaption {
	font-size: 85%;
}

#imageLinks {
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 25px;
	width: 200px;
}

#imageLinks img { 
	margin-top: 15px; 
	}

.thumbnail{
	float: left;
	padding-top: 10px;
	padding-bottom: 3px;
	border-top: 1px solid #E2DBC5;
	border-bottom: 1px solid #E2DBC5;
}

/*.spacer{
    clear: left;
}*/

/* @end */

/* @group Footer -----------------------------*/
#footer{
	clear: both;
	overflow: hidden;
	padding-top:20px;
	width: 700px;
	margin: 0px auto;
	padding-right: 25px;
}

#contact{
	font-size: 70%;
}

#contact, #contact a:link, #contact a:visited, #sitemap a:link, #sitemap a:visited{
    text-align: center;
    text-decoration: none;
    color: #2A3C5D;
}

#contact a:hover, #sitemap a:hover{
	color: #999;
    text-decoration: underline;
}

#sitemap ul, #sitemap li {
	padding-left: 30px;
	list-style-type: none;
	list-style-image: none;
}

/* @end */

