html, body {
  background-color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  height: 100%;
}
#interface {
	min-height: 100%;
	margin: 0 auto;
	background-image:url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 260px;
}
#masthead {
	background-color: #000;
	background-image:url(../images/butterflies-mirrored.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	height: 120px;
	padding: 100px 80px 10px 80px;
}
#masthead h1 a {
	color: #fff;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 14pt;
}

#masthead h1 a:hover {
	color: #3679bd;
}
/******* Menu *******/
#logo {
	background-image:url(../images/logowhite.png);
	background-repeat: no-repeat;
	height: 60px;
	margin-top: -50px;
	padding-bottom: 10px;
}
ul#menu {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12pt;
	text-decoration: none;
	position: relative;
}
ul#menu li {
	display: inline;
	
}

ul#menu a {
	color: #ccc;
	text-decoration: none;
	margin-left: 1em;
}

ul#menu a:hover, ul#menu a.active {
	color: #3679bd;
}
/****** Content *******/
#package {
	padding: 0px;
}
#content {
  margin: 0px 600px 40px 360px;
	padding: 0px;
	min-width: 650px;
}
#portfolio-image img{
	padding: 6px;
	border: 1px solid #ccc;
}
/******* Typography *******/
a {
	text-decoration: none;
	color: #f99f20;
}

h2 {
	color: #000;
	font: bold 0.9em/1.5em Helvetica, Sans-serif;
	padding: 0 5px;
}

h3 {
	/*background: url("../images/hr.gif") 0 100% no-repeat;*/
	font: normal 2.2em/1.2em Helvetica;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0.3em 5px 0.4em;
	margin-bottom: .2em;
	color: #000;
}
h3 a {
	text-decoration: none;
	color: #000;
}

h4 {
	padding: 1em 5px 0;
	text-transform: uppercase;
	color: #575449;
}

p {
	margin: 0.5em 5px 0.7em;
}

hr {
	height: 11px;
	border: none;
	border-top: solid 1px #ccc;
	margin: 2em auto;
}

code {
	color: #843c37;
	font: 0.9em Monaco, "Courier New", Courier, mono;
}

ul, ol {
	margin: 0 55px;
}

ul {
	list-style: square;
}

li {
	margin: 0.5em 0;
}
/******* Article *******/

#article h3 {
	padding-right: 40px;
}

#article p.date {
	position: relative;
	float: right;
	top:-40px;
	right:90px;
	color: #575449;
	color: #ddd;
	/*background: url("../images/ribbon.gif") 50% 0 no-repeat;*/
	font: bold 16pt Helvetica, Sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
	margin: 0;
}

#article p.date span {
	display: block;
	font: normal 0.55em/1em Helvetica, Sans-serif;
}

#article ul.meta {
	position: relative;
	overflow: hidden;
	color: #575449;
	list-style: none;
	margin: -2em 0 0;
}

#article ul.meta li {
	display: inline;
}

#article ul.meta li.icon-filed-under {
	background: url("../images/icons/filed-under.gif") 0 50% no-repeat;
	padding-left: 18px;
	float: left;
	padding-top:1px;
}

#article ul.meta li.icon-comments {
	float: right;
	background: url("../images/icons/comment-bubble.gif") 0 50% no-repeat;
	padding-left: 18px;
	padding-top:1px;
}

#article a.read-more {
	background: url("../images/icons/read-more.gif") 100% 50% no-repeat;
	padding-right: 15px;
}
/******* Article Images *******/

ul#article-images {
	list-style: none;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 0;
	margin: 1em 0;
}

ul#article-images a {
	display: block;
	border: 1px solid #b3ae96;
	margin-right: 11px;
	margin-bottom: 10px;
	padding: 1px;
}

ul#article-images a:hover img {
	border-color: #514f47;
}

ul#article-images li {
	float: left;
}

ul#article-images li a img {
	display: block;
	border: 1px solid #8b8774;
}

ul#article-images li a.last-column {
	margin-right: 0;
}
/******* Form *******/

#guideline {
	float: right;
	color: #333;
	width: 235px;
	font: 80%/1.5em Verdana, Sans-serif;
	margin: 20px 0 0 15px;
}

#guideline h4 {
	font: 110% Helvetica, Sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 6px;
}

#guideline ul {
	list-style-type: square;
	margin: 6px 0 30px 15px;
}

#guideline li {
	margin: 0 5px 12px;
}

form {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 20px;
}

form fieldset {
	border: none;
	font-size: 90%;
	padding: 10px 15px;
	margin: 1px;
}

form label {
	display: block;
	position: relative;
	color: #000;
	font-size: 0.95em;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

form label small {
	position: absolute;
	right: 0;
	color: #000;
	font-size: 90%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
}

form label small a:hover {
	color: #ccc;
	border-color: #888; 
}

form input[type="text"], form textarea {
	display: block;
	width: 100%;
	padding: 3px 0;
	background-color: #eee;
	border: solid 1px #ccc;
}

form textarea {
	height: 200px;
}

form input[type="submit"]#submit {
	display: block;
	float: right;
}

form label.required input {
	background-color: #eee;
	border: solid 1px #ccc;
}

form p.success {
	color: #2c421b;
	background-color: #8acd55;
	padding: 5px 15px;
	border-top: 1px solid #a9fa68;
	border-bottom: 1px solid #6fa444;
	margin: 1px !important;
}

form p.error {
	color: #5f311b;
	background-color: #fb834b;
	border-top: 1px solid #fcc8a4;
	border-bottom: 1px solid #ae5832;
	padding: 5px 15px;
	margin: 1px !important;
}

form label.error{
	color: #b12123;
	font-weight: bold;
}

form#publish-article {
	text-align: center;
}

form#publish-article fieldset button#submit {
	cursor: pointer;
	color: #333;
	background: url("../images/button.gif") 0 0 no-repeat;
	width: 130px;
	height: 30px;
	border: none;
}
/******* Footer *******/
#footer {
	background-color: #ededed;
	margin: -1.6em auto 0;
  	height: 1.6em;
  	position: relative;
}
ul#footer {
	color: #000;
	font-size: 0.9em;
	text-align: right;
	position: relative;
}

ul#footer li {
	display: inline;
	margin-right: 10px;
}

ul#footer li a {
	color: #000;
	border-bottom: 1px dotted #51463d;
}

ul#footer li a:hover {
	color: #fefbbf;
}
