/*  
Theme Name: John Ritter Foundation
Version: 1.0.0
Description: Theme Description
Author: RiggsCreative.com
Author URI: http://www.RiggsCreative.com

*/

/* Default styles */
@import "css/reset.css";

/* Defaults */
a{ color: #393939; text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ font: 13px Arial, HelvІetica, sans-serif; line-height: 1.5em; color: #393939; background: #fff url(images/bgr_main.png) repeat-x; }

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #373737; }
h1{font-size: 26px;} h2{font-size: 22px;} h3{font-size: 20px;} h4{font-size: 18px;} h5{font-size: 15px;} h6{font-size: 13px;}

p{margin: 0;}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: underline;}

/* Wrapper */
.wrapper{
	margin:0 auto;
	width:993px;
}

/* Header */
#header{
	width:100%;
	height: 107px;
	overflow: hidden;
	background: url(images/bgr_header.png) no-repeat;
}
.home #header{
	background: url(images/bgr_header2.png) no-repeat;
}
#header .logo{
	float: left;
	padding: 5px 0 0 0;
}
#logo{
	display: block;
	cursor: pointer;
	width: 386px;
	height: 97px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999em;
}
#header .logo p{
	position: absolute;
	left: -9999em;
	top: -9999em;
}

/* Mainmenu */
#mainmenu{
	float: right;
	width: 460px;
	padding: 25px 0 0 0;
}
#mainmenu ul{
	width: 100%;
	overflow: hidden;
}
#mainmenu li{
	float: left;
	padding: 0 5px 0 13px;
	color: #582780;
	font-size: 17px;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainmenu a{
	color: #582780;
}
#mainmenu a:hover, #mainmenu .current_page_item a{
	color: #000;
	text-decoration: none;
}

/*home_news*/
#home_news{
	width: 450px;
	float: right;
	padding: 12px 20px 0 0;
	text-align: right;
}
#home_news ul{
	width: 100%;
	height: 70px;
	overflow: hidden;
}
#home_news li{
	width: 100%;
	height: 70px;
	overflow: hidden;
	color: #414141;
	font-size: 12px;
	line-height: 1.25em;
}
#home_news a{
	color: #582780;
}
#home_news h3{
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	color: #515050;
	margin: 0 0 4px 0;
}
#home_news .title{
	color: #582780;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 0 4px 0;
	width: 100%;
	overflow: hidden;
}

/* top links */
#top_links{
	width:100%;
	height: 40px;
	overflow: hidden;
	background: url(images/bgr_top_links.png) no-repeat;
}
#top_links ul{
	float: right;
	padding: 0 21px 0 0;
}
#top_links li{
	float: left;
	color: #582780;
	font-size: 14px;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#top_links li a{
	float: left;
	cursor: pointer;
	color: #582780;
	text-align: center;
	width: 127px;
}
#top_links li#share_story{
	color: #9a78b5;
	text-transform: capitalize;
}
#top_links li#share_story a{
	color: #9a78b5;
	background: url(images/bgr_share_story.gif) no-repeat;
}

/* Body */
#body{
	width:100%;
	background: url(images/bgr_body.png) repeat-y;
}
.home #body{
	width:100%;
	background: url(images/bgr_body2.png) no-repeat;
}
#body_inner{
	width:958px;
	overflow:hidden;
	background: url(images/bgr_body_inner.png) no-repeat right bottom;
	margin: 0 0 0 15px;
	padding: 0 0 40px 0;
}
.home #body_inner{
	width:958px;
	height: 418px;
	background: none;
	margin: 0 0 0 15px;
	padding: 0;
}
#content{
	float:left;
}
.col_content{
	width:601px;
	padding: 0 0 0 58px;
}
.col_home{
	float:none;
	width:100%;
}
#sidebar{
	float:right;
}
.col_sidebar{
	width:240px;
	padding: 12px 8px 220px 0;
}

/* Post */
.post{
	width:100%;
	margin:0 0 35px 0;
}
#content .page{
	margin:0;
}
.post .title{
	width:100%;
	margin: 0 0 15px 0;
}
.post .title h2{
	font-size:22px;
	line-height: 1.2em;
	color: #373737;
}
.post .title h2 a{
	color: #373737;
}
.entry{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:1.5em;
}
.entry a{
	text-decoration:underline;
	color: #582780;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 15px 0;
}
.entry img{
	padding: 3px;
	border: 1px solid #dbdbdb;
	background: #fff;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{ margin: 0 0 20px 0; color: #582780 }

.entry ul{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc; }
.entry ul ul li{ list-style-type: circle; }

.entry ol{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal; }
.entry  ol li ol li{ list-style-type: decimal; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

img.wp-smiley{ padding: 0; border: none; }

.entry .alignleft{ float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright{ float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter{ text-align: center; }

.entry .wp-caption{ padding: 3px; text-align:center; background:#fff; border: solid 1px #dbdbdb; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }

.postmetadata{
	width:100%;
	overflow:hidden;
}
.postmetadata p{
	padding: 0 0 5px 0;
	color: #000;
}
.postmetadata a{
	color: #000;
}

/* Sidebar */
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:1.5em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sidebar_widgets a{
	color: #4c2780;
}
.sidebar_widgets .widgettitle{
	font-size:18px;
	line-height:1.3em;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.sidebar_widgets2 .widgettitle{
	position: absolute;
	left: -9999em;
	top: -9999em;
}
.sidebar_widgets .widget{
	margin: 0 0 20px 0;
}
.sidebar_widgets2 .widget{
	margin: 0 0 14px 0;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
	padding: 0 0 3px 10px;
	margin: 0 0 3px 5px;
	background: url(images/ico_sidebar_a.gif) no-repeat left 9px;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	border-bottom: 0;
	margin: 0;
}
.sidebar_widgets .widget_pages .selected{
	color: #000;
}
/*widgets_family*/
.widgets_family{
	border: 1px solid #94a3c4;
	width: 238px;
	overflow: hidden;
	margin: 0 0 14px 0;
	padding: 10px 0 0 0;
	background: #582780;
}
.widgets_family h3{
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3em;
	padding: 0 0 0 10px;
}
.widgets_family h3 a{
	color: #fff;
}
.widgets_family p{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.widgets_family p img{
	float: left;
	width: 238px;
}

/*widgets_join*/
#sidebar .widgets_join{
	width: 220px;
	border: 1px solid #94a3c4;
	background: #e4e4e4;
	padding: 9px;
	margin: 0 0 14px 0;
	overflow: hidden;
	clear: both;
}
#sidebar .widgets_join h3{
	font-size: 15px;
	line-height: 1.3em;
	color: #000;
	padding: 0 0 4px 0;
}
#sidebar .widgets_join form{
	width: 100%;
	overflow: hidden;
}
#sidebar .widgets_join p{
	font-size: 12px;
	line-height: 1.3em;
	padding: 5px 0 0 0;
}
#sidebar .widgets_join p a{
	text-decoration: underline;
}
#sidebar .widgets_join p a:hover{
	text-decoration: none;
}
#sidebar #join_val{
	float: left;
	font-family: Arial, HelvІetica, sans-serif;
	border: 1px solid #858585;
	background: #fff;
	padding: 3px;
	width: 138px;
	font-size: 12px;
	margin: 0 4px 0 0;
}
#sidebar #join_sub{
	float: left;
	border: 0;
	background: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #300b4e;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0 0 0;
	cursor: pointer;
}

/*widgets_join*/
#content .widgets_join{
	width: 299px;
	height: 60px;
	overflow: hidden;
	padding: 0 0 0 17px;
	clear: both;
}
#content .widgets_join h3{
	font-size: 15px;
	line-height: 1.3em;
	color: #000000;
	padding: 4px 0 0 0;
}
#content .widgets_join form{
	width: 100%;
	overflow: hidden;
	padding: 4px 0 0 0;
}
#content .widgets_join p{
	font-size: 12px;
	line-height: 1.3em;
	padding: 0 0 5px 0;
}
#content .widgets_join p a{
	text-decoration: underline;
}
#content .widgets_join p a:hover{
	text-decoration: none;
}
#content #join_val{
	float: left;
	font-family: Arial, HelvІetica, sans-serif;
	border: 1px solid #858585;
	background: #fff;
	padding: 3px;
	width: 200px;
	font-size: 12px;
	margin: 0 4px 0 0;
}
#content #join_sub{
	float: left;
	border: 0;
	background: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #300b4e;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 2px 0 0 0;
	cursor: pointer;
}

/* Text widget */
.textwidget{ padding: 10px 0; }

/*home_slider*/
#home_slider{
	float: left;
	width: 641px;
	height: 418px;
	overflow: hidden;
}
#home_slider ul{
	width: 641px;
	height: 418px;
	overflow: hidden;
}
#home_slider li{
	width: 641px;
	height: 418px;
	overflow: hidden;
}
#home_slider img{
	width: 641px;
	height: 418px;
	display: block;
}

/* Breadcrumb */
.breadcrumb{
	width: 100%;
	padding: 0 0 10px 0;
}

/* home_sidebar*/
#home_sidebar{
	float: right;
	width: 316px;
}
/*home_sidebar_links*/
#home_sidebar_links{
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#home_sidebar_links li{
	float: left;
	color: #582780;
	font-size: 14px;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#home_sidebar_links li a{
	float: left;
	cursor: pointer;
	color: #582780;
	text-align: center;
	width: 158px;
}
#home_sidebar_links li#share_story{
	color: #9a78b5;
	text-transform: capitalize;
}
#home_sidebar_links li#share_story a{
	color: #9a78b5;
	background: url(images/bgr_share_story.gif) no-repeat;
}

/*home_menu*/
#home_menu{
	width: 100%;
	height: 318px;
	overflow: hidden;
}
#home_menu ul{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#home_menu ul li{
	width: 100%;
	overflow: hidden;
	color: #300b4e;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 33px;
	padding: 2px 0 2px 0;
}
#home_menu ul li a{
	color: #300b4e;
	cursor: pointer;
	width: 298px;
	height: 33px;
	padding: 0 0 0 18px;
	display: block;
}
#home_menu ul li a:hover{
	color: #000;
	background: url(images/bgr_home_menu_a.png) no-repeat;
	text-decoration: none;
}

/* Searchform */
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

/* Footer */
#footer{
	width:958px;
	overflow:hidden;
	background: url(images/bgr_footer.png) no-repeat;
	padding: 47px 20px 17px 15px;
}
.home #footer{
	background: url(images/bgr_footer2.png) no-repeat;
	padding: 14px 20px 17px 15px;
}
/*footer_links*/
#footer_links{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #919191;
}
#footer_links .fl li{
	float: left;
	padding: 0 17px 0 12px;
}
#footer_links .fr{
	padding: 15px 0 0 0;
}
#footer_links .fr li{
	float: left;
	padding: 0 10px 0 10px;
}
#footer_links img{
	float: left;
}

#footer ul.menu{
	text-align: right;
	padding: 7px 10px 10px 0;
}
#footer ul.menu li{
	display:inline;
	font-size:13px;
	color: #582780;
	line-height:1.3em;
	padding:0 0 0 15px;
	text-transform:capitalize;
}
#footer ul.menu li.first{
	padding:0;
}
#footer ul.menu li a{
	color: #582780;
}
#footer p{
	color:#000;
	font-size: 10px;
	text-align: right;
	font-family: HelvІetica, Arial, sans-serif;
	padding: 0 10px 0 0;
}
#footer p img{
	position: relative;
	top: 3px;
}
#footer p a{
	color:#000;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	display: inline;
}
img.alignleft{
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	font-size:20px;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:12px;
	padding: 5px 0 0 0;
}
.cancel-comment-reply a{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:12px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}
#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

/* Comments*/
#comments{
	font-size:20px;
	font-weight:normal;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:12px;
	line-height:1.5em;
}
.commentlist .children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:12px;
	line-height:1.6em;
}
.commentlist .reply{
	text-align:right;
}
.commentlist .reply a{
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	padding:2px 6px 2px 6px;
}
.commentlist .reply a:hover{
	text-decoration:none;
	background:#c6c4c4;
}
.comment-author{
	font-size:14px;
	margin:0 0 10px 0;
}
.comment-author img{
	border:2px solid #b8b8b5;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	left: 10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
	left: 10px;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Various Tags & Classes */
acronym, abbr, span.caps{
	cursor: help;
}
acronym, abbr{
	border-bottom: 1px dashed #dfcfba;
}
blockquote{
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
}
blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
hr{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
}

/* Pagenation */
.pagenation{
	width:100%;
	overflow:hidden;
}
.single .pagenation{
}
.pagenation a{
	text-decoration: underline;
}
.pagenation a:hover{
	text-decoration: none;
}