/*
Theme Name: Spank
Theme URI: http://www.velvetsteele.com
Description: Tickles and Spanx!
Version: 0.1
Author: Morgan McConnell
Author URI: http://www.dangerboydesign.com
*/
@charset "UTF-8";
body, html {
font-family: Garamond, Lucida Sans Unicode, Franklin Gothic Medium;
	font-size: 14px;
	line-height:1.5ems;
	color: #2B3040;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a:link {
color: #72415c;
}
a:hover, a:visited {
color: #696b6e;
text-decoration:none;
}
.splash_table {
	height: 600px;
	width: 843px;
	background-image: url(images/splash_back.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 185px;
	padding-right: 20px;
}
.main_table {
	height: 100%;
	width: 100%;
}
.name_cel {
	height: 157px;
	width: 431px;
}
.img_table {
	height: 575px;
	width: 550px;
	background-color:#cacdd2;
	border: 1px solid #87909c;
	background-image: url(http://www.velvetsteele.com/images/img_back.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
}
.submenu_cel {
	height: 335px;
	padding-left: 21px;
}
img {
	border: none;
}
.internalpg_table {
	height: 606px;
	width: 1007px;
}
.menu {
	font-family: Garamond, Lucida Sans Unicode, Franklin Gothic Medium;
	font-size: 15px;
	color: #696b6e;
	margin-bottom:15px;
	text-align: center;
}
.menu a {
	margin-right: 11px;
}
.menu a:link, .menu a:visited {
	color: #696b6e;
	text-decoration:none;
}
.menu a:hover {
	color: #72415c;
	text-decoration:none;
}
.menu a:active {
	color: #72415c;
	text-decoration:overline;
}
.gallery_table {
	width: 360px;
	font-size: 12px;
}
.gallery_table img {
	border: solid 1px #87909c;
}
.gallery_table td {
	height:4px;
	width:4px;
}
.gallery_table img.btn {
	border: none;
}
.infobar {
	background-color: #EEF2F5;
	border: 1px solid #DBDDE1;
}
.infobar div {
	width:250px;
	float:right;
	margin: 5px;
}
.infobar img {
float:left;
}
.news {
	height: 100%;
	width: 100%;
	text-align: left;
}
.text_div {
	width: 364px;
	text-align: left;
}
#sidebar {
	padding-left:10px;
}
#sidebar li {
	list-style-image:none;
	margin:0px;
	list-style-type: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-left:10px;
	}

.alignleft {
	float: left;
	margin-right:10px;
	}
/* End Images */