/* 
Theme Name: Greytouch for Randy
Theme URL: http://onepresscommunity.com
Description: Simple and clean theme. A touch of grey for your site. Child theme for OnePress
Author: PushButton Labs
Author URI: http://pushbuttonlabs.com
Version: 1.0.1	

Tags: one-column, two-columns, three-columns, fixed-width, right-sidebar, left-sidebar, threaded-comments, custom-header, theme-options, sticky-post

TEMPLATE: onepress
*/


/*
 * Import default OnePress Markup
 */
@import url('../onepress/op-layout.css');
@import url('navigation.css');
@import url('widgets.css');


/*
 * Custom markup Below
 */

a,
a:link,
a:visited{
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:link, a:visited {color:#003e54;}

html {
      
      background-color:#fff;
      background-image:url('./images/gradient-gray.png');
      background-repeat: repeat-x;
      
      
}

div#page{
	background: #fff url('./images/gradient-for-body.png') no-repeat;
	width: 980px;
	padding: 0px; 0px;
}

#header, #op_navigation, #content, #footer{
	padding: 5px; 10px;
}
/*
 * Header
 */
#header { 
	position: relative;
	background: transparent;
	
	
}

#header .bd .c { 
	background: url('./images/header1.png') no-repeat;
	width: 960px;
}

#headerimg { 
	padding: 0px 0 0 40px;
}

#headerimg h1 a, #headerimg h1 a:visited, #headerimg h1 a:hover { 
	font-size:150%;
	letter-spacing: -2px;
	color: #FFF;
	text-decoration:none;
}

/* create a large clickable area in the header (optional) */
#headerlink a { 
	display: block; 
	position: absolute; 
	top:10px; 
	left:10px; 
	width:60%; 
	height:160px;
}

div#headerimg div.description {	
	padding:0px 10px 20px 10px;
	font-size:150%;
	color: #eee;
}

div#welcome{
	top: 15px;
	right: 20px;
	color: #eee;
	font-weight: bold;
}

div#welcome a{
	color: #fff;
	text-decoration: underline;
}

/*
 * Class for sidebars
 */


div#sidebar,div#sidebar2{
	height: 100%;
	font-size: 90%;
}

/* 
 * Featured post carousel 
 */
div#feature{
	background: #e3e3e3;
}

/* featured post header color */
div#feature ul#features h2 a { 
	color:#fff
}

/*
 * Post Body Layout
 */
body.multiple div.post{
	padding: 10px;
	margin-bottom: 5px;
}

body.single div.post{
	padding: 10px;
}

div.widget_op_content_body h2{
	font-size: 150%;
	letter-spacing: -.5px;
	font-weight: normal;
	margin: 0;
}
body.multiple div.widget_op_content_body h2 a{
	color: #3b5e8e;
	text-decoration: underline;
}

div.post_content{
	line-height: 1.3em;
}

div.post_tag span.label, div.post_category span.label { color: #333; font-weight: bold;}

div.widget_op_content_body div.post_date{
	font-size: 100%;
	padding-bottom: 10px;
	color: #666;
	text-align: right;
	
}

div.widget_op_content_body div.post_comments{
	padding: 5px 0;
}

div.widget_op_content_body div.post_edit{
	padding: 5px 0;
	float:right;
}

div.widget_op_content_body div.post_content a, div.widget_op_content_body div.post_tag a, div.widget_op_content_body div.post_category a{
	text-decoration: underline;
}

body.single div.post_odd, body.multiple div.post_odd{ background: ; }
body.single div.post_even, body.multiple div.post_even{ background: ; }

/*
 * Widgets 
 */

.widget .hd,
.widget .hd .hc,
.widget .ft,
.widget .ft .fc {
	height:6px;
}

.widget .bd,
.widget .bd .bc {
}

.widget .hd { /* top right corner */
	width:100%;
	background-position:top right;
}

.widget .hd .hc { /* top left span */
	margin-right:6px;
	background-position:top left;
}

.widget .ft {
	width:100%;
	background-position:bottom right;
}

.widget .ft .fc {
	margin-right:6px;
	background-position:bottom left;
}

.widget .bd {
	width:100%;
	background-position:top right;
}

.widget .bd .bc {
	margin-right:6px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

#main .widget .s {
	padding: 5px 1em;
}

#sidebar .widget .s{
	padding: 5px .5em;
}

/** Widgets in main shouldn't have top margin **/
div#main > .bd > .bc > .s > div.widget{
	margin-top: 0;
}

/* Standard Widget Content Styles */
h2.widgettitle{
	border-bottom: 2px solid #333;
        ALIGN="center"
	color:#333;
	font-size: 180%;
	letter-spacing: -1px;
	margin: .2em .2em .5em;
}

h2.widgettitle a{
	text-decoration:none;
}

.widget ul{
	margin-top: .5em;
	margin-bottom: .5em;
}

.widget li{
	margin: 3px 0;
}

.widget ul a{
	font-weight: bold;
	text-decoration: underline;
}

.widget ul a:hover{
	text-decoration: none;
}

/*
 *  Sidebar column shading
 */
#sidebar > .hd,
#sidebar > .hd > .hc,
#sidebar > .ft,
#sidebar > .ft > .fc {
	height:5px;
}

#sidebar > .bd,
#sidebar > .bd > .bc {
	height: 100%;
}

#sidebar >.hd { /* top right corner */
	width:100%;
	background-position:top right;
}

#sidebar > .hd > .hc { /* top left span */
	margin-right:5px;
	background-position:top left;
}

#sidebar > .ft {
	width:100%;
	background-position:bottom right;
}

#sidebar >.ft > .fc {
	margin-right:5px;
	background-position:bottom left;
}

#sidebar >.bd {
	width:100%;
	background-position:top right;
}

#sidebar >.bd > .bc {
	margin-left: 3px;
}

#sidebar >.bd > .bc {
	margin-right:5px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}



/*
 *  Sidebar2 background styling
 */
#sidebar2 > .hd,
#sidebar2 > .hd > .hc,
#sidebar2 > .ft,
#sidebar2 > .ft > .fc {
	height:5px;
}

#sidebar2 > .bd,
#sidebar2 > .bd > .bc {
	height: 100%;
}

#sidebar2 >.hd { /* top right corner */
	width:100%;
	background-position:top right;
}

#sidebar2 > .hd > .hc { /* top left span */
	margin-right:5px;
	background-position:top left;
}

#sidebar2 > .ft {
	width:100%;
	background-position:bottom right;
}

#sidebar2 >.ft > .fc {
	margin-right:5px;
	background-position:bottom left;
}

#sidebar2 > .bd {
	width:100%;
	background-position:top right;
}

#sidebar2 >.bd > .bc {
	margin-left: 3px;
	height:100%;
}

#sidebar2 >.bd > .bc {
	margin-right:5px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

/*
 *  Footer background styling
 */
div.column > .widget > .hd,
div.column > .widget > .hd > .hc,
div.column > .widget > .ft,
div.column > .widget > .ft > .fc {
	background: #fff url(images/) no-repeat top right;
	height:25px;
}

div.column > div.widget > .bd,
div.column > div.widget > .bd > .bc {
	background: #fff;
	height: 100%;
}

div.column > div.widget >.hd { /* top right corner */
	width:100%;
	background-position:top right;
}

div.column > div.widget > .hd > .hc { /* top left span */
	margin-right:5px;
	background-position:top left;
}

div.column > div.widget > .ft {
	width:100%;
	background-position:bottom right;
}

div.column > div.widget >.ft > .fc {
	margin-right:5px;
	background-position:bottom left;
}

div.column > div.widget > .bd {
	width:100%;
	background-position:top right;
}

div.column > div.widget >.bd > .bc {
	margin-left: 3px;
	height:100%;
}

div.column > div.widget >.bd > .bc {
	margin-right:5px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

/*
 * Search
 */
#searchform input { 
	font-family: Verdana; 
	font-size: 77%; 
	color: #999; 
}

#searchform input.submit { 
	color: #000; 
}


#tag_cloud a {
	text-transform:uppercase;
}

div.wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
   margin: 10px auto;
}


/*
 * Footer
 */
div#footer{
background-color: #fff; 
 width:110%;
 padding-bottom: 10px;
 }

div#column_wrap div.order1{ padding-left: 0;}
div#column_wrap div.order3{ padding-right: 0;}

div.column{
	color: #000;
}

/* 
 * Wordpress Required Image and Block Alignment CSS 
 */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   clear: both;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.left {
float: left;
width: 175px;
min-height: 100%;
background: #fff;
color: white;
border-right: 2px solid #e9e9ea;
} 

.right {
float: right;
width: 175px;
min-height: 100%;
background: #fff;
color: white;
border-right: 2px solid #e9e9ea;
} 

p.center {
    display: block;
    margin-left: auto;
    margin-right: auto }



body.page_events div.post_content p{
text-align:center;
}

body.page_guides-and-outfitters div.post_content table tr{
vertical-align: top
}

div.widget.frontpage-list{
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
   padding: 0 0px 10px 4px;
   margin: 0;
}

div.widget.featured-post{
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   padding: 0 0px 15px 0px;
}

div.widget.featured-text{
   font-size: 14px;
   padding: 0 0px 15px 0px;
   
}

#profile_section {
overflow:hidden;
height:100%;
margin-top:22px;
margin-bottom:15px
}
#profile {
width:320px;
overflow:hidden;
height:100%;
}
#profile2 {
width:300px;
overflow:hidden;
height:100%;
padding:5px 10px 0 8px
}

.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}

.clear {
clear: both;
}

.image div { 
font-size: 80%;
font-family: Verdana, Arial, sans-serif;
text-align: center;
 }

.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:20px;
}

#610block {
width:610px;
padding-bottom:10px;
}

.print_page {
        font-size: 100%;
	padding-bottom: 10px;
	color: #666;
	text-align: right;
}
