/*
Theme Name: npid
Theme URI: http://www.codeshed.net
Description: Nora Pickett Irish Dance Template.
Version: 1.0
Author: Codeshed Solutions
Author URI: http://www.codeshed.net
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region � Styles for comment thread, forms, etc.
5. Sidebar Region � Styles for widgets, additional menus lists and links.
6. Footer Region � Styles specific to the footer region.
7. Misc. & Plugins � Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/
html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #b0b5b0;
	background-color: #b0b5b0;
	background-color: #999999;
	background-image:url('images/background2.jpg');
	background-position:center;
	background-repeat:repeat-y;
	
}

a{
font-size: 100%;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

a:link {color:#631B1E;	text-decoration: none; }
a:visited {color: #631B1E; text-decoration: none; }
a:hover {color:#7F7F7F; text-decoration: none; }
a:hover img {}
a:active {color: #631B1E; text-decoration: none;}


#wrapper {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
}
/* Secondary Page Background Image*/
.subwrapper {
	background-image:url('images/npida_3d_logo.png');
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}


.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/

#header {
	height: 195px;
	width: 990px;
	margin-bottom: 5px;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	
}
.tagline {
	color:#7F7F7F;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:3px;
	font-weight:500;
	padding:0 0 0 0;
	margin-top:10px;
	vertical-align:top;
	}

/*
Red colour: #641B1E; 
Gold colour:#996600;
*/

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	width:990px;
	padding:0px;
	border: 0px solid black;
	float:left;
}

#content {
	float: left; 
	width:450px;
	padding: 0px;
	border: 0px solid black;
	height:512px;
	margin-left:30px;
	text-align:center;
	vertical-align:bottom;
	
	
}

#contentsubpage {
	float: left; 
	width:700px;
	padding-left: 20px;
	margin-left:15px;
	text-align: justify;  
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom:30px;
	border-left: 1px solid #CCCCCC;
	padding-top:10px;


}

#contentblog {
	float: left; 
	width:500px;
	padding-left: 20px;
	margin-left:15px;
	text-align: justify;  
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:130px;
	padding-bottom:30px;
	border-left: 1px solid #CCCCCC;
	padding-top:10px;
}



#contentsubpage img{
	text-align:left;
	
	
	
}

.pageimages img{
	padding:10px;
	border: 1px solid  #999999;

}

#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}

.contentdivde{
border-bottom:1px dashed #635245;
}

#menu{
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
	
	
	
	
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	text-align:left;
	line-height:2.0em;
	
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color:#631B1E;
	font-weight:bold;
	letter-spacing:1px;
	margin-left:20px;
	
}


#menu li a:hover {
	text-decoration: none;
	color: #7F7F7F;
	font-weight:bold;
}

/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Content Region ===*/

#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
	color:#631B1E;
}
#content a:hover {
	text-decoration: underline;
	color: #7F7F7F;
}
#content h1 {
	font-size: 1.5em;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.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;
}

.post, .page, .blog, .archive, .category{
	padding: 5px;
	font-size: .9em;

}

.post h2, .page h2{
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	padding: 0;
}
.post h3, .page h3{
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  color:#7F7F7F;
  
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:120%;
 	color: #7F7F7F;
}

.entry-content image {
	padding: 5px;
	border: 1px solid #cccccc;

}

.entry-content blockquote {
	
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 0;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Verdana, Arial, Helvetica, sans-serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
  font-size: .8em;
}
.entry-meta {
  margin: 10px 0 10px 0;
  border-bottom:1px solid #CCCCCC;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}

h2.pagetitle{
	font-size: 1.5em;
	font-weight:normal;
  	margin: 0;
  	padding: 0;
	margin-top:10px;
  	font-family:Verdana, Arial, Helvetica, sans-serif
  	
}

hr {
  color:#999999;
}


/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Sidebar Region ===*/
#sidebar {
	width: 160px;
	float: right;
	margin-top: 10px;
	padding:10px;
}


#sidebarpage {
	width: 160px;
	float: left;
	margin-top: 10px;
	padding:10px;
	padding-bottom:150px;
	background-image:url(images/hardshoe.png);
	background-position:center bottom; 
	background-repeat:no-repeat;

}


#sidebarRight {
	width: 175px;
	float: right;
	background:none;
}



#sidebar2 {
	float:right;
	width:375px;
	padding: 0 0 0 10px;
	margin-top:10px;
			
}


#sidebarhome {
	float:left;
	width:175px;
	padding: 20px 10px 0 0;
	border: 0px solid black;
	}
	
p.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	margin-top:10px;
	color: #666666;
	text-align: left;
	line-height:140%;
	
	}
	
p.signature {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	}


#sidebarhome2 {
	float:right;
	width:300px;
	padding: 0 0 0 10px;
	border: 0px solid black;
	height:515px;
	}
	
#sidebarhome2 a p{
	padding: 30px 35px 10px 10px;
	font-size:13px;
	}

#sidebarhome2 a{color:#ffffff; text-decoration: none; }
#sidebarhome2 a:link:{color:#ffffff; text-decoration: none; }
#sidebarhome2 a:visited {color: #ffffff; text-decoration: none; }
#sidebarhome2 a:hover {color: #ffffff;  text-decoration: none; }
#sidebarhome2 a:active {color: #ffffff; text-decoration: none;}


.clear{
clear:both;
}

a.button1 {
	display:block;
	float:left;
	margin-left:2px;
	margin-bottom:2px;
	height:162px;
	width:142px;
	background-image:url('images/button_shows_2.png');
	background-repeat: no-repeat;
}

a.button1:hover{
background-position: -142px 0;
color:#FFFFFF; 
}


a.button2{
	float:left;
	margin-left:2px;
	margin-bottom:2px;
	height:162px;
	width:142px;
	background-image:url('images/button_contact_2.png');
	background-repeat: no-repeat;
}
a.button2:hover{
background-position: -142px 0;
color:#FFFFFF; 
}

a.button3{
	float:left;
	margin-left:2px;
	margin-bottom:5px;
	height:162px;
	width:142px;
	background-image:url('images/button_classes_2.png');
	background-repeat: no-repeat;
	
}
a.button3:hover{
background-position: -142px 0; 
color:#FFFFFF; 
}
 
a.button4{
	float:left;
	margin-left:2px;
	margin-bottom:5px;
	height:162px;
	width:142px;
	background-image:url('images/button_news_2.png');
	background-repeat: no-repeat;
	background-image:
}

a.button4:hover{
background-position: -142px 0; 
color:#FFFFFF; 
}

.videobox{
	float:left;
	margin-left:5px;
	margin-bottom:0px;
	padding-bottom:0;
	height:179px;
	width:275px;
	background-image:url('images/video_placerholder.jpg');
	background-repeat: no-repeat;
}

a.button1smll{
	float:left;
	display:block;
	margin-left:2px;
	margin-bottom:2px;
	height:79px;
	width:69px;
	background-image:url('images/buttonsmll_shows.png');
	background-repeat: no-repeat;
}

a.button1smll:hover{
background-position: -69px 0;
}

a.button2smll{
	float:left;
	display:block;
	margin-left:2px;
	margin-bottom:2px;
	height:79px;
	width:69px;
	background-image:url('images/buttonsmll_contact.png');
	background-repeat: no-repeat;
}

a.button2smll:hover{
background-position: -69px 0;
}

a.button3smll{
	float:left;
	display:block;
	margin-left:2px;
	margin-bottom:5px;
	height:79px;
	width:69px;
	background-image:url('images/buttonsmll_classes.png');
	background-repeat: no-repeat;
}

a.button3smll:hover{
background-position: -69px 0;
}

a.button4smll {
	float:left;
	display:block;
	margin-left:2px;
	margin-bottom:5px;
	height:79px;
	width:69px;
	background-image:url('images/buttonsmll_news.png');
	background-repeat: no-repeat;
	background-image:
}

a.button4smll:hover{
background-position: -69px 0;
}


#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	color:#333333;
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li {
  font-size: .9em;
  margin-left: 0px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	text-align:left;
	margin-left:0;
}
#sidebar li a:hover {
	text-decoration: none;
}

h2.widgettitle {
	margin-top:15px;
	margin-bottom:5px;
	border-bottom: 1px solid #cccccc;

}
/*=== END SECTION 4 - Sidebar Region ===*/


/*=== START SECTION 5 - Footer Region ===*/
#footer {
	width:990px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	letter-spacing:2px;
	float:left;
	margin-bottom:20px;
}


#footer a:link, #footer a:visited {
	/*color: #474200;*/
	
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 5 - Footer Region ===*/



/*=== START SECTION 6 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	
}

#respond label {
	display: block;
	margin: 5px 0 5px 0;
	
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 6 - Comment Region ===*/
/*=== START SECTION 7 - Misc. & Plugins ===*/

#ss1 {
float:left;
height:514px;
width:470px;
border:0px solid #999999;
background-image:url(images/ss/loading.gif);
background-position:center center;
background-repeat:no-repeat;
}
/* insert your misc. styling here. */
.codeshed{
font-size:.8em;
}
.codeshed a{
color:#999999;
}
.codeshed a:hover{
color:#666666;
}
/*=== END SECTION 7 - Misc. & Plugins ===*/
