/*****************************************************************           
TITLE:         SurfsUp Stylesheet
AUTHOR:      Khaled Maiwand, HighCo Technology
CREATED:     Sept. 2007
*****************************************************************/
* { margin: 0px; padding: 0px; }
/*
	border: 1px dotted red;
*/
body {
	font: 11px tahoma, sans-serif;
	background: #fff url( images/bgstripes.gif); 
	}

#container {
	width: 970px;
	margin: 10px auto; 
	background: #fff; 
	}

#header {
	width: 100%;
	height: 120px;
	background: #c0cadc url( images/header.jpg) no-repeat;
	}
	#header h1 {
		font: 32px/70px verdana, sans-serif;
		margin: 0 30px;
		color: #344b68;
		}	
	#header p {
		font: 12px verdana, sans-serif;
		margin: 0 30px;
		letter-spacing: 2px;
		color: #555555;
		}	

#topmenu {
	height: 33px;
	margin-bottom: 17px;
	background: #000;
	}

	#topmenu ul { margin-left: 25px; }
	#topmenu li {
		display: inline;
		list-style: none;
		}

		#topmenu li a {
			float: left;
			display: block;
			padding: 10px 25px;
			text-decoration: none;
			color: #fff;
		}

			#topmenu li a:hover {
				text-decoration: none;
				color: #fff; background-color: #92a8c3;
			}

.menu {
	float: right;
	clear: right;
	width: 200px;
	margin-top: 5px;
	color: #000;
	}
	.menu h2 {
		margin-bottom: 1px;
		padding: 0 15px;
		font: 11px/32px tahoma, sans-serif;
		font-weight: bold;
		color: #fff; 
		background: #8a99ab url('images/menu.gif') top repeat-x;
		}
	.menu li { list-style: none; }
	.menu li a {
		display: block;
		width: 170px;
		margin-bottom: 1px; 
		padding: 7px 15px;
		text-decoration: none;
		color: #344b68; background: #c0cadc;
		}
		.menu li a:hover { color: #fff; background: #92a8c3; }

#content {
	float: left;
	clear: left;
	width: 740px;
	display: block;
	margin: 0 0 30px 0;
	padding: 0 0 0 12px;
	line-height: 130%;
	color: #555555;
	}

#content a {
	color: #344b68;
	text-decoration: underline;
	}
	#content a:hover { color: #000; }

	#content ul { margin: 3px 25px; list-style-type: square; }

#content .poster {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 18px;
	border-bottom: solid 1px #c0cadc;
	}

#content .quote {
	margin: 15px 30px;
	padding: 5px 15px;
	border-left: 4px solid #c0cadc;
	line-height: 130%;
	color: #555; background: #f8f8f8;
	}

#content .comments {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	margin: 22px 0;
	border-top: dotted 1px #c0cadc;
	}

#footer {
	clear: both;
	display: block;
	width: 970px;
	line-height: 200%;
	text-align: left;
	border-top: solid 1px #c0cadc;
	color: #344b68;
	}
	#footer a {
		color: #344b68;
		text-decoration: underline;
		}
		#footer a:hover { color: #000000; }

	#footer p.left {
		float: left;
		margin-left: 12px;
		}

	#footer p.right {
		float: right;
		margin-right: 12px;
		}

h1 {
	font: 36px verdana, sans-serif;
	margin: 25px 0 0 30px;
	color: #344b68;
	}
h2 {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
	color: #344b68;
	}
