/*
Theme Name: Moss N Stone
Theme URI: http://wordpress.org/
Description: Custom theme built for Moss N Stone.
Version: 
Author: Seventh Vision
Author URI: http://seventhvision.com.au/
Tags: 

*/

/*________ POSTS ________*/

#content .post {
padding: 10px 0 10px 0;
overflow: hidden;
width: 690px;
}

#content .post h3 a {
color: #5d5e09;
}

#content .post h3 {
padding-bottom: 5px;
}

#content .post .imgThumb {
float: left;
margin: 0 10px 10px 0;
}

#content .post small {
padding-bottom: 5px;
display: block;
font-weight: bold;
}

#content .post .location {
color: #a3a410;
}

/*________ POST CONTENT ________*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
clear: both;
	}

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
	}

.aligncenter {
clear: both;
}

/* 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;
display: inline;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*________ GALLERY ________*/

#content .entry .gallery {
overflow: hidden;
width: 690px;
padding-top: 10px;
margin-bottom: 20px;
}

#content .entry .gallery a {
float: left;
margin: 0 20px 20px 0;
}

/*________ WEDDING FORM ________*/

#content #weddingForm {
padding-top: 20px;
}

#content #weddingForm fieldset label {
width: 150px;
}

#content #weddingForm fieldset input {
margin: 0 0 10px 0;
width: 295px;
}

#content #weddingForm textarea {
width: 295px;
height: 102px;
}

#content #weddingForm input {
margin: 0 0 0 160px;
}

#emailBurner {
width: 180px;
}
#emailBurner p {
font-size: 90%;
}
#emailBurner input {
margin: 5px 0 0 0;
}
