/*
Theme Name: Versatile
Theme URI: http://www.gailbottomleyonline.com
Description: A versatile two column theme
Version: 1.0
Tags: two-columns, fixed-width, custom-header, custom-background, left-sidebar, right-sidebar
Author: Gail Bottomley Online
Author URI: http://www.gailbottomleyonline.com
*/

/* ----- 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
html, body{height:100%;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	margin:10px 0;
}
/*ol, ul { list-style: none; }*/
ol, ul{ padding-left:15px;}
blockquote { quotes: none; }
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
.nav-menu ul{ padding-left:0px;}
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* ----- Layout ----- */
body {
    font-size: 13px;
	font-family: "Segoe UI", Candara, "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans",  Verdana, sans-serif;
	color:#333;
	line-height:1;
}
#wrapper {
    width:980px;
    margin:0 auto;
}
/* ----- Typography ----- */
h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5{font-size:12px;}
p{padding:10px 0;}
/* ----- Header ----- */
#header {
	margin:10px 0 0;
	border:1px solid;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor:pointer;
}
h1#site-title{
	font:40px Georgia, "Times New Roman", serif;
	padding:20px 0 0 30px;
	margin:0;
}
h1#site-title a:hover{text-decoration:none;}
#site-description{
	font-size:20px;
	font-style:italic;
	float:right;
	padding:5px 25px 0 0;
}
/* ----- Navigation ----- */
.nav-menu {
	font-size:13px;
	border-left:1px solid;
	border-right:1px solid;
	height:26px;
}
.nav-menu li {
	float:left;
	list-style:none;
	position:relative;
}
.nav-menu a{display:block;position:relative;}
.nav-menu ul li a {
    display:block;
	border-right:1px solid;
	padding:5px 12px;
	line-height:1.3em;
}
.nav-menu ul ul{position:absolute;top:-999em;}
.nav-menu ul ul li{width:100%;}
.nav-menu li:hover{visibility:inherit;}
.nav-menu li:hover ul{left:0;top:2em;z-index:99;}
.nav-menu li:hover li ul, .nav-menu li li:hover li ul {top:-999em;}
.nav-menu li li:hover ul, .nav-menu li li li:hover ul {left:10em;top:0;}
.nav-menu li ul li a{border-right:none;}
/* ----- Content ----- */
#container{
	clear:left;
	border:1px solid;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	min-height:100%;
	overflow:hidden;
}
* htmk #container{height:100%;}
#main-content {
	float:left;
	width:640px;
	margin:20px 0 0;
	padding:0 0 0 15px;
}
#main-content-right{
	float:right;
	width:640px;
	margin:20px 0 0;
	padding:0 15px 0 0;
}
#content-full{
	width:950px;
	margin:20px auto 0;
}
.post, #container .page, #comment-area {
    padding:15px 15px 25px;
	margin:0 0 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
h1.post-title, h2.post-title{
	border-bottom:1px solid;
	font-size:20px;
	margin:0 0 10px;
	line-height:1.4em;
}
p.post-meta {
	font-size:11px;
	padding:0;
}
.navigation {
	border:1px solid;
	font-size:14px;
	height:30px;
	padding:2px 0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav-above{margin:15px 0 20px;}
#nav-below{margin:20px 0 15px;}
.nav-previous{float:left;padding:6px;}
.nav-next{padding:6px;float:right;}
.entry{line-height:1.4em;}
h1.page-title{
	font-size:18px;
	line-height:2em;
	border-bottom:1px solid;
	margin:0 0 20px;
	padding:0 0 0 10px;
}
/* ----- Sidebar ----- */
#side-content {
	width:320px;
	margin:20px 0 0;
	font-size:11px;
}
#side-content.right{float:right;}
#side-content.left{float:left;}
.xoxo{
	margin:0 0 0 20px;
}
.xoxo ul{
	margin:10px 10px 10px 0px;
	padding-left:10px;
}
.xoxo ul li{
	list-style:none;
	padding:0 0 5px;
	border-bottom:1px dotted;
	margin:0 0 10px;
	line-height:1.4em;
}
.xoxo.sec-right{margin:0 0 0 10px;}
.sec-left, .sec-right{
	float:left;
	width:140px;
}
.pri-bottom{
	clear:left;
}
/* ----- Widget Styles ----- */
.sec-left .widget{margin:0 0 15px 0;}
.sec-right .widget{margin:0 5px 15px 0;}
.widget{
	padding:0 0 10px;
	margin:0 15px 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h3.widget-title{
	padding:10px;
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.widget_search label{display:none;}
.widget_search form{padding:15px 0 5px; text-align:center;}
.widget_tag_cloud div {margin:10px;padding:10px 0 0;}

.textwidget{margin:12px;padding:10px 0 0;text-align:left;font-size:12px;}

#cbhopad {text-align:center;}
/* ----- Comments ----- */
#comment-area{
	border:1px solid;
}
#comment-area .navigation{background:none;border:none;height:100%;}
.commentlist li {
    border-bottom:1px dotted;
	margin:10px 0 0 20px;
}
.commentlist li ul li{border-bottom:none;}
.comment-author {
	font-size:11px;
}
.comment-author span.says{display:none;}
.comment-body p{
    margin:10px 0;
}
.avatar{float:left;margin:0 5px 0 0;}
.reply{margin:0 0 10px;}
#respond{margin:30px 0 0;}
#commentform{margin:0 0 0 20px;}
.comment-notes, .form-allowed-tags{font-size:11px;}
.required{font-weight:bold;}
#commentform input, #commentform textarea, #commentform label{float:left;}
#commentform input{margin:0 5px 0 0;}
#commentform label{clear:left; width:80px;}
.comment-form-comment{margin:20px 0 0;}
.form-allowed-tags{clear:left;}
/* ----- Footer ----- */
#footer {
    clear:both;
	padding:20px 0 0;
	margin:0 auto 10px;
	text-align:center;
}
#footer p{padding:0;font-size:11px;}
/* ----- Links ----- */
a, a:visited {text-decoration:none}
a:hover{text-decoration:underline;}
/* ----- Miscellaneous Styles ----- */
.aligncenter {
    display:block;
    margin:0 auto
}
.alignleft {float:left}
.alignright {float:right}
.clear {clear:both}
.wp-caption {
    border:1px solid #666;
    text-align:center;
    background:#ccc;
    padding:10px;
    margin:10px
}

.gallery-grid .img-cell {
  border: none;
  box-shadow:none;
  height: 105px !important;
  width: 140px !important;
  border: none;
  border-radius: 3px;
  min-height: 80px !important;
  padding: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.gallery-grid .item-cell {
  display: block;
  height: 268px !important;
  margin-bottom: 20px;
  margin-left: 5.656% !important;
  position: relative;
  width: 156px !important;
  box-sizing: border-box;
  display: block;
  float: left;
max-width:165px !important;
}

.wd-esc-pagination {
  clear: both;
  padding: 0 0 20px;
  text-align: center;
}

.gallery-grid h2{ 
display:none;
}
