/*
Theme Name: Sunshine Dance
Theme URI: http://www.wordpressthemespark.com
Version: 1.0
Description: 2 Column, Right Column Theme
Author: Wordpress Themes Park
Author URI: http://www.wordpressthemespark.com
Author mail: wordpressthemespark@gmail.com
*/


/* DO NOT REMOVE THE CREDITS AND FOOTER LINKS */




/* Links */

a:link { text-decoration: none; color: #DD3012; }

a:visited { text-decoration: none; color: #b62911; }

a:hover, a:active { color: #ec3313; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-right: 15px;}

h1 { font-size: 25px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px;  text-decoration: none;}

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a:link {
	color: #FFFFFF;
}

/* Other Html Elements */
.titles {
	font-weight: normal;
	border-bottom-width: 0;
	font-size: 24px;
	text-decoration: none;
	underline: none;
	color: #DD3012;
}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	color: #B73313;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #2b2a2a;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code {
	color: #B73313;
	font-family: Consolas, Verdana, "Courier New", Sans-Serif;
}

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins {
	text-decoration: none;
	color: #B73313;
}

/* Structure */
html {
min-width: 1000px;
}
body
{
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-color: #EE5F03;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background-repeat: no-repeat;
	min-width: 1000px;
	background-position: top;
	background-attachment: inherit;
}

#wrapper2 {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header
{
	float: right;
	width: 768px;
	padding-bottom: 260px;
	text-align: left;
	height: 131px;
	margin: 0px;
	padding-top: 0px;
}

#navigation
{
	float: right;
	width: 758px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

#wrapper
{
	float: left;
	width: 100%;
	color: #CCCCCC;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}

#fullwrapper
{
	float: left;
	width: 100%;
	color: #CCCCCC;
	background-image: url(images/full-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}


#content-wrapper
{
	width: 65%;
	float: left;
}
#content-wrapper-full
{
	width: 100%;
	float: left;
}
#content
{
	float: left;
	padding: 24px 0px 10px 30px;
	width: 480px;
}
#fullcontent
{
	float: left;
	padding: 24px 30px 10px 30px;
}

#footer
{
	width:776px;
	clear: both;
	float: left;
	text-align: left;
	background: #000 url(images/footer-bg.jpg) no-repeat center top;
	height: 126px;

}
.bottom{
	margin: 0px;
	padding-left: 30px;
	padding-top: 70px;
	width: 480px;
	float: left;
}

.bottom2{
	margin: 0px;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 70px;
}

#footer a
{
	color: #CCCCCC;
	font-weight: bold;
}

#footer a:hover
{
	color: #ec3313;
}
#footerfull
{
	width:776px;
	clear: both;
	float: left;
	text-align: left;
	background: #000 url(images/footer-bg-full.jpg) no-repeat center top;
	height: 126px;

}

#footerfull a
{
	color: #CCCCCC;
	font-weight: bold;
}

#footerfull a:hover
{
	color: #ec3313;
}
#extras
{
	float: left;
	width: 780px;
	color: #CCCCCC;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 {
	float:left;
	padding-left: 24px;
	font-size: 40px;
	width:500px;
	margin: 0px;
	padding-top: 0px;
}

#header h1 a{
	color: #333333;
	}

/* Navigation */

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin: 0px;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
}

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #CCCCCC;
	display: block;
	padding-right: 10px;
	margin-right: 1px;
	border: none;
	height: 33px;	
}

#navigation li a:hover,
#navigation li a:active
{
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation li.active a
{
	color: #555555;
	background-color: #CCCCCC;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; text-decoration: none; }

#wrapper a:visited { font-weight: bold; text-decoration: none;}

#wrapper a:hover, #wrapper a:active { text-decoration: none;}

/* Content */

#content .post-title a { border-bottom-width: 0; text-decoration: none; }
.newsimage {
  float: left;
  border: 0px #7F7772 none;
  padding: 0px 14px 4px 4px;
}
#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{
	font-size: 90%;
	color: #888888;
	margin-bottom: 5px;
	padding:5px 5px 5px 5px;
	border: 1px solid #611c0b;
	background-color: #2b2a2a;
}

/* Sidebar */

.sideblock
{
	padding: 5px 0 5px 14px;
	margin-bottom: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/sidebar.gif);
}

.sideblock ul { }

.sideblock h3 { margin-top: 5px; font-size: 14px; text-transform: uppercase; }

#sidebar-wrapper
{
	width: 250px;
	float: right;
}

#sidebar
{
	float: right;
	padding: 20px 15px 10px 10px;
	width: 230px;
}
/* Extras */

#extras h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
}

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; }


.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #CCCCCC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
}

#left {
	width: 60px;
	float: left;
}

.slogan {
	font-size: 13px;
	color: #CCCCCC;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}

input {
	background-color: #2b2a2a;
	border: 1px solid #611c0b;
	color:#CCCCCC
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rss {
	width: 130px;
	height: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-right: 70px;
}


/* tbox */

.tbox {
	width: auto;
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin: 1px;
	color: #CCCCCC;
}
#item {
	width: 98%;
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
}
.tbox.chatbox {
	width: auto;
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	color: #CCCCCC;
	margin-top: 3px;
	margin: 10px 0;
}
.npdropdown {
  width: auto;
	margin: 0 0 0px 0;
	padding: 3px 3px 3px 3px;
	height: auto;
	text-align: left;
}
.tbox.comment.subject {
  width: 100%; 
	border: 0px none #611c0b;
  border-collapse: collapse;
	background-color: #000;
	margin-top: 3px;
	color: #CCCCCC;
  }
#comment.tbox.comment {
  width: 100%; 
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
}
#contactForm textarea.tbox {
  width: auto; 
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
}
input#helpb.helpbox {
  float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
#commentform .helpbox{
  width: 98%; 
	border: 0px none #611c0b;
  border-collapse: collapse;
	margin-top: 1px;
	color: #CCCCCC;
}

.indent {
	background-color: #2b2a2a;
	border: 1px solid #611c0b;
	color:#CCCCCC
} 
.button {
	background-color: #000;
	border: 1px solid #611c0b;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: auto;
	cursor: pointer;
	margin: 2px ;
	padding: 2px; 
}
.nextprev{
	width: auto;
	border: 0px none #611c0b;
  border-collapse: collapse;
	background-color: transparent;
	margin: 3px;
	color: #CCCCCC;
}

.smalltext, .smallblacktext, .tbox{
	font: normal 8pt;
}

.helpbox {
  width: 98%;
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
}

/* FORUM */

.fborder {
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
}
/* forum parent headers, forum captions */
.nforumcaption{
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
	text-align: left;
}
.forumheader{
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #DD3012;
	text-align: left;
	font-size: 110%;
	line-height: 30px;
	padding: 0 2px;
}
.finfobar{
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #2b2a2a;
	margin-top: 3px;
	color: #CCCCCC;
	text-align: left;
}

/* two left columns */
.forumheader2{
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #000;
	margin-top: 3px;
	color: #CCCCCC;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #000;
	margin-top: 3px;
	color: #CCCCCC;
	text-align: left;
}

.forumborder {
	border: 1px solid #611c0b;
  border-collapse: collapse;
	background-color: #000;
	margin-top: 3px;
	color: #CCCCCC;
	vertical-align: top;
	text-align: left;
}

/* where it says forum, information and all tables across */
.fcaption {
	border: 0px solid #611c0b;
  border-collapse: collapse;
	background-color: #000;
	margin-top: 3px;
	color: #CCCCCC;
	font-size: 110%;
	line-height: 30px;
	text-align: left;
}

/*sub links */
div.menuBar,
div.menuBar a.menuButton, div.menuButton, div.menuButton_over, 
div.menu,
div.menu a.menuItem {

}

div.menuBar {

}

div.emenuBar {

}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
  color: #CCCCCC;
  background-color: transparent;
  border:0px none #333333;
  text-decoration: none;
  position: relative;
  text-decoration: none;
  
	width: 758px;
	padding:0 10px;
	margin-top: 0px;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
     color: #FFFFFF;
     background-color: transparent;
     border:0px none #555555;
     text-decoration: none;
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, 
div.menuBar a.menuButtonActive:hover {
  color: #FFFFFF;
  background-color: transparent;
  border:0px solid #none;
  text-decoration: none;
}

div.menu {
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  z-index: 101;
  color: #FFFFFF;
  
}
/*****************sub links *********************/
div.menu a.menuItem {
  display: block;
  color:#CCCCCC; 
  text-decoration:none; 
  padding:5px 13px 5px 13px;
  background-color: #000;
  margin: 0px 0px 0px 0px;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #131212;
}

div.menu a.menuItem span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #FFFFFF;
}

div.menu a.menuItem:hover span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #FFFFFF;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 0px solid #a5a5a5;
  border-bottom: 0px solid #ffffff;
  margin: 4px 2px;
}

a.menuItem.header {
  border-bottom: 0px solid #b3b3b3;
}