/*
This is core css for weekendproject.org website, it is copyright of weekendproject.org, you cannot in anyway use this css for any reason without our permission
*/
*{margin: 0;padding: 0;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

h1.blog-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-shadow: #eee 1px 1px 1px;
	color: #333;
	font-style: italic;
	margin: 0;
	font-weight: normal;
}
h2.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	text-shadow: #eee 1px 1px 1px;
	color: #444;
	font-style: italic;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
h2.date-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	text-shadow: #eee 1px 1px 1px;
	color: #444;
	font-style: italic;
	margin: -8px 0 -5px 0;
	font-weight: normal;
}
h2.month-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-shadow: #eee 1px 1px 1px;
	color: #444;
	font-style: italic;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h2.blog-title-right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-shadow: #eee 1px 1px 1px;
	color: #333;
	font-style: italic;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h3.footertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #555;
	padding: 0 0 5px 0;
}
p.articleparagraph {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #444;
	margin: 0 0 5px 0;
}
			.articleparagraph a:link {
								color: #033535;
								border-bottom: solid #666 1px;
			}
			.articleparagraph a:visited {
								color: #033535;
								border-bottom: solid #666 1px;
			}
			.articleparagraph a:hover {
								color: #033535;
								border-bottom: solid #033535 2px;
			}
p.articleparagraph-blanklink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #444;
	margin: 0 0 5px 0;
}
p.more-comment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #444;
}
			.more-comment a:link {
								color: #444;
								border-bottom: solid #eee 1px;
			}
			.more-comment a:visited {
								color: #444;
								border-bottom: solid #eee 1px;
			}
			.more-comment a:hover {
								color: #222;
								border-bottom: solid #000 2px;
			}
ul.footerpoint {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #555;
	margin: 0;
	padding: 0;
}

body {background-color: #4B9D41;
	background-image: url(../images/Light_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.clear-basic {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.clear-margin {
	clear: both;
	height: 20px;
	font-size: 0px;
	margin: 0;
}
.clear-fuckingbigmargin {
	clear: both;
	height: 100px;
	font-size: 0px;
	margin: 0;
}
.leftbox {
	float: left;
	margin: 5px 10px 10px 5px;
}
.rightbox {
	float: right;
	margin: 5px 5px 10px 10px;
}
img.w_100 {
	padding: 4px;
	background-color: #E5E5E5;
}
img.w_200 {
	padding: 4px;
	background-color: #E5E5E5;
}
img.w_448 {
	padding: 4px;
	background-color: #E5E5E5;
	margin: 5px 0 10px 0;
	text-align: center;
}

/*coming soon*/
.comingsoonteaser {
	float: right;
	width: 410px;
	color: #FFFFFF;
	margin: -40px 0 10px 0;
	padding: 0 0 0 10px;
}
p.comingsoon1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FFFFFF;
	text-shadow: #73AF46 1px 1px 1px;
	font-style: italic;
	font-weight: lighter;
	margin: 0 0 10px 0;
}
p.comingsoon2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-shadow: #73AF46 1px 1px 1px;
	font-style: normal;
	font-weight: lighter;
}
			.comingsoon2 a:link {
								color: #fff;
								border-bottom: solid #fff 1px;
			}
			.comingsoon2 a:visited {
								color: #fff;
								border-bottom: solid #fff 1px;
			}
			.comingsoon2 a:hover {
								color: #fff;
								border-bottom: solid #033535 2px;
			}
/*end of coming soon*/

#container {
	margin: 0 auto 10px auto;
	width: 720px;
}

#header {
	margin: 0 auto;
	width: 720px;
	height: 230px;
}
.wphomelink {
	width: 260px;
	height: 130px;
	float: left;
}
.amateur {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #FFFFFF;
	width: 410px;
	padding-left: 10px;
	margin-top: 45px;
	text-shadow: #73AF46 1px 1px 1px;
	font-style: italic;
}
