/*---------------------------------------------
Siam Square Style Sheet

version: 2.0
author: Ryan Shrum
email: ryan@ryanshrum.com
website: http://www.ryanshrum.com

colours:

red: #831F25
gold: #A87111
blue: #001652
----------------------------------------------*/


body {
	background-color: white;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	}
	
a:active {outline:none;}

/*-------------
top
--------------*/
#top {
	background: url(../images/container_top.jpg) no-repeat;
	margin: 0 auto;
	width: 824px;
	height:36px;
}
/*-------------
container
--------------*/
#container {
	background: url(../images/container_bg.jpg) repeat-y ;
	margin: 0 auto;
	height: 100%;
	width: 824px;
}

#internal {
	width: 800px;
	margin: 0 auto;
}

/*-------------
header
--------------*/
#internal #header {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;

}
/*-------------
mainNav
--------------*/
#internal #mainNav {
	width: 800px;
	height: 259px;
/*	background: #999 url('../images/nav_bg_index.jpg')*/
}

#internal #mainNav ul {
	width: 240px;
	/*position: absolute;
	top: 50;*/
	border-top: 1px solid #831F25;
	border-bottom: 1px solid #831F25;

}

#internal #mainNav li {
	height: 16%;
	width: 240px;
	list-style: none;
	display: block;	
	padding-left: 0px;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #831F25;
	vertical-align: middle;
}

#internal #mainNav li:hover {
	background-color: white;
	width: 240px;
}



#internal #mainNav a {
	color: #831F25;
	text-decoration: none;
	display: block;
	line-height: 42px;
	padding-left: 20px;
}


/*-------------
content
--------------*/
#content {
	padding: 20px 20px 20px 20px;
}

#content #twitter_div {
	background-color: #f2f1f1;
	width: 200px;
	height: 100%;
	float: left;
	margin-right: 40px;
}
#content #twitter_div #sidebar-title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	width: 180px;
	padding-top: 10px;
	
	padding-left: 10px;
	letter-spacing: .1em;
	color: #A87111;
}

#content #twitter_div ul {
	margin: 0 auto;
	padding: 10px;
}

#content #twitter_div li {
	
	font-size: 11px;
	line-height: 14px;
	list-style: none;
	margin-bottom: 7px;
	border: 1px dotted #A87111;
	padding: 7px;
}
#content #twitter_div li a {
	text-decoration: none;
	color: #A87111;
}
#content #twitter_div #twitter-link {
	font-size: 10px;
	color: black;
	margin-top: -10px;	
margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#content #twitter_div #twitter-link a:hover {
	text-decoration: none;
}

#content #indexCopy {
	float: left;
	width: 520px;
}

#content #copy h1 {
	color: #831F25;
	font-size: 24px;
	letter-spacing: .04em;
	margin-bottom: 8px;
}

#content #copy h2 {
	color: black;
	font-size: 18px;
	letter-spacing: .04em;
	margin-bottom: 5px;
}

#content #copy {
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .03em;
}

#content #copy #left {
	width: 330px;
	float: left;
	border-right: 1px dotted #001652;
	padding-right: 30px;


}

#content #copy #left img {
	border: 1px #001652 solid;
	padding: 2px;
}
#content #copy #right {
	width: 350px;
	float: left;
	padding-left: 30px;
}



#content #copy .menuList {
	width: 700px;
}

#content #copy .menuList h3,
#content #copy h3 {
	padding: 0;
	margin: 0;
	color:#001652;
	text-transform: uppercase;
	letter-spacing: .07em;
	border-bottom: 1px dotted #001652;
	font-size: 20px;
	padding-bottom: 6px;
	margin-top: 12px;
}
#content #copy .description {
	color: black;
	font-size: 12px;
	line-height: 16px;
	margin-top: 7px;
	list-style: none;
	letter-spacing: .05em;
}

#content #copy .description a {
	color:black;
	text-decoration: underline;
	
}

#content #copy .description a:hover {
	color:#A87111;
	text-decoration: none;
}
#content #copy .price {
	font-weight:bold;
}
#content #copy .title {
	color: #831F25;
	font-weight: bold;
	margin-right: 12px;

}
#content #copy #media {list-style-type:circle;margin-left:20px;margin-top:10px;}
#content #copy #media a {
	color: black;

}

#content #copy #media li:hover,
#content #copy #media a:hover {
	text-decoration: none;
	color:#A87111;

}
#content #copy #article {
	font-size:9px;
	margin-bottom: 5px;
}

/*-------------
footer
--------------*/
#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}

#footer a {
 color: black;
 text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*-------------
bottom
--------------*/
#bottom {
	background: url('../images/container_bottom.jpg') no-repeat;
	margin: 0 auto;
	width: 824px;
	height:36px;
	font-size: 9px;
	line-height: 80px;
	text-align: right;
	letter-spacing: .02em;
	
}

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

#bottom a:hover,#bottom a:hover {text-decoration: underline; color:#cdcdcd;}

#bottom .ryan{
	color:#76c043;
}

#bottom .shrum{
		color:#666666;

}

/*-------------
contact form
--------------*/
#contact-form{
	border-right: white 1px solid;

}
#contact-form label {
	float: left;
	width: 60px;
	clear: both;
	color: black;
	font-size: 11px;

}

#contact-form input, #contact-form textarea {
	width: 270px;
	border: 1px solid #ddd;
	background: #FFFEF6;
	padding: 3px;
	color: #777;
	font-size: 10px;
	margin:3px 0px;
}

/*-------------
clearing
--------------*/

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}