@CHARSET "UTF-8";

/* Clear margins and padding, a good start to any CSS */
* {margin:0;padding:0;}

html {
	background:#323232 url(/media/images/nav.png) repeat-y;
	/* Height is 100%, so the body can be 100% */
	height:100%;
}

body {
	background:url(/media/images/logo.png) no-repeat;
	margin:0;
	padding:0;
	/* Height is 100%, so the tiled BG will tile all the way down
	the page, not just as far down as the page's content
	(when the content's height < window's height) */
	height:100%;
}

img.screenshot {
	border: 5px solid #282524;	
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#top {
    text-align: justify;
    width: 1000px;
}

a.highlight-link {
	color: #757272;
	padding-left: 10px;
	padding-right: 10px;
    margin-right: 5px;
}
a.highlight-link:link {
	text-decoration: none;
}
a.highlight-link:visited {
	text-decoration: none;
}
a.highlight-link:active {
	text-decoration: none;
}
a.highlight-link:hover {
	background: #282524;
}

a.yellow {
	color: #a58812;
}
a.yellow:link {
	text-decoration: none;
}
a.yellow:visited {
	text-decoration: none;
}
a.yellow:active {
	text-decoration: none;
}
a.yellow:hover {
	text-decoration: underline;
}

a.blue {
	color: #476065;
}
a.blue:link {
	text-decoration: none;
}
a.blue:visited {
	text-decoration: none;
}
a.blue:active {
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
}

a.highlight-blue {
	color: #757272;
}
a.highlight-blue:link {
	text-decoration: none;
}
a.highlight-blue:visited {
	text-decoration: none;
}
a.highlight-blue:active {
	text-decoration: none;
}
a.highlight-blue:hover {
	color: #476065;
}

a.highlight-yellow {
	color: #757272;
}
a.highlight-yellow:link {
	text-decoration: none;
}
a.highlight-yellow:visited {
	text-decoration: none;
}
a.highlight-yellow:active {
	text-decoration: none;
}
a.highlight-yellow:hover {
	color: #a58812;
}

.no-border {
	border: 0px solid #000000; 
	text-decoration:none; 
}
.top-border {
	border-top: 1px solid #000000;	
}

.left {
	float: left;	
}

.right { 
	float: right;
}

.nav {
	float:left;
	padding-top: 205px;
	padding-left: 155px;
	width: 140px;
}

.nav ul {
	padding-top: 26px;	
}

.nav ul li {
	float: right;
	list-style: none;
	clear:both;
}

.nav ul li a {
	float: right;
	font-family: Verdana;	
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	margin-top: 2px;
	padding-top: 7px;
	padding-left: 5px;
	width: 120px;
	height: 23px;
}

.nav ul li a:hover {
	background: #323232;
}

.nav ul li.active a {
	color: #e4ba09;
	background: #323232;
}

.path {
	float:left;	
	width:650px;
 	padding-top: 210px;
	font-family: "Arial";
	font-size: 10px;
	letter-spacing: 2.5px;
	color: #757272;
}

.content {
	float:left;
	/*padding-top: 240px;*/
	padding-top: 20px;
	padding-left: 40px;
	width:650px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #757272;
}

.header {
	color: #a58812;
	font-size: 16px;
	font-style: bold;
	padding-top: 10px;
    padding-bottom: 10px;
}

.entry {
	padding-bottom: 30px;
}

.entry-header {
	font-size: 16px;
}

.entry-meta {
	font-size: 11px;
	margin-left: 140px;
	margin-right: 30px;
	border-top: solid 1px #a58812;
	text-indent: 5px
}

.entry-content {
	font-size: 11px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.entry-content p { 
	padding-top: 5px;	
    /* add paragraph index */
    padding-bottom: 5px;
}

.entry-tags {
	font-size: 11px;
	padding-top: 10px;
	padding-left: 20px;		
}

.entry-comment {
	font-size: 11px;
	text-align: right;
	margin-right: 5px;
    clear: both;
}

.comment { 
	font-size: 11px;
	border: dashed 1px #67571b;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;		
    padding-top: 5px;
    padding-bottom: 5px;
}
.comment-entry {
    padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-entry p.head {
    padding-left: 0px;
}
.comment-entry p {
	padding-left: 20px;
}

.comment-form {
    padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.comment-input {
    margin-left: 20px;
}
.comment-form label {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}
.comment-form textarea {	
    margin-bottom: 5px;
    height: 100px;
    width: 400px;
    border: 1px solid #284279;   
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 11px;
    overflow:auto;
}
.comment-form input {
    margin-bottom: 5px;	
    color: #102132;    
    border: 1px solid #284279;   
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 11px; 
}   
.comment-form input.post {
    margin-top: 5px;
}

.project {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #757272;
	padding-bottom: 30px;
    clear: both;
}

.project-header {
	background:url(http://127.0.0.1:8000/site_media/images/project-marker.png) no-repeat center left;
	font-size: 16px;
	margin-bottom: 15px;	
}

/* Project Description */
.project-desc {
	font-size: 11px;
	border-top: solid 1px #a58812;
	padding-top: 20px;
}

.project-desc p {
	padding-left: 10px;	
    padding-top: 5px;
}


.resume {
	font-size: 11px;	
}

.resume p {	
	padding: 5px;
}
.resume p.space {
	padding-top: 10px;	
}
.resume p.header {
	color: #a58812;
	font-size: 16px;
	font-style: bold;
	padding-top: 10px;
}
.resume ul { 
	
	padding-top: 5px;
	padding-left: 20px;	
}

.detail {
	padding-bottom: 30px;
}

.detail-header {
	font-size: 24px;
	text-align: right;
	color: #e4ba09;
	padding-right: 15px;
}

.detail-meta {
	font-size: 11px;
	margin-left: 140px;
	margin-right: 30px;
	border-top: solid 1px #a58812;
	text-indent: 5px
}

.detail-content {
	font-size: 11px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.detail-content p { 
	padding-top: 5px;	
}

.detail-content fieldset {
	border: 1px dotted #67571b;
	padding-left: 10px;
	padding-bottom: 5px;
}

.detail-content legend {
	font-size:90%;
}

.detail-update {
	font-size: 11px;
	border-top: 1px solid #67571b;
	padding-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
    clear: both;
	/*border-bottom: 1px solid #a58812;*/
}

.detail-comment {
	font-size: 11px;
	text-align:right;
    margin-top: 10px;
	margin-right: 5px;
	clear: both;
}

.date { }
.date li {	
    float: right;
    list-style: none;
}
.date li a {	
    color: #757272;
    padding-left: 5px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
.date li a:link {
    text-decoration: none;
}
.date li a:visited {
    text-decoration: none;
}
.date li a:active {
    text-decoration: none;
}
.date li a.blue:hover {
    color: #476065;
}
.date li a.yellow:hover {
    color: #a58812;
}
.date li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
}
.date li ul li {
    float: none;
    display: inline;
}
.date li ul li a {
    width: auto;
    padding-left: 5px;
    padding-right:5px;
    background: #282524;
}
.date li ul li a:hover {
    color: #476065;
}
.cloud {
    border-top: dashed 2px #67571b;
    border-bottom: dashed 1px #67571b;
    padding: 10px;
}
.cloud-size-1 { font-size:11px; }
.cloud-size-2 { font-size:14px; }
.cloud-size-3 { font-size:16px; }
.cloud-size-4 { font-size:18px; }

.result { 
	border-bottom: dashed 1px #67571b;
	padding-top: 5px;
    padding-bottom: 5px;
	font-size: 10px;
	color: #757272;
    margin-right: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.image {
    margin: 5px;
}

.footer { 
	text-align: center;
	font-size: 11px;
	padding-top: 200px;
	padding-bottom: 50px;
}

