/* DEFAULTS OVERWRITING */

body#artist_journal-show .comment-reply-form {
	width:500px;
	}

body#artist_journal-show .comment-reply-form form.form-comment textarea {
	width:500px;
	}
	
body#artist_journal-show div#comments, body#artist_journal-show div#comment-form {
	width:616px;
	border-width: 2px;
	}

body#artist_journal-show form.form-comment textarea {
	width:616px;
	}

/* JOURNAL STYLES */

a#feed-link
{
	text-indent: -5000px;
	display: block;
	width: 13px;
	height: 13px;
  background: url('/images/icons/feed.gif') top right no-repeat;
}

form#form-thought-edit
{

	
}
form#form-thought-edit input#thought-title
{
	font-size: 2em;
	font-weight: bold;
	width: 400px;
}
form#form-thought-edit textarea#thought-body
{
	width: 400px;
}
form#form-thought-edit input#thought-tags
{
	width: 400px;
}
form#form-thought-edit label.info:after,
{
	content: "";
}
h3.byline
{
	clear: left;
	font-size: 1em;
	padding-bottom: 10px;
}

ul.thought-controls
{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0 ;
}
ul.thought-controls li
{
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #ccc;
}
ul.thought-controls li.last
{
	border: none;
	padding-right: none;
	margin-right: none;

}
h2.thought-title
{
	font-weight: bold;
 	display: block;
  border-bottom:2px solid #ddd;
  padding-bottom:.5em;
  margin:0 0 .5em 0;	
}
#artist_thoughts-show h2.thought-title
{
	font-weight: normal;
	font-size:22px;
	padding-top:0.4em;
	padding-bottom:0.4em;
}

h2.thought-title.first
{
	border-top: none;
	padding-top: 0;
}
body#thought-show h2.thought-title
{
	margin-top: 0;
	padding-top:  0;
}
h2.thought-title a
{
	text-decoration:  none;
}
h2.thought-title span
{
	padding-left: 10px;
 	font-size: 0.6em;
}
h2.thought-title span a
{
	text-decoration:  underline;
}


/* archive - right column */

div.archive {
	font-size:1.1em;
}
div.archive h2
{
	font-size:  1.1em;
	font-weight:  bold;
}

ul.archive
{
	list-style-type: none;
	margin: 0 0 1em 0 !important;
	padding: 0;
	font-size:  1em;
}

ul#tags li {
	display: inline;
	}

/* end archive */

.time-ago {
	color: #888;
	font-size: 1 em;
	margin-top: 4px;
	padding-top: 0;
}


ul#row-tags
{

	list-style-type: none;
	margin: 2px;
	padding: 0;
}
ul#row-tags li
{
	color: #888;
	display: block;
	float: left;
	margin-left: 6px;
	padding-right: 6px;
}
ul#row-tags li:first-child
{
/*	border: solid red 1px;
	background-color: red;*/
	margin-left: -1px;
	padding-left: none;
}
ul#row-tags a {
	color: #888;
	text-decoration: none;
}
ul#row-tags a:hover {
	color: #DAA520;
	text-decoration: underline;
}

.thought-text {
	clear: left;
  padding-bottom:2em;
	font: 1.2em/1.5 arial, sans-serif;
}

.thought-text p{
	font-size:1.1em;
}

.thought-text p img {
	max-width: 100%;
	}

.thought-text ul, .thought-text ol {
	font-size:1.1em;
	margin:.5em 2em;
	padding:0 1em;
	}

.thought-text ul li {
	margin-bottom:.5em;
	}

div.thought-info
{
	padding: .5em .5em .5em 1em;
	margin-bottom:2em;
	color:#555;
	font-size:.9em;
	background: #f4f4f4;
	
		
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.thought-info a {
	color:#555;
	}

div.thought-info-tags {
	float:right;
	width:35em;
	}

div.thought-info span.label-tags
{
	font-size:  1.2em;
	padding-right:  0.4em;
	float:left;
}
div.thought-info ul.row-tags
{
	display:  inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.thought-info ul.row-tags li
{
	float: left;
	padding-right: 4px;
}
div.thought-info ul.row-tags li:after
{
	content: ",";
}
div.thought-info ul.row-tags li.last:after
{
	content: "";
}
div.thought-info p
{
	clear:  left;
}

.thought-info-comment {
	float:left;
	font-size:1.1em;
	}

div#comments #no-comments {
	display: block;
	font-size:1.2em;
	font-style: italic;
	text-align: center;
	padding:1em 0;
	color:#888;
	}


div#thought {
  padding-bottom:.5em;
}

.main-column {
	width:60em; 
	margin-right:1em;
	background:#fff;
  border:2px solid #eee;
  border-bottom: none;
  padding:2em 2em 1em 2em;
  
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius:10px;
  
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius:10px;
	}

.journal-right {
		float:right;
		width:300px;
	}

.sub-column {
	width:275px;
	margin: 0;
  font-size:1.1em;
  background:#fff;
  border:2px solid #eee;
  padding:1em 1em 0 1em;
  
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius:10px;
  
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius:10px;
  }

div.sub-column#actions {
	border-top:none;
	padding:.5em 1em 0 1em;
	background:#f5f5f5;
	
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	border-radius:0;

  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius:10px;
  
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius:10px;
	}

body#artist_journal-index .sub-column {
	float:right;
	width:275px;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

body#artist_journal-index .main-column {
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	border:2px solid #eee;
	}

.sub-column p, 
.sub-column ul, 
.sub-column li, 
.sub-column h2 {
  margin-bottom:0;
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
}

.sub-column h2 {
  font-size:1.2em;
  line-height:1.4;
  font-weight:bold;
}

.sub-column div {
  margin-bottom:1.5em;
}

.sub-column div#actions ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}

.sub-column div#actions ul li a {
	display: block;
	color:#222;
	border-bottom:1px solid #ddd;
	padding:.5em .5em .5em 2em;
	}

.sub-column div#actions ul li a:hover {
	color:#003366;
	background-color:#fff
	}

body#artist_journal-show div#tags {
	width:275px;
	}

#tags ul {
  margin-left:0;
  padding-left:0;
}

#tags ul li {
  list-style-type:none;
  display: inline;
  margin-right:0.2em;
}

#tags ul li:after {
  content:",";
}

#tags ul li.last:after {
  content:"";
}

#avatar {
  float:left;
  display:inline;
}

#avatar img {
  margin-right:10px;
}

#artist {
  float:left;
}


#comments ul li .comment, #comments ul li .comment p { width:435px; }
.objection a
	{
		float: right;
		color: #888;
		font-size:0.8em;
	    font-weight:normal;
		text-decoration: none;		
	}
	
