@charset "UTF-8";
/*
Theme Name: Rick-Web
Theme URI: https://rick-web.com
Description: Rick-Web custom WordPress theme
Version: 6.1
Author: AtkinsonHD
Author URI: https://www.atkinsonhd.com
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rickweb
*/

html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  display:block;
}
body{
  background:#f1f1f1;
  color:#787878;
  font:75%/1.5em Arial, Helvetica, sans-serif;
  position:relative;
}
textarea{
  font:101%/1.5em Arial, Helvetica, sans-serif;
}
blockquote{
  quotes:none;
	border-left: 1px solid #CCCCCC;
	font-style: italic;
	margin-left: 2em;
}
q{
  quotes:none;
	font-style: italic;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none;
}
:focus{
  outline:none;
}

/* Baseline and common looks - Sets a vertical rhythm and styles the different elements.
 */
a{
  text-decoration:underline;
  border:0;
  color:#64b7cd;
}
a:hover,a:focus{
  text-decoration:none;
}
a img{
  border:0;
}
abbr,acronym{
  border-bottom:1px dotted;
  cursor:help;
  font-variant:small-caps;
}
address,cite,em,i{
  font-style:italic;
}
blockquote p{
  margin:0 1.5em 1.5em;
  padding:0.75em;
}
code,kbd,tt{
  font-family:"Courier New", Courier, monospace, serif;
  line-height:1;
}
del{
  text-decoration:line-through;
}
dfn{
  border-bottom:1px dashed;
  font-style:italic;
}
dl{
  margin:0 0 1.5em;
}
dt{
  font-weight:700;
}
dd{
  margin-left:1.5em;
}
	dl.locations dt { color:#64b7cd;}
	dl.locations dd { margin:0 0 15px 0;}
h1,h2,h3,h4,h5,h6{
  font-weight:700;
  padding:0;
}
h1{
  font-size:2.5em;
  line-height:1.2em;
  margin:0 0 10px 0;
  color:white;
  padding-top:18px;
  font-weight:normal;
}
	h1 span { color:#64b7cd;}
h2{
  font-size:25px;
  line-height:28px;
  font-weight:normal;
  padding-top:7px;
  margin:0 0 15px 0;
  color:#101010;
}
	h2 a {
		color:#000;
		text-decoration:none;
		}
	h2 a:hover { color:#64b7cd;}
h3{
  font-size:1.1666em;
  margin:0 0 1.286em;
	clear:both;
}
h4{
  font-size:1em;
  margin:0 0 1.5em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1.8em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}
img{
  display:inline-block;
  vertical-align:text-bottom;
}
ins{
  text-decoration:overline;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
ol{
  list-style:outside decimal;
}
p{
  font-weight:300;
  margin:0 0 1.5em;
}
pre{
  font-family:"Courier New", Courier, monospace, serif;
  margin:0 0 1.5em;
	border-left: 1px solid #CCCCCC;
	margin-left: 2em;
	padding-left: 2em;
}
sub{
  top:0.4em;
  font-size:0.85em;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup{
  font-size:0.85em;
  line-height:1;
  position:relative;
  bottom:0.5em;
  vertical-align:baseline;
}
strong,b{
  font-weight:700;
}
ul{
  list-style:outside disc;
}
ul,ol{
  margin:0 0 1.5em 1.5em;
  padding:0;
}
li ul{
  padding:0;
  margin:0 0 0 2em;
	list-style-position:outside;
	list-style-type:circle;
}
li ol {
  padding:0;
  margin:0 0 0 2em;
	list-style-position:outside;
}
table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
	width:100%;
	border:none;
}
caption{
  font-style:italic;
  text-align:left;
}
tr.alt td{
  background:#eee;
}
td{
  border:0;
  padding:0.5em 1em;
  vertical-align:middle;
	border-bottom:1px solid #eee;
	line-height:1.5em;
}
th{
  font-weight:700;
  padding:0.5em 1em;
  vertical-align:middle;
	background:#eee;
	text-align:left;
}
button{
  -x-system-font: none;
  cursor:pointer;
  display:block;
  font-size:0.99em;
  height:2em;
  line-height:1.5em;
  margin:0.8em 0 0;
  padding:0 0.5em;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset{
  border:0;
  margin:0 0 1.5em;
  position:relative;
  padding:1.5em 0 0;
}
fieldset fieldset{
  clear:both;
  margin:0 0 0.75em;
  padding:0 0 0 1.5em;
}
input{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  line-height:1.5em;
  padding:0.29em 5px;
  margin:0 0 0.75em;
}
input[type=file]{
  height:2.25em;
  font-size:1em;
  padding:0;
  border:0;
  border:1px solid #ccc !ie;
}
textarea{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  margin:0;
  padding:0.29em 5px;
}
select{
  border:1px solid #ccc;
  border-bottom-color:#eee;
  border-right-color:#eee;
  font-size:1em;
  line-height:1.5em;
  margin-bottom:0.75em;
  padding:0.25em;
  height:2.25em;
}
optgroup {
  font-weight:700;
  font-style:normal;
  text-indent:0.2em;
}
optgroup + optgroup {
  margin-top:1em;
}
option{
  font-size:1em;
  height:1.5em;
  padding:0;
  text-indent:1em;
}
label{
  cursor:pointer;
  display:block;
  margin:0;
  padding:0;
}
label input{
  background:0;
  border:0;
  line-height:1.5em;
  margin:0 0.5em 0 0;
  padding:0;
  width:auto;
}
legend{
  font-size:1.1666em;
  font-weight:700;
  left:0;
  margin:0;
  padding:0;
}




/* General
---------------------------------------- */
#main {

}
.container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}




/* Header
---------------------------------------- */
header .container_24 {}
header .grid_24 {
	height:189px;
	position:relative;
	z-index:99;
}

/* Logo */
.logo {
	position:absolute;
	left:0;
	top:59px;
	}
	.logo h1,
	.logo h2 {
		font-size:3em;
		line-height:1.2em;
		margin:0;
		padding:0;
		text-indent:-9999px;
		}
		.logo h1 a,
		.logo h2 a {
			color:#222;
			text-decoration:none;
			background:url(images/logo.png) no-repeat left top;
			width:329px;
			height:65px;
			display:block;
		}
	.logo .description {
		text-transform:uppercase;
		color:#868686;
		font-size:11px;
		line-height:1.2em;
		padding:6px 0 0 16px;
	}


/* Header widget */
#widget-header .widget_search {
	position:absolute;
	right:0;
	top:61px;	
}
#widget-header .widget_meta {
	position:absolute;
	right:0;
	top:27px;
}
	#widget-header .widget_meta h3 { display:none;}
	#widget-header .widget_meta ul { 
		margin:0;
		border:0 none;
		padding:0;
	}
		#widget-header .widget_meta ul li {
			float:left;
			list-style-type:none;
			margin:0 0 0 19px;
			padding:0;
			border:0 none;
		}
			#widget-header .widget_meta ul li a {
				color:#787878;
				text-decoration:none;
				background:none;
				padding:0;
				line-height:1.2em;
			}
			#widget-header .widget_meta ul li a:hover { color:#64b7cd;}



/* Slider
---------------------------------------- */
#slider {
	min-height:72px;
	height:auto!important;
	height:72px;
	overflow:hidden;
	position:relative;
	min-width:960px;
	background:url(images/tail-top.gif) repeat center;
}
.single #slider { padding-bottom:25px;}
.home #slider {height:509px;}
	#faded {
		width:950px;
		height:450px;
		overflow:hidden;
		margin:30px auto;
		position:relative;
	}
		#faded .rap a {
			border:1px solid black;
			height:448px;
			float:left;
			text-decoration:none;
		}
		
	ul.pagination { 
		list-style:none; 
		padding:0; 
		margin:0;
		position:absolute;
		right:0;
		top:0;
		background:#242424;
		width:314px;
		padding:19px 9px 0 19px;
		border:1px solid black;
		height:429px;
		}
		ul.pagination li { 
			float:left;
			margin:0 10px 10px 0;
			overflow:hidden;
			}
			ul.pagination li a {
				display:block;
				padding:0;
				background:none;
				position:relative;
				text-decoration:none;
			}
			ul.pagination li a span.img-wrapper { 
				display:none;
				position:absolute;
				left:0;
				top:0;
			}
			ul.pagination li a:hover span.img-wrapper,
			ul.pagination li.current a span.img-wrapper,
			ul.pagination li.current a:hover span.img-wrapper {
				display:block;
				width:110px;
				height:110px;
				border:10px solid #f1f1f1;
			}
	/*
	 * Required: If fixed height, state it here
	*/
	#faded .rap { 
		height:450px; 
		width:630px;
		background:url(images/ajax-loader.gif) no-repeat 50% #252525;
	}



/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	
}

/* Essential styles for dropdown menu */
.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) */
}
.sf-menu ul li {
	width:			100%;
}
.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:			59px; /* match top ul list item height */
	z-index:		99;
	width:147px;
	background:url(images/sub-menu-tail.gif) repeat-y left top;
	padding:17px 0;
}
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:			157px; /* 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;
}


/* Our skin for dropdown menu */
.sf-menu {
	max-width:760px;
	margin-top:110px;
	float:			right;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
	font-size:25px;
	line-height:49px;
	height:49px;
	padding:0 19px;
	background:url(images/nav-tail.gif) repeat-x left top;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
}
.sf-menu li {
	margin-left:10px;
}
	.sf-menu > li a:hover,
	.sf-menu > li.sfHover a,
	.sf-menu > li.current_page_item a {
		background:url(images/nav-act-tail.gif) repeat-x left top #f8f8f8;
		color:#57a9be;
		border:1px solid white;
		line-height:47px;
		height:47px;
		padding:0 18px;
	}
.sf-menu li li {
	margin:0;
	padding-left:22px;
}
	.sf-menu li.sfHover li a {
		background:none;
		line-height:26px;
		padding:0;
		height:26px;
		color:white;
		border:0 none;
		font-size:18px;
	}
	.sf-menu li li a:hover {
		color:#1c1c1c;
	}
	.sf-menu li li .sf-sub-indicator { background: none;}
	
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	35px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			11px;
	top:			1.05em; /* IE6 only */
	width:			18px;
	height:			12px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(images/nav-arrow.png) no-repeat right top; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 0; /* use translucent arrow for modern browsers*/
}
.sf-menu > li a.sf-with-ul:hover,
.sf-menu > li.sfHover a.sf-with-ul,
.sf-menu > li.current_page_item a.sf-with-ul {
	padding-right:34px;
}
.sf-menu > li a.sf-with-ul:hover .sf-sub-indicator,
.sf-menu > li.sfHover a.sf-with-ul .sf-sub-indicator,
.sf-menu > li.current_page_item a.sf-with-ul .sf-sub-indicator { 
	background-position:0 -12px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: right top;
	/* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 **
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/






/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding-bottom:50px;
}

.top-indent { 
	padding-top:30px;
	position:relative;
}

#content {
}
	#content .indent {
		padding:0 11px 0 0;
	}
	#content .left-indent {
		padding-left:11px;
	}

#full-width #content {
	float:none;
	width:100%;
	}
	article {
		border-bottom:1px dashed #d2d2d2;
		margin-bottom:27px;
		overflow:hidden;
		width:100%;
		padding-bottom:22px;
	}
		.featured-thumbnail {}
			.featured-thumbnail img {
				padding:10px;
				float:left;
				background:#d4d2d2;
				margin:5px 20px 0 0;
			}
			.featured-thumbnail a:hover img { background:#383838;}
		
		.home .post-content p {
			margin:0;		
		}
			
			.pagination {
				
			}
				.pagination a {
					display:inline-block;
					padding:0 5px;
					background:#eee;
					}
					
	.title {
		position:relative;
		padding-left:90px;
		height:120px;
	}
		.info a {
			color:#898888;
		}
		.info .alt a,
		.info a:hover { text-decoration:underline;}
		
		.info .alt a {
			color:#64b7cd;
		}
		.info a,
		.info .alt a:hover { text-decoration:none;}
	
	.post-meta { 
		clear:both;
		padding-top:20px;
	}
	.post-meta p { margin:0;}
	*+ html .post-meta { margin-top:-17px;}
	
	.post-meta.alt {
		position:absolute;
		left:0;
		top:0;
		padding:0;
		margin:0;		
	}
		.post-meta b {
			display:block;
			width:70px;
			text-align:center;
		}
		.post-meta b.day {
			height:70px;
			color:white;
			text-shadow:0 0 20px white;
			background:url(images/bg-day.gif) no-repeat left top;
			font-size:45px;
			line-height:70px;
		}
		.post-meta b.month {
			height:30px;
			background:url(images/bg-month.gif) no-repeat left top;
			font-size:16px;
			line-height:30px;
			text-transform:uppercase;
			color:#4c4c4c;
		}
		
	#post-meta .fright {
		width:45%;
		text-align:right;
	}	
		
	.more-link {
		display:inline-block;
		margin:38px 0 0 0;
		background:url(images/more-link-tail.gif) repeat-x left top;
		line-height:42px;
		font-size:16px;
		text-decoration:none;
		color:white;
		text-transform:uppercase;
	}
	.single .more-link { margin:0;}
		.more-link span {
			display:block;
			background:url(images/more-link-left.gif) no-repeat left top;
		}
		.more-link b {
			display:block;
			padding:0 36px 0 15px;
			background:url(images/more-link-right.gif) no-repeat right top;
		}
	.more-link:hover,
	.more-link:hover span { 
		background-position:left -42px;
		color:#3d3d3d;
	}
	.more-link:hover b { background-position:right -42px;}
	
	.link {
		font-weight:bold;
		text-decoration:none;
	}
	.link:hover { color:#616060;}
		.link span {
			font-size:9px;
			font-weight:normal;
		}
	
	.post-navigation {
		
	}
	p.gravatar,
	div.avatar img {
		float:left;
		margin-right:20px;
	}
	
	#author-link {
		clear:both;
		padding-bottom:10px;
	}
	
	
	.alignleft {
		float:left;
		margin:0 20px 10px 0;
		}
	.alignright {
		float:right;
		margin:0 0 10px 20px;
		}
	.aligncenter {
		text-align:center;
		margin:0 auto;
		}
	article .post-content img {
		max-width:710px;
		}




/* Comments
---------------------------------------- */
#comments {
	
}
#comments ol {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	li.comment {
		overflow:hidden;
		position:relative;
		zoom:1;
		padding:10px 10px 10px 60px;
		margin-bottom:20px;
		background:#64b7cd;
		border:1px solid #eee;
		color:white;
	}
		li.comment a { color:white;}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			font-size:11px;
			text-align:right;
		}
			li.comment p.gravatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #dbdbdb;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment p.gravatar img {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#e3e3e3;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}



/* Page
---------------------------------------- */
.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}



/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt p {	margin:0;	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
nav.oldernewer.alt { margin-top:-8px;}
nav.oldernewer.nomargin { margin:0;}
	nav.oldernewer a {
		text-decoration:none;
		font-weight:bold;
	}
	nav.oldernewer a:hover { color:#616060;}
		nav.oldernewer a span { 
			font-size:9px;
			font-weight:normal;
		}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

.search {
	
}

.author {
	padding-bottom:20px;	
}




/* Author
---------------------------------------- */
#post-author {
	width:100%;
	overflow:hidden;
	}

/* Recent author posts */
#recent-author-posts {
	
}

/* Recent author comments */
#recent-author-comments ul { margin:0;}
	#recent-author-comments ul li {
		list-style-type:none;
		padding:0 0 5px 0;	
	}




/* 404
---------------------------------------- */
#error404 {
}





/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:-30px 0 40px 0;
		}
		#gallery .portfolio li {
			float:left;
			width:310px;
			margin-right:10px;
			margin-top:30px;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0;
			}
	#gallery .pf-desc {
		font-size:18px;
		line-height:1.2em;
		padding-top:10px;
		display:block;
		clear:both;
		text-align:center;
	}
		#gallery .pf-desc a { 
			color:#101010;
			text-decoration:none;
		}
		#gallery .pf-desc a:hover { color:#64b7cd;}



/* Sidebar
---------------------------------------- */
#sidebar {
	margin-bottom:-19px;
	padding-bottom:1px;
}
		#sidebar .widget {
			background:#f6f6f6;
			border:1px dashed #d2d2d2;
			padding:18px 19px;
			border-radius:2px;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
		}
		#sidebar .widget {
			margin-bottom:19px;
		}
			.widget h3 {
				color:black;
				font-size:25px;
				line-height:1.2em;
				font-weight:normal;
				margin-bottom:15px;
				}
		
		li.widget,		
		.widget li {
				list-style-type:none;
			}
			.widget ul { margin:0;}
			
			.widget ul,
			#widget-footer li ul {
				border-bottom:1px dashed #cbcbcb;
				padding-bottom:9px;
			}
			.widget li,
			#widget-footer li li {
				border-top:1px dashed #cbcbcb;
				padding-top:9px;
				margin-top:9px;
			}
			
				.widget li a,
				#widget-footer li li a {
					padding-left:34px;
					line-height:24px;
					background-image:url(images/marker1.gif);
					background-repeat:no-repeat;
					background-position:left top;
					display:inline-block;
					text-decoration:none;
					color:#616060;
				}
				.widget li a:hover,
				#widget-footer li li a:hover { 
					text-decoration:underline;
					color:#64b7cd;
				}		
				
		ul.children,
		.widget ul.sub-menu {
			margin:9px 0 0 24px;
			border-bottom:0 none;
			padding-bottom:0;
		}
			ul.children li a,
			.widget ul.sub-menu	li a {
				font-size:10px;
				text-transform:uppercase;
				background:url(images/marker2.gif) no-repeat left top;
			}
			
		.widget-list {}
		
		.widget.widget_recent_comments ul li a { background:none;}
		.widget.widget_tag_cloud a { line-height:1.2em;}

/* Calendar */
#calendar_wrap {
	padding:0 10px 0 15px;
	}
	table#wp-calendar {
		width:100%;
		margin:0;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
		}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
		}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}


/* Tag cloud */
.widget_tag_cloud a { line-height:1.2em;}

/* My Recent Comments */
.widget.widget_my_recent_comments ul { 
	padding-bottom:21px;
	border:0 none;
}
	.widget.widget_my_recent_comments ul li.recentcomments {
		padding:23px 0 0 0;
		margin-top:23px;
		width:100%;
		overflow:hidden;
		vertical-align:top;
	}
	.widget.widget_my_recent_comments ul li.recentcomments:first-child {
		border:0 none;
		padding-top:0;
		margin-top:0;
	}
		.widget.widget_my_recent_comments ul li.recentcomments img {
			float:left;
			margin-right:20px;
		}
		.widget.widget_my_recent_comments ul li.recentcomments a { 
			background:none;
			padding:0;
			line-height:1.5em;
			display:block;
			color:#787878;
			text-decoration:none;
		}
		.widget.widget_my_recent_comments ul li.recentcomments a:hover { text-decoration:none;}
		.widget.widget_my_recent_comments ul li.recentcomments a:hover span.alt {
			text-decoration:underline;
		} 
			.widget.widget_my_recent_comments ul li.recentcomments span.arrows {
				color:#64b7cd;
				display:inline;
				height:1%;
				font-size:9px;
			}
		.widget.widget_my_recent_comments ul li p.comm-meta {
			color:#bebebe;
			line-height:20px;
			margin:0;
		}
		.widget.widget_my_recent_comments ul li span.author { 
			top:-5px;
			position:relative;
			padding:0;
			margin-bottom:-4px;
			display:block;
		}
			.widget.widget_my_recent_comments ul li span.author a {
				color:#64b7cd;
				font-size:15px;
				line-height:1.5em;
			}
			.widget.widget_my_recent_comments ul li span.author a:hover { font-weight:bold;}

/* Posts by category */		
.widget.widget_my_postwidget ul.latestpost {
	margin-top:-20px;
	border:0 none;
	border-bottom:1px dashed #d2d2d2;
	overflow:hidden;
	width:100%;
	padding:0;
}
*+ html .widget.widget_my_postwidget ul.latestpost { padding-bottom:18px;}
	.widget.widget_my_postwidget ul.latestpost li {
		float:left;
		border:0 none;
		width:305px;
		margin:0 0 11px 0;
		padding:0;
	}
		.widget.widget_my_postwidget ul.latestpost li .alignleft { margin-right:20px;}
		.widget.widget_my_postwidget ul.latestpost li .wp-post-image {
			padding:10px;
			background:#d4d2d2;
			float:left;
		}
		.widget.widget_my_postwidget ul.latestpost li a {
			background:none;
			padding:0;
			color:#101010;
			text-decoration:none;
			display:block;
		}
		.widget.widget_my_postwidget ul.latestpost li a:hover { color:#3c8da3;}
		.widget.widget_my_postwidget ul.latestpost li a:hover .wp-post-image { background:#383838;}
		
		.widget.widget_my_postwidget ul.latestpost li p { 
			margin:0;
			padding-right:20px;
			font-size:18px;
			line-height:22px;
			min-height:112px;
			height:auto!important;
			height:112px;
		}
		.widget.widget_my_postwidget ul.latestpost li span.comments a {
			text-decoration:underline;
			color:#64b7cd;
		}
		.widget.widget_my_postwidget ul.latestpost li span.comments a:hover { text-decoration:none;}
		
.widget.widget_my_postwidget h3 { margin-bottom:40px;}



/* Footer
---------------------------------------- */
#footer .grid_24 {
	height:73px;
	overflow:hidden;
}
	#footer .container_24 p.copy {
		line-height:73px;
		margin:0;
	}
	#footer p,
	#footer a {
		color:#3d3d3d;
	}
	#footer a { text-decoration:none;}
	#footer a:hover { color:#64b7cd;}

	/* Footer widget */
	#widget-footer { 
		background-color:#e9e9e9;
		width:100%;
		overflow:hidden;
		padding:25px 0 34px 0;
	}
	*+ html #widget-footer { padding-bottom:19px;}
		#widget-footer .grid_24 {
			height:auto;		
		}
		#widget-footer ul { margin:0;}
		#widget-footer h4 {
			font-size:18px;
			line-height:1.2em;
			font-weight:normal;
			color:black;
			color:#2f2f2f;
			margin-bottom:16px;
		}
		#widget-footer li.widget {
			float:left;
			width:250px;
			margin:0 70px 0 0;
		}
		#widget-footer li.widget.widget_text {
			width:310px;
			margin:0;
		}
		#widget-footer li.widget.widget_meta li a { background-image:url(images/marker2.gif);}
	

/* Misc
---------------------------------------- */
.no-results {
	
}

.widget-area {
	
}



/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

input[type="text"],
textarea {
	background:#f6f6f6;
	border:1px dashed #d2d2d2;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

input[type="text"]:hover,
input[type="text"]:focus,
textarea:hover,
textarea:focus {
	border-color:#8b8b8b;
}

input[type="submit"] {
	border:0 none;
	background:url(images/marker1.gif) no-repeat right top;
	height:24px;
	width:90px;
	padding:0 34px 0 0;
	margin:0;
	font-size:18px;
	cursor:pointer;
	position:relative;
}
input[type="submit"]:hover { background:url(images/marker2.gif) no-repeat right top;}

/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:5px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform input[type=text] {
		width:250px;
		padding:4px;
		}
	#commentform textarea {
		width:460px;
		height:150px;
		padding:4px;
		overflow:auto;
		}
	#commentform input[type="submit"] {
	width:172px;
		
		}
	#commentform #submit:hover {
		}
	



/* Sidebar search form */
.searchform {
	overflow:hidden;	
	}
.searchform input.searching {
		width:255px;
		padding-top:6px;
		padding-bottom:6px;
		line-height:1.29em;
		float:left;
	}
	.searchform input[type="submit"].submit {
		width:28px;
		height:29px;
		border:0 none;
		float:left;
		background:url(images/button-search.png) no-repeat left top;
		cursor:pointer;
	}
	#sidebar .searchform input.searching { width:223px;}


/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last_col { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#sidebar .widget.popular-posts {
	padding-right:0;
}
.widget.popular-posts ul { 
	width:100%;
	overflow:hidden;
	border:0 none;
	padding-bottom:22px;
}
	.widget.popular-posts ul li {
		padding:0 10px 10px 0;
		margin:0;
		float:left;
		border:0 none;
	}
		.widget.popular-posts ul li a {
			background:none;
			padding:0;
			line-height:1.5em;
			text-decoration:none;
			position:relative;
		}
		.widget.popular-posts ul li a .img-wrapper {
			border:10px solid #d4d2d2;
			position:absolute;
			width:110px;
			height:110px;
			left:0;
			top:0;
			display:none;
		}
		.widget.popular-posts ul li a:hover .img-wrapper { display:block;}
.widget.popular-posts ul {
	margin-bottom:-4px;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */