/*
Theme Name: WoodHouse
Theme URI: http://wordpress.org/
Description: Custom theme based on Kubrick.
Version: 1
Author: David J McClelland
Author URI: http://davidjmcclelland.com/
Tags:, fixed width, two columns, widgets

*/

/* widget styling */

/* tag cloud */
#tag_cloud-3, #tag_cloud-4
{
	position:absolute;
	left:30px;
	top:0px;
	width:384px;
	height:202px;
	padding: 18px 20px 27px 0;
	margin: 0px auto 10px;
	border-right:1px;
	border-right-color:#999;
	border-right-style:solid;
}
#tag_cloud-3 h2.widgettitle, #tag_cloud-4 h2.widgettitle
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:16px;
	margin-left:0px;
}
/* blog roll */

#linkcat-2 h2.widgettitle, #recent-posts-3 h2.widgettitle
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:32px;
}

#linkcat-2 a, #recent-posts-3 a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

#linkcat-2 
{
	position:absolute;
	left:455px;
	top:0px;
	width:187px;
	height:162px;
	padding: 20px 20px 227px 0;
	margin: 2px auto 10px;	
}

#linkcat-2 ul, #recent-posts-3 ul 
{
	margin: 0 1em 0 0;
	list-style: none;
	padding: 0;
}
#linkcat-2 ul li, #recent-posts-3 ul li 
{
	padding: 0 0 0 0;
	line-height: 1.6em;
	font-size: 12px;
	list-style:none;
}

/* recent posts */
#recent-posts-3 
{
	position: absolute;
	left:652px;
	top:0px;
	width:187px;
	height:162px;
	padding: 20px 20px 227px 0;
	margin: 2px auto 10px;
}
/*
WP_Widget_Links
linkcat-2
WP_Widget_Categories
tag_cloud-3
WP_Widget_Recent_Posts
recent-posts-3
 end widget styling  */


/* Begin Typography & Colors */
#header 
{
	/*background: #73a0c5 url('images/woodhouse-logo.jpg') no-repeat bottom center;*/
}
.title
{
	margin: 0 auto 0 auto;
	float:center;
	width:100%;
	text-align:left;
}
/*top menu bar */
#topBar
{
	z-index:1;
}
#shadowTLCorner
{
	background-image:url(images/shadowTLCorner.jpg);
	height:20px;
	width:12px;
	margin-top:20px;
	margin-left:-66px;
}
#shadowTRCorner
{
	background-image:url(images/shadowTRCorner.jpg);
	height:20px;
	width:13px;
	margin-left:807px;
	margin-top:-20px;
	z-index::30;
}
#shadowTopLeft
{
	background-image:url(images/shadowTopLeft.jpg);
	height:315px;
	width:13px;
	margin-left:-67px;
	margin-top:20px;
}
#shadowTopRight
{
	background-image:url(images/shadowTopRight.jpg);
	height:315px;
	width:13px;
	/*margin-left:807px;*/
	margin-left:860px;
	z-index:30;
}
#navMenu
{
	background:#000;
	color:#000;
	height:20px;
	margin-left:-54px;
	margin-top:-20px;
	width:861px;
	padding-right:0px;
	z-index:30;
}
#navMenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#navMenu li 
{
	float:right;
	display: inline;
	padding: 4px 20px 2px 20px;
}
#navMenu li:before
{
	content:"\\\\  ";
	color:#26ABE4;
}
#navMenu a 
{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
}
#navMenu a:hover 
{
	color:#26ABE4;
}

#wh_logo
{
	background:url(images/woodhouse-logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	margin-left:20px;
	width:100%;
	height:50px;
	z-index:2;
	visibility:visible;
}
#wh_logo span
{
	visibility:hidden;
}
#wh_art
{
	background-image:url(banner/woodhouse.jpg);
	background-repeat:none;
	position:absolute;
	margin-left:-53px;
	top:40px;
	width:380px;
	height:212px;
	border-right:1px;
	border-right-color:#999;
	border-right-style:solid;
	z-index:1;
}
#wh_hr
{
	position:absolute;
	border-top:1px;
	border-top-color:#999;
	border-top-style:solid;
	width:380px;
	height:1px;
	left:381px;	
	top:-61px;
	width:480px;
	z-index:10;
}
#wh_logo_back
{
	background:url(images/woodhouse-logo-back.jpg);
	background-color:#EDEAE5;
	position:absolute;
	top:212px;
	width:380px;
	height:100px;;
	border-right:1px;
	border-right-color:#999;
	border-right-style:solid;
	border-top:1px;
	border-top-color:#999;
	border-top-style:solid;
}
#wh_info
{
	position:absolute;
	margin-top:65px;
	margin-left:114px;
	z-index:30;
	text-transform:uppercase;
	color:#26ABE4;
}
/* end header section */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #12B9E6;
	/* color: #26ABE4; */
	text-align: center;
}
#page 
{
	text-align: left;	
}
/* moves content to the right on front page*/
#content 
{
	font-size: 1.2em;
	margin-top:-213px;
	margin-left:381px;
	padding-left:20px;
	padding-right:20px;
	background-color:#EDEAE5;
}
.excerptWrap
{
	position:relative;
	min-height:80px;
	max-height:120px;
	top:46px;
	overflow:hidden;
	padding-bottom:40px;
	margin-top:-56px;
	margin-left:-40px;
	padding-bottom:92px;
	z-index:1;
}
#retweet
{
	position:absolute;
	background-image:url(images/retweetBtn.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:30px;
	top:0px;
	left:390px;
}
#commentCount
{
	position:absolute;
	margin-top:-10px;
	margin-left:0px;
	z-index:30;
	color:#26ABE4;
	font-size:10px;
}
hr
{
	color:#999;
	background-color:#999;
	height:1px;
	border:none;
	margin-left:-20px;
	margin-right:-20px;
}
.widecolumn .entry p {
	font-size: 1.05em;
	padding:0,0,0,20px;
	}

.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 #999;
}
.even, .alt {

	border-left: 1px solid #999;
}
#footer 
{
	/*background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	height:200px;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}
h1 
{
	font-size: 4em;
	text-align: center;
}
#headerimg .description 
{
	font-size: 1.2em;
	text-align: center;
}
h2 
{
	font-size: 1.2em;
	font-weight:bold;
}
h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:32px;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0,0,0,20px;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #999;
	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;
	padding-left:20px;
}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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 {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	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 {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page 
{
	margin: 20px auto;
	padding: 0;
	width: 760px;
	display: block;
}
#shadowPageLLCorner
{
	position:relative;
	background-image:url(images/shadowLLCorner.jpg);
	top:173px;
	height:8px;
	width:12px;
	left:-65px;
}
#shadowPageBottom
{
	position:relative;
	background-image:url(images/shadowUnder.jpg);
	height:13px;
	width:862px;
	left:-54px;
	top:189px;
}
#shadowPageLRCorner
{
	position:relative;
	background-image:url(images/shadowLRCorner.jpg);
	top:152px;
	height:8px;
	width:12px;
	left:808px;
}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	width: 758px;
	height:0px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 45px;
	margin: 0px 0 0;
	width: 440px;
	height:313px;
	background-color:#FFF;
	}

.widecolumn 
{
	background-image:url(images/wh_pageBack.jpg);
	background-repeat:repeat-y;
	padding: 0px 20px 80px 20px;
	margin-top:20px;
	width: 858px;
	left: -452px;
	top:204px;
	position:relative;
	height:100%;
}

#wh_space
{
	position:relative;
	height:60px;
}

.post {
	margin: 0px 30px 40px 30px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 30px 30px 30px 30px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	width:420px;
	}

.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 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0px 0px 0px 20px;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 20px 20px 20px 20px;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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;
	}
/* 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: 0px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/* damnable bullets
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

div .entry
{
	margin: 20px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* 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;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#respond
{
	width:400px;
	margin-left:20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 20px 10px 20px 0;
	}
#commentform textarea {
	width: 100%;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: visible;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	width:80%;
	padding: 20;
	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 Sidebar */
#sidebar
{
	position:absolute;
	padding: 38px 0 10px 0;
	margin-left: 0px;
	margin-bottom:100px;
	width:862px;
	top:63px;
}
#shadowSidebarLeft
{
	position:absolute;
	background-image:url(images/shadowTopLeft.jpg);
	top:90px;
	height:192px;
	width:13px;
	left:0px;
}
#shadowSidebarRight
{
	position:absolute;
	background-image:url(images/shadowTopRight.jpg);
	top:90px;
	height:192px;
	width:13px;
	right:0px;
}
#shadowSidebarLowerLeft
{
	position:absolute;
	background-image:url(images/shadowTopLeft.jpg);
	top:282px;
	height:322px;
	width:13px;
	left:0px;
}
#shadowSidebarLowerRight
{
	position:absolute;
	background-image:url(images/shadowTopRight.jpg);
	top:282px;
	height:322px;
	width:13px;
	right:0px;
}
#shadowLLCorner
{
	position:absolute;
	background-image:url(images/shadowLLCorner.jpg);
	top:584px;
	height:8px;
	width:12px;
	left:1px;
	margin-top:20px;
}
#shadowLRCorner
{
	position:absolute;
	background-image:url(images/shadowLRCorner.jpg);
	top:584px;
	height:8px;
	width:12px;
	left:875px;
	margin-top:20px;
}
#shadowSidebarUnder
{
	visibility:visible;
	position:absolute;
	background-image:url(images/shadowUnder.jpg);
	top:604px;
	height:13px;
	width:862px;
	left:13px;
}
/* black strip defines "above the line" on home page, shadows for blocks above and below*/
#sidebar #hBlock
{
	background-image:url(images/woodHouse-hBlock.jpg);
	background-repeat:none;
	position:relative;
	width:888px;
	height:90px;
	margin-left:-13px;
	border:none;
}
#sidebar #hBlock2
{
	background-image:url(images/woodHouse-hBlock2.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:206px;
	width:862px;
	height:38px;
	margin-top:18px;
	border:none;
}
#sidebar form {
	margin: 0;
	}
#sidebar #sidebarBanner1
{
	visibility:visible;
	position:absolute;
	top:70px;
	left:13px;
	height:222px;
	width:862px;
	background-color:#EDEAE5;
	margin-top:20px;
	margin-bottom:40px;
}
#sidebar #sidebarBanner2
{
	position:absolute;
	top:40px;
	height:249px;
	width:862px;
	background-color:#EDEAE5;
}
#sidebar hr
{
	color:#EEE;
}
#tweetmeme_button
{
	background-image:url(images/retweetBtn.jpg)
}
#more
{
	position:absolute;
	background-image:url(images/moreBtn.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:72px;
	top:242px;
	left:140px;
	cursor:pointer;
	z-index:40;
}
#widget1
{
	visibility:visible;
	position:absolute;
	height:264px;
	width:195px;
	top:-310px;
	left:-2px;
	padding: 0px 12px 4px 12px;
	border-right:1px;
	border-right-color:#999;
	border-right-style:solid;
	z-index:5;
}
#kb-advanced-rss-6
{
	visibility:visible;
	left:0px;
	position:absolute;
	height:216px;
	width:200px;
	top:-268px;
	padding: 4px 8px 4px 8px;
	font-size:10px;
	overflow:hidden;
	z-index:3;
}
#facebookBadge
{
	margin-left:24px;
	margin-top:6px;
	background-image:url(images/facebookBadge.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#facebookBadge h2
{
	position:absolute;
	left:72px;
	top:10px;
	text-transform:uppercase;
}
#widget2
{
	left:215px;
	position:absolute;
	height:264px;
	width:195px;
	top:-310px;
	padding:0px 12px 4px 12px;
	border-right:1px;
	border-right-color:#999;
	border-right-style:solid;
	overflow:hidden;
}
#kb-advanced-rss-5
{
	left:218px;
	position:absolute;
	height:216px;
	width:200px;
	top:-268px;
	padding: 4px 8px 4px 8px;
	font-size:10px;
	overflow:hidden;
}
#linkedinBadge
{
	margin-left:24px;
	margin-top:6px;
	background-image:url(images/linkedInBadge.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#linkedinBadge h2
{
	position:absolute;
	left:72px;
	top:10px;
	text-transform:uppercase;
}
#widget3
{
	left:431px;
	position:absolute;
	height:264px;
	width:195px;
	top:-310px;
	padding: 0px 12px 4px 12px;
	border-right:1px;
	border-right-color:#999;
	border-right-style:solid;
}
#kb-advanced-rss-3
{
	left:434px;
	position:absolute;
	height:216px;
	width:200px;
	top:-268px;
	padding: 4px 8px 4px 8px;
	font-size:10px;
	overflow:hidden;
}
#twitterBadge
{
	margin-left:24px;
	margin-top:6px;
	background-image:url(images/twitterBadge.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#twitterBadge h2
{
	position:absolute;
	left:72px;
	top:10px;
	text-transform:uppercase;
}
#widget4
{
	left:646px;
	position:absolute;
	height:264px;
	width:195px;
	top:-310px;
	padding: 0px 12px 4px 12px;
}
#kb-advanced-rss-4
{
	left:648px;
	position:absolute;
	height:216px;
	width:200px;
	top:-268px;
	padding: 4px 8px 4px 8px;
	font-size:10px;
	overflow:hidden;
}
#youtubeBadge
{
	margin-left:24px;
	margin-top:6px;
	background-image:url(images/youtubeBadge.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#youtubeBadge h2
{
	position:absolute;
	left:72px;
	top:10px;
	text-transform:uppercase;
}
/* End Sidebar */



/* 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 #000;
	}

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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	/*display: none;*/
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-left:20px;
	margin-right:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #999;
	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." */

