/* 
Theme Name: Plum Studio 
Description:  Fact & Fable Theme for Plum Studio
Version: 1.1
Author: Fact & Fable
Author URI: http://www.factandfable.com
Tags: fixed width, one column, widgets
*/

body {
		background: #DDCDAD url('images/plum_back_bottom.jpg') repeat-y center;	
        color: #34294C;
	font-family:"Times New Roman", Times, serif;
	margin: 0;
        font-size: 14px;
	text-align: center;
	}


#header {
	padding: 0; 
	height: 250px; 
     
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#wrap {
		background: #DDCDAD url('images/plum_back.jpg') no-repeat top center;
		min-height: 716px;
	width: 1207px;
	margin-left: auto;
	margin-right: auto;
}
#footerContent {
	font-size: .8em;
	text-align:center;	
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	height: 25px; 
	background: #DDCDAD;
	text-align:center;	
	width: 100%;
	padding: 10px;
	}

#page	{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	}

#content {
	color: #34294C;
	height: 335px;
	width: 695px;
        min-width: 696px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	float:left;
	margin-top: 100px;
	text-align: left;
	}
	
#search_content {
	color: #34294C;
	width: 695px;
	min-width: 696px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	float:left;
	margin-top: 100px;
	text-align: left;
	}	

#sidebar {
	color: #34294C;
	width: 300px;
        min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	margin-top: 10px;
	text-align: left;
	}
	
.no_list_style {list-style-type: none
	}
	
#menu {
	width: 127px;
	float: left;
	margin-top:100px;
	margin-left: 23px;
	}

#mainContent {
		color: #34294C;
	width: 725px;
        margin-right: 0px;
	overflow:hidden;
	text-align: left;
	float:right;
	margin-top: 96px;
	
}

/*  added to drop title of individual blogs down below navigation  */
.navigation {margin-bottom: 30px}


p {        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #333;
}
span {
        font-family:Georgia,serif;
	font-size: .8em;
	text-transform:uppercase;
	letter-spacing:2px; 
}

#blogContent{
	width: 525px;
	float: left;
	
}
#sizeM-content {
	width: 254px;
	float: left;
}

#sizeL-content {
	width: 500px;
	padding-right: 8px;
	float: left;
}
#sizeS-content {
	width: 200px;
	float: left;
}

#mapImage {
	position: absolute;
}

#floatLeft {
	float:left;
	margin: 5em;
}

#floatRight {
	float:right;
	margin-left: 18px;
	margin-bottom: 50px;
}
/*Begin Headers */

h1 {
	font-weight:bold;
	font-size:1.8em;
	padding-top: 70px;
	margin: 0;
	text-decoration: underline;
	}

h2 {
       /* color: #34294C;
	font-size: 1.1em;
	margin: 30px 0 0 0;
	text-decoration: underline;
	}*/
	font-size: 1.05em;
       	font-family:"Times New Roman", Times, serif;
       letter-spacing: .18px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	text-align: left;
        color: #222;

	}

h3 {
	font-size: .98em;
	font-weight:bold;
	padding: 0;
	text-decoration: none;
	}

h4 {
	font-size: 1.1em;
	font-weight: 900;
	font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; 
	text-transform: none;
	font-weight: 100; 
	margin-top: 0;
	margin-bottom: 0;
	}

/* Typography Attributes */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
	line-height: 1.5em;
	color: #777;
	}

strike {
	color: #777;
	}

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

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

a {
	color: #34294C;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #34294C;
	text-decoration: underline;
	}

h2 a:visited, h3 a, h3 a:visited {
	text-decoration: underline;
	}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Miscellaneous */


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

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
td img{
	padding-bottom: 12px;
}

/* Used for list category templates*/
.lcp_catlist a {text-decoration:underline;
}

.lcp_catlist li {list-style-type: none;
}


