@charset "utf-8";

/*
Theme Name: Sugar and Spikes
Version: 1.0
Author: Afif
Author URI: http://www.afif.tv
*/


* {
	border: 0;
	padding: 0;
	margin: 0;
	}
body {
	background: #6e6e6e url('http://www.sugarandspikesrocks.com/images/backgroundsm.jpg');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
	margin: 0 auto;
	}

#wrapper { 
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0px 12px;
	text-align: left;
	color: #171717;
	}

p.clear {
	clear:both;
	margin: 0;
	padding: 0;
	}

img {
	display: block;
}



#header {
	float: left;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 0;
}


#logo {
	float: left;
	padding-left: 74px;
	padding-top: 22px;
	border: 0;
}

#logo a:link, #logo a:visited {
	height: 74px;
	width: 210px;
	display: block;
	text-indent: -1000em;
	background: url(http://www.sugarandspikesrocks.com/images/logo3s.gif) no-repeat left top;
	border: none;
}

#logo a:hover {
	background-position: 0 -148px
}

#logo a:active {
	background-position: 0 -74px;
}



/* -------------------- OPEN NAV ---------------------*/

#nav {
	position: relative;
	background: #171717;
	width: 948px;
	height: 19px;
	*height: 31px;
	padding: 12px;
	*padding-top: 0;
	padding-left: 0;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
*overflow: hidden;
}

#nav img {
	display: inline;
}

.pink {
	color: #fe0279;
}

.pink a:hover {
	color: #c7c6c7;
}


#searchbar {
	position: absolute;
	right: 12px;
	top: 11px;
	}

#searchbar input.searchbardark {
	background-color: #bdbdbd;
	position: relative;
	width: 282px;
	font-size: 18px;
	line-height: 18px;
	height: 20px;
	color: #7c7b7b;
	font-weight: bold;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	}


/* -------------------- CLOSE NAV ---------------------*/




#maincontent {
	float: left;
	width: 658px;
}



#mainimage {
	position: relative;
	width: 645px;
	height: 382px;
	margin-bottom: 12px;
	background: url(http://www.sugarandspikesrocks.com/images/mainimage.jpg);
}

#mainimagetext {
	position: absolute;
	bottom: 2px;
	padding: 12px;
	color: #c7c6c7;
	font-size: 12px;
	z-index: 1000;
}

#mainimagetext a {
	color: #fe0279;
	font-size: 10px;
	text-decoration: none;
}

#mainimagetext a:hover {
	color: #c7c6c7;
}


/* -------------------- BLOG NAV ---------------------*/

#posttitle {
	background: #171717;
	width: 634px;
	font-size: 12px;
	line-height: 18px;
	padding: 12px;
	padding-right: 0;
	margin-bottom: 12px;
}

#posttitle h1 {
	color: #fe0279;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


#blognav {
	position: relative;
	background: #171717;
	width: 634px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	padding: 12px;
	padding-right: 0;
	margin-bottom: 12px;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
overflow: hidden;
}

#blognav2 {
	text-align: right;
}

#blognav a {
	color: #c7c6c7;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 22px;
	border-left: 1px solid #292929;
	margin: 0;
}

#blognav a:hover {
	color: #171717;
	background: #fe0279;
}

#blognav a.borderright {
	border-right: 1px solid #393939;
}

#blognav h1 {
	float: left;
	color: #fe0279;
	font-size: 18px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#blognav h1 a {
	color: #fe0279;
	font-size: 18px;
	line-height: 16px;
	margin: 0px;
	text-decoration: none;
	padding: 0;
	border: 0;
}

#blognav h1 a:hover {
	color: #c7c6c7;
	border: 0;
	background: #171717;
}


/* -------------------- CLOSE BLOG NAV ---------------------*/











.blogtitle {
	height: 36px;
	vertical-align: bottom;
	margin: 10px; 
	color:#FFF; 
	font:16px Arial, sans-serif; 
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
}

.blogtitle a {
	color: #fff;
	text-decoration: none;
}

.blogtitle a:hover {
	color: #fe0279;
}

.boxgrid{ 
	width: 313px; 
	height: 246px; 
	margin: 0 12px 12px 0; 
	float:left; 
	background:#161613 url(http://www.sugarandspikesrocks.com/images/thumbdefault.gif);
	border: solid 2px #393939; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		border: 0; 
		text-align: center; 
		width: 313px; 
		height: 246px; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#fff; 
		font-weight:bold; 
		font:10pt Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100%; 
	width: 100%; 
	opacity: .80; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 260px;
		left: 0;
	}
	.caption .boxcaption {
		top: 192px;
		left: 0;
	}

.boxcaption h3 {
	padding: 0 10px; 
	font-size: 10px;
	color: #fe0279;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

.boxcaption h3 a {
	color: #fe0279;
	text-decoration: none;
}

.boxcaption h3 a:hover {
	color: #fff;
}

.blogmore {
	padding: 0 20px; 
	font-size: 10px;
	font-weight: bold;
	color: #fe0279;
	margin: 0px;
	margin-top: 10px;
	text-align: right;
}

.blogmore a {
	color: #fe0279;
	text-decoration: none;
}

.blogmore a:hover {
	color: #fff;
}








p.blogline {
	width: 293px;
	height: 1px;
	background: #393939;
	margin-top: 0px;
	margin-bottom: 10px;
}

#blogimg {
	float: left;
	width: 317px;
	height: 139px;
	background: #171717 url(http://www.sugarandspikesrocks.com/images/thumbdefault.gif);
	border: 1px solid #393939;
}


/* -------------------- BLOG TEXT ---------------------*/


#blogtext1 {
	width: 303px;
	height: 121px;
	overflow: hidden;
}

#blogtext {
	position: relative;
	float: left;
	display: inline;
	width: 303px;
	height: 123px;
	color: #171717;
 	background: #bdbdbd url(http://www.sugarandspikesrocks.com/images/blogbg.gif) no-repeat right top;
	padding: 12px;
	padding-top: 6px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#blogtext:hover {
 	background: #bdbdbd url(http://www.sugarandspikesrocks.com/images/blogbg.gif) no-repeat right bottom;
}

#blogtext a {
	font-size: 10px;
	color: #171717;
	text-decoration: none;
	font-weight: bold;
}

#blogtext a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}

#blogtext h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 4px;
}

#blogtext h2 a {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #171717;
	text-decoration: none;
}

#blogtext h2 a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}

#blogtext h3 {
	font-size: 10px;
	margin: 0px;
	margin-bottom: 10px;
}


#blogtext h3 a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}

/* -------------------- BLOG FOOTER ---------------------*/

#blogfooter {
	position: relative;
	background: #171717;
	width: 622px;	
	height: 18px;
	line-height: 18px;
	text-align: right;
	color: #c7c6c7;
	padding: 12px;
	margin: 0 0 12px 0;
	*margin: 0;
}

#blogfooter a {
	font-size: 14px;
	font-weight: bold;
	color: #c7c6c7;
	text-decoration: none;
}

#blogfooter a:hover {
	color: #fe0279;
}

#blogfooterleft {
	display: inline;
	float: left;
	text-align: left;
}

#blogfooterright {
	display: inline;
	float: right;
	text-align: right;
}



/* -------------------- PAGE ---------------------*/

#pagemain {
	position: relative;
	width: 643px;
	color: #171717;
	background: #bdbdbd;
	font-size: 14px;
	margin: 0 0 12px 0;
	*margin: 0;
	line-height: 18px;
	border: 1px solid;
	border-top: 0;
	border-color: #393939;
}

#pagemain p {
	padding-bottom: 1em;
}

.pagecorner {
	position: absolute;
	bottom: -1px;
	right: -1px;
	height: 11px;
	width: 11px;
	z-index: 20;
	background: #bdbdbd url(http://www.sugarandspikesrocks.com/images/corner.gif) no-repeat right bottom;
}


.noborder {
	border: 0;
}

#pagemain a {
	font-size: 14px;
	color: #171717;
	text-decoration: none;
	font-weight: bold;
}

#pagemain a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}

#pagemain small {
	font-size: 10px;
}

#pagemain h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 4px;
}

#pagemain h2 a {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #171717;
	text-decoration: none;
	display: block;
}

#pagemain h2 a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}

#pagemain h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

#pagemain h3 a {
	font-size: 12px;
}

#pagemain h3 a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}



#pageimage {
	width: 643px;
	background: #000;
	border-top: 1px solid;
	border-color: #2b2b2b;
}

#pageimage img {
	border-bottom: 1px solid;
	border-color: #393939;
}



.entry {
	padding: 12px 18px;
}






#comments {
	position: relative;
	color: #171717;
	background: #bdbdbd;
	width: 604px;
	padding: 14px 20px;
	font-size: 12px;
	border: 1px solid;
	border-color: #393939;
	margin: 0 0 12px 0;
	*margin: 0;
}

#comments p {
	padding-bottom: 12px;
}



#comments h1 {
	color: #171717;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
}

#comments h1 a {
	color: #171717;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	text-decoration: none;
}

#comments h1 a:hover {
	color: #fe0279;
	background: #171717;
}

#comments a {
	color: #171717;
	text-decoration: none;
	font-weight: bold;
}

#comments a:hover {
	color: #fe0279;
	background: #171717;
}





#commenttop {
position: relative;
width=100%;
}

.commentlist li, #commentform input, #commentform textarea {
	font-face: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	list-style-type: none;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

#commentavatar {
float: left;
height: 24px;
margin-right: 8px;
}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#commentauthorinfo {	
padding-top: 4px;
}

#commentauthorinfo a {
	font-size: 12px;
}


#commentmetadata a {
	font-size: 10px;
	font-size: 10px;
	color: #171717;
	text-decoration: none;
	font-weight: bold;
}

#commentmetadata a:hover {
	font-weight: bold;
	color: #fe0279;
	background: #171717;
}


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
border: 1px solid #171717;
	}

#commentform {
	margin: 5px 0 0 0;
	}
#commentform textarea {
	width: 602px;
border: 1px solid #171717;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 0 auto;
	float: right;
	color: #b3b3b3;
	background: #171717;
font-weight: bold;
font-size: 12px;
	}
/* End Form Elements */













/* -------------------- SIDEBAR ---------------------*/

p.hrline {
	width: 278px;
	height: 1px;
	background: #393939;
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

div.hrlinelong {
	width: 604px;
	height: 1px;
	background: #474747;
	margin-bottom: 12px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 302px;
	color: #c7c6c7;
}

#sidebar h1 {
	color: #fe0279;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
}

#sidebar h1 a {
	color: #fe0279;
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	text-decoration: none;
}

#sidebar h1 a:hover {
	color: #c7c6c7;
}

#sideEvents {
	position: relative;
	background: #171717;
	width: 278px;
	margin-bottom: 12px;
	padding: 12px;
	font-size: 10px;
}

#sideEvents img {
	border: 1px solid #393939;
	margin-top: 12px;
}

#eventsDate {
	position: relative;
	float: left;
	width: 60px;
	height: 46px;
	background: url(http://www.sugarandspikesrocks.com/images/eventsdate.gif);
	display: inline;
}

#eventsDateMonth {
	position: relative;
	top: 3px;
	text-align: center;
	color: #171717;;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
text-transform:uppercase;
}

#eventsDateDay {
	position: relative;
	top: 8px;
	text-align: center;
	color: #171717;;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}

#eventsInfo {
	position: relative;
	float: left;
	display: inline;
	padding-left: 12px;
	font-size: 10px;
	line-height: 11px;
	width: 72%;
}

#eventsInfo a {
	font-size: 10px;
	color: #fe0279;
	text-decoration: none;
}

#eventsInfo a:hover {
	color: #c7c6c7;
}

#eventsInfo h4 {
	font-size: 12px;
}

#eventsInfo h4 a {
	font-size: 12px;
	color: #c7c6c7;
}

#eventsInfo2 {
	position: relative;
	float: left;
	display: inline;
	padding-left: 12px;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 12px;
	width: 72%;
}

#eventsInfo2 p {
	padding: 0;
}

#eventsInfo2 h2 {
	padding-bottom: 8px;
}

#eventsblack {
	position: relative;
	background: #171717;
	color: #c7c6c7;
	margin-bottom: 12px;
	padding: 12px;
	padding-bottom: 0;
}

#eventsblack h2 {
	color: #fe0279;
}

#eventflyer {
	float: left;
	width: 320px;
	position: relative;
}

#eventflyer img {
	float: left;
	width: 320px;
	position: relative;
	border: 1px solid;
	border-color: #393939;
}

#eventcontent {
	float: left;
	width: 275px;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	margin-left: 12px;
}

#eventcontent a {
	font-size: 12px;
}



#models {
	width: 680px;
}

.modelbox {
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
	width: 205px;
	height: 306px;
}
.modelcaption {
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: block;
	width: 189px;
	background: url('http://www.sugarandspikesrocks.com/images/bgalpha.png') repeat;
	padding: 6px;
}
.modelbox a {
	color: #FE0279;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.modelbox a:hover {
	color: #b3b3b3;
}
#models img {
	width: 201px;
	height: 302px;
	border: 2px solid #333;
}




#sideGirls {
	position: relative;
	background: #171717;
	width: 290px;
	margin-bottom: 12px;
	padding: 12px 0px 0px 12px;
	font-size: 10px;
overflow: hidden;
}

#sideGirls img {
	border: 1px solid #393939;
	margin: 0 0 12px 0;
}
#sideGirls a {
	text-decoration: none;
}
#sideGirls a:hover {
	color: #fe0279;
}

#girl1 {
	float: left;
}

#girl1 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/jessie.gif)  no-repeat left top;
}

#girl1 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/jessie.gif)  no-repeat left bottom;
}

#girl2 {
	float: left;
}

#girl2 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/mika1.gif)  no-repeat left top;
}

#girl2 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/mika1.gif)  no-repeat left bottom;
}

#girl3 {
	float: left;
}

#girl3 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/candice.gif)  no-repeat left top;
}

#girl3 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/candice.gif)  no-repeat left bottom;
}

#girl4 {
	float: left;
}

#girl4 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/apryl.gif)  no-repeat left top;
}

#girl4 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/apryl.gif)  no-repeat left bottom;
}

#girl5 {
	float: left;
}

#girl5 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/eliza1.gif)  no-repeat left top;
}

#girl5 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/eliza1.gif)  no-repeat left bottom;
}

#girl6 {
	float: left;
}

#girl6 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/holland.gif)  no-repeat left top;
}

#girl6 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/holland.gif)  no-repeat left bottom;
}

#girl7 {
	float: left;
}

#girl7 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/constance.gif)  no-repeat left top;
}

#girl7 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/constance.gif)  no-repeat left bottom;
}

#girl8 {
	float: left;
}

#girl8 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/sasha1.gif)  no-repeat left top;
}

#girl8 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/sasha1.gif)  no-repeat left bottom;
}

#girl9 {
	float: left;
}

#girl9 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/jillian1.gif)  no-repeat left top;
}

#girl9 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/jillian1.gif)  no-repeat left bottom;
}

#girl10 {
	float: left;
}

#girl10 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/mizkatastrophe1.gif)  no-repeat left top;
}

#girl10 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/mizkatastrophe1.gif)  no-repeat left bottom;
}

#girl11 {
	float: left;
}
#girl11 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/gina1.gif)  no-repeat left top;
}
#girl11 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/gina1.gif)  no-repeat left bottom;
}

#girl13 {
	float: left;
}
#girl13 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/crystal.gif)  no-repeat left top;
}
#girl13 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/crystal.gif)  no-repeat left bottom;
}

#girl14 {
	float: left;
}
#girl14 a {
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/blessed.gif)  no-repeat left top;
}
#girl14 a:hover {
	background: url(http://www.sugarandspikesrocks.com/images/girls/blessed.gif)  no-repeat left bottom;
}




#girl12 {
	float: left;
	width: 133px;
	height: 50px;
	display: block;
	text-indent: -1000em;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-top: 7px;
	background: url(http://www.sugarandspikesrocks.com/images/girls/sslogo1.gif)  no-repeat left top;
}



#sidePhotos {
	background: #171717;
	width: 278px;
	margin-bottom: 12px;
	padding: 12px;
	font-size: 10px;
}

#sidePhotos img {
	border: 1px solid #393939;
	margin: 0 0 12px 0;
}

#sidePhotos a {
	font-size: 12px;
	color: #b3b3b3;
	text-decoration: none;
	font-weight: bold;
}

#sidePhotos a:hover {
	color: #fe0279;
}



#sideConnect {
	background: #171717;
	width: 278px;
	padding: 12px;
	font-size: 10px;
	margin: 0 0 12px 0;
	*margin: 0;
}

#sideConnect img {
	margin-bottom: 6px;
}


#connectFacebook a:link, #connectFacebook a:visited {
	height: 25px;
	width: 126px;
	display: block;
	text-indent: -1000em;
	background: url(http://www.sugarandspikesrocks.com/images/connectfacebook1.gif) no-repeat left top;
	border: none;
	margin-bottom: 6px;
}

#connectFacebook a:hover, #connectFacebook a:active {
	background-position: left bottom;
}

#connectMyspace a:link, #connectMyspace a:visited {
	height: 25px;
	width: 130px;
	display: block;
	text-indent: -1000em;
	background: url(http://www.sugarandspikesrocks.com/images/connectmyspace1.gif) no-repeat left top;
	border: none;
	margin-bottom: 6px;
}

#connectMyspace a:hover, #connectMyspace a:active {
	background-position: left bottom;
}

#connectEmail a:link, #connectEmail a:visited {
	height: 22px;
	width: 91px;
	display: block;
	text-indent: -1000em;
	background: url(http://www.sugarandspikesrocks.com/images/connectemail1.gif) no-repeat left top;
	border: none;
	margin-bottom: 6px;
}

#connectEmail a:hover, #connectEmail a:active {
	background-position: left bottom;
}

#connectTwitter a:link, #connectTwitter a:visited {
	height: 25px;
	width: 126px;
	display: block;
	text-indent: -1000em;
	background: url(http://www.sugarandspikesrocks.com/images/connecttwitter1.gif) no-repeat left top;
	border: none;
	margin-bottom: 6px;
}

#connectTwitter a:hover, #connectTwitter a:active {
	background-position: left bottom;
}




#footer {
	background: #171717;
	width: 960px;
}

#footerContent {
	position: relative;
	background: #171717;
	padding: 12px;
	color: #898887;
	font-size: 12px;
}

#footerContent img {
	display: inline;
}

#footerCopy {
	position: absolute;
	right: 152px;
	top: 22px;
	font-size: 10px;
}

#footerTitle {
	position: absolute;
	right: 12px;
	top: 14px;
}

#footerNav {
	position: absolute;
	left: 84px;
	top: 18px;
	color: #fe0279;
}

#footer a {
	color: #b3b3b3;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fe0279;
}











ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 500;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
zoom: 1;
	*padding-bottom: 12px;
	*padding-top: 12px;
}

ul.dropdown li.dir {
	padding-bottom: 12px;
}



ul.dropdown li a {
	color: #c7c6c7;
	font-size: 18px;
	line-height: 18px;
	padding: 11px 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}

ul.dropdown li a:hover {
	color: #fe0279;
	background: #1e1e1e;
	border-top: 8px solid #fe0279;
	*border: 0;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 2000;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 2000;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
	margin-top: 0px;
	background: #1e1e1e;
}

ul.dropdown ul li a {
 font-size: 14px;
	background: #171717;
display: block;
}

ul.dropdown ul li a:hover {
 font-size: 14px;	
	background: #1e1e1e;
	border: 0;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
 *visibility: hidden;
}

ul.dropdown li:hover > a.dir {
	 background-color: #2e2e2e;
	 color: #76b900;
	}















.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */




/* Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
