@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.main #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(http://www.coontastic.com/wp-content/uploads/2010/02/headerlogo_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 55;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-bottom: 20;
	border: 1px solid #CCC;
	height: auto;
	position: relative;
	top: 55px;
}
.main #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #999999;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
}
.main #mainContent h1 {
	text-transform: lowercase;
	color: #666666;
	font-size: 1.7em;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.main #mainContent h2 {
	color: #666666;
	font-size: 1em;
	font-weight: normal;
}
.main #mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FD02AD;
}
.main #mainContent h4 {
	font-size: 1.7em;
	font-weight: bold;
	color: #fd02ad;
}


/* Navigation */

.main  #menu  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main #menu li {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.main #menu li a {
	float: right;
	display: block;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
.main #menu li a
{
float: none
}
/* End hide */

.main #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	text-transform: lowercase;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: 400;
}

.main #menu a:link {
	text-decoration: none;
	color: #fff;
}
.main  #menu  a:visited {
	text-decoration: none;
	color: #fff;
}
.main #menu a:hover {
	color: #FD02AD;
}
.main #homelink {
	width: 467px;
	text-align: right;
	height: 27px;
	float: left;
	margin-top: 20px;
}

/* End Navigation */


.main #mainText {
	text-align: left;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 510px;
}
.main #sidebar {
        width:220px;
        float:right;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-right: 50px;
}

.main #mainContent a:link {
	color: #FD02AD;
	text-decoration: underline;
}
.main #mainContent a:visited {
	color: #FD02AD;
	text-decoration: underline;
}
.main #mainContent a:hover {
	color: #2DACC3;
	text-decoration: underline;
}
.main #imageleft {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
        border-style:solid;
        border-width:10px;
        border-color:#000;
}
.main #imageRight {
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
        border-style:solid;
        border-width:10px;
        border-color:#000;
}
.main #itemText {
	color: #666666;
	width: 424px;
}
.main #header {
	height: 65px;
}
.main #footer {
	height: 20px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	top: 55px;
}
.main #footer a:link {
	color: #666666;
	text-decoration: none;
}
.main #footer a:visited {
	color: #666666;
	text-decoration: none;
}
.main #footer a:hover {
	color: #fd02ad;
	text-decoration: underline;
}
.main #mainText2 {
	text-align: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.headlines  {
	font-weight: bold;
	color: #000;
}
.main  #mainContentHome {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #999999;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.main #mainText3 {
	text-align: left;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.main #mainText4 {
	text-align: left;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 510px;
}
.main #mainText5 {
	text-align: left;
        width: 550px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 50px;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,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;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,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;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,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;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}
/* Content
----------------------------------------------- */
@media all {
  #content {
    width:850px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:550px;
    float:left;
    }
  #sidebar {
    width:220px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  text-indent:-15px;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  list-style:none;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
  
  /* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #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;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
