/*
-----------------------------------------------
(c) 2008 Chris Saribay
CS Creative Services

Please don't steal my stuff.
No part of this document may be used without
prior permission from Chris Saribay. Period.

----------------------------------------------- */


body {
	margin: 20px;
	background:#ebedef url(/images/bg.gif) fixed;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	line-height:1.6em;
	font-size: 11px;
	color: #333; 
	}
a:link, a:visited {
  color: #555555;
  text-decoration:none;
  border-bottom: 1px dotted #999999;
  }

a:hover {
  color:#3389f3;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

.padobject {
  padding:8px;
  width:320px;
  background: #ffffff;
  border:1px solid #ccc;
  }
  
.lg-padobject {
  padding:4px;
  background: #ffffff;
  border:1px solid #ccc;
  }

.hide {
    display: none;
    }

/*Wrapper
----------------------------------------------- */

#wrapper {
	width: 700px;
	background: #fafafa;
	border: solid #cccccc 1px;
	text-align: left;
	margin: 20px auto 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Header
----------------------------------------------- */

#content_np {
	width: 740px;
	height: 200px;
	background: #fafafa url(/images/clogo.gif) no-repeat;
	border: solid #cccccc 1px;
	text-align: left;
	margin: 20px auto 0px;
}

#content_np_disney {
	width: 740px;
	height: 200px;
	background: #fafafa url(/images/clogo-disney.gif) no-repeat;
	border: solid #cccccc 1px;
	text-align: left;
	margin: 20px auto 0px;
}

#content_np_about {
	width: 740px;
	height: 200px;
	background: #fafafa url(/images/clogo-about.gif) no-repeat;
	border: solid #cccccc 1px;
	text-align: left;
	margin: 20px auto 0px;
}

#content_np_drafts {
	width: 740px;
	height: 200px;
	background: #fafafa url(/images/clogo-drafts.gif) no-repeat;
	border: solid #cccccc 1px;
	text-align: left;
	margin: 20px auto 0px;
}


#content_np a {
  text-decoration:none;
  border-bottom: none;
  }

#content_np_disney a {
  text-decoration:none;
  border-bottom: none;
  }

#content_np_about a {
  text-decoration:none;
  border-bottom: none;
  }

#content_np_drafts a {
  text-decoration:none;
  border-bottom: none;
  }

#content_np-h {
	width: 740px;
	height: 200px;
	background: #fafafa url(/images/clogo-home.gif) no-repeat;
	border: solid #cccccc 1px;
	text-align: left;
	margin: 20px auto 0px;
}

#content_np-h a {
  text-decoration:none;
  border-bottom: none;
  }
  
#button-link a, #button-link a:visited { 
  text-decoration:none;
  border-bottom: none;
  }
  
#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:9px/1.4em Helvetica, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Content
----------------------------------------------- */
#content {
  width:700px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }

#main {
  width:450px;
  float:left;
  }
#sidebar {
  width:220px;
  float:right;
  }


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font: 10px Helvetica;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#7e95b1;
  }

h4 {
  font: 14px Helvetica;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#7e95b1;
  }

#r-header ul {
	bottom: 70px;
	position: relative;
}

#r-header li {
	list-style-type: none;
	text-align: right;
        font-size: 14px;
	color: #333;
}

#r-header li span {
	color: #a1a1a1;
        font-size: 12px;
}


/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  color: #888888;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px solid #ccc;
  padding-bottom:1em;
  }

.post p {
 margin-bottom: 1.7em;
}

.post-title {
	padding: 0;
	border: 1px #cccccc;
	font: 16pt Helvetica, Arial, Verdana, Sans-serif;
	margin: 0;
	font-weight: bold;
	color: #5e83ac;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#5e83ac;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  }
  
.post-body a[href^="http:"] {  
	background: url(/images/external.gif) right center no-repeat;
	margin-right: 1px;
	padding: 2px 12px 2px 2px;  }
  
p.blogger-labels, p.blogger-labels a:link, p.blogger-labels a:visited {
  margin:-.25em 0 0;
  color:#999;
  font:9px/1.4em Helvetica, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-decoration: none;
  border-bottom: none;
  background: none;
  padding: 0px 0px 0px 0px;
}


p.post-footer {
  margin:-.25em 0 0;
  color:#999;
  }
.post-footer em, .comment-link {
  font:9px/1.4em Helvetica, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }

.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
.postov img {
  padding:3px;
  border:0px solid #fff;
  text-decoration: none;
  }

.postov-r img {
  float: right;
  padding:3px;
  border:0px solid #fff;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 9px/1.6em Helvetica, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:9px/1.4em Helvetica, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.newentry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #ccc;
background: #f2f6f9;
color: #333;
}


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px solid #ccc;
  }
  
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
  
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

  
.sideb-l, .sideb-l ul {  
    text-decoration: none;
    color: #707a85;
	margin-right: 1px;
	padding: 2px 12px 2px 2px;  
	border-bottom: none;
	list-style: square inside; margin: 0 0 0 16px; padding: 0 0 1em 0;
}

.sideb-l a:link, .sideb-l a:visited{  
    text-decoration: none;
    color: #707a85;
	margin-right: 1px;
	padding: 2px 12px 2px 2px;  
	border-bottom: none;

}

ul.grey {
	list-style: square inside; 
	color: #ddd;
	}
	
#copyright {
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	color: #666666;
	margin-top: 15px;
}

.csmodify {
	font-size: 9px;
	line-height: 13px;
	color: #666666;
	margin-top: 15px;
}
/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px solid #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  color: #666666;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:9px/1.4em Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

/* Forsaken Buttons
----------------------------------------------- */

#buttons ul {
	margin-bottom: 12px;
	font-weight: bold;
list-style: none; margin: 0 0 0 0px; padding: 0 0 0 0;
}

#buttons ul li.open a {
	border: none;
	background-color: #e9e9e9;
	list-style: none; margin: 0 0 0 0px; padding: 0 0 0 0;
}
#buttons ul li a {
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #ccc;
	border-top-color: #ddd;
	border-left-color: #ddd;
	display: block;
	margin: 0px 0px 5px -15px;
	padding: 0px 5px 3px 40px;
	color: #8297ae;
}

#buttons ul li.blog a {
    background: url(/images/button_pencil.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;	
	}

#buttons ul li.disney a {
    background: url(/images/button_disney.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;	
	}

#buttons ul li.about a {
    background: url(/images/button_guy.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;
	}

#buttons ul li.linkedin a {
    background: url(/images/button_linkedin.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;
	}

#buttons ul li.facebook a {
    background: url(/images/button_facebook.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;
	}
	
#buttons ul li.myspace a {
    background: url(/images/button_myspace.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;
	}
	
#buttons ul li.imix a {
    background: url(/images/button_shuffle.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;
	}

#buttons ul li.dotcom a {
    background: url(/images/button_dotcom.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f2f4f5;
	}

	
#buttons ul li.dead a {
	background-color: #f2f4f5;
	}


#buttons ul li a:hover {
	background-color: #e9e9e9;
	text-decoration: none;
}
#buttons ul li.open a:hover {
  background-color: #e9e9e9;  
}
#buttons ul li a span {
  display: block;
  font-size: 10px;
  color: #606f80;
  line-height: 15px;
  margin-top: -6px;
  margin-bottom: 2px;
  font-weight: normal;
}

#buttons ul li.active a {
	background-color: #fafafa;
	
	}
#buttons ul li.rss a {
    background: url(/images/button_rss.gif) no-repeat;
	background-position: 6px 13px !important;
	background-color: #f9f4ed;
	color: #c39b78;
	}

#buttons ul li.rss a span {
  color: #c39b78;
    }
    
#buttons ul li.rss a:hover {
	background-color: #f0e7d9;
	text-decoration: none;
	}
    
/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:9px/1.6em Helvetica, Arial, Verdana, Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

#copyright {
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	color: #666666;
	margin-top: 15px;
}