/*
Theme Name: SN theme1
Theme URI: http://stellasnotch.com/
Description: Official StellasNotch.com theme
Version: 2.2.1
Author: Chadface

/*
Enhancements
A. Header
	1. custom picture
	2. added horizontal nav bar
	3. custom back-background

B. Pages
	1. added pages
		a. 7 main pages (HOME, NEWS, BAND, MEDIA, NOTCHERS, MERCH, MANAGEMENT)
		b. 5 nest pages (Creation, Bio, Gallery, Videos, Lyrics)
		c. 17 sub nested pages (Beyond Wonderland lyrics, 6 photo gallery albums)
		d. 3 "hidden" pages (MAINTENANCE, SUCCESS, FAIL
	2. added sidebars
		a. SN HOME
			1. displays Latest News (CPL plugin - up to 5 posts, date, URL, content-up to more, comments count)
			2. displays Upcoming Gigs (WPTR plugin - table 1)
			3. displays management hyperlink (html jpeg hyperlink)
		b. NEWS
			1. NEWSBANK home hyperlink (html hyperlink)
			2. displays recent posts (CPL plugin)
			3. displays Past Post Archive drop box (WP code)
			4. displays SN external Links (WP code "Blogroll" or bookmarks)
		c. BAND
			1. displays Creation and Bios links (add in page templete)
			2. same side bar for Creation/Bios pages
		d. MEDIA
			1. displays Gallery, Videos, Lyrics (add in page templete)
			2. displays individual sublists in Gallery/ Lyrics sidebars (add in page templete)
		e. MANAGEMENT
			1. displays site admin links (WP code in page templete)
		f. MAINTENANCE
			1. displays maintenance message
			2. NO sidebar or NAV MENU
		g. SUCCESS
			1. used for successful newsletter subscription
			2. NO sidebar or NAV MENU
		h. FAIL
			1. used for unsuccessful newsletter subscription
			2. NO sidebar or NAV MENU
	3. added page templetes
		a. SN HOME
			1. used for home page
			2. style class "narrowcolumn2"
			3. sidebar "SNhome"
		b. altpage
			1. used for NOTCHERS & MERCH pages
			2. style class "narrowcolumn3"
			3. NO SIDEBAR
		c. band1
			1. used for BAND, Creation, Bios pages
			2. style class "narrowcolummn"
			3. sidebar "band1"
			4. footer "alt" (wordpress advertisement)
		d. footer-alt
			1. used for MERCH & NOTCHERS pages
			2. utilizes alternative text from standard footer, includes WP ad
		e. header-fix
			1. used for MAINTENANCE, SUCCESS & FAIL page
			2. removes NAV BAR
		f. lsidebar
			1. used for MANAGEMENT page
			2. uses exclusive ADMIN sidebar login function
		d. maintenance
			1. used for MAINTENANCE
			2. style class "narrowcolumn3"
			3. uses header "fix" (no nav menu)
			4. NO SIDEBAR
			5. footer "alt"
		e. media1
			1. used for MEDIA page main
			2. style class "narrowcolumn"
			3. sidebar "media1" (displays Gallery, Videos, Lyrics)
		f. media2
			1. used for GALLERY page
			2. style class "narrowcolumn"
			3. sidebar "media2" (displays main 3, includes photo albums)
		g. media3
			1. used for LYRICS page
			2. style class "narrowcolumn"
			3. sidebar "media3" (displays main 3, includes song listings)
		h. news
			1. used for NEWS page
			2. style class "narrowcolumn4"
			3. sidebar "news"
			4. displays table 1 (upcoming gigs)
			5. displays ALL recent posts (CPL plugin)
			6. displays SN home button (html hyperlink following posts)
		i. submit
			1. used for SUCCESS and FAIL pages
			2. style class "narrowcolumn3"
			3. uses header "fix" (no nav menu)
			4. NO SIDEBAR
			5. footer "alt"
	4. Page Templetes Modified
		a. archive
			1. changed div class to "narrowcomlumn4" to account for consistent NEWS page formatting
			2. uses 'news' sidebar
		b. footer
			1. uses alternative text for standard footer
		c.	header
			1. includes NAV BAR for all pages
		d. sidebar
			1. altered to call lsidebar for use
		e. single
			1. removed some of the default "comments" information and text
		

C. Plugins
	1. Lazy K Gallery
		a. enables picture gallery, easy photo management
		b. <!--lazy-k-gallery:subgallery=folder-name-->
	2. Cutomizable Post Listings
		a. enables custom listings of posts in NEWS sidebars
		b. <?php c2c_get_recent_posts(5, "<li>%post_date%:<br/>%post_URL%<br />%post_content_upto_more%<br/>Comments:%comments_count%<br/></li>"); ?>
	3. WP-Table Reloaded
		a. enables easy table for use in gig listing in sidebar and page
		b. <?php wp_table_reloaded_print_table('id=1'); ?>

D. Misc. structures
	1. CSS choices
		a. Fonts
	2. Newsletter SUBSCRIBE construct
		a. uses startlogic html scripts to enable fields for submission
		b. see master html scripts

E. DIV classes
	1. structures
		a. narrowcolumn- MANAGEMENT, MEDIA, BAND
		b. narrowcolumn2- SN HOME
		C. narrowcolumn3- NOTCHERS, MERCH, MAINTENANCE, SUCCESS & FAIL
		d. narrowcolumn4- NEWS, Archives 
		e. widecolumn - Posts
	2. headers
		a. h1 - blog title, blog description
		b. h2 - page titles, sidebar titles
		c. h3 - Latest Updates, NEWSBANK
		d. h4 - sidebar 'SN'
		e. h5 - nav menu
	3. sidebars
		a. sidebar - MEDIA & BAND sidebar
		b. sidebar2- SN HOME
		c. sidebar3- NEWS
	4. misc.
		a. nav menu - nav bar
	




/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Times New Roman, Arial, Sans-Serif; /*main body test font*/
	background: #d5d6d7 url('images/SNbackground.jpg') repeat center; /*image design BEHIND main body*/
	color: #333;
	text-align: center;
	}



#page { /*unknown control*/
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header { /*header image*/
	background: #73a0c5 url('images/sn_title1.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 100px;
	width: 758px;
	}
/*text sizes for various sections*/

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	color:#000000;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Century Gothic', Sans-Serif, Arial;
	font-weight: bold;
	}

h1 { /*blog title and description*/
	font-size: 20 pix;
	text-align: center;
	text-indent: -5000px; 
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 { /*individual page titles*/
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2, #sidebar2 h2, #sidebar3 h2 {
	font-family: arial
	font-size: 1.2em;
	}

h3 { /*NEWS side bar titles*/
	font-size: 1.3em;
	color:#FFFFFF;
	}

h5 { /*nav bar*/
	font-size: 1.2em;
	}

h5.pagetitle {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #363636;
	}

h5, h5 a, h5 a:visited, { /*font color for nav bar*/
	color: #77200f;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, { /*font color for side bar 'SN' 'Latest News', page title*/
		text-decoration: none;
	color: #363636;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, #sidebar h2, #sidebar2 h2,#sidebar3 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

.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;
	}

#sidebar, #sidebar2, #sidebar3 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

small, #sidebar ul ul li, #sidebar ul ol li,#sidebar2 ul ul li, #sidebar2 ul ol li,#sidebar3 ul ul li, #sidebar3 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#333333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover { /*Side bar links color*/
	color: #06c;
	text-decoration: none;
	}

a:hover { /*links hover color*/
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #7b7b7b;
	margin: 0 auto;
	padding: 0;
	height: 430px;
	width: 740px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn { /*"Management" & MEDIA & BAND page margin*/
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 500px;
	}
	

.narrowcolumn2 { /*"SNHome" margin*/
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 400px;
	}
	
.narrowcolumn3 { /*"Notchers" & "MERCH & MAINTENANCE" Page margin*/
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	width: 700px;
	}

.narrowcolumn4 { /*"NEWS" & archive page margin*/
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 10px;
	width: 450px;
	}

.widecolumn { /*post page margin*/
	float: right;
	padding: 20px 0 20px 0;
	margin: 5px 10px 0 0px;
	width: 470px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 50px 0px 0px 0px
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0px 20px 0px;
	text-align: center;
	}
	


/* End Structure */



/*	Begin Headers */
h1 {					/*main title*/
	font-size:60px;
	color:#000000;
	margin: 0 auto;
	text-align: center;
	height:40px;
	width:758px;
	}

h2 {					/*page titles*/
	margin: 10px 0 20px 0;
	text-align: center;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

h3 {					/*"Latest Updats" - "Newsbank" title*/
	font-size:20px;
	color:#000000;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	height:10px;
	width:500px;
	text-align: left
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {						/*sidebars headings*/
	margin: 10px 0 20px 0;
	}

h4.pagetitle {
	margin-top: 0px;
}

h5 {					/*nav bar*/
	margin: 10px 0 20px 0;
	text-align: center;
	}

h5.pagetitle {
	margin-top: 0px;
	text-align: center;
}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar2 h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar3 h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar4 h2 {
	margin: 5px 0 0;
	padding: 0;
	}


/* End Headers */


/* Begin Sidebar and NAV MENU*/
#sidebar /*MEDIA & BAND sidebars*/
{
	padding: 0px 0 0px 0;
	margin-right: 545px;
	width: 180px;
	margin-left: 20px;
			border: solid 3px black;
			overflow:hidden; 
	}
	
#sidebar form {
	margin: 0;
	}
	
#sidebar2 /*SNhome sidebar*/
{
	padding: 5px 0 20px 0;
	margin-right: 250px;
	width: 288px;
	height: 1250px;
	margin-left: 20px;
		border: solid 3px black;
		overflow:hidden; 
	}
	
#sidebar2 form {
	margin: 0;
	}

#sidebar3 /*"News" sidebar*/
{
	padding: 5px 0 20px 0;
	margin-right: 250px;
	width: 200px;
	height: 900px;
	margin-left: 20px;
		border: solid 3px black;
		background:#a4b0c4;
		overflow:hidden; 
	}
	
#sidebar3 form {
	margin: 0;
	}
	
	/*sidebar attributes
		-ul :first level
		-ul ul: nested list
		- ul ul ul: nested list within the nested list*/
		
					/*sidebar MEDIA & BAND attributes*/
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 0 10px 0;
	background:#a4b0c4;
	}
	

#sidebar ul li {
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 15px;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 10px 0 8px;
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 3px 0 0 10px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 10px 0 0 20px;

	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;

	}

				/*sidebar SNHOME*/
#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 5px 0 20px 0;

	}
	

#sidebar2 ul li {
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 15px;
	
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 10px 10px 8px 0px;
	
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 10px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 10px 0 0 20px;

	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 20px 0 0;
	padding: 0;

	}
					/*sidebar NEWS*/
#sidebar3 ul, #sidebar3 ul ol {
	margin: 0;
	padding: 5px 0 10px 0;

	}
	

#sidebar3 ul li {
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 15px;
	
	}

#sidebar3 ul p, #sidebar3 ul select {
	margin: 10px 0 8px;
	
	}

#sidebar3 ul ul, #sidebar3 ul ol {
	margin: 3px 0 0 10px;
	
	}

#sidebar3 ul ul ul, #sidebar3 ul ol {
	margin: 10px 0 0 20px;

	}

ol li, #sidebar3 ul ol li {
	list-style: decimal outside;
	}

#sidebar3 ul ul li, #sidebar3 ul ol li {
	margin: 3px 0 0;
	padding: 0;

	}

			/*nav menu attributes*/
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin:10px;
	padding: 0px 5px 5px 5px; color: 363636;
	}
#navmenu ul li a:hover {color:#de7740;
	 }

/* End Sidebar */

	 
/*Begin TABLE*/

/* general table styles */
table.wp-table-reloaded {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}

/*End Tables*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.entry_author_image
    {
    float: center;	

    margin: 5px 5px 5px 5px;
	width: 700px;
    }

img.ckp1 {
    margin: 5px 5px 5px 5px;
	padding: 50px 0px 0px 0px;
	height: 270px;
	width: 275px;


	}


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before,#sidebar2 ul ul li:before, #sidebar3 ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar2 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar2 #searchsubmit {
	padding: 1px;
	}

#sidebar3 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar3 #searchsubmit {
	padding: 1px;
	}


.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;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

