/*  
Theme Name: exquited
Version: 1.0
Author: Emanuel Imhof
Author URI: http://exquited.com/
*/

/* @group Typography & Colors */

body {
  font: small "Trebuchet MS", Helvetica, Geneva, sans-serif;
  color: #333;
  background-color: #eee;
}

p {
  line-height: 18px;
}

a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #269cc0;
}

a:hover {
  background-color: #8bd6e9;
  border-bottom-style: solid;
}

img, a img {
  border: none;
}

.portfolio li a, .portfolio li a:hover, #flickrrss li a, #flickrrss li a:hover {
  border: none;
  background: none;
}

h3 a {
  border: none;
}

h3 a:hover {
  background: none;
  border: none;
}

th {
  text-align: left;
  line-height: 30px;
  background-color: #ccc;
  border-bottom: 2px solid #999;
}

td {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}

#header {
  background: white url(images/header.png) no-repeat left top;
}

#logo {
  background: url(images/logo.png) no-repeat;
  text-indent: -5000px;
}

#navigation {
  background: url(images/navigation.png) repeat-x left top;
  font-size: 0.9em;
}

.mac #navigation {
  font-size: 1em;
}

#navigation li {
  text-align: center;
  text-transform: lowercase;
  background: url(images/navigation_link.png) repeat-x left top;
}

#navigation li.active {
  background: url(images/navigation_active.png) repeat-x left top;
}

#navigation li a {
  color: white;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  border: none;
  background-color: transparent;
}

#navigation li.active a {
  color: #333;
}

#footer {
  font-weight: bold;
  font-style: italic;
  color: #666;
  font-size: 0.8em;
  background-color: #ddd;
  border-top: 2px solid #ccc;
}

#footer a {
  border: none;
}

#download a {
  border: none;
  background-color: transparent;
}

.box {
  background: url(images/box.png) no-repeat left bottom;
  color: black;
  font-size: 0.9em;
  line-height: 18px;
}

.box a, .notice a {
  border-bottom: 1px dotted #999;
}

.box a:hover, .notice a:hover {
  background-color: #ccc;
  border-bottom-style: solid;
}

.post h2 a {
  border: none;
}

.post h2 a:hover {
  background-color: transparent;
}

.postmetadata {
  color: #666;
  font-size: 0.9em;
}

.postmetadata a {
  border: none;
}

.postmetadata a:hover {
  background-color: #ccc;
}

.date {
  background: url(images/icons/date.png) no-repeat 0 3px;
}

.categories {
  background: url(images/icons/folder.png) no-repeat 0 3px;
}

.comments {
  background: url(images/icons/comments.png) no-repeat 0 3px;
}

.alt {
  font-weight: bold;
  font-style: italic;
  color: #999;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.alt a {
  color: #999;
  border-bottom: 1px solid #999;
}

.alt a:hover {
  background-color: transparent;
}

.category, .cats li {
  background: transparent url(images/icons/folder.png) no-repeat 0 2px;
  padding-left: 22px;
}

.links li {
  background: transparent url(images/icons/world_go.png) no-repeat 0 3px;
  padding-left: 22px;
}

.feed {
  padding-left: 22px;
  background: url(images/icons/feed-icon-16x16.png) no-repeat 0 3px;
}

.tags {
  padding-left: 22px;
  background: url(images/icons/tag_blue.png) no-repeat 0 1px;
}

.commentlist a {
  color: #333;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px dotted #999;
}

.commentlist a:hover, .commentlist li.alt a:hover {
  color: #419bbe;
  background-color: transparent;
}

.commentmetadata {
  color: #999;
}

.back {
  background: url(images/icons/arrow_left.png) no-repeat 0 3px;
  line-height: 22px;
}

.more {
  background: url(images/icons/bullet_go.png) no-repeat 0 -1px;
  padding-left: 22px;
}

.error {
  color: #e5494c;
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: #5fc71a;
}

.notice {
	padding: 10px;
	border: 2px solid #e5494c;
	background: #f1b1b1;
	text-align: center;
}



/* @end */

/* @group Structure */

* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 10px;
  margin-top: 5px;
}

a {
  padding-top: 1px;
}

table {
  border-collapse: collapse;
}

th {
  padding: 0 10px;
}

td {
  padding: 0 10px;
}

#skiplinks {
  display: none;
}

#wrap {
  min-width: 940px;
  width: 100%;
}

#header {
  width: 100%;
  height: 200px;
}

#logo {
  position: absolute;
  top: 19px;
  right: 50px;
  width: 133px;
  height: 65px;  
}

#navigation {
  width: 100%;
  height: 28px;
}

#navigation ul {
  margin: 0 40px;
}

#navigation li {
  display: block;
  float: left;
  width: 100px;
  height: 25px;
  margin: 0 10px 0 0;
}

#navigation li.active {
  height: 28px;
}

#navigation li a {
  display: block;
  height: 25px;
  width: 100px;
  padding-top: 6px;
}

#content {
  width: 940px;
}

#primary {
  padding: 30px 40px;
  float: left;
  width: 600px;
}

#primary.full {
  width: 860px;
}

#secondary {
  padding: 30px 0;
  width: 260px;
  float: left;
}

#footer {
  width: 100%;
  clear: both;
}

#footer > * {
  padding: 10px 40px;
}

#avatar {
  width: 40px;
}

#download {
  margin-bottom: 20px;
}

.box {
  padding: 10px 10px 15px;
  margin-bottom: 20px;
}

.post {
  margin-bottom: 50px;
}

.entry {
  margin-top: 10px;
}

.date {
  padding-left: 20px;
}

.categories {
  padding-left: 20px;
  margin-left: 20px;
}

.comments {
  padding-left: 20px;
  margin-left: 20px;
}

.navigation {
  margin-bottom: 80px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.alignright {
  float: right;
}

.clear {
  clear: both;
  padding-top: 20px;
}

.logo {
  padding-top: 30px;
}

.back {
  margin-top: 30px;
  padding-left: 25px;
}

.screenshot {
  width: 300px;
  margin-right: 30px;
}

.textmate {
  padding-left: 25px;
  background: url(images/icons/textmate.png) no-repeat 0 3px;
}

.cssedit {
  padding-left: 25px;
  background: url(images/icons/cssedit.png) no-repeat 0 3px;
}

.fireworks {
  padding-left: 25px;
  background: url(images/icons/fireworks.png) no-repeat 0 3px;
}

.xyle {
  padding-left: 25px;
  background: url(images/icons/xyle.png) no-repeat 0 3px;
}



/* @end */

/* @group Headers */

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.2em;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
  clear: both;
}

#primary h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

#secondary h3 {
  background: url(images/box_top.png) no-repeat;
  padding-left: 10px;
  color: white;
  height: 18px;
  width: 260px;
  font-size: 0.9em;
  padding-top: 5px;
  margin-bottom: 1px;
}

h5 {
  margin-top: 15px;
  margin-bottom: 5px;
}



/* @end */

/* @group Lists */

#flickrrss {
  text-align: center;
}

li {
  list-style-type: none;
  list-style-image: none;
}

#flickrrss li {
  display: block;
  margin: 2px;
  float: left;
}

#footer li {
  display: block;
  float: left;
  margin-right: 20px;
}

.box li {
  line-height: 25px;
}

.portfolio li {
  width: 180px;
  height: 180px;
  border: 2px solid #333;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.portfolio li img {
  width: 180px;
  height: 180px;
}

li.arrow, ul.arrow li {
  background: url(images/icons/arrow_right_grey.png) no-repeat 0 6px;
  padding-left: 16px;
  line-height: 25px;
}

.postmetadata li {
  display: block;
  float: left;
  line-height: 25px;
}

ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

ol.commentlist li {
  border: 1px solid #ccc;
  background-color: #ddd;
  font-weight: normal;
  font-style: normal;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding: 10px;
  list-style-position: inside;
  margin-left: 0;
}

ol.commentlist li.alt {
  border: 1px solid #ddd;
  background-color: #ccc;
}



/* @end */
