/*  ---------------------------|     orange    |----------------------------  */


/*  ----------------------------|     page     |----------------------------  */

a, a:hover {
    color: #006699;
}

body {
	background-color: #ffffff;
}

#page {
	margin: 0 auto;
	max-width: 980px;
	min-width: 760px;
	/*border: 1px solid #e580ff;*/
	line-height: 130%;
	text-align: center;
	padding: 0 10px;
}

#page_header {
    color: #ffffff;
    text-align: left;
	padding: 10px 0 0 10px;
}

#page_header div.search {
	margin: 9px 0 0 240px;
	padding: 0;
	position: absolute;
}

#page_header div.search input[type=text] {
	float: left;
	padding: 3px 15px 0 10px;
	height: 20px;
	/*border-color: #5f89b1;*/
	border-width: 0;
	margin: 0 0 0 -11px;
	background: transparent url('/styles/orange/searchbox.png') no-repeat 0 0;
	/*display: none;*/
}

#page_header div.search div.hidden, #page_header div.search div.shown {
	float: left;
	height: 22px;
	width: 22px;
	cursor: pointer;
	margin: 0 0 0 -11px;
	background: transparent url('/styles/orange/search.png') no-repeat 0 -22px;
}

#page_header div.search div.shown, #page_header div.search div:hover {
	background-position: 0 0;
}

#page_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
    background-color: transparent;
    color: #444444;
	min-height: 300px;
	margin:0 auto;
	padding: 15px 0;
	text-align: left;
	border-top: solid 3px #ff9900;
}

#page_content_main {
 	width: 74%;
	float: left;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 15px;
}

#page_content_main h3 {
	margin: -10px 0 10px;
	padding: 0;
}

#page_content_main h3.hide {
	display: none;
}

#page_content_sidebar {
	width: 23%;
	float: right;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 12px;
	margin-bottom: 15px;
	border-left: 1px solid #f2e3d8;
}

#page_content_sidebar div {
	padding-bottom: 15px;
}

#page_content_sidebar div h2 {
	font-size: 13px;
	border-bottom: #cccccc 1px dashed;
	margin: 0 0 5px;
	padding-bottom: 3px;
}

#page_content_sidebar div h3 {
	float: right;
	color: #999999;
	font-size: 11px;
	margin: 0 0 5px;
	padding-bottom: 3px;
}

#page_content_sidebar div h2, #page_content_sidebar div h2 a, #page_content_sidebar div h2 a:visited {
	color: #666666;
}

#page_content_sidebar div h2 a:hover {
	text-decoration: none;
	color: #999999;
}

#page_content_sidebar div ul {
	list-style-type: square;
	margin: 0;
	padding: 0 3px;
}

#page_content_sidebar div ul li {
	list-style-type: none;
	background: transparent url(/styles/orange/li.gif) no-repeat 0 3px;
	border: 0;
	margin: 0;
	padding: 0 0 3px 15px;
}

#page_content_sidebar div ul.pic li.rss {
	background: transparent url(/styles/orange/rss.gif) no-repeat 0 3px;
}

#page_footer {
	clear: both;
    background-color: transparent;
	text-align: center;
	font-size: 10px;
	margin: 0;
    color: #666666;
	padding: 10px;
	border-top: solid 3px #ff9900;
}

#page_footer a, #page_footer a:visited {
	color: #666666;
}

#page_footer a.sneaky, #page_footer a.sneaky:hover {
    color: #666666;
	text-decoration: none;
}

#page_rss {
	font-size: 13px;
	padding: 0 0 15px 22px;
	background: transparent url(/styles/orange/small_rss_icon.gif) no-repeat 1px 0;
}

#navigation {
    text-align: center;
    line-height: 25px;
    list-style: none;
    font-size: 11px;
    margin: 0px;
    padding: 3px 0px; }
    
    #navigation li { display: inline; padding: 0px 10px;}
    #navigation a { margin: auto 0px; padding: 2px 4px; color: #ffffff; }
	#navigation a:hover { text-decoration: none; color: #ffffff; background-color: #3366ff; }
	#navigation.admin a:hover { text-decoration: none; color: #ffffff; background-color: #66ff00; }

/*  ----------------------------|     tabs     |----------------------------  */

#page_tabs {
	float: right;
	margin: -30px 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}

#page_tabs ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}

#page_tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#page_tabs a {
	float: left;
	background: url("/styles/orange/tableft.gif") no-repeat left top;
	margin: 0 2px;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#page_tabs a span {
	float: left;
	display: block;
	background: url("/styles/orange/tabright.gif") no-repeat right top;
	padding: 5px 10px 4px 0px;
	color: #666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#page_tabs a span {
	float: none;
}
/* End IE5-Mac hack */

#page_tabs a:hover, #page_tabs a.active {
	background-position: 0% -42px;
}

#page_tabs a:hover span, #page_tabs a.active span {
	color: #ffffff;
	background-position: 100% -42px;
}

/*  ----------------------------|     blog      |----------------------------  */

div.post {
	border-bottom: solid 1px #cccccc;
	margin-bottom: 30px;
}

div.post div.edit {
	float: right;
	background: transparent;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: dashed 1px #eeeeee;
}

div.post div.edit:hover {
	background: url("/includes/jcs/images/edit.gif") no-repeat 0 0;
}

div.post div.body {
	clear: both;
	padding-top: 10px;
	font-size: 13px;
	line-height: 150%;
}

div.post div.body p {
	text-align: justify;
}

div.post div.date {
	float: left;
	background: url("/styles/orange/date.png") no-repeat 0 0;
	text-align: center;
	width: 50px;
	height: 60px;
	margin: 0 10px;
	overflow: hidden;
}

div.post div.date div.date_month {
	margin-top: 4px;
	font-size: 12px;
	color: #000000;
}

div.post div.date div.date_day {
 	margin-top: 15px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div.post div.title {
	margin-left: 70px;
	font-size: 24px;
	padding: 5px 0 15px;
	font-weight: bold;
}

div.post div.title a {
	color: #333333;
}

div.post div.title a:hover {
	color: #000000;
	text-decoration: none;
}

div.post div.subtitle {
	margin-left: 70px;
}

div.post span.tags, div.post span.comments {
	background: url("/styles/orange/tag.gif") no-repeat 0 0;
	padding: 0 0 3px 20px;
	color: #999999;
}

div.post span.comments {
	background: url("/styles/orange/comment.gif") no-repeat 0 0;
	margin-left: 10px;
	cursor: pointer;
}

div.post div.bottom {
	text-align: right;
	clear: both;
}

div.post img.left, div.post img.right, div.post img.break {
	padding: 0;
	border: solid 2px #333333;
}

div.post img.left {
	float: left;
	margin: 4px 10px 4px 0;
}

div.post img.right {
	float: right;
	margin: 4px 0 4px 10px;
}

div.post img.transbor {
	border-color: transparent;
}

div.post img.break {
	display: block;
	margin: 10px auto;
}

div.post h2, p.clear {
	clear: both;
}

div.post div.readmore {
	clear: both;
	text-align: right;
}

div.nocomments {
	padding: 20px;
	font-size: 14px;
	border-top: solid 1px #cccccc;
}

div.blogads {
	text-align: center;
}

div.comments {
	padding: 20px 30px 0;
}

div.comments div.title {
	border-top: solid 1px #cccccc;
	font-size: 20px;
	background-color: #eeeeee;
	padding: 10px;
}

div.comments div.wborder {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div.comments div.heretheycome {
	margin-bottom: 20px;
}

div.comments div.comment {
	border-top: solid 1px #cccccc;
}

div.comments div.clearfix {
	clear: both;
}

div.comments div.alternate {
	background-color: #eeeeee;
}

div.comments div.admin {
	background-color: #ffe8d8;
}

div.comments div.comment div.meta {
	padding: 10px;
}

div.comments div.comment div.body {
	float: right;
	padding: 10px;
	width: 70%;
}

div.comments div.comment_form textarea {
	width: 100%;
	height: 200px;
}

div.comments div.delete {
	float: right;
	background: transparent;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: dashed 1px #eeeeee;
}

div.comments div.delete:hover {
	background: url("/includes/jcs/images/delete.gif") no-repeat 0 0;
}

div.comments input, div.comments textarea {
	border: solid 1px #999999;
	background-color: transparent;
}

div.comments input:focus, div.comments textarea:focus {
	border: solid 1px #000000;
}

div.comments input {
	width: 50%;
}

div.phpcode {
	margin: 20px 30px;
	padding: 10px;
	background-color: #f1f1ff;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ccccff;
	clear: both;
	font-size: 11px;
	min-height: 20px;
}

div.phpcode textarea {
	display: none;
}

div.phpcode div {
	float: right;
	color: #bbbbbb;
	margin: 0;
	padding: 0 10px 2px;
	background-color: #f4f4f4;
	border: solid 1px #e5e5e5;
	cursor: pointer;
}

div.phpcode div:hover {
	color: #666666;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
}

/*  ----------------------------|    project    |----------------------------  */

div.project {
	padding: 10px;
	margin: 0 auto 10px;
	max-width: 700px;
	min-height: 150px;
	font-size: 13px;
	line-height: 150%;
	/*border-bottom: 1px dashed #666666;*/
}

div.project h4 {
	margin-top: 0 0 10px;
	color: #000000;
}

div.project div.desc {
	text-align: left;
	color: #666666;
	margin-left: 320px;
}

div.project div.desc b {
	padding-right: 10px;
}

div.project div.preview {
 	float: left;
	width: 300px;
	height: 300px;
	margin: 0;
	border: 2px solid #999999;
	/*padding: 25px;
	margin-right: 10px;
	background-image: url("/styles/orange/highlight.png");*/
}

/*#tooltip {
	width: 300;
	height: 300;
	padding: 8px;
	background-image: url("/styles/orange/highlight_large.png");
}

#tooltip img {
	width: 300px;
	height: 300px;
}*/

/*  ----------------------------|     about     |----------------------------  */

div.about {
	font-size: 13px;
	line-height: 150%;
}

div.about div {
	height: 200px;
	width: 356px;
	margin: 50px auto;
	background: transparent url('/about/me_small.png') no-repeat 0 0;
}

div.about div:hover {
	background-position: 0 -200px;
}

h4 {
	margin: 0 0 10px;
	font-size: 150%;
}

p { 
	text-indent: 40px;
	line-height: 150%;
}

p.resume {
	text-indent: 0;
	text-align: center;
}

/*  ----------------------------|     other     |----------------------------  */

.javorange {
	color: #ff9900;
}

.center {
	text-align: center;
}

/*login form*/
.left {
	text-align: left;
	padding-left: 50px;
}

#modules {
	display: table-row;
}

#modules div img {
	border-width: 0;
	margin-bottom: 10px;
	text-decoration: none;
}

#modules a div {
	text-align: center;
	display: table-cell;
	padding: 9px;
	width: 100px;
	border: solid #ffffff 1px;
	background-color: transparent;
	<!--[if IE]>
	float: left;
	<![endif]-->
}

#modules a:hover {
	text-decoration: none;
}

#modules a:hover div {
	border: solid #cccccc 1px;
	background-color: #eeeeee;
	text-decoration: none;
}

input[type=submit], input[type=button] {
	cursor: pointer;
	border: outset 1px #cccccc;
	color: #666666;
	font-weight: bold;
	padding: 1px 2px;
	background: url("/includes/jcs/images/formbg.gif") repeat-x left top;
}
