/***** 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;
}

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 *****/
/** #F3E6F4 is a soft pink and makes up the overall background thru the site and #1D1E18 is a soft black used mainly for text **/
body {
	background:#F3E6F4;
	color:#1D1E18;
	font-family:"Myriad",Helvetica,sans-serif;
	font-size:62.5%;
}

/***** Typography *****/
/** the color in H1 is the color of the last name shown in the header #bf3f56 is red **/

h1 {
	color:#bf3f56;
	font-family:"Avenir",Helvetica,sans-serif;
	font-size:3.2em;
	font-weight:normal;
	letter-spacing:.2em;
	text-transform:uppercase;
}

/** the color in H2 is the color #079EB9 and is dark pastel blue **/

h2 {
	color:#079EB9;
	font-size:1.8em;
	text-transform:uppercase;
}

/** the color in H3 is the color #079EB9 and is dark pastel blue **/

h3 {
	color:#079EB9;
	font-size:1.2em;
	line-height:1.5em;
}

p {
	font-size:1.2em;
}

/***** Classes *****/

/** the color in class brown is the color #079EB9 and is dark pastel blue and will show as the first name in the header **/

.brown {
	color:#079EB9;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.none {
	display:none;
}

/***** Div Containers *****/

#container {
	margin:2em auto;
	width:760px;
}

#header {
	margin:0 0 .6em 0;
}

/***** Homepage Image *****/

#siteoption {
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
}


/** The borders are the upper and lower strip around the menu their color #777c80 is grey **/

#navigation {
	border-bottom:1px solid #777C80;
	border-top:1px solid #777C80;
	margin:0 0 1.2em 0;
	overflow:hidden;
}

/** The background color of the main container of content is #82C6E3 and is a light pastel blue **/

#content {
	background:#82C6E3;
	margin:0 auto 1em auto;
	min-height:350px;
	overflow:hidden;
	padding:10px 10px 0 10px;
	width:740px;
}

#footer {
	overflow:hidden;
	width:760px;
}

/***** Navigation Styles *****/

#navigation p {
	font-style:italic;
	font-weight:bold;
	letter-spacing:.2em;
	margin:5px .2em 0 0;
	text-transform:uppercase;
}

ul,ol {list-style-type:none;}

#navigation ul.sitenav {
	margin:5px 0 3px 0;
	overflow:hidden;
}

#navigation ul.sitenav li {
	display:block;
	float:left;
	font-family:"Myriad",Helvetica,sans-serif;
	font-size:1.2em;
	margin:0 .5em 0 0;
}

/** the text color shown in the menu is #079EB9 a dark pastel blue **/

#navigation ul.sitenav li a {
	color:#079EB9;
}

/** the text color shown during a hover in the menu is #BF3F56 a red **/

#navigation ul.sitenav li a:hover {
	color:#BF3F56;
}

/***** Homepage Styles *****/

#frontpage ul.preview li {
	text-align:center;
}

#frontpage ul.preview li img {
	margin:0 0 10px 0;
	max-height:600px;
}

/***** Collection Styles *****/

#groups {
	margin:22px 0 0 0;
}

#groups ul.list {
	overflow:hidden;
}

#groups ul.list li {
	display:block;
	float:left;
	padding:0 0 22px 0;
	width:340px;
       Height: 244;
}

#groups ul.list li.alt {
	margin:0 0 0 24px;
}

/** the title color of each group displayed is #BF3F56 which is red the color of the text that follows is based on the color listed under reset complete comment **/

#groups ul.list li h2 {
	color:#BF3F56;
	font-size:1.2em;
	line-height:1em;
	text-transform:none;
}

#groups ul.list li p {
	line-height:1.2em;
	margin:0 0 1em 0;
}

#groups ul.list li img {
	float:left;
	margin:0 22px 0 0;
}

/***** Media Thumbnails Styles *****/

#thumbnails ul.list {
	margin:10px 0 10px 0;
	overflow:hidden;
        text-align:center;
}

#thumbnails ul.list li {
        font-size: 5px;
	display:block;

        float: left;
	margin:0 4px 0 4px;
}

#thumbnails ul.list li img {
	margin:0 5px 10px 5px;
}

/***** Media Item Styles *****/

#content ul.media_pagination {
	margin:0 0 10px 0;
	overflow:hidden;
}

#content ul.media_pagination li {
	font-size:1.2em;
}

/** Below determins the colors for the previous and next buttons when viewing the details of a group #FFF is white and #BF3F56 is red **/

#content ul.media_pagination li a {
	color:#FFF;
}

#content ul.media_pagination li a:hover {
	color:#BF3F56;
}

#media_item {
	margin:0 0 10px 0;
	text-align:center;
}

#media_item img {
	max-height:600px;
	margin:0 0 10px 0;
}

#media_item h2 {
	margin:0 0 5px 0;
}

/***** About Styles *****/

#aboutcontent {
	margin:0 auto;
	width:400px;
}

#aboutcontent ul{
      margin:0 0 0 10px;  
      list-style-type:disc;
}

#aboutcontent h2 {
	margin:0 0 10px 0;
}

#aboutcontent p {
	line-height:1.2em;
	margin:0 0 1em 0;
}

/** the color #079EB9 is a dark pastel blue **/
#aboutcontent a {
	color:#079EB9;
	text-decoration:underline;
}

#aboutcontent a:hover {
	text-decoration:none;
}

/** side bar links are inactive at this time guessing this is where adding links will go **/

#sidebarlinks {
	margin:20px 0 20px 0;
	width:186px;
}

#sidebarlinks ul.sidebar li {
	font-size:1.2em;
	margin:0 0 .8em 0;
	text-align:right;
}

#sidebarlinks ul.sidebar li a {
	color:#FFF;
}

#sidebarlinks ul.sidebar li a:hover {
	color:#bf3f56;
}

/***** Contact Styles *****/

#contactcontent {
	margin:0 auto;
	overflow:hidden;
	padding:0 0 10px 0;
}

#contactform {
	float:left;
	width:270px;
}

#contactform h2 {
	margin:0 0 10px 0;
}

#contactform legend {
	display:none;
}

#contactform div.input label {
	display:block;
	font-size:1.2em;
	margin:0 0 4px 0;
}

/** the border that surrounds the input boxes and the color #DDE2E5 is a soft soft grey **/

#contactform div.input input {
	border:1px solid #DDE2E5;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:3px;
	width:260px;
}

#contactform div.textarea label {
	display:block;
	font-size:1.2em;
	margin:0 0 4px 0;
}

/** the border that surrounds the message box and the color #DDE2E5 is a soft soft grey **/

#contactform div.textarea textarea {
	border:1px solid #DDE2E5;
	height:140px;
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:3px;
	width:260px;
}

/** this is the send button background color is #079eb9 as is a Dark Pastel Blue and the color #1d1e18 is a soft blak used for the text **/

#contactform div.submit input {
	background:#079eb9;
	border:none;
	color:#1d1e18;
	padding:3px 6px 3px 6px;
}

#contactinfo {
	float:left;
	height:100%;
	width:245px;
}

#contactinfo ul.studentinfo li {
	font-size:1.2em;
	margin:0 0 .8em 0;
}

/** this is the color of the optional email the color is #1d1e18 a soft black **/

#contactinfo ul.studentinfo li a {
	color:#1d1e18;
}

/** this is the color of the optional email the hover color is #fff a white **/

#contactinfo ul.studentinfo li a:hover {
	color:#FFF;
}

/***** 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;
}

/** #079eb9 is the dark pastel blue used on the widget **/

#footer div.copyright ul.copyright li.widget a {
	color:#079eb9;
}

/** #fff is the white hover used on the widget **/

#footer div.copyright ul.copyright li.widget a:hover {
	color:#FFF;
}

/** #B8BBC0 is the light grey used to display the name ans copyright **/

#footer div.copyright ul.copyright li.artist {
	color:#B8BBC0;
}

#footer div.copyright ul.copyright li.artist a {
	color:#B8BBC0;
	border-bottom:2px solid #6C7079;
}

#footer div.copyright ul.copyright li.artist a:hover {
	color:#FFF;
}

/***** Active Navigation Styles *****/
/** the color used below determines the active menu color in this case #079eb9 is a dark pastel blue **/

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:#079eb9;
}

/***** PNG Fix *****/

* 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
);
}
