/* ----------------------------------------
	RESET
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/* ----------------------------------------
	TAGS
---------------------------------------- */
body {
	background-color: #333;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 14px;
}

a {
	color: #da9e00;
	text-decoration: none;
}

a:hover {
	color: #ffc222;
}


/* ----------------------------------------
	IDs
---------------------------------------- */
#backdrop {
	background: #000 url('/img/gui/bg-home.jpg') no-repeat center top;
	border-bottom: 2px solid #444;
	height: 646px;
	position: absolute;
	left: 0;
	width: 100%;
}

#buttons {
	display: none;
}

#container {
	position: relative;
}

#middle h2,
#middle h3,
.full.content h3,
#middle h4,
#middle h5 {
	font-family: georgia, 'times new roman', times, serif;
	font-style: italic;
	line-height: 1.3;
}

#content h2 { font-size: 20px; }
#content h3 { font-size: 18px; }
#content h4 { font-size: 16px; }
#content h5 { font-size: 13px; }

#footer {
	background-color: #222;
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	position: relative;
}

#footer p {
	border-top: 3px solid #111;
	line-height: 1.5;
	margin: 0 25px;
	padding: 20px 0;
	text-align: center;
}

#header {
	background-color: #fff;
	height: 90px;
	margin: 0 25px;
}

#header h1 {
	height: 25px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 72px;
}

#header h1 a {
	background: url('/img/gui/logo-pondry-small.png') no-repeat center;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -1000em;
}

#intro {
    background-color: rgba(0,0,0,.6);
}

#intro ul {
	font-size: 16px;
	list-style: none;
}

#intro ul li {
	line-height: 32px;
	position: absolute;
	right: 18px;
	top: 100px;
}

#intro ul > li:first-child {
	left: 18px;
	right: auto;
}

#intro ul li a {
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	width: 150px;
}

#intro ul li a span {
	background-color: #6e6e6e;
	border: 2px solid #fff;
    border-radius: 22px;
    cursor: pointer;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    font-size: 40px;
	height: 40px;
	line-height: 32px;
	right: -38px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 40px;
}

#intro ul > li:first-child a span {
	left: -38px;
	right: auto;
}

#intro ul li a:hover span {
	background-color: #333;
}

#intro ul li.inactive a,
#intro ul li.inactive a span {
	cursor: default;
}

#intro .wrapper {
    background-color: rgba(40,40,40,.4);
    min-height: 135px;
    padding: 30px 0;
    position: relative;
}

#introBlog h2 {
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	line-height: 35px;
	margin: 0 35px;
	text-align: center;
}

#introBlog h2 a {
	color: #fff;
}

#introBlog h2 a:hover {
	color: #ffc222;
}

#introBlog p {
	color: #aaa;
	margin: 10px 15px;
	text-align: center;
}

#introBlog p img {
	background: #aaa;
	border: 4px solid #000;
	margin-right: 5px;
	padding: 1px;
	vertical-align: middle;
}

#introBlog p a img {
	background: #ffe090;
}

#introBlog p a:hover img {
	background-color: #ffc222;
}

#introBlog p span {
	color: #fff;
	margin: 0 .5em;
}

#introBlog p em {
	color: #fff;
}

#introBlog #searchform {
	margin: 20px 200px;
}

#introBlog #searchform label {
	display: none;
}

#introBlog #searchform input[type='text'] {
	border: 3px solid #000;
	float: left;
	font-size: 20px;
	height: 23px;
	padding: 5px;
	width: 443px;
}

#introBlog #searchform input[type='submit'] {
	background: url('/img/gui/btn-search.gif') no-repeat;
	border: 3px solid #000;
	border-left: none;
	float: right;
	height: 39px;
	overflow: hidden;
	text-indent: -1000em;
	width: 81px;
}

#introBlog .intros {
	display: none;
}

#introBlog .intros.item1 {
	display: block;
}

#middle,
.full.content {
	background-color: #fff;
	margin: 0 25px;
	padding: 20px 30px;
}

#middle.narrow {
	padding: 10px;
}

#nav {
	font-size: 18px;
	left: 45px;
	line-height: 1;
	position: absolute;
	top: 25px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	border-top: 5px solid #fff;
	float: left;
	padding: 4px 10px 16px 10px;
	position: relative;
	margin: 0 5px;
}

#nav ul > li:first-child {
	margin-left: 0;
}

#nav ul li.active {
	background: url('/img/gui/bg-nav-act.png') no-repeat center bottom;
	border-top-color: #ffe090;
}

#nav ul li a {
	color: #878787;
}

#nav ul li a:hover,
#nav ul li.active a {
	color: #000;
}

#tracker {
	display: none;
}


/* ----------------------------------------
	CLASSES
---------------------------------------- */
.clearing {
	clear: both;
}

.column {
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	width: 45%;
}

.column.left {
	float: left;
}

.column.right {
	float: right;
}

.column p a,
.pagination a {
	color: #555;
	font-family: georgia, 'times new roman', times, serif;
	font-style: italic;
}

.column p a:hover,
.pagination a:hover {
	color: #000;
}

.column ul li {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	list-style: none;
	margin: 10px 0;
	padding-left: 22px;
}

.column ul#blog_list li {
	background-image: url('/img/gui/icon-pondry.png');
	color: #777;
}

.column ul#twitter_update_list li {
	background-image: url('/img/gui/icon-twitter.png');
}

.column ul#twitter_update_list li a {
	color: #138996;
	display: none;
}

.column ul#twitter_update_list li a:hover {
	color: #00c1d6;
}

.column ul#twitter_update_list li span a {
	display: inline;
}

.entry {
	color: #333;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	line-height: 1.5;
}

.entry blockquote,
.entry ol,
.entry ul {
	margin: 15px;
}

.entry p {
	margin: 15px 0;
}

.entry img {
	background-color: #999;
	border: 7px solid #d8d8d8;
	display: block;
	height: auto;
	left: -8px;
	margin: 15px auto;
	max-width: 100%;
	padding: 1px;
	position: relative;
}

.entry li {
	margin: 10px 5px;
}

.full.content {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
}

.full.content.item1 {
	display: none;
}

.full.content.item2 {
	padding-top: 0;
}

.full.content p {
	margin: 0;
}

.full.content.post .post_details {
	color: #555;
	font-family: georgia, 'times new roman', times, serif;
	margin-bottom: 5px;
}

.pagination {
	background-color: #fff;
	margin: 0 25px;
}

.pagination a {
	font-weight: bold;
	padding: 20px;
}

.pagination .goToPrevious {
	float: left;
}

.pagination .goToNext {
	float: right;
}

.post .post_details a {
	color: #999;
}

.post .post_details a:hover {
	color: #000;
}

.post .post_details .post_author {
	font-style: italic;
}

.post_tags {
	text-transform: capitalize;
}

.intros a {
	color: #ffe090;
}

.intros a:hover {
	color: #ffc222;
}

.wrapper {
    margin: 0 25px;
}