@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%;
}
/* 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:		8;
	dw-num-cols-desktop:	10;
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	background-image: url(Images/axiom-pattern.png);
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*padding-left: 1.82%;
	padding-right: 1.82%;*/
	height: 100%;
	border-radius: 5px;
	border-width: 2px;
	border-style: dotted solid;
	border-color: #FF0000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);

}

#CC {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom: dotted;
	border-width: 2px;
	border-color: #FF0000;
	display: block;
	background-color: rgba(51,51,51,0.2);
	clear: both;
	text-align:center;
}

#Copy {
	/*font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-top: dotted;
	border-width: 2px;
	border-color: #FF0000;
	display: block;
	background-color: rgba(51,51,51,0.2);
	clear: both;
	text-align:center;*/
}



#Header {

	clear: both;
	border-bottom: dotted;
	border-width: 2px;
	border-color: #FF0000;
	background-color: rgba(102,102,102,0.1);
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Logo  {
	display: inline;
	padding-left:6px;
}

#HeaderImg {
	clear: both;
	float: right;
	margin-left: 0;
	display: inline;
}

#Content {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#666;
	padding-top:40px;
	padding-bottom:80px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	width: 90%;
	


	clear: both;
	
	
	
	                   
	
	float: left;
	
	
	
	                   
	
	margin-left: 0;
	
	
	
	                   
	
	width: 100%;
	
	
	
	                   
	
	display: block;
	
	
	
	                   
	
}

#Fill {
	clear: both;
	float: right;
	margin-left: 0;
	display: inline;
	min-width: 10px;
	background-color: rgba(0,255,0,1);
}

#Works {
	padding-bottom:80px;
	padding-left:20px;
	
	
	/*clear: both;
	
	
	
	                   
	
	float: left;
	
	
	
	                   
	
	margin-left: 0;
	
	
	
	                   
	
	width: 100%;
	
	
	
	                   
	
	display: block;
	
	
	
	                   
*/	
}

#Footer {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#666;
	clear: both;
	border-top: dotted;
	border-width: 2px;
	border-color: #FF0000;
	background-color: rgba(102,102,102,0.2);
	
	
}

#Img{
	margin:10px;
	float: left;
	clear: left;
	vertical-align:top;
	border-radius: 20px;
	max-width: 20%;
    height: auto;
	overflow: hidden;
	border-collapse: separate; 
	background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
#Img1{
	margin:10px;
	vertical-align:top;
	float: right;
	clear: right;
	overflow: auto;
	border-radius: 20px;
	max-width: 20%;
    height: auto;
	border-collapse: separate; 
	background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}
#info{
	color:#03F;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: rgba(102,102,102,0.1);
	float: right;
	}
	
#Copy{
	margin-top:400px;
	padding-top: 90px;
	padding-left: 6px;
	position: relative;
	left: 50%;
	bottom: 20px;
	vertical-align: bottom;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	display: inline-block;	/*text-align: center;
	display: inline-block;    
	vertical-align: bottom;*/
	}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90.675%;
	/*padding-left: 1.1625%;
	padding-right: 1.1625%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#CC {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom: dotted;
	border-width: 2px;
	border-color: #FF0000;
	display: block;
	background-color: rgba(51,51,51,0.2);
	clear: both;
	text-align:center;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
}
#Works {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 88.2%;
	max-width: 1232px;
	/*padding-left: 0.9%;
	padding-right: 0.9%;*/
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#CC {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom: dotted;
	border-width: 2px;
	border-color: #FF0000;
	display: block;
	background-color: rgba(51,51,51,0.2);
	clear: both;
	text-align:center;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 20;
	width: 98%;
	display: block;
	
}
#Works {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}