/*   
Theme Name: Wish2Walk
Theme URI: 
Description: Pyemachines Thematic setup.
Author: Luke Pye
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* ---------------Lukes Styles -------------*/

body {
	background: #ec7f0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 18px;
	}
	
input, textarea {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
}
	
#wrapper {
	background:#FFFFFF url(images/bg_strip.jpg) repeat-x;

	}	
	
#main {
	width:850px;
	margin:0 auto;
	padding: 30px 5px 10px 0px;
	position: relative;	
}	

#header {
	height: 230px;
	width: 850px;
	margin: 0 auto;
	
	
	}	
	
#branding {
	padding: 0;
	
	}		
	
#blog-title {
    font-size:36px;
  
    font-weight:bold;
    letter-spacing:-1px;
   
   
}

#blog-title a {
    background: url(images/main_logo.gif) no-repeat top center;
    display:block;
    text-indent:-9000px;
    width: 336px;  /* change w h to match logo dimensions */
    height: 133px;
    color:#fff;
    text-decoration:none;
    margin-left: -123px;

}
	
.header_png {
	position: absolute;
	top: 35px;
	right: 0;
	}		
	
.header_subtitle {


	position: absolute;
	top: 150px;
	left: 0;
	}	
	

#header-aside {
	position: absolute;
	top: 5px;
	right: 10px;
		}


#container, #content {
	width: 500px;
	min-height:600px;
	height:auto !important;
	height:600px;

	 }


	
#footer {
	background: url(images/footer_tile.gif) repeat-x;
	background-color: #ec7f0f;
	padding-top: 20px;
	border: 0;
	}



#main-aside {
	float: right;
	}


 #search_box {
 	float: left;
	width: 228px;
	height: 23px;
	background: url(images/search_left.gif);
	margin-bottom: 10px;
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 4px 0 0 4px;
    border: 0;
    width: 184px;
    background: none;
   color: #dedede;
}
#search_box #go {
    float: left;

}

.sponsor {
	padding: 10px 0;
	font-size: 12px;
	color: #888;
	}
	

.eventheader {
	font-weight: bold;
	font-size: 16px;
	color: #66B6FD!important;
	}
	
/*  SIDEBAR    */

#primary {
	border: 0;
	padding:5px 0 0 0;
/* 	background: #f0f0f0;
    border: 1px solid #dedede;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
   padding:18px 0 0 0;
    margin-bottom:15px;
    */
}
	
.aside ul ul {
	padding: 0;
	margin: 0;

	}

.widget_recent_entries li {
	
	}
	
.widget_recent_entries li {
	background: url(images/list_icon.jpg) no-repeat left;
	list-style: none;
	margin: 0;
	line-height: 28px;
	padding-left: 48px !important;
	padding-bottom: 5px !important;
	margin-bottom: 10px;
	border-bottom: 1px dashed #f0f0f0;
	}

/* POSTS and COMMENTS  */


.post {
	
	
	}
	
.timedate {
	margin-left: 0px;
	float: left;
	width: 80px;
	clear: both;
	text-align: center;
	}
	
.post .timedate img{
	border: 0;
	padding: 0;
	}	

.postcontent {
	float: right;
	width: 400px;
	padding: 5px;
	}
	
.clear {
	clear: both;
	}	
	
.read_more {
	
	background: #f0f0f0;
    border: 1px solid #dedede;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding:5px;
	
	}	
	
.comments_wish {
	
	border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 3px;
	margin-left: 30px;
	width: 20px;
	
	}			
	
#content .meta-prep-entry-date {
	display: none;
	}
	
#content .published {
	color: #ccc;
	}	
	
#content #form-allowed-tags {
	display: none;
	}	

#form-section-url {
	display: none;
	}

.post img {
	border: 1px solid #dedede;
	padding: 3px;
	}
	
#paypal img {
	border: 0;
	padding: 0;
	}	
/*  COMMENTS  */

#comments,
#comments input,
#comments textarea {
    font-size:12px;
    line-height:18px;
    font-family: Arial, Helvetica, sans-serif; 
}
#comments code {
    font-size:1.2em;
    line-height:18px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
.form-section label {
   font-size: 1.2em;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}

#comments-list .comment-meta , #comments-list .comment-author, #comments-list .unapproved{
   
    font-size:12px;
    padding:0 0 0 66px;
}

#comments-list .comment-author {
	padding-top: 10px;
	color: #66B6FD;
	}

#comments-list .comment-meta {
	color: #ccc;
	}

#comments-list .comment-content {
	color:#666;
    font-size:12px;
    padding:0 0 3px 66px;
	}
	
#comments-list li .avatar {
	padding: 2px;
	border: 1px solid #dedede;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position:absolute;
	top:10px;
	left: 10px;
	}	
#content #comments-list ol,
#content #comments-list ul {
    list-style:none;
    list-style-type: none;
    margin:0;
}	

#content #comments-list li {
 list-style: none;
	color: #888888;
	font-size: 1.2em;
	padding: 0 0 .5em 0;
	text-indent: 0;
	padding-left: 0;
}


/*  GALLERY  */

.gallery {
	margin: 0 0 10px 0;
	height: 108px;
	
	} 

.gallery img {
	float: left;
	padding: 3px;
	border: 1px solid #a8a294;
	margin-right: 5px;
	}
	

/*  DONATE  */

#donatenow {
	width: 300px;
	padding: 5px;
	float: right;
	clear: right;
	}

#donatenow p {
	color: #999;
	font-size: 1.2em;
	padding: 0 .5em;
	margin-bottom: .2em;
	}

	
#awesome {
	width: 300px;
	padding: 5px;
	float: right;
	clear: right;
	
	}
	
#facebook {
	width: 300px;
	padding: 5px;
	float: right;
	clear: right;
	
	}	
	
.awesome_strip {
	width: 90%;
	padding-top: 10px;
	border-bottom: 1px solid #f0f0f0;
	}	

#awesome p {
	color: #999;
	font-size: 1.2em;
	padding: 0 .5em;
	margin-bottom: .2em;
	}

#awesome .icon {
	border: 1px solid #ccc;
	margin-right: 5px;
	float: left;
	
	}
	
	
/*   AWESOME SHOP  */

#content .shopper {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 10px 0;
	}
	
#content .shopper img {
	border: 1px solid #ccc;
	padding: 5px;
	}	
	
#content .awesome_img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 28px;
	}

.price_title {
	padding: 0;
	color: #66B6FD;
	}

/* contact form */

textarea {
	height: 100px;
	}
	
div.wpcf7-response-output {
	width: 320px;
	margin: 2px !important;
	padding: 2px  !important;
	}	






/* =Menu - */

.menu {
	margin-top: -36px;
	}	


.skip-link {
    display:none;
}
#access {
 	border: 0;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}


/*  ARCHIVE   */

.page-title {
	font-size: 12px;
	line-height:18px;
	padding:0;
	color: #ccc;
	}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	padding: 9px;
}
.sf-menu ul li {
	width:			100%;
	margin-top: 0;
	border-left: 1px solid #a8a294;
	border-right: 1px solid #a8a294;
	border-bottom: 1px solid #a8a294;
	
}


.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:0;
	float:left;
}
.sf-menu a {
	border-left:0;
	border-top:0;
	border-bottom:0;
	padding:12px 6px;
	text-decoration:none;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
    /*background: #ed7f10 url(images/menu_on.gif) no-repeat bottom center;*/
    
  }

.sf-menu .current_page_item, .sf-menu .current_page_parent {
	background: #ed7f10 url(images/menu_on.gif) no-repeat bottom center;
	}
  

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff !important;
}
.sf-menu li {
	background:	#ed7f10;
}
.sf-menu li li {
	background: #ed7f10;
	background-image: none;
	
	
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #ed7f10;
	outline:		0;
    border-bottom-color:#a8a294;
}


.sf-menu ul {
    border-right:0;
    border-bottom:0;
    
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#e5e1d6;
	border-bottom:none;
	color: #a8a294 !important;
}
.sf-menu ul a:hover, .sf-menu ul a:visited{
background:#e5e1d6;
    color: #a8a294 !important;
  }

.aside .current_page_item a {
    color: #FF4B33;
}

.aside .current_page_item .page_item a {
    color:#666;
}

.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}	


/* MAIN CONTENT  */

.entry-content	{
	padding: 4px 0;
	
	}
	
#content .separator {
	border-top:1px solid #dcdcdc;
	margin-top:20px;
	margin-right: 6px;
	padding-top:10px;
	clear: both;
	
}



#content .thanks {
	float:left;
	margin-right:0px;
	padding:0 0 5px 0;
	width:220px;
}	
	
#content #paypal {
	padding: 1em 0 0 0;
	text-align: center;
	}		
	
.left {
	float: left;
	width: 150px;
	
	}	
	
.right {
	float: right;
	width: 330px;
	
	}	
	
	
.sponsor_img {
	margin-right: 5px !important;
	}	
/*  FONT STYLES */

p {
	color: #666666;
	font-size: 1.2em;
	padding: 0 0 .4em 0;
	margin-bottom: .2em;
	}	
	
.timedate p {
	color: #ec7f0f;
	padding: 0;
}



	


.timedate small {
	font-size: .9em;
	color: #66B6FD;
	padding: 0;
}

 h1.entry-title {
	font-size: 1.5em;
	color: #ec7f0f;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	}

#content h2 {
	font-size: 1.4em;
	color: #ec7f0f;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	}
	
#content h3  {
	color:#66B6FD;
	font-size:1.3em;
	font-weight:bold;
	padding:0 .5em 0 0;
	clear: none;
	}

#content h4  {
	color:#66B6FD;
	font-size:1.2em;
	font-weight:bold;
	padding:0 .5em 0 0;
	text-transform:  none;
	clear: none;
	}	
	
h3.widgettitle {
	color:#66B6FD;
	font-size:1.3em;
	font-weight:bold;
	padding:0 .5em 0 0;
	}	

#content ul  {
	list-style:disc inside none;
	margin: 0;
	padding: 0;
	}	

#content li {
	list-style: inside;
	color: #888888;
	font-size: 1.2em;
	padding: 0 0 .5em 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
	
}	
a.small {
	font-size: 1.0em;
	}	

a:link {
	text-decoration: none;
	color: #66ccff;

	
	}
a:active {
	text-decoration: none;
	color: #66ccff;

	}	

a:visited {
	text-decoration: none;
	color: #3366cc;
	}		
	
a:hover {
	text-decoration: underline;
	color: #66ccff;
	}	

.widget_recent_entries a:hover {
text-decoration: underline;
	color: #66ccff;
	}
	
#donate a {
	color: #66ccff;
	}	
	
#content blockquote {
	margin: 10px 0;
	font-style: italic;
		}
	
#content blockquote p{	
	color: #336699;
	}
				
#content p.quote {
	font-size: 1.1em;
	color: #999999;
	}					
