/* Main stylesheet
==================================================================*/

/*-------------------------------------------------------------------------------
Global
-------------------------------------------------------------------------------*/

body {
	background: #c7a5cb url(../images/background.gif) repeat 0 0;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 0px;
	color: #6d5370;
	margin: 0; padding: 0;
	text-align: center;
}

img {
	border: 0;
	margin: 0; padding: 0;
	float: left;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

h2 {
	margin: 0; padding: 0;
}

/*-------------------------------------------------------------------------------
Links
-------------------------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #961b1e;
}

a:hover {
	text-decoration: underline;
	color: #3d3e42;
}

/*-------------------------------------------------------------------------------
Main
-------------------------------------------------------------------------------*/

#main {
	background-color: #d5bad8;
	width: 655px;
	border: 1px solid #ffffff;
	margin: 20px auto 20px auto;
}

#inside {
	background-color: #ffffff;
	display: block;
	margin: 1px;
	padding: 10px;
	text-align: left;
}

#header {
	background: transparent url(../images/header.jpg) no-repeat 0 0;
	height: 110px;
   display: block;
   position: relative;
   margin-bottom: 15px;
}

#footer {

}

#text {
	float: left;
	width: 400px;

}

#rightbar {
	float: right;
	width: 220px;

}

.bar {
	background: transparent url(../images/bar_shadow.gif) repeat-x 0 0;
	display: block;
	width: 100%;
	margin-top: 1px;
	border-top: 1px solid #c6c6c6;
	height: 12px;
	clear: both;
}

/*-------------------------------------------------------------------------------
Nav
-------------------------------------------------------------------------------*/

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: inline;
	float: left;
	position: absolute;
	top: 10px; right: 13px;
}

#nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

/*-------------------------------------------------------------------------------
	Threads
-------------------------------------------------------------------------------*/

#threads {
	margin: -1px 0 0 0; padding: 0 0 1px 0;
	background: transparent url(../images/dot.gif) repeat-x 0 100%;
}
#threads a {
	color: #b2b2b2;
	display: block;
	padding: 8px 0 7px 5px;
	line-height: 14px;
	background: transparent url(../images/dot.gif) repeat-x 0 0;
}
#threads a:hover {
	color: #464646;
	text-decoration: none;
	background-color: #f5f3ff;
}
#threads .date {
	color: #464646;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------
	Threads
-------------------------------------------------------------------------------*/


#gallery {
	width: 588px;
	margin: auto;
}

#gallery img {
	border: 1px solid #ffffff;
}

#gallery a {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: 4px solid #cccccc;
}

#gallery a:hover {
	border: 4px solid #e598f0;
}



/*-------------------------------------------------------------------------------
	Blog
-------------------------------------------------------------------------------*/

.post .entry p, .post .entrytext p {
	clear: both;
}

.post .entry img, .post .entrytext img {
	border: 1px solid #ffffff;
}

.post .entry a, .post .entrytext a {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: 4px solid #cccccc;
}

.post .entry a:hover, .post .entrytext a:hover {
	border: 4px solid #e598f0;
}






