/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
body{ background-attachment: fixed; }

p{font-family:"Georgia", serif} 

.hackadelic-sliderPanel {
	border: 1px solid #e90070;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid lightgrey;
p{font-family:"Georgia", serif} 
	color: #e90070;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em; font-family:"Georgia", serif; 
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}

h6.sub{ margin: 0 0 10px 0;padding: 0 0 5px 0; font-size: 10px;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 2px; color: #403D3D;border-bottom: 3px solid #999999;top-bottom: 3px solid #999999; font-family:"Georgia", serif}

.rounded:before {
  background: transparent url(images/top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(images/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}


.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(images/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(images/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

/* Chris overrides for new theme */
/* .postid-1689 is a draft test page */

body.postid-1689 {
	background: url(images/new/bg-repeater.png);
}

.postid-1689 #footer-wrap {
	background: none;
	border: none;
}

.postid-1689 #footer ul li a {
	border: none;
}

.postid-1689 #footer ul li a:hover {
	background: none;
	color: #AD0054;
	text-decoration: underline;
}

.postid-1689 .container {
	box-shadow: 0px 0px 16px 1px #ccc;
}
