/* =Colors
----------------------------------------------------------------------------- */
a, .submit a:hover, #menu li.current a, #footer li.current a {
  color: #29a3eb;
}

a:hover, #logo a {
  color: #26c2ff;
}

#menu li a {
  color: #313131;
}

input, textarea {
  color: #acacac;
}

#menu li a:hover,
#sidebar .title {
  color: #d9d9d9;
}

#footer,
#footer a {
  color: #8c8c8c;
}

#footer a:hover,
.comment .meta {
  color: #8c8c8c;
}

@media (min-width: 1000px) {
  header, .content-div, footer {
    width: 1000px;
    margin: 0 auto 10px;
  }
}

@media (max-width: 1000px) {
  header, .content-div, footer {
    width: 100%;
  }
}

/* Landscape phone to portrait tablet */
/**
 * @package Fast_Blog_Theme
 * @since Fast Blog 1.0
 */
/* =Backgrounds
----------------------------------------------------------------------------- */
th, td {
  background-image: url(./images-v1/frame-bg.png);
}

ul > li {
  background-image: url(./images-v1/dot.png);
}

.input, .textarea,
#search input[type="submit"] {
  background-image: url(./images-v1/input.png);
}

.content-div, header {
  background-image: url(./images-v1/bg-light.png);
}

#menu ul {
  background-image: url(./images-v1/menu-shadow.png);
}

#menu li {
  background-image: url(./images-v1/menu-bg.png);
}

#sidebar > li {
  background-image: url(./images-v1/widget-line.png);
}

.comment {
  background-image: url(./images-v1/comment-line.png);
}

.contact-form .loader {
  background-image: url(./images-v1/loader.gif);
}

/* =Global
----------------------------------------------------------------------------- */
body {
  color: #535353;
  background-color: #f8f8f8;
  background-image: url(./images-v1/bg.png);
  background-position: center top;
  font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p, blockquote, pre, table, ul, ol {
  margin-top: 15px;
}

p:first-child,
blockquote:first-child,
pre:first-child,
table:first-child,
ul:first-child,
ol:first-child,
a + ul,
a + ol {
  margin-top: 0;
}

a {
  text-decoration: none;
}

blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  padding: 0 10px;
}

pre {
  font-family: "Lucida Console", Monaco, monospace;
  overflow: auto;
}

table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}

th, td {
  padding: 0 15px;
  line-height: 25px;
}

th {
  font-weight: normal;
  text-transform: uppercase;
}

ul, ol {
  list-style-position: outside;
}

ul > li {
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding-left: 22px;
}

ol {
  list-style-type: decimal;
  padding-left: 24px;
}

/* =Form
----------------------------------------------------------------------------- */
form {
  margin-top: 15px;
}

form p {
  margin-top: 10px;
}

input, textarea {
  border: 0;
  background-color: transparent;
  font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  resize: none;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="password"] {
  line-height: 27px;
  margin: 0 18px 0 8px;
  width: 185px;
  /* 201 - 2*8 */
  height: 27px;
}

textarea {
  width: 100%;
  height: 142px;
  overflow: auto;
}

.submit {
  font-size: 25px;
  line-height: 25px;
}

.submit a {
  letter-spacing: -1.55px;
  cursor: pointer;
}

.submit a.cufon {
  letter-spacing: 0;
}

input[type="submit"] {
  background-position: -9999px -9999px;
}

/* =Header, logo, tagline, contact
----------------------------------------------------------------------------- */
#header {
  padding: 20px 0;
}

#logo {
  font-family: Impact, Impact5, Charcoal6, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  margin: 0 25px 0 0;
  height: 100%;
  line-height: 65px;
}

#logo.center {
  text-align: center;
  float: none;
  margin: 0;
}

#logo img {
  max-height: 68px;
  vertical-align: middle;
}

#logo span {
  font-size: 72px;
}

#tagline {
  font: italic 18px/65px Georgia, serif;
  float: left;
  margin: 5px 0 0 0;
  line-height: 65px;
  color: #313131;
}

.content-div .row {
  margin-bottom: 15px;
}

#contact {
  font-size: 11px;
  line-height: 19px;
  text-align: right;
  display: table;
  float: right;
  height: 100%;
}

#contact > div {
  display: table-cell;
  vertical-align: middle;
}

/* =Menu
----------------------------------------------------------------------------- */
#menu {
  position: relative;
  height: 38px;
  z-index: 999;
}

#menu form {
  margin-top: 0;
}

/* =Level 1+ */
#menu ul {
  background-repeat: no-repeat;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1.55px;
  position: relative;
  padding: 0;
  white-space: nowrap;
}

#menu li a.cufon {
  letter-spacing: 0;
}

#menu > ul {
  background-position: -999px -999px;
  height: 38px;
}

#menu > ul > li {
  background-position: -999px -999px;
  line-height: 38px;
  float: left;
  margin-right: 20px;
}

/*
#menu li ul {
	background-position: right bottom;
	display: none;
	position: absolute;
	padding: 0 5px 5px 0;
	left: -10px;
	top: 35px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
}
#menu li:hover > ul {
	display: block;
}
#menu li li {
	background-position: right bottom;
	line-height: 30px;
	padding-top: 2px;
	height: 30px;
}
#menu li li:first-child {
	padding-top: 0;
}
#menu li li a {
	display: block;
	padding: 0 10px;
	height: 100%;
}


#menu li ul li ul {
	left: 100%;
	top: 2px;
}
#menu li ul li:first-child ul {
	top: 0;
}
#menu li li li {
	background-position: left bottom;
	padding-left: 2px;
}
*/
/* =Search
----------------------------------------------------------------------------- */
#search {
  position: absolute;
  right: 0;
  top: 5px;
}

#search input[type="text"] {
  margin-right: 0;
  width: 154px;
}

#search input[type="submit"] {
  background-position: left bottom;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 20px;
  height: 20px;
}

/* =Main
----------------------------------------------------------------------------- */
#main {
  padding: 30px 0;
}

/* =Footer, copyright
----------------------------------------------------------------------------- */
#footer {
  background-image: url(./images-v1/bg-light.png);
  font-size: 11px;
  line-height: 16px;
  padding: 20px 0;
  height: 16px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li {
  background-image: none;
  float: left;
  margin-right: 20px;
  padding: 0;
  overflow: hidden;
}

#copyright {
  float: right;
}

/* =Post
----------------------------------------------------------------------------- */
.sw-module-blog-article-list,
.sw-module-blog-article {
  border-color: #e7e7e7;
  border-width: 1px;
  border-style: solid;
  position: relative;
  /*margin-top: 15px;*/
  padding: 15px 20px;
  background-image: url(./images-v1/post-bg.png);
  /*
	.content h1, .content h2 {
		font-size: 20px;
		letter-spacing: -1.55px;
		margin-top: 20px;
	}
	.content h1.cufon, .content h2.cufon {
		letter-spacing: 0;
	}
	.content h3, .content h4 {
		font-size: 15px;
		letter-spacing: -1.55px;
		margin-top: 20px;
	}
	.content h3.cufon, .content h4.cufon {
		letter-spacing: 0;
	}
	.content h5, .content h6 {
		font-size: 12px;
		margin-top: 15px;
	}
	.content h1:first-child,
	.content h2:first-child,
	.content h3:first-child,
	.content h4:first-child,
	.content h5:first-child,
	.content h6:first-child {
		margin-top: 0;
	}
	.content img {
		max-width: 100%;
		height: auto;
	}
	.content .mark {
		padding: 0 2px;
	}
	*/
}

.sw-module-blog-article-list .submit a, .sw-module-blog-article-list .sw-module-blog-article-title a, .sw-module-blog-article-list .content .mark,
.sw-module-blog-article .submit a,
.sw-module-blog-article .sw-module-blog-article-title a,
.sw-module-blog-article .content .mark {
  color: #313131;
}

.sw-module-blog-article-list .input, .sw-module-blog-article-list .textarea,
.sw-module-blog-article .input,
.sw-module-blog-article .textarea {
  color: #a7a7a7;
}

.sw-module-blog-article-list .sw-module-blog-article-title a:hover,
.sw-module-blog-article .sw-module-blog-article-title a:hover {
  color: #29a3eb;
}

.sw-module-blog-article-list .input, .sw-module-blog-article-list .textarea,
.sw-module-blog-article .input,
.sw-module-blog-article .textarea {
  background-image: url(./images-v1/post-input.png);
}

.sw-module-blog-article-list .post-icon,
.sw-module-blog-article-list .post-icon > *,
.sw-module-blog-article .post-icon,
.sw-module-blog-article .post-icon > * {
  background-image: url(./images-v1/post-icon.png);
}

.sw-module-blog-article-list:first-child,
.sw-module-blog-article:first-child {
  margin-top: 0;
}

.sw-module-blog-article-list .sw-module-blog-article-media-caption,
.sw-module-blog-article .sw-module-blog-article-media-caption {
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
  text-align: right;
  margin-right: 4px;
  color: #858585;
}

.sw-module-blog-article-list .sw-module-blog-article-corner,
.sw-module-blog-article .sw-module-blog-article-corner {
  position: absolute;
  display: none;
  width: 38px;
  height: 38px;
  border-color: #4CB6EA;
  border-style: solid;
}

.sw-module-blog-article-list:hover .sw-module-blog-article-corner,
.sw-module-blog-article:hover .sw-module-blog-article-corner {
  display: block;
}

.sw-module-blog-article-list .sw-module-blog-article-corner-top-left,
.sw-module-blog-article .sw-module-blog-article-corner-top-left {
  left: 0px;
  top: 0px;
  border-width: 1px 0 0 1px;
}

.sw-module-blog-article-list .sw-module-blog-article-corner-bottom-left,
.sw-module-blog-article .sw-module-blog-article-corner-bottom-left {
  left: 0px;
  bottom: 0px;
  border-width: 0 0 1px 1px;
}

.sw-module-blog-article-list .sw-module-blog-article-corner-top-right,
.sw-module-blog-article .sw-module-blog-article-corner-top-right {
  right: 0px;
  top: 0px;
  border-width: 1px 1px 0 0;
}

.sw-module-blog-article-list .sw-module-blog-article-corner-bottom-right,
.sw-module-blog-article .sw-module-blog-article-corner-bottom-right {
  right: 0px;
  bottom: 0px;
  border-width: 0 1px 1px 0;
}

.sw-module-blog-article-list .post-icon,
.sw-module-blog-article .post-icon {
  display: block;
  position: absolute;
  left: 26px;
  top: 18px;
  width: 117px;
  height: 103px;
}

.sw-module-blog-article-list .post-icon.link,
.sw-module-blog-article .post-icon.link {
  background-position: 0 0;
}

.sw-module-blog-article-list .post-icon.quote,
.sw-module-blog-article .post-icon.quote {
  background-position: -117px 0;
}

.sw-module-blog-article-list .post-icon.article,
.sw-module-blog-article .post-icon.article {
  background-position: -234px 0;
}

.sw-module-blog-article-list .post-icon.image,
.sw-module-blog-article .post-icon.image {
  background-position: -351px 0;
}

.sw-module-blog-article-list .post-icon.video,
.sw-module-blog-article .post-icon.video {
  background-position: -468px 0;
}

.sw-module-blog-article-list .post-icon.audio,
.sw-module-blog-article .post-icon.audio {
  background-position: -585px 0;
}

.sw-module-blog-article-list .post-icon.custom,
.sw-module-blog-article .post-icon.custom {
  background-position: -702px 0;
}

.sw-module-blog-article-list .post-icon > *,
.sw-module-blog-article .post-icon > * {
  text-indent: -9999px;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sw-module-blog-article-list .post-icon.link a,
.sw-module-blog-article .post-icon.link a {
  background-position: 0 -103px;
}

.sw-module-blog-article-list .post-icon.quote a,
.sw-module-blog-article .post-icon.quote a {
  background-position: -117px -103px;
}

.sw-module-blog-article-list .post-icon.article a,
.sw-module-blog-article .post-icon.article a {
  background-position: -234px -103px;
}

.sw-module-blog-article-list .post-icon.image a,
.sw-module-blog-article .post-icon.image a {
  background-position: -351px -103px;
}

.sw-module-blog-article-list .post-icon.video a,
.sw-module-blog-article .post-icon.video a {
  background-position: -468px -103px;
}

.sw-module-blog-article-list .post-icon.audio a,
.sw-module-blog-article .post-icon.audio a {
  background-position: -585px -103px;
}

.sw-module-blog-article-list .post-icon.custom a,
.sw-module-blog-article .post-icon.custom a {
  background-position: -702px -103px;
}

.sw-module-blog-article-list .sw-module-blog-article-title,
.sw-module-blog-article .sw-module-blog-article-title {
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: -1.55px;
  margin-top: 0px;
}

.sw-module-blog-article-list .quote blockquote,
.sw-module-blog-article .quote blockquote {
  font-size: 16px;
  line-height: 26px;
}

.sw-module-blog-article-list .quote cite,
.sw-module-blog-article .quote cite {
  display: block;
  text-align: right;
  padding-right: 20px;
}

.sw-module-blog-article-list .about,
.sw-module-blog-article .about {
  padding: 20px 20px 15px;
  min-height: 70px;
}

.sw-module-blog-article-list .about .avatar,
.sw-module-blog-article .about .avatar {
  float: left;
}

.sw-module-blog-article-list .about .content,
.sw-module-blog-article .about .content {
  position: relative;
  padding-left: 85px;
  top: -5px;
}

.sw-module-blog-article-list .about .content p,
.sw-module-blog-article .about .content p {
  margin-top: 5px;
}

.sw-module-blog-article-list .sw-module-blog-article-meta,
.sw-module-blog-article .sw-module-blog-article-meta {
  color: #a7a7a7;
  font: italic 13px/26px Georgia, serif;
  margin-top: 13px;
  padding-top: 5px;
  width: 200px;
  /*
		.category {
			background-position: 0 -48px;
		}
		.category:hover {
			background-position: 0 -72px;
		}
		.comments {
			background-position: 0 -96px;
		}
		.comments:hover {
			background-position: 0 -120px;
		}
		.author {
			background-position: 0 -144px;
		}
		.author:hover {
			background-position: 0 -168px;
		}
		.short-url {
			background-position: 0 -192px;
		}
		.short-url:hover {
			background-position: 0 -216px;
		}
		.post-edit-link {
			background-position: 0 -240px;
		}

		.post-edit-link:hover {
			background-position: 0 -264px;
		}
		*/
}

.sw-module-blog-article-list .sw-module-blog-article-meta .sw-module-blog-article-meta-publication-date,
.sw-module-blog-article .sw-module-blog-article-meta .sw-module-blog-article-meta-publication-date {
  background-image: url(./images-v1/meta-icon.png);
  background-repeat: no-repeat;
  white-space: nowrap;
  margin-right: 20px;
  padding: 4px 0 4px 28px;
  color: #a7a7a7;
  background-position: 0 0;
}

.sw-module-blog-article-list .sw-module-blog-article-meta .sw-module-blog-article-meta-publication-date:hover,
.sw-module-blog-article .sw-module-blog-article-meta .sw-module-blog-article-meta-publication-date:hover {
  color: #29a3eb;
  background-position: 0 -24px;
}

.tags {
  font-size: 12px;
  text-align: right;
  text-transform: lowercase;
  line-height: 18px;
  margin: 6px 0;
}

.tags a {
  background-image: url(./images-v1/tag.png);
  color: #535353;
  border-right-width: 1px;
  border-right-style: solid;
  display: inline-block;
  margin: 2px 0 2px 8px;
  padding: 0 5px 0 12px;
}

.tags a:hover {
  color: #29a3eb;
}

/* =Comments, comment form
----------------------------------------------------------------------------- */
.comment {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 25px 10px 4px;
}

.comment .content {
  float: right;
  margin-left: 20px;
  width: 480px;
  min-height: 64px;
}

.comment .content.level-2 {
  width: 428px;
}

.comment .content.level-3 {
  width: 376px;
}

.comment .content.level-4 {
  width: 324px;
}

.comment .content.level-5 {
  width: 272px;
}

.comment .avatar {
  float: right;
  margin-left: 20px;
}

.comment .tools {
  font-size: 11px;
  position: relative;
  left: -5px;
  top: -2px;
  visibility: hidden;
}

.comment .tools a {
  font-style: italic;
  margin: 0 5px;
}

#respond {
  margin-top: 30px;
  padding: 0 10px;
}

#respond .msg {
  color: #acacac;
  margin: 15px 10px;
}

/* =Shortcodes
----------------------------------------------------------------------------- */
.box {
  background-image: url(./images-v1/frame-bg.png);
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  margin-top: 15px;
}

.box:first-child {
  margin-top: 0;
}

.box .icon {
  background-repeat: no-repeat;
  padding: 20px;
}

.box .icon.left {
  background-position: left center;
  margin-left: 20px;
  padding-left: 68px;
}

.box .icon.right {
  background-position: right center;
  margin-right: 20px;
  padding-right: 68px;
}

.box .icon-none {
  margin: 0 !important;
  padding: 20px !important;
}

.column {
  float: left;
  margin: 15px 2% 0 0;
}

.column:first-child + .column,
.column:first-child + .column + .column,
.column:first-child + .column + .column + .column,
.column:first-child + .column + .column + .column + .column,
.column:first-child + .column + .column + .column + .column + .column {
  margin-top: 0;
}

.column.last {
  clear: right;
  float: right;
  margin-right: 0;
}

/* =Classes
----------------------------------------------------------------------------- */
.clear {
  clear: both;
  height: 0;
}

.message {
  font-size: 25px;
  line-height: 25px;
}

.line {
  background-image: url(./images-v1/line.png);
  clear: both;
  position: relative;
  margin: 15px 4px 0 0;
  left: -16px;
  height: 2px;
}

.line:first-child {
  margin-top: 0;
}

.line > div {
  background-image: url(./images-v1/line.png);
  background-position: right top;
  position: absolute;
  left: 100%;
  top: 0;
  width: 36px;
  height: 2px;
}

.line.full {
  background-image: url(./images-v1/line-full.png);
  background-position: center 0;
  margin: 0 auto;
  left: 0;
}
