/*   
Theme Name: Bondage Spot
*/

* { margin: 0; padding: 0; }

body { background: #000000; }

#container {
	width: 975px;
	margin: 0 auto;
}

#header {
	height: 96px;
	border-bottom: 1px solid #737373;
}

#logo {
	margin-top: 16px;
	float: left;
	width: 50%;
}

#logo img {
	padding-right: 20px;
}

#menu {
	float: center;
	text-align: justify;
	width: 49%;
}

#menu a, a:visited { color: #E5E5E5; text-decoration: none;}
#menu a:hover { color: #cc0000; text-decoration: underline; }
#menu hr { color: #cc0000; width: 95%; }

#menu ul {
	list-style: none;
	font-size: 1px;
	margin-top: 76px;
}

#menu ul li {
	display: inline;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding-left: 15px;
}

#columns {
	padding-top: 10px;
}

#content {
	width: 80%;
	padding-right: 10px;
	border-right: 1px solid #737373;
	float: left;
}

#content .gals {
	margin-bottom: 40px;
}

#content .gals a, a:visited {
	text-decoration: none;
	color: #cc0000;
}

#content .gals a:hover {
	text-decoration: underline;
	color: #E5E5E5;
}

#content .gals h1 {
	color: #cc0000;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content .gals h1.archive {
	font-size: 19pt;
}

#content .gals p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 16pt;
	text-align: justify;
	margin-top: 20px;
	padding-bottom: 20px;
}

#content .gals .info {
	border-top: 1px solid #565656;
	border-bottom:  1px solid #737373;
}

#content .gals .info p.infoleft {
	width: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content .gals .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}

#footer {
	color: #7D7D7D;
	font-family: Verdana;
	font-size: 7pt;
	margin-bottom: 5px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#sidebar {
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #737373;
	width: 216px;
}

#sidebar a, a:visited {
	color: #cc0000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #E5E5E5;
	text-decoration: underline;
}

#sidebar h2 {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}

#sidebar p {
	text-align: justify;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 8pt;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar ul li {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebar .advertising {
	width: 200px;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 300px;
}

