

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body, div {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../img/paislyflyTile.png') repeat top;
	background-color: #E7EA71;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	height: inherit;
	text-align: center;
}

p {
	margin: 5px 0px;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 130%;
}
p.first:first-letter {
	font-size: 175%;
	font-weight: bold;
	color: #E4403C;
}

p img {
	margin: 10px;
}

h1, h2, h3 {
	letter-spacing: 1px;
}

h1 {
	font-family: Palatino Linotype, Book Antiqua, serif;
	font-size: 175%;
	margin: 10px 0px;
	color: #B0BA25;
	text-align: center;
	font-weight: bold;
}

h1:first-letter {
	font-size: 150%;
}

h2 {
	margin: 15px 0px;
	font-weight: bold;
	font-size: 120%;
}
h2:first-letter {
	font-size: 120%;
	#font-size: 150%;
}
a {
	cursor: pointer;
	color: #B0BA25;
	background-position: bottom;
	text-decoration: underline;
	overflow: visible;
}

div.hr {
	background: url('../img/hr.png') no-repeat;
	background-position: center;
	border-width: 0px;
	border-color: transparent;
	height: 23px;
	margin: 30px 0px;
	display: block;
}
hr {
	display: none;
}

ul {
	margin: 10px 0px 0px 20px;
	padding:0px;
}

li {
	line-height: 125%;
	margin-top: 7px;
	list-style-image: url('../img/listImg.png');
}

li.event {
	list-style-type: circle;
}
li.workshop {
	list-style-type: disc;
}


.red {
	color: #E4403C;
}
.green {
	color: #B0BA25;
}
.greenDark {
	color: #868e1c;
}
.orange {
	color: #F9A11B;
}
.blue {
	color: #4DC3CE;
}
.yellow {
	color: #FAF39D;
}
.purple {
	color: #5A0EAA;
}

.cockeyed {
	color: #B0BA25;
	font-weight: bold;
	letter-spacing: 2px;
}

.hiddenAtFirst {
	display: none;
}

.thickBorder {
	border-width: 10px;
	border-style: solid;
}

.thickBorderMargin {
	margin: 10px;
}

.padBorderRight {
	padding-right: 10px;
}
.padBorderLeft {
	padding-left: 10px;
}

.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

.textLarger {
	font-weight: bold;
	font-size: 120%;
}

.floatLeft, .floatRight {
	margin: 10px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.noMargin {
	margin: 0px;
}

.banner {
	position: relative;
	text-align: center;
	width: 700px;
	height: 148px;
}


.closeImgs {
	position: relative;
	padding: 0px 20px;
	width: inherit;
}
#marginSpacer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 75px;
	height: 450px;
	float: left;
	#display: none;	
}

.closeImgs p {
	width: 100%;
	text-align: left;
	margin: 0px;
}

.closeImgs h2.dates {
	position: relative;
	left: 50px;
}
.closeImgs p.pOne {
	position: relative;
	left: 100px;
}
.closeImgs p.pTwo {
	position: relative;
	left: 150px;
}

.closeImgs .floatLeft {
	margin: 20px 15px 10px 10px;
}
.closeImgs .floatLeft > img {
	padding-left: 0px;
}
.closeImgs .floatLeft > p {
	text-align: left;
}
.closeImgs .floatRight {
	margin: 20px 0px 10px 15px;
}
.closeImgs .floatRight > img {
	padding-right: 0px;
}
.closeImgs .floatRight > p {
	text-align: right;
}

.imgBlurb {
	margin: 15px;
}
.imgBlurb .blurb {
	margin: 0px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 120%;
}
.imgBlurb .blurb:first-letter {
	font-size: 120%;
}

.editSection {
	display: hidden;
}

.blogFrame {
	margin: 10px;
	width: 100%;
	height: 800;
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/********************* Page Components *****************************/

#container { 
	background-color: #FFFFFF;
	background-image: url('../img/paislyflyTileLight.png');
	_background-image: none;
	background-repeat: repeat;
	background-position: top;
	padding: 0px auto;
	margin: 0px auto;
	position: relative;
	width: 800px;
	overflow: hidden;
	text-align: left;
	border-left: #B0BA25 8px solid;
	border-right: #B0BA25 8px solid;
}
#containerRightShadow {
	background-image: url('../img/fourShadowRev.png');
	_background-image: none;
	background-repeat: repeat-y;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 4px;
	height: 100%;
	z-index: 100;
}
#containerLeftShadow {
	background-image: url('../img/fourShadow.png');
	_background-image: none;
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 4px;
	height: 100%;
	z-index: 100;
}

#header {
	position: relative;
	left: 250px;
	top: 20px;
	height: 260px;
	width: 508px;
}

#title {
	background-image: url('../img/title.png');
	position: absolute;
	left: -40px;
	height: 177px;
	width: 512px;
}

#flower {
	background-image: url('../img/flower.png');
	position: absolute;
	left: -25px;
	top: -40px;
	height: 148px;
	width: 147px;
}

#nav {
	position: absolute;
	left: -215px;
	top: 220px;
	width: 730px;
}
#navLinks {
	border-bottom: 6px #E4403C solid;
	padding-bottom: 10px;
	text-align: center;
}
#nav a {
	margin: 0px 7px;
	font-size: 125%;
}
#navUnder {
	background: url('../img/pageStart.png') no-repeat top left;
	width: 730px;
	height: 151px;
}
#adminBar {
	padding: 10px;
	border: 10px #5A0EAA solid;
	position: absolute;
	left: -100px;
	top: 0px;
	width: 200px;
}
#pageContent {
	position: relative;
	left: 0px;
	top: 0px;
	width: 770px;
	height: inherit;
}

#paisleyContent {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 50;
}
#paisleyContentDivSizer {
	width: 650px;
}
#paisleySpacer {
	position: relative;
	right: 0px;
	top: 0px;
	top: 280px;
	width: 390px;
	height: 385px;
	float: right;
	#display: none;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
}

#footer .footerTitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 20px 5px 20px;
	border-bottom: 1px solid #E4403C;
}

#pageEnd {
	background: url('../img/pageEnd.png') no-repeat top right;
	position: relative;
	left: 35px;
	#left: 0px;
	width: 730px;
	height: 76px;
	border-bottom: 6px #E4403C solid;
}

#flowerBot {
	background-image: url('../img/flowerUp.png');
	position: absolute;
	right: -27px;
	bottom: -32px;
	height: 142px;
	width: 148px;
}

#final {
	display: none;
}

#gMap {
	position: relative;
	width: 425px;
	height: 350px;
	margin: 20px;
}

.news {
	width: 400px;
}

.news .content {
	text-align: right;
}

#newsletterSub {
	padding: 5px;
	text-align: left;
	width: 170px;
	background-color: #FFFFFF;
}
#newsletterSubTable {
	color: #000000;
}

#blogContent h2 {
	margin-bottom: 0px;
}


/*********************** Individual Pages ************************/

body#home {
}

body#viewer, #viewer #sv {
	margin: 0px;
	padding: 0px;
	height: inherit;
	width: inherit;
}

body#home .homeCurrent,
body#about .aboutCurrent,
body#design .designCurrent,
body#blog .blogCurrent,
body#pictures .picturesCurrent,
body#links .linksCurrent,
body#events .eventsCurrent,
body#contact .contactCurrent {
	font-weight: bold;
}

body#home #pageContent {
	width: 800px;
}
body#home .closeImgs {
	#width: 400px;
} 
body#home .banner {
	position: relative;
	left: 47px;
}

body#about .closeImgs {
	margin: inherit 30px;
	width: 750px;
}
body#about .closeImgs p {
	text-align: left;
}
body#about .closeImgs .floatRight {
	margin-left: 30px;
}
body#about .closeImgs .floatLeft {
	margin-right: 30px;
}

#linksHolder {
	margin: 60px auto;
	width: 500px;
}
#linksHolder .leftLinks {
	position: relative;
	left: 0px;
	width: 375px;
}
#linksHolder .rightLinks {
	position: relative;
	left: 200px;
	width: 375px;
}

body#design .closeImgs {
	padding: 0px 50px;
	margin-bottom: 50px;
	width: 680px;
}

body#contact #content {
	margin: 0px auto;
	width: 600px;
}
body#contact #newsletterSub {
	float: right;
	position: relative;
	left: 30px;
	font-size: 120%;
}
body#contact p {
	margin: 10px 0px;
}

body#design #pageContent p {
	text-align: left;
	margin: 10px 0px;
}
body#pictures #flashViewer {
	width: 700px;
	height: 400px;
}
body#pictures #pageContent {
	margin: 30px;
	padding: 30px auto;
}
body#pictures #gallery {
	border: 1px #EEEEEE solid;
	width: 700px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}
body#pictures #galleryNav {
	text-align: center;	
}
body#pictures #galleryNav a {
	margin: 4px 10px 4px 10px;
	line-height: 170%;
}
body#events .banner {
	position: relative;
	left: 15px;
}
body#events #newsletterSub {
	position: absolute;
	right: 100px;
	top: 0px;
}

body#events #pageContent {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.eventTitle {
	text-align: left;
}
.eventContent {
	margin-left: 30px;
}

body#events #pageContent p {
	width: 300px;
	margin-bottom: 10px;
}

body#admin #pageContent {
	padding: 30px 0px;
	border-top: 10px #B0BA25 solid;
	border-bottom: 10px #B0BA25 solid;
	width: 100%;
	text-align: center;
}
body#admin {
	margin-top: 30px;
}

body#blog #pageContent {
	margin: 30px 5px;
}


/***********************************************************************
                            TinyMCE Editor Styles
***********************************************************************/

#tinymce {
	background-color: #FFFFFF;
	background-image: url('../img/paislyflyTileLight.png');
	background-repeat: repeat;
	background-position: top;
}


/***********************************************************************
                            WordPress-Created Styles
***********************************************************************/



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0px 0px 0px;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.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;
}
*/
.entry {
	width: 450px;
}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	/*float: right;*/
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#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 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Sidebar */

/* 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;
	}

#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 */


