/* ===== RESET ===== */

/* This is used to normalize each browser's built-in style assumptions. You can ignore this, but do understand that it's important. */
@import url(http://reset5.googlecode.com/hg/reset.min.css);

/* ===== TYPOGRAPHY ===== */
html{
	font-size: 100%;
	line-height: 1.5em;
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

body	{
	//background: #2B313B;
	//background-color:#DDD;
	//background: url(fabric_plaid.png), #2B313B;
background-color: rgb(170, 170, 170);
background-image: url("../crossword.png");

}

h1{
	font-size:35px;
	padding: 50px 0 20px 0;
}

h2{
	font-size:20px;
	padding: 10px 0 10px 0;
}
a{
	text-decoration:none;
	color: #0101DF;
	text-shadow: none;
}

	a:hover{
		text-decoration:underline;
	}

p{
	margin-bottom:2em;
}

.left{
	float:left;
}

.right{
	float:right;
}

img.portrit{
	width:400px;
	margin: 40px 30px 10px 30px;
	box-shadow: 5px 5px 20px black;
}

img.logo{
	width:60px;
	padding:15px;
}

h1, h2, a.nav{
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 1px 1px darkgrey;
}
/* ===== GLOBAL STRUCTURE ===== */

body{
	padding:10px;
}

div#container{
	width:75%;
	margin: 0 auto;
}

div ul{
	padding:10px 0 10px 0;
	list-style-type:none;
}

div ul li{
	padding:5px 0 5px 10px;
	text-decoration:none;
}

/*Header content*/
header{
	padding:20px 0 20px 0;
	border-top:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
	overflow:hidden; 
	text-align:center;
}

	header h1{
		padding:20px 0 20px 0;
	}
	
a.nav{
	padding: 10px 10px 10px 10px;
	font-size: 17px;
	color: rgba(0, 0, 0, 0.85)
}



/*Mian content*/
section{
	padding:20px 0 20px 0;
	overflow:auto;
}

section img.right{
	margin:0 0 2em 2em;
	max-width:400px;
}

section img.left{
	margin:0 2em 2em 0;
	max-width:400px;
} 

/*Footer*/
footer{
	font-size:12px;
	padding:15px 0 30px 0;
	border-top:1px solid #F1F1F1;
}

	footer ul{
		list-style:none;
	}
		footer ul li{
			display:inline-block;
			margin:0 5px;
		}
/* ===== HOME PAGE ===== */
