/*  
Theme Name: CRS Blog Theme
Theme URI: http://crs-blog.org/
Description: The first custom blog template.
Version: 3.0
Author: CRS Webunit
Author URI: http://crs.org

Copyright (c) 2007, Catholic Relief Services. All rights reserved.

*/

@import url('css/blueprint/screen.css'); /* BLUEPRINT CORE */
@import url("css/custom/presentation.css"); /* GRID PRESENTATION */
@import url("css/custom/typography.css"); /* TYPOGRAPHY */
@import url("css/custom/objects.css"); /* CONTENT OBJECTS: =images =multimedia */
@import url("css/custom/widgets.css"); /* WIDGETS */
@import url("css/blueprint/plugins/buttons/buttons.css");

/* code below should be moved to the objects stylesheet, once it is finished.  */


/*	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) */

#primary-content object, #primary-content embed {	display: block;
	margin-left: auto;
	margin-right: auto;}

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
	}
	
/* 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 */

.photoblock-narrow-right {width:175px;float:right; margin-left:1em;margin-right:1em;}
.photoblock-narrow-left {width:175px;float:left; margin-left:1em;}

.caption {font-size: 11px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
	font-style:oblique;

	margin-top:0;
}


