

@import url("sections.css");
@import url("blog.css");


body {
	background: url(../img/bg.gif) #fff repeat-x top right;
	color: #222;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

h1 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
}

#flag {
	background: url("../img/flag.gif") repeat-x top left;
	height: 32px;
	padding: 3px 6px 0 0;
}

img {
	border: 0px;
}

a, a:visited {
	color: #ff424d;
	text-decoration: none;
}

a:hover {
	color: #75d0e7;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}

ul {
	list-style: disc url(../img/bullet.gif);
}


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* highlights */

.highlight {
	background: #fff000;
	padding: 1px;
	color: #222;
}

