﻿/* Page Formatting */

* {
	margin:0;
	padding:0;
	}
}
body {
	background-color:#fcfcfc;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}
a {
	color: #6A95AD;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
img, img a {
	border-color: #555555;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:860px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}
#header {
	background-position: center;
	height: 200px;
	background-image: url('../../images/Smota400.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #E9BF1B;
}
#sidebar {
	float:left;
	text-align:left;
	width:150px;
	padding:10px;
	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef;
	color:#666666;
	}
#content {
	margin-left:190px;
	min-height:450px;
	}
#footer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	color: #999999;
	font-weight: bold;
	background-color: #E9BF1B;
}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight: bold;
	font-size: 1.0em;
	color: #E9BF1B;
}
h3 {
	background-position: center;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	
	
}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}

/* Extra's */

blockquote  {
	border-left: 5px #333333;
	color: #333333;
	font-style: italic;
	font-size: medium;
}
#subscribe {
	padding-right:5px;	
}
#menu {
	width: 860px;
	margin: 0;
	padding: 0;
}

#menu ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	margin-right: 3px;
	padding: 5px 5px 5px 5px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E9BF1B;
}

#menu a:hover {
	text-decoration: underline;
	color: #6A95AD;
}

#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
#bullets {
	color: #6A95AD;
	list-style-type: square;
	text-indent: 125px;
}
