/* ------------------------------ resets ----------------------------------- */

body {
    margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

h1, .description {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


a img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ---------------------- structure and main elements ---------------------- */

body {
	text-align: left;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {

}

#menu{
	width: 190px;
	float: left;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #86E3F2;
	padding-left: 10px;
	font-weight: bold;	
}
	
#menu a  {
	color: #FFFFFF;
	font-weight: bold;
}

#menu h3 a  {
	color: #86E3F2;
}

#content {
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 800px;
}

#content p {
	color: black;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #147BB5;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

#footer {
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
	height: 60px;
}

#footer a {
	color: white;
	font-size: 10px;
}

.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 00px;
	width: 0px;
}

.pagination {
	margin-top: 20px;
}

.pagination a {
	font-size: 16px;
}

/* ---------------------- posts ---------------------- */

.post {
	margin-bottom: 30px;
}

.special {
	background-color: pink;
}

.post .info {
	font-size: 12px;
	margin-bottom: 10px;
}

.post .attachment {
	padding: 20px;
	text-align: center;
	border: 1px solid grey;
	margin-top: 20px;
}

.post .moreinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	color: orange;
	font-weight: bold;
}

.post .photo img {
	background-color: #D1DAD5;
	padding: 4px;
	border-bottom: 1px solid #9FA4A8;
}

.post .description {
	width: 800px;
	margin-top: 20px;
	color: black;
}

/* ---------------------- gallery ---------------------- */
#gallery table tr th, #gallery table tr td {
	vertical-align: top;
	padding: 5px 5px 5px 0px;
	width: 172px;
}

#gallery h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#gallery td.post .info {
	font-size: 10px;
}

#gallery td img {
	width: 100px;
	background-color: #D1DAD5;
	padding: 4px;
	border-bottom: 1px solid #9FA4A8;
}

/* ---------------------- blog ------------------------- */
#blog .post {
	margin-bottom: 40px;
	width: 550px;
	color: black;
}

#blog .post .info {
	color: #666666;
}

#blog .post .excerpt {
	margin-top: 20px;
	margin-bottom: 15px;
}

/* ---------------------- comments --------------------- */
#comments {
	width: 400px;
}

.comment {
	border-left: 2px solid black;
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	margin-bottom: 30px;
}

.comment .info {
	font-size: 14px;
	margin-bottom: 15px;
}

/* ---------------------- sidebar ---------------------- */
#sidebar ul.archive {
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar ul.archive li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* ----------------------- forms ---------------------- */
form table tr td, form table tr th {
	vertical-align: top;
}

form table tr th {
	font-size: 14px;
}

/* -------------------- notifications ------------------- */
.success, .warning {
	padding: 5px;
	margin-bottom: 20px;
}
.success {
	color: green;
	border: 2px solid green;
}
.warning {
	color: red;
	border: 2px solid red;
}

/* --------------------- member ------------------------ */
#profile {
	margin-top: 20px;
	margin-bottom: 20px;
}

