@charset "utf-8";
/* CSS Document by Erin Lillis*/

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// BODY & LINKS     //////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

/*Hides the Blogger NavBar*/
#navbar-iframe {
	display: none;
}


body {
	background-image:url(../images/texture_bg.jpg);
	background-repeat: repeat;
	background-color: white;
	font-family:"Comic Sans MS", "Brush Script MT", cursive;
	font-size:10px;
	margin-top: 0px;
	color: #6B6389; /*dark purple*/
}

a:link {
	color:#6B6389;
	text-decoration: none;
}

a:visited {
	color:#747475;
	text-decoration:none;
}

a:hover {
	color:#FF0098;
	text-decoration: underline;
}

a img {
  border-width:0;
  }

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// CONTAINER     /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#container {
	padding: 0px;
	background-color:#ffd28f;
	width:1044px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// SITE_WRAPPER    ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#site_wrapper {
    /*margin-top: -10px;*/
	background-image:url(../images/woodgrain.jpg);
	background-repeat: repeat-y;
	padding: 0px;
    width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// HEADER     ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

#blog_header {
	/*background-image:url(../images/blog_header.jpg);*/
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 1024px;
	height: 108px;
}

#blog-title {
  }
  
#blog-title a {

  }
#blog-title a:hover {

  }
#description {

  }


/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////  CONTENT     //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/


/* Content
----------------------------------------------- */
@media all {
  #content {
  	/*background-color:green;*/
    width:950px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
  	/*background-color:pink;*/
  	background-image:url(../images/blog_textBackground.png);
	background-repeat: repeat-y;
    width:700px;
    float:right;
	margin-top:30px;
	margin-left: 10px;
    }
	
  #main2 {
	/*background-color: blue;*/
	width: 600px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 20px;
   }
   
  #sidebar {
  	/*background-color:black;*/
    width:220px;
    float:left;
    }
	
  #sidebar2 {
	background-color:#d4eebc;
	margin-top: -6px;
	padding: 15px;
	width:190px;
   }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {

  }


/* 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 {
	color: #333333;
	font-size:14px;
	font-weight:bold;
  }
  
.post-title a, .post-title a:visited, .post-title strong {

  }
.post-title strong, .post-title a:hover {

  }
.post div {
	color: #333333;
	font-size:12px;
	font-weight:bold;

  }
p.post-footer {

  }
.post-footer em, .comment-link {

  }
.post-footer em {

  }
.comment-link {

  }
.post img {

  }
.post blockquote {

  }
.post blockquote p {

  }


/* Comments
----------------------------------------------- */
#comments h4 {

  }
#comments h4 strong {

  }
#comments-block {

  }
#comments-block dt {

  }
#comments-block dd {

  }
#comments-block dd.comment-timestamp {

  }
#comments-block dd p {

  }
.deleted-comment {

  }
.paging-control-container {

}
.unneeded-paging-control {

}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {

  }
#sidebar li {

  }
#sidebar p {

  }


/* Profile
----------------------------------------------- */
#profile-container {

  }
.profile-datablock {

  }
.profile-img {

  }
.profile-img img {

  }
.profile-data {

  }
.profile-data strong {

  }
.profile-textblock {

  }
.profile-link {

  }


/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 15px;
  }
#footer hr {

  }
#footer p {

  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }

