/*  
Theme Name: New Scotland Country Dance Society
Theme URI: http://newscotland.shelltec.de
Description: Theme for the New Scotland Country Dance Society based upon your-theme project @ http://themeshaper.com/wordpress-themes-templates-tutorial/
Author: Florian Betz
Author URI: http://www.merls-blog.de
Version: 0.9
Tags: New Scotland, 3-Column
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/3c-b.css');

/* Import Clearfix */
@import url('styles/clearfix.css');

/* Import Superfish */
@import url('sf/css/superfish.css');

#wrapper {
	margin: 0 auto;
	width: 960px;
}

a {
	color: #000;
}


/* Head */

/* Navigation */
#access {
	/* margin: 0 0 1.5em 0; */
	margin: 0 0 0 0;
	background: #253f0f;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	z-index:2;
}

.page-navi {
	margin: 0 0 0 0;
	background: #5f335c;
	padding: 0 0 0 0;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

#nav {
	margin:0 0 0 0;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.skip-link {
	position:absolute;
	left:-9000px;
}

.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* Superfish Skin */

.sf-menu {
	float:			left;
	margin-bottom:	1em;
	padding-left:	10px;
}
.sf-menu a {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#eef3ec;
}
.sf-menu li {
	background:		#5f335c;
}
.sf-menu li li {
	background:		#5f335c;
}
.sf-menu li li li {
	background:		#5f335c;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#253f0f;
	outline:		0;
}

/* End of Supferfish Skin */


#site-title {
	/*float: left;*/
	margin: 0 0 18px 0;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	text-align:center;
}
#site-title a {
	color: #eef3ec;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
/*	clear: right;
	float: right;
*/
	font-style: italic;
/*	margin: 14px 0 18px 0; */
	width: 100%;
	text-align:center;
	color:#eef3ec;
}

#branding {
	width:960px;
	height:131px;
	display: table-cell;
	vertical-align: middle;
	background-repeat:no-repeat;

}

/* Sidebar */

#primary, #secondary {
	float: left;
	overflow: hidden;
	width: 180px;
	min-height: 350px;
	background: #6f4d6d;
	margin-top: 35px;
}


#primary, #secondary {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px; 
}

.widget-title {
	font-weight:bold;
	font-style: italic;
	font-size: 110%;
	background-color:#253f0f;
	color: #eef3ec;
	padding: 0 0 0 5px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
}

.widget-container {
	list-style-type: none;
	margin: 0 0 5px 0;
}

.widget-container a {
	text-decoration:none;
	font-weight: bold;
}

#primary > ul, #secondary > ul {
	padding:0 0 0 0px;
	margin:0 0 0 0;
}

.widget-container ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
}

#searchform label {
	display:none;	
}

#s {
	background-color: #eef3ec;
	margin:5px 0 5px 0;
	width: 100%;
	border: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
}

#searchform {
	margin: 0 5px 0  5px;
}

#searchsubmit {
	float:right;
	margin: 0 0 5px 0;
}

/* End Sidebar */

/* Main Area */

#content {
	padding: 0 10px 0 10px;
	background: #eef3ec;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	z-index:1;
	min-height: 500px;
}

/* Don't display Navigation above single posts */
.single #nav-above {
	display:none;
}

#nav-above {
	padding: 5px 0 0 0;	
}

#nav-below {
	padding: 0 0 5px 0;	
}

.nav-previous {
	float: left;
}

.nav-previous a {
	color: #000;
	text-decoration: none;
	font-style:italic;
}

.nav-previous a:hover, .nav-previous a:active {
	color: #000;
	text-decoration: none;
	font-style:italic;
	border-bottom: 1px black solid;
}

.nav-next {
	float: right;
}

.nav-next a {
	color: #000;
	text-decoration: none;
	font-style:italic;
}

.nav-next a:hover, nav-next a:active {
	color: #000;
	text-decoration: none;
	font-style:italic;
	border-bottom: 1px black solid;
}

.post, .page {
	padding: 5px 0 10px 0;	
}

.entry-title {
	font-size: 170%;
	line-height:1;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:active {
	text-decoration: none;
	font-style:normal;
}

.entry-meta {
	border-top: 2px #5f335c solid;
}

.entry-meta a {
	text-decoration:none;
	border-bottom: 1px black dotted;
}

.entry-meta a:hover, .entry-meta a:active {
	border-bottom: 1px black solid;
}

.meta-prep-entry-date {
	display: none;
}

.entry-meta .meta-sep {
	display: none;
}

.entry-date {
	background: #5f335c;
	padding: 0 2px 0 3px;
	margin: 0 2px 0 0;
	color: #eef3ec;
	display:block;
	float: left;
}

.entry-meta .edit-link {
	display:block;
	float: right;
}

.entry-content, .entry-summary {
	margin: 5px 0 0 0;	
}

.entry-utility {
	font-style: italic;	
}

.entry-utility .meta-sep {
	display:none;
}

.entry-utility .tag-links {
	display:block;	
}

.entry-utility .comments-link {
	display:block;
}

.entry-utility .edit-link {
	/*display:block;*/
	display:none;
	float: right;
}

.entry-utility-prep {
	font-weight: bold;	
}

.single .entry-utility {
	padding: 0 20px 10px 20px;	
}

.post-edit-link {
	text-decoration: none;
	border-bottom: 1px black dotted;
}

.post-edit-link:hover, .post-edit-link:active {
	border-bottom: 1px black solid;
}


/* Comment Area */

#comments {
	border-top: 1px black dashed;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
}

.comments {
	padding: 0 0 0 10px;
}

.comments > h3 {
	font-size: 130%;
	font-weight: bold;
	font-style:italic;
	margin: 0 0 10px 0;
}

.avatar {
	float: right;
	height: 50px;
	width: 50px;	
}

.comments ol {
	list-style-type: none;	
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.comments ul {
	list-style-type: none;	
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.comment {
	border-top: 1px black dotted;
/*	padding: 0 0 10px 0; */
	margin: 10px 0 0 0;
}

.comment-meta {
	font-style: italic;	
}

.comment-meta a {
	text-decoration: none;
	border-bottom: 1px black dotted;
}

.comment-meta a:hover, .comment-meta a:active {
	border-bottom: 1px black solid;
}

.comments .fn {
	line-height:1.5;
	font-style:italic;
	font-weight: bold;
}

.comments .fn > a {
	text-decoration: none;
	font-weight: bold;
}

.comment-author {
	font-style:italic;	
}

.comment-author > a {
	text-decoration: none;
	font-weight: bold;
}

.comment-author a:hover, .comment-author a:active {
	text-decoration:underline;	
}

.comment-reply-link a {
	text-decoration: none;
	border-bottom: 1px black dotted;
}

.comment-reply-link a:hover, .comment-reply-link a:active {
	border-bottom: 1px black solid;
}

.trackback {
	border-top: 1px black dotted;
	padding: 0 0 10px 0;
}

.trackback .edit-link a {
	text-decoration:none;
	border-bottom: 1px black dotted;		
}

.trackback .edit-link a:hover, .trackback .edit-link a:active {
	border-bottom: 1px black solid;		
}

#respond {
	border-top: 1px black dashed;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
}

#respond > h3 {
	font-size: 130%;
	font-weight:bold;
	font-style: italic;
}

#respond > .formcontainer {
	margin: 0 0 0 10px;	
}

#login {
	font-style: italic;	
}

#login a {
	text-decoration:none;
	border-bottom: 1px black dotted;
}

#form-allowed-tags code {
	display:block;
	margin: 0 0 0 10px;
	border: 1px black dashed;
	padding: 2px;
	margin: 0 5px 0 0;
}

.form-textarea #comment {
	width: 100%;
	border: 2px black groove;
}

.form-textarea {
	margin: 0 7px 4px 0;	
}

/* pages */
.page-link-by-cat a {
	text-decoration: none;	
}

#rel_art h3 {
	font-weight:bold;
}

