html, body, div, form, fieldset, input, h1, h2, h3, h4, ul, ol, li, blockquote p { padding: 0; margin: 0; }

body {
	background:#f3f7d9;
	color:#222;
	margin:0 auto;
	text-align:center;
	font: normal 12px/1.5em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;	
}

/* Links */
a:link {
	color:#b65716;
}

a:visited {
	color:#b65716;
}

a:hover,
a:active {
	color:#fff;
	background:#b65716;
	text-decoration:none;
}

a img {border:none;}

a.more:link, a.more:visited {
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	font-size:0.9em;
	font-weight:bold;
}
a.more:hover {
	color:#fff;
}

/* Clearing floats */
.clear {
	clear:both;
	height:1%;
	display:block;
}

/* containers and wrappers */
.inside {
	text-align:left;
	width:65em;
	margin:0 auto;
}

#top {
	border-bottom:1px solid #d2d6b8;
	background:#fff;
	padding:4px 0 1px;
}

.topLeft {
	float:left;
	font-size:0.9em;
	width:50em;
}

.topRight {
	margin-left:50.83em;
	text-align:right;
}

#global {
	background:url("../images/bg.png") repeat-x left top;
}

#main {
	clear:both;
	padding-top:15px;
	background:#fcfdf4;
	border-top: 1px solid #d2d6b8;
	background:#fcfdf4 url("../images/bg.png") repeat-x 0 -60px;
}

#mainInside {
	text-align:left;
	width:65em;
	margin:0 auto;
}

#left {
	float:left;
	width: 45em;
}

#right {
	float:right;
	width: 19.17em;
}

/* Content wrappers */
.post,
.home,
.content,
.wrap {
	margin: 20px 0;
	background:#fff;
	border:1px solid #D9DDC3;
	height : auto;
	position : relative;
}

/* ... with rounded corners */
.tr, .bl, .br, .tl {
  position : absolute;
  width : 9px;
  height : 9px;
  display : block;
  margin : -1px;  /* this is for IE */
}

.wtr, .wbl, .wbr, .wtl {
  position : absolute;
  width : 9px;
  height : 9px;
  display : block;
}

.tl {
  background : transparent url(../images/tl.png) no-repeat;
  top : 0;
  left : 0;
}

.tr {
  background : transparent url(../images/tr.png) no-repeat;
  top : 0;
  right : 0;
}

.bl {
  background : transparent url(../images/bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

.br {
  background : transparent url(../images/br.png) no-repeat bottom right;
  right : 0;
  bottom : 0;
}

.wtl {
  background : transparent url(../images/wtl.png) no-repeat;
  top : 0;
  left : 0;
}

.wtr {
  background : transparent url(../images/wtr.png) no-repeat;
  top : 0;
  right : 0;
}

.wbl {
  background : transparent url(../images/wbl.png) no-repeat;
  bottom : 0;
  left : 0;
}

.wbr {
  background : transparent url(../images/wbr.png) no-repeat bottom right;
  right : 0;
  bottom : 0;
}

.content {
	float:none;
}

.homeLeft {
	float:left;
	width:46%;
    margin-bottom: 20px;
}

.homeRight {
	float:right;
	width:46%;
    margin-bottom: 20px;
}

.wrap2 {
	background:#edf0d2;
	margin: 20px 0;
	padding:10px;
	height : auto;
	position : relative;
}

.pad {
	padding:10px;
}

.cbox {
	margin: 20px 0 40px 5px;
}

/* Pagination wrappers */
#pagination {
	border-top:1px solid #d2d6b8;
	background:#fff;
	padding:4px 0;
}

.pagLeft {
	float:left;
	width:16.67em;
}

.pagRight {
	margin-left:50.83em;
	text-align:right;
}

/* Header and logo */
#header {
	position:relative;
	width:65em;
	text-align:left;
	margin:0 auto;
	padding-top:15px;
}

#logo {
	width: 277px;
	height: 80px;
}		

#logo h1, 
#logo h1 a, 
#logo h1 img {
	width: 277px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#logo h1 { 
	background: url("../images/prt.sc-logo.png") no-repeat left bottom;
}

#logo h1 a {
	display: block;
	text-indent: -9999px; 
	text-decoration: none;
	border: 0;
	background: none; 
}
#phones {
	float:right;
	font-size:24px;
	width: 533px;
}
/* Navigation */
#menu {
	clear:both;
	padding:20px 0 2px;
	font-size:1.1em;
}

#menu ul {
	list-style:none;
}

#menu li {
	display:inline;
	padding-right:12px;
}

#menu li a {
	color:#333;
	padding: 3px 5px;
	text-decoration:none;
}

#menu li a:hover,
#menu li a:active {
	background: #f3f7d9;
}

#home #thome a,
#planet #tplanet a,
#about #tabout a,
#news #tnews a,
#members #tmembers a,
#buzz #tbuzz a,
#feed #tfeed a,
#archive #tarchive a,
#screens #tscreens a {
	background: #5c5c5c url("../images/bullet_star_black.png") no-repeat left center;
	padding-left:16px;
	color:#fff;
}

/* Search form */
#search {
	text-align:right;
	position:absolute;
	top:35px;
	right:35px;
}

#search fieldset {
	border:none;
}

#search fieldset legend {
	display:none;
}

#search label {
	font-size:0.9em;
	color:#777;
}

#search input {
	border:1px solid #d2d6b8;
	font-size:0.9em;
	padding:2px;
}

#search input:focus {
	background: #f7faed;
	border:1px solid #5c5c5c;
}

#search input.go {
	border:none;
	position:absolute;
	padding:1px 0 0 4px;
}

#search input.submit:hover {
	cursor:pointer;
	background: #c5c8bc;
	color:#eee;
	border:1px solid #c5c8bc;
}

/* The contents */
.date {
	background: url("../images/date.png") no-repeat right center;
	color:#444;
	font-size:0.9em;
	font-weight:bold;
	padding:2px 5px;
	clear:both;
}

.news {
    background: #feffde url("../images/bullet_star.png") no-repeat left center;
    padding: 2px 16px;
    margin:0 0 10px;
    color:#444;
}

.news strong {
    text-transform:uppercase;
    font-size:0.9em;
    color:#999;
}

.highlight {
	background:#ffffcc;
}

.query {
	color:#d82915;
}

#bio {
	margin-left: 80px;
}

.uppercase {
	text-transform:uppercase;
}

.url {
	display:block;
	margin: 5px 0 20px;
	color:#999;
}

.home .issueDate {
	font-size:0.8em;
	text-transform:uppercase;
	margin-bottom:10px;
}

.home .articleDate {
	font-size:0.8em;
	text-transform:uppercase;
}

.articleMeta {
	margin-bottom:10px;
	font-size:0.8em;
	text-transform:uppercase;
}

.morePosts {
	background: url("../images/page_white_star.png") no-repeat left top;
	padding-left:18px;
}

.article {
	margin:10px 0;
}

.article .text {
	font-size:0.95em;
}
/*
.article .articleAuthor {
	font-family: Georgia, Times, "Times New Roman", serif;
}
*/
.home .planet_tops {
	font-size:0.8em;
	margin-bottom:10px;
	color:#777;
}

.home .planet_tops strong {
	color:#444;
	text-transform:uppercase;
	
}

/* Special ../images */
.content .picture {
	float:left;
	width:65px;
	height:65px;
}

.home .image {
	border:1px solid #d0d3b9;
	background:#f3f7d9;
	padding:2px;
}

.screenshot {
	border:1px solid #d0d3b9;
	background:#f3f7d9;
	padding:5px;
}

/* Planet posts */
.post .hackergotchi {
	float:left;
	width:80px;	
}

.post .hackergotchi img {
	width:60px;
}

.post .text {
	margin-left:80px;
}

.post .text ul,
.post .text ol {
	margin: 10px 0 10px 20px;
}

.blogID {
	font-size:0.8em;
	/*text-transform:uppercase;*/
}

.post .text blockquote {
	background: url("../images/quotemarks.png") no-repeat 0 0;
	padding-left: 25px;
	margin:0;
	color:#666;
}

.latestPosts object {
    display: none;
} 
.latestPosts img {
    display: none;
} 

.originalPost {
	background:url("../images/world.png") no-repeat 0 5px;
	padding: 5px 0 0 20px;
	font-size:0.9em;
	border-top:1px solid #eee;
}

.originalPost span {
	text-transform:uppercase;
}

/* Headings */
h2,
#bio h2,
.wrap h2,
.wrap2 h2 {
	font-size:1.3em;
	color:#666;
}

.blogName {
	font-size:2em;
	clear:both;
	color:#999;
	margin:20px 0;
	border-top:1px solid #f3f7d9;
	padding-top:20px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.location {
	font-size:1.3em;
	color:#999;
	margin:10px 0 0;
	border-top:1px solid #f3f7d9;
	padding-top:10px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

h2.author {
	font-size:1.4em;
}

h3.articleAuthor {
	margin-bottom: 3px;
	font-size:1.4em;
}

#right h3 {
	text-transform:uppercase;
	font-size:1em;
	color:#888;
}

.author a:link,
.author a:visited,
.articleAuthor a:link,
.articleAuthor a:visited {
	color: #999933;
}

.author a:hover,
.author a:active,
.articleAuthor a:hover,
.articleAuthor a:active {
	background: #999933;
	color:#fff;
}

h2 span,
h3 span {
	font-size:1em;
	color:#ccc;
}

.latestPosts h4 {
	font-size:1.1em;
	background: url("../images/bullet_star.png") no-repeat left top;
	padding-left:18px;
}

.latestPosts img {
	width: 160px;
}

/* Forms */
.content form {
	margin-bottom:20px;
}

.content .form fieldset {
	border:none;
}

.content .form legend {
	display:none;
}

.content label {
	font-size:0.9em;
	color:#777;
}

.content .form label {
	font-size:1em;
	color:#000;
}

label:hover {
	cursor:pointer;
}

.content input,
.content textarea,
.content select {
	border:1px solid #d2d6b8;
	font-size:0.9em;
	padding:3px;
}

.content input:focus,
.content textarea:focus,
.content select:focus {
	background: #f7faed;
	border:1px solid #87a09c;
}

.content .form input.input,
.content .form select {
	width:25em;
}

.content .form textarea {
	width:46em;
}

input:checked + label {
	font-weight:bold;
}

input.submit:hover,
input.submit:focus {
	cursor:pointer;
	border:none;
	background:#bead93;
}

input.submit:active {
	background: #c68562;
}

input.submit {
	border:none;
	background:#8E816B;
	padding: 0;
}

/* Tag Cloud */
#htmltagcloud {
	margin-top:10px;
	line-height: 1.5;
}

#htmltagcloud span {
	margin: 0 5px 0 0;
}

#htmltagcloud a {
	text-decoration:none;
}

span.tagcloud0 { font-size: 1em;}
span.tagcloud1 { font-size: 1.1em;}
span.tagcloud2 { font-size: 1.2em;}
span.tagcloud3 { font-size: 1.3em;}
span.tagcloud4 { font-size: 1.4em;}
span.tagcloud5 { font-size: 1.5em;}
span.tagcloud6 { font-size: 1.6em;}
span.tagcloud7 { font-size: 1.7em;}
span.tagcloud8 { font-size: 1.8em;}
span.tagcloud9 { font-size: 1.9em;}
span.tagcloud10 { font-size: 2em;}

/* Lists */
.feeds {
	list-style:none;
}

.feeds li {
	margin-bottom:10px;
	background: url("../images/bullet_orange.png") no-repeat left top;
	padding-left:16px;
}

.feeds li strong {
	font-size:1.1em;
}

.feeds li span {
	color:#666;
	font-size:0.9em;
}

.categories {
	padding-left:5px;
}

#membersList {
	list-style:none;
	padding:0 0 30px;
	margin:0;
}

#membersList li {
	border-bottom:1px solid #f3f7d9;
	padding: 5px 0;
	min-height:60px;
	clear:left;
}

#membersList img {
	float:left;
	width:60px;
	max-height:70px;
}

#membersList li span {
	margin-left:5px;
}

#membersList li span.author {
	font-size:1.3em;
}

#membersList li span.blogID {
	font-size:0.8em;
	text-transform:uppercase;
}

.latest,
.otherNews {
    list-style:none;
}

.otherNews {
    margin-top:10px;
}

.latest li {
	background: url("../images/bullet_star.png") no-repeat left top;
	padding: 2px 0 2px 16px;
	border-top:1px solid #eee;
}

.otherNews li {
    background: url("../images/bullet_star.png") no-repeat left top;
    padding: 2px 0 2px 16px;
    border-bottom:1px solid #eee;
    font-size:1.1em;
}

.otherNews .articleMeta {
    color:#666;
}

.latestPosts {
	margin: 10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
    overflow: hidden;
}

.lpDate {
	color:#666;
	font-size:0.9em;
	padding: 2px 0 2px 18px;
	font-weight:bold;	
}

.latestPosts p {
	margin:0;
	padding:0 0 0 18px;
	font-size:0.9em;
}

.archivePosts,
.archiveDays {
	margin: 0;
	list-style:none;
}

.archiveDays {
}

.archivePosts li {
	background: url("../images/bullet_star.png") no-repeat left top;
	padding:0 0 40px 20px;
	float:left;
	width:13.75em;
	display:inline;
}

.archivePosts li span,
.archiveDays li span {
	font-size:0.8em;
	color:#666;
}

.archivePosts li ul {
	margin:0;
	list-style:none;
}

.archivePosts li ul li {
	background: url("../images/bullet_orange.png") no-repeat left center;
	padding:0 0 0 20px;
}

.archiveDays li {
	display:inline;
	float:left;
	width:2em;
	text-align:center;
	color:#666;
}

.archiveDays li.selected a {
	background:#d2d6b8;
	text-decoration:none;
	color:#444;
}

.archiveDays li span {
	display:block;
	width:2em;
}

.archiveDays li a {
	width:2em;
	display:block;
}

#right ul {
	list-style:none;
	margin: 10px 0 40px 4px;
}

#right li {
	text-transform: uppercase;
	font-size:0.9em;
	border-bottom:1px solid #ccc;
}

#right li a {
	display:block;
	padding: 3px 0 3px 2px;
}

#right li a:hover {
	background: #f3f7d9;
	color:#b65716;
	text-decoration:underline;
}

/* Map */
#map {
	border:1px solid #d0d3b9;
	margin-top:10px;
}

#Gmap {
	padding: 10px 0 40px;
}
#Gmap p {
	margin:0;
	padding:0;
	font-size:0.8em;
}
#boxMap {
	height:200px;
	background: #9cb5cd url("../images/map.png") no-repeat right top;
}

#boxMap a {
	height:200px;
	display:block;
	text-indent: -9999px; 
	text-decoration: none;
	border: 0;
	background: none;
}

#boxMap a:hover {
	background-color:none;
}

/* 404 */
#notfound {
	padding: 40px;
	background:url("../images/404.png") no-repeat center top;
}

#notfound span {
	color:#f60;
	font-weight:bold;
}

#notfound h2 {
	font-size:1.8em;
	color:#00ADEE;
	line-height:normal;
}

#notfound p {
	margin: 20px;
}
#notfound .c {
	text-align: center
}

/* Footer */
#footer {
	clear:both;
	background: #f3f7d9;
	padding: 10px 0;	
	color:#444;
	border-top:1px solid #d2d6b8;
}

#footerInside {
	text-align:left;
	width:65em;
	margin:0 auto;
}

#footer p {
	margin:0;
	padding:0;
	font-size:0.9em;
}

#footer a:link {
	color:#666;
	text-decoration:underline;
}

#footer a:visited {
	color:#666;
}

#footer a:hover,
#footer a:active {
	background:#444;
	color:#fff;
	text-decoration:none;
}

.postBody {
    overflow:auto;
}

