/*
		THEME NAME: Art Studio
		THEME URI: 	http://www.artstudio.com
		DESCRIPTION: The Official OmegaNet Inc. Theme
		VERSION: 1.0
		AUTHOR: Joline Falco
		AUTHOR URI: http://www.omeganetinc.net

		COLORS USED
		Green: 6bb546
		brown: 582207
	
*/


/*
	UTILITY
*/

.float-left	{
	float: left;
}
.float-right	{
	float: right;
}
.clear-left	{
	clear: left;
}
.clear-right	{
	clear: right;
}
.clear-both	{
	clear: both;
}

/*THE GROUP CLASS KEEPS THE PARENT CLASS FROM COLLAPSING ON ITS CHILDREN*/
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
body {
	height: 100%;
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	}

/**********ADA****************/
.sr-only {
position: absolute; left: -10000px;
}
.skip-link {
color: black; background-color: white; padding: 12px; border: 2px solid black; border-radius: 5px; z-index: 999;
}
.skip-link:focus-visible {
left: 0px;
}
/*******************************/


html {
	height: 100%;
	margin: 0 auto;
	background-color: #f1d4a3;
}
a {	

}
a:link, a:visited, a:active {
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6bb546;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #582207;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
H1
	{
	font-size: 23pt;
	font-family: "caflisch-script-pro";
	color: #582207;
	line-height: normal;
	}

H2
	{
	font-size: 20pt;
	font-family: "caflisch-script-pro";
	color: #582207;
	}	

H3
	{
	font-size: 15pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #582207;
	}

H4
	{
	font-size: 12pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

H5
	{
	font-size: 20pt;
	font-family: "caflisch-script-pro";
	color: #000000;
	line-height: normal;
	}

H6
	{
	font-size: 10pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1b009f;
	text-align: center;	
	}
	
H7 {
    color: #6BB546;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
ul {
	margin: 0 auto;
	padding: 0;
	font-size: 12pt;
	list-style-image: none;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-position: inside;
	list-style-type: circle;
}
/*
	Images
*/
a img {
	text-decoration: none; 
	border: none;
	}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 960px;
	/*height: 100%;*/
	background-color: #FFF;
	min-height: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	box-shadow: 0 0 5px #000000;
}
#content, #main-content {
	min-height: 100%;
	float: left;
	background-color: #FFF;
}
.container {
    height:100%;
}
.fill{
	width: 98%;
	/* height:100%;*/
	min-height: 100%;
	padding-top: 15px;
	padding-right: 1%;
	padding-bottom: 15px;
	padding-left: 1%;
	background-color: #FFF;
}

/************************************************************************************
Header
*************************************************************************************/
#header {
	height: auto;
	width: 100%;
}
.logo {
	max-width: 100%;
	margin-bottom: -5px;
	}
#mainTPL {margin-top: -35px;}

.logohome {max-width: 100%;}

nav {
	margin: 0 auto;
	width: 100%;
}

/************************************************************************************
SHOW CATEGORY
*************************************************************************************/

.catCell {padding: 40px;}

.ViewCat	{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

div.cat_item {
	border: 0 none;
	float: left;
	height: 370px;
	position: relative;
	width: 30%; /*27%;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px; /*20px;*/
	padding-bottom: 0;
	padding-left: 10px; /*20px;*/
	vertical-align: bottom;
}
div.cat_item div.cat_content_top {
    position: absolute;
    bottom: 0;
	vertical-align: top;
}
div.cat_item div.cat_content_bottom {
	bottom: 0;
	position: absolute;
	margin-left: 40px;
	vertical-align: bottom;
}
label {color: #000000;}

.details {max-width: 60px;}
	
.item	{font-size: 12pt;}

.iteminput	{}

.itemList {font-size: 12pt;}

.alternate tr:nth-child(2n+1) {
	background-color: #d7d7d7;
	color: black;
}
.CartOuter	{
	padding-top: 30px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#viewCartContainer {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clearBoth {clear:both;}

#push {
	clear:both;
	height: 0px;
}
#search	{width:250px;}

table.Cart img { max-height:75px; }

/************************************************************************************
Footer
*************************************************************************************/

#copywrite {
	width: 100%;
	margin-top: 0;
	max-height: auto;
	clear: both;
	/*text-align: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #582207;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/ArtStudiofooter.jpg);
	border-top-width: 10px;
	border-top-color: #6bb546;
	border-top-style:solid;*/
	}
.copywrite a:link, .copywrite a:visited, .copywrite a:active
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #582207;
	text-decoration: underline;
	}

.copywrite a:hover
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #6bb546;
	}
	
/************************************************************************************
Slideshow
*************************************************************************************/
.slideshow {
	position: relative;
	display: block;
	width: 100%;
}

#photoShow {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 600px;
	text-align: center;
	overflow: auto;
	margin-top: 10px;
}

#photoShow div {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#photoShow div img {max-width: 100%;}

#photoShow div.previous {
    z-index: 2;
}
#photoShow div.current {
    z-index: 3;
}
.photoShow img {max-width: 100%;}


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {width: 94%;}
	
	#content {width: 94%;}
	
	#menu {width: 50%;}
	
	.fill{height: auto; width: 100%;}
	
	img.img {
	}
}

/* for 700px or less */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;
	}
	#logoWrapper {
		width: auto;
		float: none;
	}
	#menu {
		width: auto;
		float: none;
	}
	img.img {
		width: auto;
		float: none;
	}
	nav { margin-top: auto;}
	.fill{height: auto; width: auto;}
	
	#photoShow {
		width: auto;
		float: none;
		max-height: 300px;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header { height: auto; }
	
	#copywrite { height: auto; color: #000000; }
	
	h1 {
		font-size: 24px;
	}
	.logo{
		width: auto;
		float: none;
}
	#menu {
		width: auto;
		float: none;
}
	img.img { display: none;}
	
	nav { margin-top: auto;}
	
	.container {height: auto;}
	
	.fill{height: auto; width: 100%;}
	
		#photoShow {
		width: auto;
		float: none;
		max-height: 300px;
	}

}

