/* CSS Document */
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Ovo|Pacifico|Droid+Sans|Droid+Serif|Raleway:100|Cabin+Sketch:700|Yanone+Kaffeesatz|Goudy+Bookletter+1911|Oswald|Crimson+Text);

html{
	overflow-y: scroll;
}

*{
	margin:0;
	padding:0;
	background: transparent;
	-webkit-text-size-adjust:100%;
}



body {
	margin: 0;
	padding: 0;
	color:#000;
	text-align:center;/* box centering */
	font-size: 75%;
	font-weight: normal;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, li,
address, form, blockquote{
	margin: 0;
	padding: 0;/* margin&padding reset */
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;/* base line height */
	text-align: left;
	display: block;
}
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */


/* ------------------------------
 Layout
------------------------------ */


#header {
	width: 800px;
	padding: o auto;
		margin:10px auto;
			
}



#contents {
	width: 800px;
	padding: o auto;
	margin:40px auto;;
	clear:both;
}


#info {
	float: left;
	margin: 20px 0px 20px 0;

	}


#footer {

	margin: 20px 0 50px 0;
	padding:20px 0px 0px 5px;
	width: 100%;
	clear:both;
}

#clear {
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center;
}





/* ------------------------------
 Main Content
------------------------------ */
#main_img{
	background: url("http://www.snugcreation.com/top.jpg") no-repeat;
	background-size: cover;
	background-position: 20% 10%;
	height: 500px;
} 



h2 {
	padding: 90px 0 30px 5px;
	font-family: Helvetica;
	font-size: 134%;
	text-align: left;
	color: #222222;
	}


.categories {
	font-family: Helvetica;
	color: #222222;
	padding:5px 5px;
	font-size: 100%;
	line-height: 160%;
	margin: 0 0 0 0;
	letter-spacing: 0.02em;
	}


#info p {
	font-family: Helvetica;
	color: #777777;
	padding:5px 5px;
	line-height: 150%;
	margin: 0 0 1em 0;
	letter-spacing: 0.02em;
	}

#info  a {
	font-family: Helvetica;
	text-decoration: line;
	color: #777777;
	}

#info  a:hover {
	text-decoration: none;
	font-family: Helvetica;
	color: #777777;
	}

	
/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
	font-family: Helvetica;
	font-size: 100%;
	text-align: left;
	color: #777777;
	}
	
	
@media(max-width: 670px) {
	
#main_img{
	background-size: cover;
	background-position: 50% 50%;
	height: 300px;
} 

	
.categories {
	font-family: Helvetica;
	color: #777777;
	padding:5px 5px;
	font-size: 100%;
	line-height: 160%;
	margin: 0 0 0 0;
	letter-spacing: 0.02em;
	}



	#header {
	 margin: 0px 0 10px 10px;
  width: 90%;
	}



#contents {
	margin:30px 0px 0px 10px;
	width: 90%;
	clear:both;
	font-size: 15px;
}


h2 {
	
	font-size: 170%;
	}

	
}



