/*  
Theme Name: jff
Theme URI: http://www.jazzandflyfishing.com/
Description: jff by tapani
Version: 1.9
Author: tapani
*/

html, body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}

body {
       background: #36332f url(images/pattern2.jpg) repeat scroll center top;

}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

.post-content .wp-caption-text{
        font-style: italic;
        text-align: center;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 0px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #5cbdd5;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

#bkgframe {
        height: 310px;
	margin: 0 auto;
        width: 100%;
        background: #36332f url(images/bkg4.jpg) no-repeat scroll center top;
}

#container {
	width: 1000px;
	margin: 0 auto;
        background:none;

}

/* Header */

#header {
	width: 100%;

}

#header h1 {
        padding: 30px 0 0 0px;
        display:none;
}


}

/* InnerFade Frame */

#iframewrap{
	width: 1000px;
	margin: 0 auto;
        background:none;

}


.framewrap{
        display: none;
	width: 1000px;
        height: 210px;
	margin: 0 auto;
        background:none;
}

#icontainer{
        border:0px;
        display:inline;
        padding:0px;
        margin: 0px;
}

.iframe {
        display:inline-block;
        margin:0px;
    	padding: 0px;
}

.iframe img {
        display:inline-block;
        height: 210px;
        padding:0px;
        background: #36332f;
        border: 1px solid #000;
}

.iframetext {
        display: inline-block;
        position: relative;
        color: #fff;
        height: 210px;
        width: 441px;
        margin:0px;
        padding:0px;
        border: 0px;
        background: #191716;
        border: 1px solid #000;
}

.iframetext h4{
        font-family: 'Helvetica Neue', 'Arial';
        padding: 10px;
        font-size: 14pt;
        color: #fff;
}

.iframetext p{
        padding: 0px 10px 10px 10px;
        font-size: 8pt;
        color: #fff;
}


.iframetext a{
        padding: 10px;
        font-size: 8pt;
}

.iframetext a:hover{
        text-decoration: underline;
}


.center{
        background: none;
        display:none;
        border:0px;
        margin: 0px;
}

.left {
       display: inline;
       float: left;
       width: 557px;
        margin: 0px;
}

.right{
      display: inline;
      float: left;
      width: 442px;
      margin: 0px;
}



/* Main Menu */

#menu {
        margin:0 auto;
        position:relative;
        width: 1000px;
        background: url("images/transp.png") repeat scroll 0 0 transparent;
	height: 48px;
        top:250px;
}


#menu ul {
        position: relative;
        left: 5px;
        top: 5px;
	width: 670px;
	height: auto;
        padding:0px;
        border-top: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
}

#menu ul li {

        display:block;
        width:70px;
        height: 35px;
        float:left;
	font-weight: bold;
        font-size: 12px;

}

#menu ul li a {
        position:relative;
        padding-top:10px;
        top:-1px;
	color: #FFFFFF;
        display:block;
        text-align: center;
}

#menu ul li a:hover {
        display:block;
        position:relative;
        top:-1px;
        border-top: 1px dotted #0066ff;
	color: #bbb;
	cursor: pointer;
}

#menu ul li a span {
	height: 26px;

}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
          position:relative;
          background-color: transparent;
}

#menu ul li.current_page_item a {
          border-top: 1px dotted #fff;

}


#menu ul li.current_page_item a span {
	background: none;

}

#menu ul li.current_page_item a:hover {
        border-top: 1px dotted #0066ff;
}

/* Main Menu - extra */

/*#menu ul li.first a {
        border-top: 1px dotted #fff;
}*/


/* Content Area - Content and Sidebar */

.background {
        background: url("images/transp.png") repeat scroll 0 0 transparent;
}

/* Content */

#content {
	width: 720px; 
        margin: 0px;
        /*  width: 751px;*/
}

h2.arh {
	width: 460px;
	margin-left: 40px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: none;
        border: 0px;
	line-height: 25px;
        color: #fafafa;
}

/* Post */

.post {
	width: 710px;
	clear: both;
        margin: 10px;
	background: #fafafa;//#191716;
        overflow: hidden;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 650px;
	margin-right: 30px;
        margin-bottom: 20px;
        margin-top: 10px;
	display: inline;
}

.post-content p {
	padding: 8px 0px;
        margin-right: 40px;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h2 {
        color: #3d3a37;
	font-size: 24px;
	line-height: 30px;
        padding: 5px 0px;
        margin-right: 40px;
}

.post-content h2 a {
	color: #3d3a37;
}

.post-content h2 a:hover {
	text-decoration: none;
        color: #FF9E38;
}

.post-content h3 {
	font-size: 14px;
	padding: 0px 5px;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
        padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
        margin-left: 30px;
        margin-right: 20px;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content Images*/

.post-content img {
	padding: 5px;
	background: #fafafa;
        border: #DDD 1px solid; 
}


/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	display: block;
        background: none;
        width: 650px;
        font-family: 'Helvetica Neue', 'Helvetica';
        margin-right: 30px;
        padding: 20px 0px 0px 0px;
        color: #3D3A37;
}

.post-meta a {
        color: #5cbdd5;
        font-size: 8pt;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
}

.post-meta h3 span.day {
	font-size: 14pt;
	padding-right: 5px;
        color: #3D3A37;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	font-size: 14pt;
	padding-right: 5px;
}

.post-meta h3 span.month {
	font-size: 14pt;
/*
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
*/
}

.post-meta h3 span.year {
	font-size: 14pt;
/*
	font-size: 14px;
	display: block;
*/
}

/* Post Meta Author and Comments */

.post-meta h4 {
/*
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
*/
}

.post-meta h4.author {
        font-family: 'georgia';
        font-weight: bold;
	font-style: italic;
        color: #99cadf;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat;
        left: 10px;
}

.post-meta h4.comments a {
	color: #666666;
        margin-left:20px;
        display: box;
}


.wp-caption alignnone{
         margin-left:20px;
}

.post-meta h4.rss {
background: none;
	/*background: url(images/icon_rss.gif) no-repeat 10 px;*/

}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #FFF;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
        margin-left: 0px;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding: 10px 0px;
	border-bottom: #D7D7D7 1px dotted;
}

#comments_wrap {
	margin: 20px 0px 20px 0px;
	clear: both;
	padding: 10px 0px;
}

.comments_wrap a {
	margin: 20px 0 10px 0px;
	clear: both;
	padding: 10px;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 0px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 0px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 280px;
}

.search p{
        color: #FFF;
}

.search a{
        color: #3acbff;
}

#sidebar h2 {
        font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
	font-size: 13px;
        color: #3acbff;
        border: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block;
        margin-right: 60px;
        margin-bottom: 10px;
}

/* Sidebar Search */

#search {
        padding: 14px 4px 14px 14px;
        background-color: #191716;
        margin: 10px;
        display:block;
}


#search span h2{
        border-bottom: #555 solid 1px;
        color: #fff;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block;
        margin-right: 60px;
        margin-bottom: 10px;
        font-size: 14pt;
}

#search form {
	padding: 10px 0 0 10px;
}

#search form div {
	width: 220px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */

#sidebar .block {
	background-color: #191716;
}

#sidebar .block a {
	color: #FFF;
}

#sidebar .search a {
	color: #5CBDD5;
}

#sidebar .block a:hover {
	color: #35d6fe;
        text-decoration: none;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

#hdvideos {
        padding: 14px 4px 14px 14px;
        background-color: #191716;
        margin: 10px;
        display:block;
}

#socializing {
        padding: 14px 4px 14px 14px;
        background-color: #191716;
        margin: 10px;
        display:block;
        font-family: 'Helvetica Neue', 'Helvetica';
}

#socializing span h2{
        border-bottom: #555 solid 1px;
        color: #fff;
        font-size: 14pt;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block;
        margin-right: 60px;
        margin-bottom: 10px;
}

#socializing a.facebook{
        background: url(http://jazzandflyfishing.com/wp-content/themes/jazzff2/images/icon-fb.png) no-repeat 0px 0px;
        display: block;
        height: 32px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        padding-left: 40px;
        padding-top: 7px;
}

#socializing a.twitter{
        background: url(http://jazzandflyfishing.com/wp-content/themes/jazzff2/images/icon-t.png) no-repeat 0px 0px;
        display: block;
        height: 32px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        padding-left: 40px;
        padding-top: 7px;
}

#socializing a.rss{
        background: url(http://jazzandflyfishing.com/wp-content/themes/jazzff2/images/icon-rss.png) no-repeat 0px 0px;
        display: block;
        height: 32px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        padding-left: 40px;
        padding-top: 7px;
}

#socializing a.vimeo{
        background: url(http://jazzandflyfishing.com/wp-content/themes/jazzff2/images/icon-v.png) no-repeat 0px 0px;
        display: block;
        height: 32px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        padding-left: 40px;
        padding-top: 7px;
}

#socializing a.youtube{
        background: url(http://jazzandflyfishing.com/wp-content/themes/jazzff2/images/icon-yt.png) no-repeat 0px 0px;
        display: block;
        height: 32px;
        color: #fff;
        font-size: 10pt;
        font-weight: bold;
        padding-left: 40px;
        padding-top: 7px;
}

#socializing a:hover{
        text-decoration: none;
        color: #35d6fe;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
        border: 0px;
	line-height: 20px;
	padding: 4px 0 4px 10px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

#sidebar_in{
       font-family: 'Helvetica Neue', 'Helvetica';
        padding: 14px 4px 14px 14px;
        background-color: #191716;
        margin: 10px;
        display:block;
}

#sidebar_in .better-tag-cloud{
       margin-bottom: 10px;
}

#sidebar_in h2{
       font-size: 14pt;
       border-bottom: #555 solid 1px;
       color: #fff;
       margin-top: 10px;
       margin-bottom: 20px;
}

#sidebar_in h3{
       color: #ff9e38;
}


#sponsors {
        padding: 14px 4px 14px 14px;
        background-color: #191716;
        margin: 10px;
        display:block;
}

#partners {
        padding: 14px 4px 14px 14px;
        background-color: #191716;
        margin: 10px;
        display:block;
}

#sponsors h2{
       font-size: 14pt;
       border-bottom: #555 solid 1px;
       color: #fff;
}

#partners h2{
       font-size: 14pt;
       border-bottom: #555 solid 1px;
       color: #fff;
}


#sponsors img{
        margin-bottom: 30px;
        display:block;
}

#partners img{
        margin-bottom: 30px;
        display:block;
}

#catalogs{
margin-top: 40px;
text-align:center;
padding: 20px 4px 14px 14px;
}


/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}


/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	background: #191716; //url(images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #888;
}

#footer h2 {
	color: #CCC;
}

/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 846px;
}

#footer .left-col h2 {
	width: 115px;
	display: block;
	float: left;
	line-height: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: none; //url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}

#footer .left-col ul {
	width: 641px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: none; // url(images/footer_line.gif) repeat-x left bottom;
}

/* Footer Subscribe */

#footer #subscribe {
	display:none;
}

#footer #subscribe a {
	font-weight: bold;
	text-decoration: underline;
}

#footer #subscribe h2 {
	font-size: 16px;
}

#footer #subscribe p {
	padding: 8px 0 8px 42px;
}

#footer #subscribe p.rss {
	//background: url(images/icon_rss.gif) no-repeat 0 11px;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #000;
	border-top: #888 1px solid;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Threaded comments */

ol.commentlist {
	margin:0;
	padding:0;
}

ol.commentlist li{
	list-style-type:none;
}

ol.commentlist li ul.children {
	padding-left:20px;
}
ol.commentlist li ul.children li{
	border-top:1px dotted #D7D7D7;	
	border-bottom:none;
	padding-top:15px;
}