/*
Theme Name: Park Paradigm theme
Description: This theme was created and designed by <a href="http://www.jofarnold.com">Jof Arnold</a> from <a href="http://www.brainbakery.com">BrainBakery Ltd</a>
Version: 1.0
Author: Jof Arnold
*/

/* 
colors:
	green: 	#68a523
	grey: 	#333
	purple:	#bd8fd7

*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

body, html {
	padding: 0;
	margin: 0;
}

body {
	background: white url('images/top-fade.png') repeat-x 0 0 fixed;
	color: #333;
	font-family: 'Helvetica Neue','HelveticaNeue', helvetica,sans-serif;
	font-size: 15px;
	line-height: 150%;
}

#b {
	background: white url('images/texture.jpg') repeat 0 0;
	width: 1024px;
	position: relative;
	
		min-height: 1024px;
	position: relative;
		top: -42px;
}

#c {
	width: 1080px;
	margin: 20px auto;
	margin-bottom: 0;
	position: relative;
}

#t {
	background: transparent url('images/t-shad.png') no-repeat 0 0;
	width: 1080px;
	height: 42px;
}

#m {
	background: transparent url('images/m-shad.png') repeat-y 0 0;
	width: 1024px;
	padding: 0px 28px 0 28px;
}

a {
	color: #68a523;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #68a523;
	text-decoration: none;
}

#sidebar a {
	color: #bd8fd7;
	text-decoration: none;
}

#sidebar a:hover {
	color: white;
	background: #bd8fd7;
	text-decoration: none;
}

.entry {
	border-top: 1px solid #91cc4f;
	padding-left: 34px;
	margin-top: 10px;
}

#comments {
	border-top: 1px solid #91cc4f;
	margin-top: 10px;
	position: relative;
}

#commentTag, #commentsDiv {
	float: left;
}

#commentsDiv {
	width: 730px;
}

#entries {
	width: 700px;
}

#h, #entries, #sidebar {
	padding: 10px;
}

#entries {
	padding-top: 0px;
	width: 770px;
}

a img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#h a:hover {
	border: none;
	background: none;
}

h1 {
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent url('images/g-hoop.png') no-repeat 0 0;
}

#sidebar {
	padding-top: 0px;
	width: 224px;
	
}

#sidebar ul, #sidebar li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget li {
	margin-bottom: 5px;
}

#sidebar .widget, #qotd {
	border-left: 1px solid #bd8fd7;
	margin-bottom: 10px;
	background: transparent url('images/p-hoop.png') no-repeat 0 30px;
}

#sidebar .widget ul {
	padding: 10px;
}

.entry .links {
	padding-left: 10px;
}

h2.widgettitle {
	padding: 4px;
	margin: 0;
	font-size: 17px;
	color: #f7eaff;
	color: white;
	text-transform: lowercase;
	font-weight: lighter;
	text-align: center;
	letter-spacing: 0.35px;
	background: transparent url('images/widg-title.png') repeat-x 0 0;
	border: 1px solid #bd8fd7;
	border-left: none;
}

h2.title {
	font-weight: normal;
	font-size: 17px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #91cc4f;
	margin-top: 10px;
	padding: 10px;
	background: transparent url('images/g-fade.png') repeat-x 0 0;
	text-align: center;
	color: #68a523;
}

h2.commentPrompt {
	font-weight: normal;
	font-size: 17px;
	padding: 0;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #68a523;
}

#qotd {
	height: 180px;
	width: 204px;
	float: right;
	padding: 20px 10px 0 10px;
	background: none;
	overflow: hidden;
}

#qotdTitle {
	margin-bottom: 15px;
	clear: both;
}

#qotd cite {
	float: right;
	color: #bd8fd7;
}

#qotd blockquote {
	text-align: center;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #808080;
	clear:both;
	margin-top: 3px;
}

#qotd #quoteMore, #qotd #quoteMore:hover {
	color: #68A523;
	text-decoration: none;
	font-style: normal;
}


#logo, #portrait {
	float: left;
}

#logo {
	height: 180px;
	margin-left: -20px;
	padding-top: 20px;
}

#entries {
	padding-right: 0;
}

.entry blockquote {
	width: 680px;
	padding: 10px;
	margin: 10px;
	background: #ddeccc url('images/blockquote.gif') no-repeat 0 0; /* e8f9d5 */
	font-style: italic;
}

.entry p {
	padding-left: 10px;
	padding-right: 10px;
}


/*----------------------------*/


form#commentform {
	padding: 0px !important;
	margin: 0px !important;
}

#commentReply {
	padding: 10px 5px 14px 10px;
}

#commentReply {
	padding: 10px 5px 14px 50px;
}

ol#commentsList, ol#commentsList li {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

ol#commentsList li {
	padding: 10px 10px 3px 10px; /* 1px IE box */
}

ol#commentsList .links {
	margin-bottom: 0; /* IE box */
}

.theComment {
	font-style: italic;
}

.above {
	margin-top: 10px !important;
}

#comments h3.section {
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 15px;
}

#comments h3.section a {
	margin: 0;
	padding: 0;
}

#comments input, #comments textarea, #comments label {
	width: 356px;
	height: 18px;
	float: left;
	padding: 3px 6px;
	margin-bottom: 9px;
}

#comments label {
	width: 88px;
}

#comments input, #comments textarea {
	clear: left;
}

#comments textarea {
	height: 200px;
}

.moderation {
	font-weight: bold;
	font-style: italic;
}

.theComment p {
	padding-bottom: 6px;
}

#comments #submit {
	margin: 0px; /* !important; */
	padding: 0px !important;
	border: none !important;
	height: 25px !important;
	width: 75px !important;
	color: white;
	font-weight: bold;
	float: left;
	clear: left;
	border: none;
	margin-right: 7px;
}

#comments #submit, #searchsubmit {
	background: #68a523;
	color: white;
	border: 1px solid #68a523;
}

input, textarea {
	border: 1px solid #ccc;
	background: white;
}

.details {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

/*----------------------------*/

.navigation {
	padding: 10px 10px 10px 44px;
	width: 726px;
}

a.left, .left a, a.right, .right a {
	width: 350px;
	float: left; 
}

a.left, .left a {
	padding-left: 7px;
}

a.left, .left a {
	background-image: url(images/la.gif);
	background-repeat: no-repeat;
	background-position:  left center;
}

a.right, .right a, a.more-link {
	padding-right: 7px;
	text-align: right;
}

a.left:hover, .left a:hover {
	background-image: url(images/white-la.gif);
	background-repeat: no-repeat;
	background-position:  left center;
}

a.right, .right a, a.more-link {
	background-image: url(images/ra.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.right:hover, .right a:hover, a.more-link:hover {
	background-image: url(images/white-ra.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.fakeLink, a.fakeLink:hover {
	background: none;
	color: #333;
}

span.dvdr {
	color: #b3b3b3;
	font-size: 15px;
	margin: 0pt 8px;
	position: relative;
	bottom: 1px;
}

a.addthis:hover {
	background: none;
	border: none;
}

.bookmark {
 position: relative;
 top: 3px;
}

.rssButton {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

#footer {
	height: 30px;
	padding: 10px;
	margin-top: 10px;
	background: transparent url('images/g-fade.png') repeat-x 0 0;
	text-align: center;
	border-top: 1px solid #91cc4f;
}

.widget select {
	margin: 10px
}

.widget input {
}

.widget form#searchform {
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-top: 4px;
}


.widget input#s {
	margin: 0px;
	padding: 5px 3px 4px 5px;
	position: relative;
	width: 190px !important;
	line-height: 100% !important;
	height: 15px !important;
	top: 0px !important;
	margin: 10px;
	padding-left: 3px;
	padding-right: 3px;
	background: transparent url('images/35pc.png') repeat 0 0;
}



.widget input#searchsubmit {
	display: none;
}

span.searchterm1 {
	background: yellow;
}

.what {
	font-style: italic;
	line-height: 110%;
}

.why {
	margin-bottom: 15px;
}

.link, .desc {
	display: block;
}

#nav {
	margin: 0;
	padding: 0;
	padding: 10px 28px;
	text-align: right;
}

#nav {
	font-weight: normal;
	color: grey;
	font-size: 15pt;
}

#nav a {
	font-weight: bold;
	color: white;
	font-size: 11pt;
}

#nav ul, #nav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.rsswidget img {
	display: none;
}

h2 .rsswidget {
	color: white !important;
	font-weight: lighter;
}

h2 .rsswidget a:hover {
	background: none;
	color: white !important;
}
