/*
Theme Name: Mindy Long

Description: This is a WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net
Date: 06-08-2009


/*-----------Block Level Elements--------------*/

html, body
	{
	
	}

Body
	{
	color: #222;
	background-color: #F8F8F8;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	
	margin: 0;
	padding: 0;
	}

#page
	{
	width: 793px;
	margin: 0px auto 0px auto;
	background-image: url('images/page_bkgd.gif');
	background-repeat: repeat-y;
	}

#header
	{
	height: 133px;
	background-image: url('images/header_bkgd.gif');
	margin: 0px 0px 0px 0px;
	}

#blog #header
	{
	background-image: url('images/blog_header_bkgd.gif');
	}

#header img
	{
	margin: 0px 0px 0px 30px;
	}

#content
	{
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	}

#content div.inner
	{
	margin: 0px 28px 20px 33px;
	padding: 0;
	position: relative;
	min-height: 430px;
	}

#left_column
	{

	}

.wide_column
	{
	width: 555px;
	margin-left: 57px;
	}

.wide_column .entry
	{
	margin-left: 50px;
	}

.has_left_sidebar
	{
	width: 475px;
	margin-left: 250px;
	}

.has_right_sidebar
	{
	width: 475px;
	
	}

ul
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

a
	{
	outline: none;
	}

#footer
	{
	background-image: url('images/footer_bkgd.gif');
	background-repeat: no-repeat;
	font-size: 90%;
	margin: 0px auto;
	padding: 0px 0;
	width: 793px;
	height: 36px;
	clear: both;
	color: #fff;
	}

#footer a
	{
	color: #003B92;
	text-decoration: none;
	}

#footer p.copyright
	{
	float: left;
	margin-left: 55px;
	padding-top: 7px;
	}

#footer p.iknow
	{
	float: right;
	margin: 0px 45px 0 0px;
	padding-top: 7px;
	}


/*-------------Text elements-------------*/

a
	{
	color: #003B92;
	}

p
	{
	margin: 0 0 15px 0;
	padding: 0;
	}

.hidden
	{
	position: absolute;
	left: -999em;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	color: #2D357D;
	font-family: Georgia, serif;
	}
h1
	{
	color: #003B92;
	font-size: 160%;
	margin: 0px 0px 15px 0px;	
	}

h2
	{
	font-size: 135%;
	margin: 0px 0px 10px 0px;
	color: #6BA922;
	}

h3
	{
	font-size: 100%
	}

h4
	{
	font-size: 110%
	}

h5
	{

	}

h6
	{
	font-size: 50%
	}


/*-------------Top Nav-------------*/

#topnav
	{
	font-family: Verdana, arial, helvetica, sans-serif;
	height: 25px;
	width: 777px;
	margin: 0 auto;
	line-height: 100%;
	padding-top: 108px;
	}

#topnav ul
	{
	position: relative;
	height: 25px;
	margin-left: 29px;
	border-right: 5px solid #fff;
	float: left;
	}

#topnav ul li
	{
	float: left;
	background-color: #95D74B;
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 25px;
	}

#topnav ul li a
	{
	color: #222222;
	font-size: 13px;
	display: block;
	padding: 6px 18px 7px 18px;
	text-decoration: none;
	}

#topnav ul li ul
	{
	margin: 0px;
	border-left: 0px solid;
	width: 170px;
	position: absolute;
	visibility: hidden;
	background-color: #5777B2;
	}

#topnav ul li li
	{
	width: 170px;
	height: 27px;
	background-color: #5777B2;
	border-right: 0px solid #fff;
	}
	

#topnav li ul li a
	{
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0px 6px 10px;
	}

#topnav a:hover
	{
	background-color: #FFF;
	color: #000;
	}

#topnav ul li.current_page_item a
	{
	color: #000;
	background-color: #FFF;
	}

#topnav ul li.current_page_item li a
	{
	color: #fff;
	background-color: #5777B2;
	}

#topnav ul li.current_page_item li a:hover
	{
	background-color: #EFF0EA;
	color: #000;
	}


/*-------------FCK Editor templates-------------*/


/*-------------The Post-------------*/

.post
	{
	
	}

.page_content
	{
	margin: 0px 0px 0px 0px;
	}

.post p
	{
	margin: 0px 0px 10px 0px;
	}

.post .entry
	{
	line-height: 130%;
	}

.post h2
	{
	margin: 0px 0px 10px 0px;
	}

.entry h2
	{
	
	}

.post h3
	{
	margin: 5px 0px 5px 0px;
	}

.post h4
	{
	margin: 15px 0px 7px 0px;
	}

.post ul
	{
	margin: 0 0 1em 10px;
	padding-left: 10px;
	list-style-type: disc;
	}

.post li
	{
	padding: 0 0 0 4px;
	list-style-position: outside;
	}

.postmetadata
	{
	font-size: 95%;
	color: #999;
	margin: 0;
	padding: 0;
	}

blockquote
	{
	width: 200px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding-left: 30px;
	background-image: url('images/quotes.gif');
	background-repeat: no-repeat;
	color: #333;
	font-size: 125%;
	}

blockquote p
	{
	background-image: url('images/end_quotes.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	}

.post_date
	{
	display: block;
	font-size: 90%;
	margin: 0px 0px 12px 0px;
	color: #6BAB45;
	}
	



/*--------------Home Page Styling------------*/
#home #header
	{
	border: none;
	}

#home #content
	{
	position: relative;
	}

#home #sidebar
	{
	margin: 10px 0px 0px 0px;
	}

#home #content div.inner
	{
	
	}

#home h1
	{
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	margin: 0 0 10px 0;
	}

#home h1 img
	{
	padding: 0 10px;
	}


#cycle1
	{
	border-left:  5px solid #66B3E3;
	border-right:  5px solid #66B3E3;
	height:  210px;  
	width:   436px;  
	padding: 0;  
	margin:  25px 0 40px 0px;  
	}

#cycle1 div
	{
    	margin: 0px 15px 0px 15px;
    	height: 200px; 
   		top: 0; 
    	left: 0;
	}

#cycle1 div p
	{
	font-size: 14px;
	line-height: 175%;
	font-family: Georgia, Times New Roman, serif;
	}

#home .has_left_sidebar
	{
	width: 446px;
	margin-left: 260px;
	}

#home .has_right_sidebar
	{
	width: 446px;
	
	}


/*--------------Testimonials Page Styling------------*/

.testimonial
	{
	margin-bottom: 30px;
	}

/*--------------Portfolio Page Styling------------*/

#portfolio .entry, #single_portfolio .entry
	{
	margin: 0 0 0 50px;
	}

#single_portfolio h1
	{
	margin: 0;
	}

.portfolio
	{
	margin: 0 0 20px 0;
	}

.portfolio h2
	{
	margin-bottom: 0px;
	}

.sub_title
	{
	color: #000;
	font-style: italic;
	}
	

/*--------------contact Page Styling------------*/


#contact #sidebar
	{
	
	}

#contact #content
	{
	
	}


/*--------------Blog Page Styling------------*/
#blog
	{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 90%;
	}

#blog #header
	{
	background-image: url('images/blog_header_bkgd.gif');
	}

#blog .post .entry
	{
	line-height: 160%;
	margin: 0 15px 25px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 15px 0 0;
	}

#blog .has_right_sidebar
	{
	width: 530px;
	}

#blog .page_content
	{
	border-right: 1px solid #ccc;
	}

#blog h1
	{
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
	font-size: 175%;
	}

a.post_title
	{
	text-decoration: none;
	}

#blog #sidebar
	{
	width: 185px;
	line-height: 160%;
	font-size: 90%;
	}

/*-------------Widgets and sidebars------------------*/

#sidebar
	{
	width: 225px;
	margin: 0 0 0 0;
	}

.left_sidebar
	{
	float: left;
	}

.right_sidebar
	{
	float: right;
	}

.widgettitle
	{
	margin: 0px 0px 5px 0px;
	}

.widgetized li ul
	{
	margin: 0px 0px 10px 0px;
	}

li.widget ul, li.widget select
	{
	margin: 0px 0px 10px 0px;
	}

li h2
	{
	margin: 0px 0px 5px 0px;
	}

#sidebar_right ul li ul
	{
	margin: 0px 0px 15px 0px;
	}

#sidebar h2
	{
	color: #003B92;
	background-image: url('images/heading_block.gif');
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px 0px 5px 20px;
	margin: 0;
	}

#sidebar h3
	{
	margin: 0 0 5px 0;
	}

#sidebar div.inner
	{
	margin: 0px 0px 0px 15px;
	background-color: #A1B9E5;
	}

div.rightside_post
	{
	margin: 0 0 15px 0;
	
	}

div.rightside_post h3
	{
	font-size: 110%
	}

div.rightside_post .entry
	{
	
	}
	
/*-------------Comments (needs cleanup)------------------*/

#commentform, a.commentlink, .commentcount
	{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	}

a.commentlink
	{
	
	padding-left:16px;
	background:url(images/comments.gif) center left no-repeat;
	}

.commentcount
	{
	
	color: #888;
	font-size: 90%;
	margin-left: 15px;
	}

#commentform
	{
	border: 0px solid;
	}

#comment
	{
	width: 450px;
	
	}

#comments h2 {margin-bottom:24px;}

#comments h2 a {color:#6C8C37;}

#comments li.comment {list-style-image:url(images/comments.gif);}

#comments li.trackback,#comments li.pingback {list-style-image:url(images/pingtrackback.gif);}

#commentform {background-color:#EDF3DE;}

#comments .header {background-color:#EDF3DE;}

#comments .header.alt {background-color:#E9F7F6;}

form p {border-color:white;}

form label { color:#6C8C37;}

form em {color:#C8C8B4;}

form input {color:#414141;}

form input, form textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

form .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}

form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

#commentform form p {
  padding:6px 0;
  border-bottom:1px solid;
}

form label {
  display:block;
  float:left;
  width:60px;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  width:200px;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}

form textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/*-------------Other------------------*/


.clearboth
	{
	clear: both;
	height: 1px;
	}

.clearright
	{
	clear: right;
	}

.floatleft
	{
	float: left;
	}

.floatright
	{
	float: right;
	}

img.floatleft
	{
	margin-right: 1em;
	}

img.floatright
	{
	margin-left: 1em;
	}

.wp-caption
	{
	background-color: #eee;
	border: 1px solid#ccc;
	}

.wp-caption img
	{
	display: block;
	margin: 5px auto;
	}

.wp-caption p
	{
	margin: 5px;
	}

.block
	{
	display: block;
	}

img.bordered
	{
	border: 1px solid #222;
	padding: 3px;
	}

.hide
	{
	display: none;
	}
