/*======================================
Theme Name: zeeStylePro
Theme URI: http://themezee.com/zeestyle
Description: zeeStylePro is the upgrade version of zeeStyle and comes with additional features like a font manager, more layout and color options and an advanced frontpage template.
Version: 2.1.2
Author: ThemeZee
Author URI: http://themezee.com
Tags: custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, editor-style, full-width-template, translation-ready, sticky-post, fixed-width, two-columns, one-column, right-sidebar, left-sidebar
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 0.9em;
	border: 0;
	color: #222;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #1d4c82;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
input, textarea {
	background-color: #fff; 
	margin: 5px;
	border-top: 2px solid #ddd;
	color: #333;
}
/*============================ WRAPPER ============================*/
#wrapper {
	background: #fff;
	width: 950px;
	margin: 30px auto 10px auto;
}
#foot_wrap {
	background: #fff;
	width: 950px;
	margin: 20px auto;
	padding-top: 5px;
}
#header {
	float: left;
	width: 900px;
/*	padding: 20px; */ /* REX - REPLACED WITH LINE BELOW */
    padding: 0 20px 0 20px;
	margin: 5px;
	background: url(images/header_bg.png) no-repeat #1d4c82;
}
/*============================ STRUCTURE ============================*/
#wrap {
	padding: 0 5px;
	text-align: left;
}
#content {
	float: left;
	width: 615px;
}
.fullwidth {
	width: 940px !important;
}
/*============================ SIDEBAR ============================*/
#sidebar {
	width: 320px;
	margin-left: 620px;
}
.sidebar-two {
	float: right;
}
.sidebar-left {
	float: left;
	width: 157px;
}
.sidebar-right {
	width: 157px;
	margin-left: 163px;
}
.sidebar-bottom {
	clear: right;
}
#sidebar .widgettitle {
	color: #fff;
	font-size: 1.0em;
	padding: 7px 12px;
	font-weight: bold;
	background: url(images/header_bg.png) no-repeat #1d4c82;
}
#sidebar ul li {
	margin-bottom: 5px;
	background: url(images/sidebar_bg.png) repeat;
}
#sidebar ul li ul, #sidebar ul li div{
	margin-bottom: 5px;
	padding: 10px;
	color: #222;
}
#sidebar ul li div ul, #sidebar ul li div ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li ul {
	list-style: square inside;
	color: #777;
}
#sidebar a, #sidebar ul {
	font-size: 1.0em;
	line-height: 1.2em;
}
#sidebar a:link, #sidebar a:visited  {
	color: #222;
	text-decoration: underline;
}
#sidebar a:hover, #sidebar a:active {
	text-decoration: none;
}
#sidebar ul ul li {
	margin: 5px 10px;
	padding: 3px;
	border: 0;
	background: none !important;
}
#sidebar ul ul ul {
	border: none;
	padding: 0;
}
#sidebar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
/*============================ WIDGETS ============================ */
/* Theme SocialMedia Widget */
.widget-social-icons img{
	margin: 3px 5px;
}
/* Theme Ads Widget */
.widget-ads img {
	margin: 5px 10px;
}
/* Theme Search Widget */
.screen-reader-text {
	display: none;
}
#s {
	background: #fff;
/*	border: 3px solid #ccc; */ /* REX - DELETED */
/*	padding: 6px 5px; */ /* REX - REPLACED BY BELOW: */
    margin-bottom: 5px;
/*    margin-left: 20px; */
    padding: 0 0 0 0;
    
/*	font-size: 1.0em;
	font-weight: bold; REX - REPLACE */
	font-size: 0.em;
	font-weight: normal;
	color: #333;
	width: 140px;   /* REX: WAS 110 PX */
}
#searchsubmit {
	margin-left: 5px;
/*	padding: 8px 15px; *//* REPLACED BY BELOW: */
    padding: 0 0 0 0;
	text-decoration: none !important;
	color: #1d4c82 !important; /* REX: WAS #fff */
	font-size: 1.0em;
	font-weight: bold;
	background: #e0e0e0;    /* REX: WAS 1d4x82 */
	cursor: pointer;
	border: none;
}
#searchsubmit:hover {
	background: #808080;    /* REX: WAS 303030 */
}

/* Theme Recent Posts Widget */
.widget-recent-posts ul li {
	margin: 5px 10px !important;
	padding: 3px !important;
}
.widget-recent-posts ul li.widget-thumb {
	list-style: none;
	min-height: 60px;
}
.widget-recent-posts .wp-post-image {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.widget-recent-posts .widget-postmeta,
.widget-recent-posts .widget-postmeta a, .widget-recent-posts .widget-postmeta a:hover {
	padding: 0 !important;
	margin-top: 3px;
	font-size: 0.9em;
	color: #333;
}
.widget-recent-posts .widget-postmeta .widget-date {
	border-right: 1px solid #aaa;
	padding-right: 5px;
}
/* Theme Recent Comments Widget */
.widget-recent-comments ul li {
	margin: 5px 10px !important;
	padding: 3px !important;
}
.widget-recent-comments ul li.widget-avatar {
	list-style: none;
	min-height: 45px;
}
.widget-recent-comments img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.widget-recent-comments .comment-date {
	padding: 0 !important;
	margin-top: 3px;
	font-size: 0.9em;
	color: #333;
}
/* Theme Twitter Widget */
.widget-twitter ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.widget-twitter ul li{
	margin: 5px 10px !important;
	padding: 3px !important;
}
.widget-twitter p {
	display: block;
	margin: 10px 10px 5px 10px;
}
/* Theme Tabbed Widget */
.widget-tabnavi {
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto;
}
.widget-tabnav, .widget-tabnav ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
.widget-tabnav li {
	float:left;
	list-style-type: none;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}
.widget-tabnav li a {  
	display: block;
	padding: 7px 10px;
	margin: 0 3px 3px 0 !important;
	text-decoration: none !important;
	background: #1d4c82;
	color: #fff !important;
	font-weight: bold;
	font-size: 0.9em !important;
}
.widget-tabnavi li a:hover, .widget-tabnavi li a:active {  
	background: #333;
	text-decoration: none; 
}
.widget-tabnavi li a.current_tab{  
	text-decoration: underline !important;
}
.tabdiv {  
	padding: 0 !important;
	margin: 0 !important;
}
.tabdiv ul li, .tabdiv div{  
	margin: 5px 10px !important;
	padding: 3px !important;
}
.tabdiv  li.widget-thumb .wp-post-image {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	border: 2px solid #ccc;
}
.tabdiv li.widget-thumb {
	min-height: 60px;
	list-style: none;
}
.tabdiv li.widget-avatar img {
	float: left;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ddd;
}
.tabdiv li.widget-avatar{
	min-height: 55px;
	list-style: none;
}
.tabdiv ul li .widget-postmeta {
	margin: 3px 0 !important;
	padding: 0 !important;
	font-size: 0.8em !important;
	color: #777 !important;
}
.tabdiv div.tagcloud {
	padding: 0 10px;
}
/*============================ HEADER ============================*/
#logo {
	float: left;
/*	margin: 5px 10px 10px 10px; */  /* REX - REPLACED WITH BELOW */
    margin: 5px 10px 4px; 10px;
}
#logo h1 {
	font-size: 2.5em;
	color: #fff;
	font-family: 'Jockey One', Arial, Verdana, Helvetica;
	float: left; /* REX - ADDED */
}
#logo a {
	text-decoration: none;
}
#logo h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	float: right;     /* REX - ADDED */
	margin: 18px 0 0 40px;  /* REX - ADDED */
}
/*============================ NAVIGATION ============================*/
#navi {
/*	float: right; */
/*	margin: 20px 20px 10px 10px; */ /* REX - REPLACED WITH LINE BELOW: */
    float: left;
    margin: 0 0 4px; 0;
    
	background: url(images/navi.png) repeat;
}
#nav, #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	
}
#nav li{
	float:left;
	position:relative;
}
#nav a{
	display: block;
/*	padding: 12px 17px; */ /* REX - REPLACED WITH LINE BELOW: */
    padding: 5px 12px;
	color: #fff;
	font-size: 1.0em;
/*	font-weight: bold; */ /* REX - REMOVED BOLD */
	text-decoration: none;
}
#nav a:hover{
	background: url(images/navi_hover.png) repeat;
}
#nav ul {
	position: absolute;
	display: none;
	background: #fff;
	border: 4px solid #ddd;
	z-index: 99;
}
#nav ul a {
	width: 12em;
	padding: 12px 17px;
	float: left;
	color: #333;
}
#nav ul a:hover {
	color: #555 !important;
	background: none;
	text-decoration: underline;
}
#nav ul ul{
	top: 0;
}
#nav li ul ul {
	margin-left: 12em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}
/*============================ More_Posts, Calendar ============================*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 10px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}
.more-link {
	padding: 5px 10px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 0.9em;
	font-weight: bold;
	background: #1d4c82;
}
.more-link:hover {
	background: #303030;
}
/*============================ POST ============================*/
.post, .type-page, .type-attachment  {
	margin: 0 0 5px 0;
	background: #eee;
	padding: 0 15px 0 15px;
	border-top: 2px solid #ddd;
	border-bottom: 5px solid #ccc;
}
.sticky {
	border-left: 4px solid #1d4c82;
	margin-left: 10px;
	padding-left: 20px;
}
#slideshow .sticky {
	border: none;
	margin: 0 0 5px 0; 
	padding: 15px;
}
.post-title {
	font-family: 'Jockey One', Arial, Verdana, Helvetica;
	font-size: 2.1em;
	color: #1d4c82;
}
.page-title {
	font-size: 2.6em;
	font-family: 'Jockey One', Arial, Verdana, Helvetica;
}
.post-title a:link, .post-title a:visited {
	color: #1d4c82;
	text-decoration: none;
}
.post-title a:hover, .post-title a:active {
	color: #303030 !important;
}
.entry {
	padding: 5px 0;
	line-height: 1.5em;
}
.entry h1, .comment h1  {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #222;
}
.entry h2, .comment h2  {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #222;
}
.entry h3, .comment h3  {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #222;
}
.entry h4, .comment h4  {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #222;
}
.entry h5, .comment h5  {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 10px 0;
}
.arh {
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 1.0em;
	padding: 7px 12px;
	font-weight: bold;
	background: #1d4c82;
}
.postmeta {
	font-size: 0.9em;
	margin: 10px 0;
	background: #ddd;
	padding: 2px 0 3px;
	line-height: 2.0em;
}
.meta-author {
	border-right: 1px solid #777;
	padding: 0 10px;
	margin-right: 10px;
}
.meta-date a {
	padding: 8px 12px;
	color: #fff !important;
	text-decoration: none !important;
	background: url(images/header_bg.png) no-repeat #1d4c82;
	font-size: 0.9em;
	font-weight: bold;
}
.meta-comments a {
	font-weight: bold;
	float: right;
	padding: 0 10px;
}
.meta-tags ul {
	float: left;
	margin: 5px 0;
}
.meta-tags ul li {
	float: left;
	margin: 4px 4px 0 0;
}
.meta-tags ul li strong {
	padding: 5px;
	line-height: 1.6em;
}
.meta-tags a:link, .meta-tags a:visited { 
	display: block;
	padding: 4px 8px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 0.9em;
	font-weight: normal;
	background: #1d4c82;
}
.meta-tags a:hover, .meta-tags a:active {
	background-color: #303030 !important;
}
.more_posts {
	float: left;
	width: 590px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 0.9em;
	padding: 7px 12px;
	font-weight: bold;
	background: #1d4c82;
}
.more_posts a {
	color: #fff !important;
}
.next_posts_link {
	float: left;
}
.previous_posts_link {
	float: right;
}
.author_box {
	border-top: 2px solid #ddd;
	border-bottom: 5px solid #ccc;
	background: #eee;
	margin: 5px 0;
	padding: 15px;
}
.author_image {
	float: left;
	margin-right: 15px;
}
.author_image img {
	margin: 0;
	padding: 3px;
	border: 1px solid #ddd;
}
.author_info h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #555;
}
.author_description {
	color: #555;
}
.author_website {
	margin-top: 10px;
	font-size: 0.9em;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 60px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table, .comment table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th, .comment tr th, 
.entry thead th, .comment thead th {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td, .comment tr td {
	border-top: 1px solid #ddd;
	padding: 5px 15px;
}
.entry tr.odd td, .comment try.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 6px 3px;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.wp-post-image {
	padding: 5px;
	border: 1px solid #ddd;
}
#custom_header .wp-post-image {
	padding: 0;
	border: none;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
#image-nav {
	background: #eee;
	padding: 15px;
	border-top: 2px solid #ddd;
	border-bottom: 5px solid #ccc;
}
#image-nav span {
	display: block;
	margin: 5px 0;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	background: #1d4c82;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	background: #303030;
}
/*============================ Front Page Template ============================*/
#frontpage_slider {
	position: relative;
	float: left;
	margin: 0 0 5px 0;
	background: #fff;
	padding: 0 !important;
}
#frontpage_slider .arh {
	margin: 0 0 5px 0;
}
#frontpage_slideshow {
	float: left;
	padding: 0;
	margin: 0 !important;
}
#frontpage_slideshow .type-frontpage_slider {
	position: relative;
	height: 300px;
	width: 630px;
	padding: 15px !important;
	margin: 0 !important;
	border-left: none !important;
}
#frontpage_slideshow .type-frontpage_slider .entry {
	position: relative;
	z-index: 200;
	top: 160px;
	float: left;
	width: 450px;
	margin-left: 20px;
	border: 1px solid #fff;
	background: #333;
	opacity: 0.8;
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
}
#frontpage_slideshow .type-frontpage_slider .pic {
	position: absolute;
	top: 15px;
	margin: 0;
}
#frontpage_slideshow .type-frontpage_slider .pic .wp-post-image {
	padding: 0;
	margin: 0;
	border: none;
}
#frontpage_slideshow .type-frontpage_slider .entry h2{
	font-weight: normal;
	margin: 0 !important;
    font-size: 1.7em;
	line-height: 1.2em;
	font-family: 'Jockey One', Arial, Verdana, Helvetica;
	color: #fff !important;
}
#frontpage_slideshow .type-frontpage_slider .entry h2 a{
	color: #fff !important;
}
#frontpage_pagination {
	width: 255px;
	min-height: 310px;
	margin-left: 665px;
	padding: 10px;
	background: #ddd;
	border-top: 2px solid #1d4c82;
	border-bottom: 4px solid #1d4c82;
}
#frontpage_pagination .slide_page {
	padding: 10px;
	min-height: 40px;
	margin: 1px 0;
	background: #eee;
}
#frontpage_pagination .slide_page:hover {
	cursor: pointer;
	background: #fff;
}
#frontpage_pagination .activeSlide {
	background: #fff !important;
}
#frontpage_pagination .slide_page .wp-post-image {
	float: left;
	margin-right: 15px;
	padding: 0;
	border: none;
}
#frontpage_pagination .slide_page h3 {
	font-size: 1.0em;
	font-family: Arial, Verdana, Helvetica;
	color: #1d4c82;
}
#frontpage_intro {
	color: #444;
	font-size: 2.0em;
	text-align: center;
	background: #eee;
	padding: 30px;
	margin: 0;
	border-top: 2px solid #ddd;
	border-bottom: 5px solid #ccc;
}
/*============================ Frontpage Widgets ============================*/
#frontpage_widgets {
	margin: 5px -5px 0 0;
}
#frontpage_widgets .widgettitle {
	color: #fff;
	font-size: 1.0em;
	padding: 7px 12px;
	font-weight: bold;
	background: url(images/header_bg.png) no-repeat #1d4c82;
}
#frontpage_widgets ul .widget {
	margin: 0 5px 5px 0;
	background: url(images/sidebar_bg.png) repeat;
	width: 310px;
	float:left;
}
#frontpage_widgets ul li ul, #frontpage_widgets ul li div{
	margin-bottom: 5px;
	padding: 10px;
	color: #222;
}
#frontpage_widgets ul li div ul, #frontpage_widgets ul li div ul li {
	border: none;
	margin: 0;
	padding: 0;
}
#frontpage_widgets ul li ul {
	list-style: square inside;
	color: #777;
}
#frontpage_widgets a, #frontpage_widgets ul {
	font-size: 1.0em;
	line-height: 1.2em;
}
#frontpage_widgets a:link, #frontpage_widgets a:visited  {
	color: #222;
	text-decoration: underline;
}
#frontpage_widgets a:hover, #frontpage_widgets a:active {
	text-decoration: none;
}
#frontpage_widgets ul ul li {
	margin: 5px 10px;
	padding: 3px;
	border: 0;
	background: none !important;
}
#frontpage_widgets ul ul ul {
	border: none;
	padding: 0;
}
#frontpage_widgets .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
/*============================ FRONTPAGE POSTS / CATEGORIES ============================*/
.frontpage_category {
	margin: 0 -5px 0 0;
}
.frontpage_category .arh {
	margin: 0 0 5px 0;
}
.frontpage_category .three_col_cat {
	float: left;
	width: 310px;
	margin: 0 5px 0 0;
}
.frontpage_category .two_col_cat {
	float: left;
	width: 467px;
	margin: 0 5px 0 0;
}
.frontpage_category .first_post {
	margin: 0 0 5px 0;
}
.frontpage_category .first_post .post-title {
	font-size: 1.7em;
}
.frontpage_category .further_posts {
	min-height: 65px;
	margin: 0 0 5px 0;
}
.frontpage_category .further_posts .wp-post-image {
	float: left;
	margin-right: 15px;
}
.frontpage_category .three_col_cat .further_posts .post-title {
	font-size: 1.2em;
}
.frontpage_category .two_col_cat .further_posts .post-title {
	font-size: 1.6em;
}
/*============================ Featured Posts Slider ============================*/
#content-slider {
	margin: 0 0 10px 0;
}
#slideshow {  
    width: 600px;  
    padding: 0;  
    margin:  0;
	background: #eee;
	border-top: 2px solid #1d4c82;
	border-bottom: 5px solid #1d4c82;
}
#slideshow .post{  
	border: none;
	width: 585px;
}
#slide_panel {
	float: left;
	margin: 0 0 10px 0;
	padding: 7px 12px;
	width: 590px;
	font-weight: bold;
	background-color: #1d4c82;
}
#slide_head {
	float: left;
	font-size: 1.0em;
	color: #fff;
}
#slide_keys {
	float: right;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.0em;
	font-family: Arial, Verdana;
	cursor: pointer;
	margin-right: 5px;
	padding: 0 5px;
	font-weight: bold !important;
	text-decoration: none;
	color: #fff;
}
#slide_keys a:hover {
	text-decoration: underline;
}
/*============================ Comments ============================*/
#respond {
	margin: 5px 0;
	background: #e5e5e5;
	padding: 15px;
	border-top: 2px solid #d5d5d5;
	border-bottom: 5px solid #c5c5c5;
}
#comments h3 {
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 1.0em;
	padding: 7px 12px;
	font-weight: bold;
	background: #1d4c82;
}
#respond h3 {
	font-family: 'Jockey One', Arial, Verdana, Helvetica;
	font-size: 2.1em;
	color: #1d4c82;
}
/* Reset #comments h3 */ 
.comment h3 {
	margin: 10px 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: underline;
}
.comment-meta a, .comment-meta a:link, .comment-meta a:visited{
	color: #222 !important;
	text-decoration: none !important;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: left;
}
.commentlist .comment {
	list-style: none;
	margin: 0 0 5px 0;
	background: #eee;
	padding: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #ccc;
}
.comment-author img {
	float: left;
	margin: 5px 10px 15px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
}
#comments .children {
	margin-top: 10px;
	margin-left: 25px;
}
#comments .children .comment {
	background: #fff;
}
#comments .children .comment ul .comment {
	background: #f5f5f5;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: underline !important;
}
.bypostauthor .fn{
	color: #1d4c82;
}
.bypostauthor .comment .fn {
	color: #333 !important;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 10px 20px 0;
}
#commentform #submit {
	padding: 5px 10px;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 0.9em;
	font-weight: bold;
	background: #1d4c82;
	cursor: pointer;
	border: none;
}
#commentform #submit:hover {
	background: #303030;
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
	color: #fff;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 0;
}
.wp-pagenavi .pages {
    float: right;
	margin: -5px 0;
	padding: 5px;
	color: #fff;
	border: none;
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 3px 7px;
    color: #fff !important;
    text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}
.wp-pagenavi a:hover {
	text-decoration: none;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    background-color: #fff;
    color: #1d4c82;
    text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	border: none;
}
/*============================ BOTTOM BAR ============================*/
.bottombar_item {
	float: left;
	width: 231px;
	margin-left: 5px;
}
#bottombar .widgettitle {
	color: #fff;
	font-size: 1.0em;
	padding: 7px 12px;
	font-weight: bold;
	background: url(images/header_bg.png) no-repeat #1d4c82;
}
#bottombar ul li {
	margin-bottom: 5px;
	background: url(images/sidebar_bg.png) repeat;
}
#bottombar ul li ul, #bottombar ul li div{
	margin-bottom: 5px;
	padding: 10px;
	color: #222;
}
#bottombar ul li div ul, #bottombar ul li div ul li {
	border: none;
	margin: 0 5px;
	padding: 5px;
}
#bottombar ul li ul {
	list-style: square inside;
	color: #aaa;
}
#bottombar a, #bottombar ul {
	font-size: 1.0em;
	line-height: 1.2em;
}
#bottombar a:link, #bottombar a:visited  {
	color: #222;
	text-decoration: underline;
}
#bottombar a:hover, #bottombar a:active {
	text-decoration: none;
}
#bottombar ul ul li {
	margin: 5px 10px;
	padding: 3px;
	border: 0;
	background: none !important;
}
#bottombar ul ul ul {
	border: none;
	padding: 0;
}
#bottombar .children {
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}
/*============================ FOOT ============================*/
#footer {
	clear: both;
	float: left;
	width: 920px;
	padding: 10px;
	margin: 0 5px 5px 5px;
	background: url(images/header_bg.png) no-repeat #1d4c82;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}
#footer a {
	color: #fff !important;
}
#footer a:hover {
	text-decoration: none;
}
.credit_link {
	float: right;
	font-size: 0.9em;
	font-weight: normal;
}
.credit_link a {
	color: #fff !important;
}

/*============================ REX ADDITIONS ============================*/

#sidebar ul.sidebar-top > li > a {
    padding: 0 0 0 20px;
}
::web-kit-input-placeholder {
	color: #bbb;
}
:-moz-placeholder {
	color: #bbb;
}
#searchsubmit {
	background-color:#31415a !important;
	color: #ebecef !important;
	font-size: 0.7em;
}
#searchsubmit:hover {
	color:#fff !important;
}
p.comment-form_after-fields a {
	text-decoration: underline !important;
}
p.jfkquote {
	font-family: Garamond, Georgia, serif !important;
	font-size: 1.8em !important;
	line-height: 1.1em !important;
	color: #344059 !important;
	padding: 0 10px 0 30px !important;
}
p.jfkquotesm {
	font-family: arial, helvetica, serif;
	font-size: 1.2em !important;
	line-height: 1.1em !important;
	color: #344059 !important;
	padding: 0 10px 0 30px !important;
}
h2.post-title {
	background-color:#800 !important;
	margin: 0 -15px; 0 -15px !important;
}
h2.post-title a {
	padding-left: 15px !important;
	color: white !important;
}
h2.post-title a:hover {
	color: #ccc !important;
}
/* REX END */


/* ==================AMANDA STYLE OVERRIDES================== */
#wrapper, #header, input, textarea, #sidebar ul li, #sidebar ul li h2, #searchsubmit, #s, #bottombar ul li, #bottombar ul li h2, #navi, #navi ul, .arh, #slide_panel, #slideshow, .type-post, .type-page, .meta-date a, .postmeta, .more-link, .post-tags a:link, .post-tags a:visited, .more_posts, .more_posts .current, #comments h3, .commentlist .comment, #respond, #footer, #foot_wrap, #image-nav, .type-attachment, #image-nav .nav-previous a, #image-nav .nav-next a {
    border-radius: 0 !important;
}
.more-link { background-color: #959dae !important; padding: 3px 8px !important; font-size: 0.8em; }
.more-link:hover { background-color: #1d2c52 !important; }
#wrapper {
	background: #fff;
	width: 950px;
	margin: 0 auto 10px auto;
}
#header {
	margin: 0 5px;
	padding: 0;
	width: 940px;
	height: 127px;
	background-color: #31415a !important;
	background-image: url(/wp-content/uploads/2012/11/jfkfacts_header.png);
	background-repeat: no-repeat;
}
#custom_header {
	margin-bottom: 15px;
	}
#custom_header img {
	margin: 0 5px !important;
}
#navi {
	float: right;
	position: relative;
	margin-top: 61px;
	background-image: none;
	}
#logo h1, #logo h2 { display: none; }
#nav a { 
	font-weight: normal;
	padding: 2px 16px 2px 8px;
	border-left: solid 1px #5e646e;
}
#sidebar .widgettitle {
	background-image: url(/wp-content/uploads/2012/11/widgettitle_bgtile_v2.png) !important;
	background-repeat: repeat-y;
	}
h2.widgettitle { color: #1d2c52 !important; }
div.textwidget { background-color: #fff; }
#sidebar ul li { background-image: none; }
h2.arh {
	font-family: arial, helvetica, sans-serif;
	background-color: #fff; 
	font-size: 28px;
	color: #344059; 
	padding: 0 0 2px 0;
	}
body.custom-background {
	background-color: #b4b1a3 !important;
	background-image: url(/wp-content/uploads/2012/11/site_bgtile.png) !important;
	background-repeat: repeat-x !important;
	}
/* ==================AMANDA STYLE OVERRIDES================== */
#wrapper, #header, input, textarea, #sidebar ul li, #sidebar ul li h2, #searchsubmit, #s, #bottombar ul li, #bottombar ul li h2, #navi, #navi ul, .arh, #slide_panel, #slideshow, .type-post, .type-page, .meta-date a, .postmeta, .more-link, .post-tags a:link, .post-tags a:visited, .more_posts, .more_posts .current, #comments h3, .commentlist .comment, #respond, #footer, #foot_wrap, #image-nav, .type-attachment, #image-nav .nav-previous a, #image-nav .nav-next a {
    border-radius: 0 !important;
}
#wrapper {
	background: #fff;
	width: 950px;
	margin: 0 auto 10px auto;
}
#header {
	margin: 0 5px;
	padding: 0;
	width: 940px;
	height: 110px;
	background-color: #31415a !important;
	background-image: url(/wp-content/uploads/2012/11/jfkfacts_logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#custom_header {
	margin-bottom: 15px;
	}
#custom_header img {
	margin: 0 5px !important;
}
#navi {
	float: right;
	position: relative;
	margin-top: 44px;
	background-image: none;
	}
#logo h1, #logo h2 { display: none; }
#nav a { 
	font-weight: normal;
	padding: 2px 12px 2px 8px;
	border-left: solid 1px #5e646e;
}
#sidebar .widgettitle {
	background-image: url(/wp-content/uploads/2012/11/widgettitle_bgtile_v2.png) !important;
	background-repeat: repeat-y;
	}
h2.widgettitle { color: #1d2c52 !important; }
div.textwidget { background-color: #fff; }
#sidebar ul li { background-image: none; }
h2.arh {
	font-family: arial, helvetica, sans-serif;
	background-color: #fff; 
	font-size: 28px;
	color: #344059; 
	padding: 0 0 2px 0;
	}
body.custom-background {
	font-family: arial, helvetica, sans-serif !important;
	background-color: #b4b1a3 !important;
	background-image: url(/wp-content/uploads/2012/11/site_bgtile.png) !important;
	background-repeat: repeat-x !important;
	}
h2.post-title {
	margin: -2px -15px 0 -15px;
	padding: 10px 0 10px 15px;
	color: #fff !important;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 24px !important;
	}
.meta-tags a:link, .meta-tags a:visited {
	background: none repeat scroll 0 0 transparent !important;
	color: #5e646e !important;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 8px !important;
	text-decoration: none !important;
	line-height: 1em;
	}
meta-tags ul {
	margin: 0 0 10px 0;
	}
.meta-tags ul li { margin: 0; font-size: 1em; }
.meta-tags ul li strong { font-size: 0.9em; line-height: 1em; float: left; padding: 0 4px 0 0 !important; }
div.postinfo { margin-bottom: 4px; }
#sidebar p { 
	color: #333;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 13px;
	line-height: 16px;
	margin: 0 12px 8px 2px;
	}
#sidebar ul li div ul li, #sidebar ul li ul li {
	color: #333;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 13px;
	line-height: 16px;
	list-style: none !important;
	padding: 0 12px 8px 15px !important;
	background-image: url(/wp-content/uploads/2012/11/bullet.png) !important;
	background-repeat: no-repeat !important;
	background-position: 4px 5px !important;
	}
#sidebar ul.widget-tabnav li {
	background-image: 0 !important;
	padding: 0 !important;
	}
#bottombar .widgettitle { color: #fff !important; }
h2.post-title a, h2.post-title a:visited, h2.post-title a:hover, h2.post-title a:active {
	color: #fff !important;
	padding-left: 0 !important;
	}
#usp ul#usp_list, #usp ul#usp_list li {
	background-image: none !important;
	list-style: none !important;
	}
.entry p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0 0 12px 0;
	}
.roundbutton {
  background-color: #1d4c82;
  color: #ffffff !important;
  text-decoration: none !important;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000088;
  padding: 5px;
}
.roundbutton:hover {background-color: #6688dd; }
.roundbutton:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}