
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #222;
	background-color: #999999;
}

a img {border:none; }

h1 {

	text-shadow: 3px 1px 3px #999999;
	font-size: 26px;
	color: #366d78;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#sidebar h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #d9ff03;
}

#wrapper {
	background-color: #999999;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(http://static.tumblr.com/nvpi5fk/y5tkj6i36/background.jpg);
}

#header {
	background-color: #366d78;
	width: 665px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 95px;
}

#title {
	text-align: right;
	display: inline;
	float: right;
	padding-right: 15px;
	width: 200px;
}

#title h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	text-shadow: 2px 1px 3px white;
	color: #d9ff03;
}

#title h2 {
	font-size: 18px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-shadow: 2px 1px 3px #666666;
	color: white;
	font-style: normal;
	font-weight: normal;
}

#banner {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 0px;
	width: 685px;
	height: 150px;
	background-image: url(http://static.tumblr.com/nvpi5fk/PmWkj6ft9/pencils_banner.png);
	background-position: center;
	background-repeat: no-repeat;
}

#container {
	background-position: center;
	background-image: url(../images/container_bg.png);
	border-width: 685px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 685px;
}

#sidebar {
	float: right;
 	margin: 0;
 	padding: 10px 20px 15px 20px;
	width: 185px;
}

#content {
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 10px;
	width: 405px;
}


#divide {
	clear: both;
	width: 666px;
	height: 15px;
	margin: 0 auto;
	background-color: #fff;
}

#footer {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 1px;
	background-color: #39d5f1;
	margin-right: auto;
	margin-left: auto;
	width: 655px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #d9ff03;
}#shadow {
	padding: 0px;
	margin: 0px;
	height: 14px;
	background-image: url(http://static.tumblr.com/nvpi5fk/dbykj6i0o/shadow.png);
	background-position: center;
	background-repeat: no-repeat;
}

#nav_container {
	width: 500px;
	padding-left: 15px;
	font-size: 14px;
	padding-top: 50px;
}

#header ul {
	padding: 0;
}

#header li, #header li a {
	display: inline;
	background: none;
	margin-right: 7px;
}

#header li a {
	color: #d9ff03;
	text-decoration: none;
	border-bottom: 2px;
}

#header li a:hover {
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-color: #d9ff03;
	color: #d9ff03;
	border-bottom: solid;
	margin-bottom: auto;
}

#home #nav_container li.home a,
#about #nav_container li.about a,
#portfolio #nav_container li.portfolio a,
#contact #nav_container li.contact a {
	padding-left: 6px;
	padding-bottom: 7px;
	padding-right: 6px;
	padding-top: 4px;
	font-weight: bold;
	background-color: #d9ff03;
	color: #366d78;
}

#footer_nav {
	text-align: center;
	font-size: 12px;
}

#footer_nav ul {
	padding: 0;
}

#footer_nav li, #footer_nav li a {
	color: white;
	display: inline;
	background: none;
	margin-right: 7px;
}

#footer_nav li a {
	color: white;
	text-decoration: none;
	border-bottom: 2px;
}

#footer_nav li a:hover {
	border-bottom-width: 2px;
	border-bottom-color: white;
	color: white;
	border-bottom: solid;
	margin-bottom: auto;
}

#home #footer_nav li.home a,
#blog #footer_nav li.blog a,
#portfolio #footer_nav li.portfolio a,
#contact #footer_nav li.contact a {
	font-weight: bold;
	color: #d9ff03
}

#description {
	color: #366d78;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 10px;
	width: 300px;
}

.author {
	font-style: normal;
	font-weight: normal;
	font-family: Courier, Monaco, "Courier New", monospace;
	font-size: 11px;
	color: #333333;
}

#validation {
	font-size: 14px;
	text-align: right;
	color: #d9ff03;
	float: right;
	margin: 0;
	padding: 10px;
	width: 250px;
}

#copyright {
	text-align: left;
	padding: 10px;
	font-weight: normal;
	color: #366d78;
	font-size: 14px;
	font-style: normal;
	width: 400px;
}

#search {
	text-align: right;
	margin: 10px 0 0;
}

.date {
	padding-top: 30px;
	padding-left: 25px;
	background-image: url(http://static.tumblr.com/nvpi5fk/rJMkj7y9o/date.png);
	background-position: left;
	background-repeat: no-repeat;
	font: Normal 14px Helvetica, sans-serif;
	color: white;
    height: 90px;
    margin-bottom:    10px;
    text-transform:   uppercase;
}
            
.day {
	padding-top: 5px;
	margin-left: -20px;
	font-weight: bold;
	text-align: center;
	width: 70px;
	font-size: 32px;
	font-family: Helvetica, Verdana, Arial;
	color: #333333;
}

.post {
	margin-bottom: 40px;
	position: relative;
}

.post h2 {
	text-shadow: 3px 1px 3px #999999;
	color: #366d78;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
    margin: 0px 0px 10px 0px;
}

.post h2 a {
	color: #366d78;
	text-decoration:  none;
}
            
            

/* Regular Post */
.post .regular {
	font-size: 12px;
	line-height: 17px;
}

.post .regular blockquote {
	font-style: italic;
}

/* Photo Post */

.post .photo {
	padding-left: 35px;
	padding-bottom: 18px;
	padding-right: 18px;
	padding-top: 18px;
	background-color: #b1e4fc;
}
            
.post .photo img {
	border-color: white;
	border-style: solid;
	border-width: 15px;
}

.post .photo .caption {
	font-size: 13px;
	margin-top: 17px;
}

.post .photo .caption a {
	color: #366d78;
}
            
            

/* Quote Post */
.post div.quote {
	padding: 0px 30px 0px 30px;
}

.post div.quote span.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #333333;
}

.post div.quote span.quote a {
	color: #333333;
}

.post div.quote span.quote big.quote {
	font-weight: bold;
	font-size: 60px;
	line-height: 0px;
	vertical-align: -28px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.post div.quote .source {
	font-size: 16px;
	color: #333333;
}

.post div.quote .source a {
	color: #333333;
}
            
            

/* Link Post */
.post .link a.link {
	border-bottom-color: #366d78;
	text-shadow: 3px 1px 3px #999999;
	font-size: 26px;
	color: #366d78;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration:  none;
    border-bottom:    dotted 1px;
    line-height:      36px;
}

.post .link .description {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
}

.post .link .description a {
	color: #366d78;

}

/* Conversation Post */

.post .conversation ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: solid 5px gray;
}
            
.post .conversation ul li {
	font-size: 12px;
	padding: 4px 0px 4px 8px;
	color: #333333;
}
            
.post .conversation ul li span.label {
	font-weight: bold;
}

.post .conversation ul li.odd {
	background-color: #cccccc;
}
            
.post .conversation ul li.even {
	background-color: white;
}
            
            

/* Audio Post */
.post .audio .caption {
	margin-top: 5px;
	font-size: 11px;
	color: #366d78;
}
            
.post .audio .caption a {
	color: #366d78;
}
            
            

/* Video Post */
    .post .video {
	width: 500px;
	margin: auto;
	padding: 35px;
	background-color: white;
}

.post .video .caption {
	margin-top: 15px;
	font-size: 13px;
	color: #366d78;
}
            
.post .video .caption a {
	color: #366d78;
}

          
            
            
            

/* Permalinks */
.post a.permalink,
.post .audio .caption a.permalink,
.post .quote .source a.permalink {
	font-size: 10px;
	font-weight: bold;
	color: #366d78;
}

.searchresultcount {
	text-align: center;
}

.query {
	font-weight: bold;
}

#slot_pics {
	text-align: center;
}

#slot_pics img {
	padding-bottom: 10px;
}

.tag_title {

	

	line-height: 17px;
	vertical-align: bottom;
	text-align: right;

	font-weight: bold;
	margin-bottom: 0px;
	font-size: 24px;
	color: #333333;
}

#intro {
	min-height: 300px;
}

.mypic {
	padding-bottom: 15px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #366d78;
}

#content a {
	color: #366d78;
}

#content a:hover {
	color: #d9ff03;
}

.about {
	min-height: 800px;
}


