/***** Resetting browsers defaults to total 0 *****/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
text-decoration:none;
vertical-align:baseline;
}

:focus {
outline:0;
}

body {
background:#FFF;
color:#000;
line-height:1;
}

ol,ul {
list-style:none;
}

table {
border-collapse:separate;
border-spacing:0;
}

caption,th,td {
font-weight:400;
text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
content:"";
}

blockquote,q {
quotes:"" "";
}

/***** Reset Complete *****/

body {
	background:#8B8178;
	color:#FFF;
	font-family:"Myriad",Helvetica,sans-serif;
	font-size:62.5%;
}

/***** Typhography *****/

h1 {
	color:#FFF;
	font-family:"Avenir",Helvetica,sans-serif;
	font-size:3.2em;
	font-weight:normal;
	letter-spacing:2px;
	padding:0 0 4px 0;
	text-transform:uppercase;
}

h2 {
	color:#8B827B;
	font-family:Trebuchet,Helvetica,sans-serif;
	font-size:1.8em;
	text-transform:uppercase;
}

h3 {
	color:#E1D074;
	font-size:1.2em;
	line-height:1.5em;
}

p {
	font-size:1.2em;
}

/***** Classes *****/

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.none {
	display:none;
}

.yellow_underline {
	border-bottom:1px solid #F3EC7A;
}

/***** Div Containers *****/

#container {
	margin:2em auto;
	width:770px;
}

#header {
	margin:0 0 6px 0;
	text-align:center;
}

#navigation {
	margin:0 0 1em 0;
	overflow:hidden;
	padding:.6em 0 .4em 0;
	text-align:center;
}

#content {
	background:#FFF;
	color:#000;
	margin:0 auto 1em auto;
	overflow:hidden;
	padding:10px;
	width:770px;
}

#footer {
	overflow:hidden;
	width:790px;
}

/***** Header Styles *****/

#header p {
	color:#F3EC7A;
	margin:0 0 1em 0;
	text-transform:uppercase;
}

/***** Navigation Styles *****/

#navigation p {
	font-style:italic;
	font-weight:bold;
	letter-spacing:.2em;
	margin:0 .2em 0 0;
	text-transform:uppercase;
}

#navigation ul.sitenav {
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

#navigation ul.sitenav li {
	display:inline;
	font-family:"Myriad",Helvetica,sans-serif;
	font-size:1.2em;
	margin:0 .5em 0 0;
}

#navigation ul.sitenav li a {
	color:#F3EC7A;
}

#navigation ul.sitenav li a:hover {
	color:#FFF;
}

/***** Front Page Styles *****/

#frontpage ul.preview li {
	text-align:center;
}

/***** About Styles *****/

#about {
	margin:10px auto 0 auto;
	width:400px;
}

#about h2 {
	margin:0 0 10px 0;
}

#about p {
	line-height:1.3em;
	margin:0 0 1em 0;
}

#about p a {
	color:#000;
	text-decoration:underline;
}

#about p a:hover {
	text-decoration:none;
}

/***** Collection Styles *****/

#collection ul.list {
	margin:0 0 -10px 0;
	overflow:hidden;
}

#collection ul.list li {
	float:left;
	margin:0 0 15px 0;
	overflow:hidden;
	width:380px;
}

#collection ul.list li.alt {
	float:right;
}

#collection ul.list li h2 {
	text-transform:none;
	margin:0 0 10px 0;
}

#collection ul.list li p {
	margin:0 0 1em 0;
}

#collection ul.list li img {
	float:left;
	margin:0 10px 0 0;
}

/***** Collection Items Styles *****/

#collectionitems {
	margin:0 auto;
	width:770px;
}

#collectionitems ul.list {
	margin:0 -10px -10px 0;
	overflow:hidden;
        font-size:6px; 
        text-align:center;
}

#collectionitems ul.list li {
	float:left;
	margin:0 10px 10px 0;
	min-height:112px;
	width:146px;
}

/***** Single Media Item Styles *****/

#content ul.media_pagination {
	margin:0 0 10px 0;
	overflow:hidden;
}

#content ul.media_pagination li {
	font-size:1.2em;
}

#content ul.media_pagination li a {
	color:#000;
}

#content ul.media_pagination li a:hover {
	color:#8B827B;
}

#media_item img {
	max-width:770px;
	margin:0 10px 10px 95px;

}

#media_item h2 {
	margin:0 0 10px 0;
        text-align:center;
}

#media_item p {
	font-style:normal;
        text-align:center;
       }

/***** Contact Styles *****/

#contactcontent {
	margin:10px auto 10px auto;
	overflow:hidden;
	text-align:left;
	width:770px;
}

#contactcontent h2 {
	text-align:center;
}

#contactform {
	margin:0 auto;
	width:260px;
}

#contactcontent h2 {
	margin:0 0 10px 0;
}

#contactcontent legend {
	display:none;
}

#contactcontent div.input label {
	display:block;
	font-size:1.2em;
	margin:0 0 4px 0;
}

#contactcontent div.input input {
	border:1px solid #8B827B;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:3px;
	width:260px;
}

#contactcontent div.textarea label {
	display:block;
	font-size:1.2em;
	margin:0 0 4px 0;
}

#contactcontent div.textarea textarea {
	border:1px solid #8B827B;
	height:140px;
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:3px;
	width:260px;
}

#contactcontent div.submit input {
	background:#8B827B;
	border:none;
	color:#FFF;
	padding:3px 6px 3px 6px;
}

#sidebarinfo {
	float:left;
	margin:28px 0 0 0;
	width:180px;
}

#sidebarinfo ul.sidebar li {
	font-size:1.2em;
	margin:0 0 .8em 0;
	text-align:right;
}

#sidebarinfo ul.sidebar li a {
	color:#FFF;
}

#sidebarinfo ul.sidebar li a:hover {
	color:#E1D074;
}

/***** Footer Styles *****/

#footer div.portfolioweb {
	float:right;
}

#footer div.copyright ul.copyright li {
	display:inline;
	font-size:1.2em;
	line-height:1.5em;
	margin:0 .5em 0 0;
}

#footer div.copyright ul.copyright li.widget a {
	color:#F3EC7A;
}

#footer div.copyright ul.copyright li.widget a:hover {
	color:#FFF;
}

#footer div.copyright ul.copyright li.artist {
	color:#FFF;
}

#footer div.copyright ul.copyright li.artist a {
	color:#FFF;
	border-bottom:2px solid #FFF;
}

#footer div.copyright ul.copyright li.artist a:hover {
	border:none;
}

/***** Active Navigation Styles *****/

body.homepage #navigation ul.sitenav li#home a, body.aboutpage #navigation ul.sitenav li#about a, body.workpage #navigation ul.sitenav li#portfolio a, body.contactpage #navigation ul.sitenav li#contact a {
	color:#FFF;
}

* html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/style/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}