@import url("reset.css");

/*------------------------------------------------------------
	  GLOBAL
  ------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	background: #b7cde5;
}

a, a:link, a:visited {
	color: #78afec;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
	margin: 0.75em 0;
	line-height: 1.2em;
}

em {font-style: italic;}
strong {font-weight: bold;}
h1, h2, h3, h4, h5, h6, h7 {font-weight: bold; clear:both;}

h3 {
	font-size: 1.17em;
	font-weight: bold;
}

blockquote {
	background: url(imgs/quote-start.png) top left no-repeat;
	padding: 0 26px;
	border-left: none!important;
}

blockquote:after {
	background: url(imgs/quote-end.png) bottom right no-repeat;
	height: 14px;
	width: 26px;
	display: block;
	margin-right: -26px;
	margin-top: -26px;
	float: right;
}

/*------------------------------------------------------------
	  POSTEROUS
  ------------------------------------------------------------*/
.posterousPrivateBox div {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.69em;
}

#posterousBar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

div.fav_star {
	margin: 19px 0 0 -55px;
}

/*------------------------------------------------------------
	  MAIN
  ------------------------------------------------------------*/
#canvas {
	background: #fff;
	margin: 0 auto;
}

#alpha {
	font-size: 0.75em;
	padding-bottom: 25px;
}

#header {
	font-size: 0.75em;
	padding: 12px 10px 4px 3px;
	background: #ddeafa;
}

.inner {
	width: 600px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	  HEADER
  ------------------------------------------------------------*/
#header a:hover {
	text-decoration: none;
}

#tagPage,
#search {
	margin-bottom: 25px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}

#tagPage h2,
#search h2 {
	font-weight: bold;
	font-size: 1.17em;
	padding-bottom: 7px;
}

#search ul.searchsort li {
	margin: 0 10px 0 0;
}


/*------------------------------------------------------------
	  ABOUT IN HEADER
  ------------------------------------------------------------*/
#header h1 {
	color: #bbb;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 1.75em;
	text-transform: uppercase;
	float: left;
}

#header img {
	float: left;
	padding: 5px;
	border: 1px solid #cbddf1;
	margin-right: 10px;
	background: #fff;
}

#header p {
	color: #777;
	margin: 6px;
}

.searchBox {
	float: right;
}

.searchBox input {
	border: 1px solid #b7cde5;
	padding: 3px;
	color: #666;
}

.searchBox #searchbox {
	width: 230px;
}

.searchBox input.searchbox_button {
	padding: 1px 2px;
	color: #fff;
	background: #78afec;
	border-width: 1px;
	border-style: solid;
	border-color: #e6f1fe #115cb1 #115cb1 #e6f1fe;
	font-weight: bold;
}


/*------------------------------------------------------------
	  NAV
  ------------------------------------------------------------*/
#nav {
	overflow: auto;
	background: #9ebcdc;
}

#nav li {
	list-style: none;
	float: left;
	width: 150px;
}

#nav li a {
	display: block;
	float: left;
	background: url(imgs/icon-compu.png) 10px 10px no-repeat;
	color: #fff;
	height: 53px;
	padding: 22px 5px 0 70px;
	margin-left: 15px;
	font-family: "Century Gothic";
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.2;
	text-transform: lowercase;
}

#nav li a.draw {
	background-image: url(imgs/icon-draw.png);
	margin-left: 0;
}
#nav li a.write {
	background-image: url(imgs/icon-write.png);
}
#nav li a.photo {
	background-image: url(imgs/icon-camera.png);
}


#nav li a:hover,
#nav.art li a.draw,
#nav.drawing li a.draw,
#nav.writing li a.write,
#nav.poetry li a.write,
#nav.photo li a.photo {
	text-decoration: none;
	color: #78afec;
	background-color: #fff;
}


/*------------------------------------------------------------
	  ENTRY
  ------------------------------------------------------------*/
.entry {
	clear: both;
	/* overflow: auto; */
	margin: 20px 0;
}

.entryHead {
	border-bottom: 1px solid #acacac;
	background: url(imgs/icon-compu.png) top right no-repeat;
	padding: 7px 52px 7px 0;
}

.entryBody {
	position: relative;
	background: url(imgs/icon-compu.png) right -45px no-repeat;
	margin-top: -1px;
	padding: 0 0 10px 0;
}

.imgDesc {
	text-align: center;
	display: block;
}



/* different icons */
.photo .entryHead,
.video .entryHead {
	background-image: url(imgs/icon-camera.png);
}
.photo .entryBody,
.video .entryBody {
	background-image: url(imgs/icon-camera.png);
}


.art .entryHead {
	background-image: url(imgs/icon-draw.png);
}
.art .entryBody {
	background-image: url(imgs/icon-draw.png);
}


.writing .entryHead {
	background-image: url(imgs/icon-write.png);
}
.writing .entryBody {
	background-image: url(imgs/icon-write.png);
}


.project .entryHead,
.update .entryHead {
	background-image: url(imgs/icon-compu.png);
}
.project .entryBody,
.update .entryBody {
	background-image: url(imgs/icon-compu.png);
}


/* entry */
.entry h2 {
	font-size: 1.50em;
	font-family: "Century Gothic";
	font-weight: bold;
}

.entry .date {
	color: #888;
	margin: 0 0 1px 0;
}

.entryBody ol,
.entryBody ul {
	padding: 0.75em 0;
	margin: 0 0 0 25px;
}

.entryBody ol li,
.entryBody ul li {
	padding: 1px 0;
}

.entryBody ul li {
	list-style: none;
}

div.posterousGalleryMainDiv {
	/*padding: 0.75em 0;*/
	margin: 1.4em auto;
	width: 500px;
}

.posterousGalleryMainDiv .gallerySelectedImage img {
	border: 3px solid #333;
}

/* entry meta */
.meta {
	background: #f2f7fe;
	border-top: 1px solid #ddeafa;
	padding: 6px;
	min-height: 28px;
	position: relative;
}

.tags ul {
	padding: 3px 55px 5px 0;
	margin: 0;
	overflow: auto;
	font-size: 0.9em;
}

.tags li {
	list-style: none;
	display: block;
	float: left;
	margin: 1px 10px 1px 0;
}

.tags a {
	background: url(imgs/tag.gif) top left no-repeat;
	padding-left: 11px;
	color: #888;
}
.fbLike {
	float: left;
	width: 80%;
}

.fbLike iframe .connect_widget_text {
	color: #888!important;
}

.posterous_retweet_widget {
	display: inline-block;
	margin: 0;
}

.entryStats {
	float: right;
	color: #888;
}

.postViews {
	display: block;
	text-align: right;
}

.commentCount {
	display: block;
	font-size: 1.25em;
	margin: 3px 0 0 0;
	text-align: right;
}



/*edit links*/
.entry .edit,
.comments .mini_commands {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.meta:hover > .edit,
.comments .comment:hover > .mini_commands {
	display: block;
}

ul.mini_commands {
	margin: 0!important;
}

ul.mini_commands li a {
	color: #ff6600;
}

/*------------------------------------------------------------
	  COMMENTS
  ------------------------------------------------------------*/
.posterous_comments,
.comments {
	clear: both;
	padding-top: 25px;
}

.commentunit h3,
div.posterous_comments h4 {
	font-size: 14px;
	margin: 10px 0;
	color: #666;
}

.commentunit h3 {
	margin: 10px 0;
	color: #666;
	font-size: 1.25em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
}

div.commentunit {
	margin: 15px 0;
	color: #555;
}

.commentunit input {
	border: 1px solid #ddd;
	padding: 3px;
}

.comment_label {
	float: left;
	margin: 0 auto!important;
	width: 82px;
	text-align: right;
}

.comment_date {
}

.comment_avatar {
	margin-top: 5px;
}

img.profile_border {
	border: none;
}

.posterous_comments .fb_link img,
.posterous_comments img.profile_border {
	margin-left: -550px
}

.comment_value,
.comment {
	float: right;
	width: 497px;
	position: relative;
	border-left: 1px solid #eee;
	padding-left: 10px;
}

.posterous_comments .comment_value,
.posterous_comments .comment {
	width: 491px;
}

.commentname {
	line-height: 1;
}

/*------------------------------------------------------------
	  PAGES
  ------------------------------------------------------------*/

#page .posterousGalleryMainDiv {
	width: auto;
	float: left;
	margin: 0 25px 50px 15px;
}


#page .posterousGalleryMainDiv:hover {
	background: #ddeafa
}

h3.elsewhere {
	padding-top: 10px;
}



/*------------------------------------------------------------
	  PAGINATION
  ------------------------------------------------------------*/
.pagination {
	padding: 0;
	margin: 5px 0;
	clear: both;
}

.pagination a,
.pagination span.current,
.pagination span.disabled {
	padding: 2px 5px 2px 5px;  
	margin: 1px;
	border: 1px solid #78afec;
}
 
.pagination a {
	color: #78afec;
}

.pagination span.current,
.pagination a:hover,
.pagination a:active {
	font-weight: bold;  
	border-color: #78afec;  
	background: #78afec;  
	color: #fff;
	text-decoration: none;
}
  
.pagination span.disabled {
	border-color: #eee;  
	color: #ddd;  
}


/*------------------------------------------------------------
	  BROWSE/TAGS
  ------------------------------------------------------------*/
#browse {
	padding: 10px;
	overflow: auto;
	background: #b7cde5;
}

#browse h2 {
	float: left;
}

.tagsList {
	clear: both;
}

.tagsList li {
	list-style: none;
}

.tagsList a {
	color: #666;
	background: url(imgs/tag.gif) top left no-repeat;
	float: left;
	font-size: 0.69em;
	padding-left: 11px;
	margin: 5px 10px 0 0;
	display: block;
}



/*------------------------------------------------------------
	  FOOTER
  ------------------------------------------------------------*/
#footer {
	background: #d0deee;/*b7cde5*/
	font-size: 0.69em;
	overflow: auto;
	padding: 10px;
}

#footer a {
	color: #222;
}

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


.subscribe,
.posterous_subscription_container,
.posterous_unsubscribed_container {
	float: right;
}

.subscribe li {
	float: left;
	list-style: none;
}

.subscribe li a {
	background: url(imgs/posterous.png) top left no-repeat;
	padding: 2px 0 2px 18px;
	margin: 0 0 0 7px;
}

.subscribe li.rss a {
	background-image: url(imgs/rss.png);
	margin: 0 0 0 5px;
}


#footer #copy {
	float: left;
}


