/*  
Theme Name: Gothica
Theme URI: 
Description: 
Author: Cyberwire LLC
Author URI: http://www.vacationrealty.com
*/

/*************** Special theme Styles *************************************/
* {
  margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
  margin: 1em 0;
}
img {
	border: 0;
}
a:link, a:visited {
color: #2f425e;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #4d4d4d;
}
.clear {
clear:both;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */
body {
  font: 62.5%/1.6 "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #f0f0f0;
  text-align: center;
}
.header {
background: url(images/header.jpg) repeat-x top left;
height: 121px;
position: relative;
}
.wrapper {
width: 1000px;
position: relative;
margin: 0px auto;
}
.headimg {
background: url(images/headerimg.jpg) no-repeat top left;
position: absolute;
top: 0px;
left: 0px;
width: 271px;
height: 121px;
}
.header h1 {
font-size: 22px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #f0f0f0;
margin: 0px;
padding: 0px;
position: absolute;
left: 80px;
top: 40px;
}
.header h1 a:link, .header h1 a:visited {
color: #f0f0f0;
text-decoration: none;
}
.header h1 a:hover {
color: #9fb2cf;
}
.header p {
font-size: 14px;
font-family: "century gothic";
font-weight: normal;
color: #fff;
margin: 0px;
padding: 0px;
position: absolute;
left: 90px;
top: 70px;
}
.search {
position: absolute;
top: 5px;
right: 0px;
width: 254px;
height: 55px;
}
.searchbar {
width: 250px;
height: 16px;
background: url(images/inputbg.jpg) no-repeat top left;
padding: 2px;
border: 1px solid #f0f0f0;
font-size: 14px;
color: #4d4d4d;
position: absolute;
top: 0px;
left: 0px;
}
.searchbut {
background: url(images/submitbg.jpg) repeat-x center left;
width: 80px;
height: 24px;
border: none;
position: absolute;
bottom: 0px;
right: 0px;
padding-bottom: 2px;
color: #f0f0f0;
font-size: 14px;
border: 1px solid #f0f0f0;
font-weight: bold;
cursor: pointer;
}
.searchbut:focus, .searchbut:hover {
background: url(images/submitbghov.jpg) repeat-x center left;
}
ul.navbar {
height: 29px;
margin: 0px;
padding: 0px;
list-style-type: none;
position: absolute;
top: 92px;
right: 0px;
}
.navbar li {
float: left;
font-size: 14px;
color: #fff;
height: 19px;
width: auto;
background: url(images/navbg.jpg) repeat-x top left;
margin: 0px 1px;
padding: 5px 10px;
border-left: 1px solid #22324a;
border-right: 1px solid #22324a;
}
.navbar li a:link, .navbar li a:visited {
color: #e3e2e2;
text-decoration: none;
}
.navbar li a:hover {
color: #fff;
}
.container {
background: url(images/contentbg.jpg) repeat-x top left;
padding: 60px 5px;
}
.content {
width: 700px;
float: left;
text-align: left;
}
.secbar {
width: 280px;
float: right;
text-align: left;
padding: 30px 0px 0px 0px;
background: url(images/sidetop.jpg) no-repeat top left;
}
.sidebar {
background: url(images/sidebot.jpg) no-repeat bottom left;
width: 230px;
padding: 0px 25px 30px 25px;
}
.footer {
background: url(images/footer.jpg) repeat-x top left;
clear: both;
color: #fff;
font-size: 14px;
padding: 20px 0px;
text-align: left;
}
.footer p {
margin: 0px;
padding: 0px;
}
.footer a:link, .footer a:visited {
color: #f1f1f1;
text-decoration: underline;
}
.footer a:hover {
color: #fff;
text-decoration: none;
}
h2.headline {
margin: 0px;
padding: 0px;
font-size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #2f425e;
}
h2.headline a:link, h2.headline a:visited {
color: #2f425e;
text-decoration: none;
}
h2.headline a:hover {
color: #2b2b2b;
text-decoration: none;
}
h4.postinfo {
background: url(images/secbg.jpg) repeat top left;
padding: 5px;
margin: 0px;
margin-top: 5px;
border: 1px solid #cacaca;
color: #2f425e;
font-size: 14px;
font-family: arial;
font-weight: normal;
text-align: center;
}
h4.postinfo span {
color: #4d4d4d;
}
h4.postinfo a:link, h4.postinfo a:visited {
color: #000;
text-decoration: none;
}
h4.postinfo a:hover {
color: #4d4d4d;
text-decoration: underline;
}
/*************** Default wordpress styles *********************************/ 

/***** GENERAL TEXT FORMATTING *****/
.entry {
width: 650px;
background: url(images/postbot.jpg) no-repeat bottom left;
color: #4d4d4d;
font-size: 16px;
padding: 0px 25px 30px 25px;
position: relative;
}
.post {
width: 700px;
background: url(images/posttop.jpg) no-repeat top left;
padding: 0px;
position: relative;
padding-top: 30px;
margin-bottom: 30px;
}
blockquote {
color: #000; 
margin: 0px 30px 20px 30px; 
border-left: 5px solid #2f425e;
padding: 2px 10px 2px 10px;
font-size: 13px;
font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	text-decoration: none;
}

p a:hover {
	text-decoration: none;
}

p.center {
	text-align: center;
}
.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #425c72;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: inside;
} 

html>body .post ul li {
	margin: 5px 0px 5px 10px;
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 18px;
}
.entry ul, .entry ol {
list-style-position: inside;
}
.post ul li {
	margin: 5px 0px 5px 10px;
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 18px;
}
.post ol {
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}

.post ol li {
	margin: 5px 0px 5px 10px;
	padding: 0px;
	}

/***** SEARCH FORM FORMATTING *****/

/***** SIDEBAR FORMATTING *****/
.secbar h2 {
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #4d4d4d;
font-weight: normal;
margin: 3px 0px;
padding: 0px;
}
.secbar a:link {
	color: #2f425e;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.secbar a:hover {
	background: none;
	color:  #000;
	text-decoration: underline;
}

.secbar a:visited {
	color: #2f425e;
}
/***** SIDEBAR LISTS FORMATTING *****/
.secbar ul, .secbar ol { 
list-style-type: none;
margin: 0px;
padding: 0px;
list-style-type: none;
list-style-position: inside;
font-size: 14px;
text-align: left;
}
.secbar li { 
	margin: 0px 0px 2px 0px; 
}
.secbar ul li ul, .secbar ul li ol, .secbar ol li ul, .secbar ol li ol { 
	margin: 5px;
	padding: 0px;
	text-align: left;
	list-style-position: inside;
}
.secbar ul li ul li {
padding: 0px;
font-size: 14px;
color: #2f425e;
margin: 0px;
}
.secbar ul li ul li a:link, .secbar ul li ul li a:visited {
color: #2f425e;
background: url(images/bullet.gif) no-repeat center left;
padding-left: 18px;
text-decoration: none;
}
.secbar ul li ul li a:hover {
color: #4d4d4d;
text-decoration: underline;
}
/***** SIDEBAR LISTS FORMATTING *****/
/***** IMAGE FORMATTING *****/
.entry img {
border: 1px solid #4d4d4d;
margin: 5px;
}
img.post {
	padding: 5px;
	border: 1px solid #4d4d4d;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #4d4d4d;
}

img.alignright {
	padding: 5px;
	border: 1px solid #4d4d4d;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #4d4d4d;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	text-align: center;
	display: block;
	width: 540px;
	font-size: 14px;
	border: none;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navigation .alignleft a:link, .navigation .alignleft a:visited {
padding: 5px;
font-size: 14px;
background: url(images/arrowleft.gif) no-repeat center left;
text-decoration: none;
color: #4d4d4d;
padding-left: 14px;
}
.navigation .alignright a:link, .navigation .alignright a:visited {
padding: 5px;
font-size: 14px;
background: url(images/arrowright.gif) no-repeat center right;
text-decoration: none;
color: #4d4d4d;
padding-left: 14px;
}
.navigation .alignright a:hover {
background: url(images/arrowright.gif) no-repeat center right;
color: #2f425e;
text-decoration: underline;
}
.navigation .alignleft a:hover {
background: url(images/arrowleft.gif) no-repeat center left;
color: #2f425e;
text-decoration: underline;
}
.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
/***** COMMENTS FORMATTING *****/
h3#comments {
font-size: 18px;
color: #2f425e;
font-family: Georgia, "Times New Roman", Times, serif;
}
h3#comments img, h3#respond  img {
vertical-align: middle;
}
h3#respond {
font-size: 18px;
color: #2f425e;
font-family: Georgia, "Times New Roman", Times, serif;
}
#commentform input {
width: 250px;
height: 16px;
background: url(images/inputbg.jpg) no-repeat top left;
padding: 2px;
border: 1px solid #5a6470;
font-size: 14px;
color: #2f425e;
margin: 5px 5px 1px 0px;
}
#commentform input:focus, #commentform textarea:focus {
border: 1px solid #2f425e;
}
#commentform textarea {
background: #e9e9e9;
border: 1px solid #5a6470;
width: 540px;
height: 100px;
padding: 3px;
color: #2f425e;
}
#commentform #submit {
background: url(images/submitbg.jpg) repeat-x center left;
width: 109px;
height: 24px;
padding-bottom: 2px;
border: 1px solid #313e4f;
cursor: pointer;
font-size: 14px;
font-weight: normal;
font-family: verdana;
color: #fff;
}
#commentform #submit:focus, #commentform #submit:hover {
background: url(images/submitbghov.jpg) repeat-x center left;
}
.commentlist {
list-style-type: none;
}
.commentlist li {
    font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
	background: url(images/secbg.jpg) repeat top left;
	border: 1px solid #cacaca;
	width: 680px;
	padding: 10px;
	position: relative;
	margin: 5px 0px;
}
.commentlist li div {
background: #fafafa;
border: 1px solid #e0e0e0;
font-weight: normal;
padding: 2px;
width: 676px;
margin: 0px auto;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #2f425e;
	font-family: verdana;
}
.commentlist cite {
color: #2f425e;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#commentform label {
font-size: 14px;
font-weight: normal;
color: #2f425e;
}
.commentmetadata {
background: #fafafa;
border: 1px solid #e0e0e0;
padding: 2px;
width: 676px;
margin: 0px auto;
	font-weight: normal;
	font-size: 12px;
	color: #2f425e;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.postmetadata {
background: url(images/secbg.jpg) repeat top left;
width: 680px;
border: 1px solid #cacaca;
font-size: 14px;
margin-top: 5px;
}	
.alt {
margin-top: 5px;
padding: 10px;
background: url(images/secbg.jpg) repeat top left;
width: 680px;
border: 1px solid #cacaca;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata a:link, .commentmetadata a:visited {
text-decoration: none;
color: #2f425e;
}
.commentmetadata a:hover {
text-decoration: none;
color: #4d4d4d;
}
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
color: #000;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
    color: #4b3f31;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
        color: #000;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */