@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	float: right;
	margin-top: 10px;
	}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


/* GLOBAL STYLES */

body { background: #050407;
	
}

.gridContainer {

background: #656a77; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NmE3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzIyMjIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTA0MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #656a77 0%, #22222d 80%, #050407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#656a77), color-stop(80%,#22222d), color-stop(100%,#050407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #656a77 0%,#22222d 80%,#050407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #656a77 0%,#22222d 80%,#050407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #656a77 0%,#22222d 80%,#050407 100%); /* IE10+ */
background: linear-gradient(to bottom,  #656a77 0%,#22222d 80%,#050407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656a77', endColorstr='#050407',GradientType=0 ); /* IE6-8 */
}

.white-text {
	color: #FFFFFF;
}

/* Tablet Landscape & Desktop Layout: 769px to a max of 1232px. */

@media only screen and (min-width: 769px) {
header, nav, section, article{
     display:block;
}


.gridContainer {
	width: 100%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 95px;
	
	background: #1c1c1c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTZhNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1c1c1c 0%, #656a77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#656a77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1c1c 0%,#656a77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1c1c 0%,#656a77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c1c1c 0%,#656a77 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c1c1c 0%,#656a77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#656a77',GradientType=0 ); /* IE6-8 */
}
	
#logo {
	margin-left: auto;
	/*position: relative;*/
	width: 728px;
	height: 93px;
	overflow: hidden;
	background-image: url(../_images/Logo3.png);
	background-repeat: repeat-none;
	background-position: left top;
	margin-right: auto;
}


#headerBar {
	clear: both;
	background-image: url(../_images/Bar.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #969696;
	height: 2px;
	box-shadow: 0px 4px 3px rgba(0,0,0,1);
}
#FeaturedContainer {
	display: block;
	clear: none;
	float: left;
	width: 225px;
	/*min-width: 225px;*/
	/*max-width: 285px;*/
	margin-left: 9.5%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 1px solid #5A5A6B;
	border-radius: 8px 8px 0 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,.7);
	
	background: #667e99; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNjY3ZTk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #667e99 0%, #f4f4f4 69%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#667e99), color-stop(69%,#f4f4f4), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #667e99 0%,#f4f4f4 69%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #667e99 0%,#f4f4f4 69%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #667e99 0%,#f4f4f4 69%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(135deg,  #667e99 0%,#f4f4f4 69%,#f4f4f4 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#667e99', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	}

#FeaturedHeader {
	display: block;
	background: #1c1c1c;
	border: 1px solid rgba(244,214,132,.5);
	border-bottom: 1px solid rgba(244,214,132,.5);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin: 0;
	width: 99.5%;
	color: #F4D684;
	text-align: center;
	height: 22px;
	font-family: "Century Gothic", "AvantGarde Md BT", 'Muli', futura, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 21px;
	
}
#FeaturedContent {
	display: block;
	height: 500px;  /* Set height of side bar here  */
	padding-top: 2%;
	margin-bottom: 0;
	text-align: center;
	box-shadow: 2px 2px 1px rgba(0,0,0,.7) inset;
	background-repeat: no-repeat;
	background-position: center center;
}


#contentContainer {
	clear: none;
	float: none;
	width: 440px;
	display: block;
	margin-left: auto;
	margin-top: 2%;
	border: 1px solid #5A5A6B;
	border-radius: 8px 8px 0 0;
	/*margin-right: 10%;*/
	margin-bottom: auto;
	text-align: left;
	background-color: rgba(28,28,28,.7);
	box-shadow: 3px 3px 3px rgba(0,0,0,.7);
	margin-right: auto;
}
#contentHeader {
	background: #1c1c1c;
	border: 1px solid rgba(244,214,132,.5);
	border-bottom: 1px solid rgba(244,214,132,.5);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin: 0;
	width: 99.7%;
	color: #1c1c1c;
	text-align: center;
	height: 22px;

}
#contentContainer article {
	height: 492px;
	margin-left: 5%;
	margin-right: 5%;
	color: #F4D684;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
}
#contentContainer article a {
	font-style: italic;
	color: #4BE2EF;
	text-decoration: none;
}
#contentContainer article a:hover {
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}

.inline-image-left {
	display: none;	
}

.inline-image-right {
	display: none;	
	
}

}


/* Tablet Portrait and Smart Phone Layout: 481px to 768px. */

@media only screen and (max-width: 768px) {
	
header, nav, section, article{
     display:block;
}

.gridContainer {
	width: 100%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: 95px;
	
	background: #1c1c1c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTZhNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1c1c1c 0%, #656a77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#656a77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c1c1c 0%,#656a77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c1c1c 0%,#656a77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c1c1c 0%,#656a77 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c1c1c 0%,#656a77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#656a77',GradientType=0 ); /* IE6-8 */
}
	
#logo {
  	margin-left: 35px;
  	position: relative;
  	width: 355px;
  	height: 93px;
  	overflow: hidden;
  	background-image: url(../_images/Logo3.png);
	background-repeat: repeat-none;
	background-position: left top;

}


#headerBar {
	clear: both;
	background-image: url(../_images/ArtistDesignerAuthor.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
	height: 37px;
	box-shadow: 0px 4px 3px rgba(0,0,0,.7);
}

#FeaturedContainer {
	display: none;
}
#FeaturedHeader {
	display: none;
}
#FeaturedContent {
	display: none;
}

#contentContainer {
	clear: none;
	float: left;
	width: 50%;
	min-width: 425px;
	max-width: 650px;
	display: block;
	margin-left: 1%;
	margin-top: 50px;
	border: 1px solid #5A5A6B;
	border-radius: 8px 8px 0 0;
	/*margin-right: 10%;*/
	margin-bottom: auto;
	text-align: left;
	background-color: rgba(28,28,28,.7);
	box-shadow: 3px 3px 3px rgba(0,0,0,.7);
}
#contentHeader {
	background: #1c1c1c;
	border: 1px solid rgba(244,214,132,.5);
	border-bottom: 1px solid rgba(244,214,132,.5);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin: 0;
	width: 99.7%;
	color: #F4D684;
	text-align: center;
	height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;

}
#contentContainer article {
	/*height: 492px; DO NOT SET HEIGHT but allow content to stretch container as needed*/
	margin-left: 5%;
	margin-right: 5%;
	color: #F4D684;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
}
#contentContainer article a {
	font-style: italic;
	color: #4BE2EF;
	text-decoration: none;
}
#contentContainer article a:hover {
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}

.inline-image-left {
	float:left;
	padding: 5%;	
}

.inline-image-left:hover {
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

.inline-image-right {
	float:right;
	padding: 2%;	

}
.inline-image-right:hover {
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}


}

/* Mobile Layout: 480px and below. */
