/* ------------------------------------ *
 CSS - Crickette.net
 11 July 2009 14:46:19
 HAPedit 3.1.11.111
 * ------------------------------------ */

body {
  margin:0px;
  padding:0px;
  font:11px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background:#F3A0F8;
}

a {
  color: #fff;
  text-decoration:none;
}

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

#interbg {
  /*background:url(interbg.png) center 20px no-repeat;*/
}

#page {
  margin-top: 0px;
  /*border-left: #9baa17 solid 3px;
  border-right: #9baa17 solid 3px;*/
  margin-bottom: 0px;
  width: 960px;
  margin: 0 auto;
  padding:0px;
  overflow:hidden;
  background: url(blograils.png) left top repeat-y;
}

#feeds { }

img.feeds {
  margin: 2px 0px 0px 0px;
  border: 0;
}

#nav_top {
  width:780px;
  height:18px;
  margin:0px;
  padding:0px;
  float:right;
}

/*-- NAVIGATION --*/

ul#navigation {
  float:right;
  list-style:none;
  margin:0px;
  padding-right:10px;
  font-weight:bold;
  text-transform:uppercase;
  height:20px;
  line-height:20px;
  font-size:10px;
  overflow:hidden;
  
}

ul#navigation li {
  float:left;
  margin:0px 1px 0px 1px;
  padding:0;
  list-style:none;
  white-space:nowrap;
  /*background-color:#f7f7f7;*/
}

ul#navigation li a {
  display:block;
  padding:0 5px;
  text-transform:uppercase;
  border:none;
  color:#fff;
  text-decoration:none;
}

ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li.current_page_item a {
  color:#fff;
}

#header {
  width: 800px;
  height: 425px;
  margin: 0 auto;
  padding-left: 300px;
  image-align: center;
  color:none;
  overflow:hidden;
  background: url(blogtop.png) left top no-repeat;
}

#headerimg {
  width:550px;
  height:120px;
  margin:0px;
  overflow:hidden;
  float:center;
}

#headerimg h1, h1 a, h1 a:hover {
  padding:0px;
  margin:0px;
  color: #fff;
  text-decoration:none;
  font-size:24px;
}

.description {
  padding-top:280px;
  float:left;
  width:300px;
  height:85px;
  overflow:hidden;
  color: #000000;
}

#wrapper {
  width: 960px;
  padding: 0px;
  margin: 0px;
  background: url(blogbottom.png) left bottom no-repeat;
}

#content {
  float: left;
  width: 710px;
  padding:0px;
  margin-right:5px;
  margin-top:-270px;
}

#sidebar {
  width: 225px;
  background-color:none;
  float:left;
  padding:0px;
  padding-right:10px;
  overflow:hidden;
  color:#000;
}

#siderail {
  width: 239px;
  float:left;
  padding:0px;
}

#sidebar1 {
  width: 239px;
  float:left;
  padding:0px;
  margin-top:0px;
  overflow:hidden;
}

#footer {
  width: 1000px;
  background:url(images/footerbg.jpg);
  background-repeat:no-repeat;
  height:116px;
  clear: both;
  padding:0px;
  margin:0 auto;
  overflow:hidden;
}

#footer .sub {
  margin:0px;
  color: #FFFFFF;
  text-align:right;
  padding:5px;
}

#footer .sub a {
  color: #FFFFFF;
  padding:0px;
  margin:0px;
}


/*-------------Headings-------------*/

h1 {
  padding:0px;
  margin:0px;
}

h2 {
  padding:0px;
  font-size:14px;
  margin:0px;
}

h3 {
  padding:0px;
  margin:0px;
  font-size:13px;
}

h4 {
  padding:0px;
  margin:0px;
}

h5 {
  padding:0px;
  margin:0px;
}


/*-------------The Post-------------*/

#title {
  float:left;
  width:600px;
  padding:0px;
  margin:10px 0;
  font-size:14px;
  color:#black;
  border-bottom:1px solid #dddbc6;
}

.post h2 {
  padding:0px;
  color:#black;
  font-size:14px;
  text-decoration:none;
}

.post h1 {
  padding:0px;
  color:#black;
  font-size:16px;
  text-decoration:none;
}

.post {
  /*background:url(images/bg_post.jpg) top no-repeat;*/
  background-color:none;
  padding:0px 20px;
  margin:10px 10px 10px 0px;
  width:585px;
  float:right;
}

#title_container {
  margin:10px 0px;
  width:100%;
  float:left;
  overflow:hidden;
}

.post .title {
  border-bottom:1px solid #eee;
  padding-bottom:2px;
  margin:0px;
  float:left;
  width:480px;
  font-size:15px;
  color:#fff;
}

.post a {
  color: #f09;
  text-decoration:none;
}

.post a:hover {
  color: #f09;
  text-decoration:underline;
}

.post p {  }

.post ul { }

.post li { }

.post .entry {
  padding:0px;
  margin:10px 0px;
}

.post .ptime{
  color:#black;
  font-size:9px;
}

.entrytext .postmetadata { }

.postmetadata alt { }

.postmetadata a { }

.navigation { }

.alignleft { }

.alignright { }

.center { }

.pagetitle {
  padding-bottom:10px;
  color: #black;
  font-size:12px;
}

blockquote {
  border-left:2px solid #FF00FF;
  padding-left:10px;
}

cite { }

img {
  margin: 2px 10px 0px 0px;
  border: 0;
}

img.center, img[align="center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.left, img[align="left"] {
  float:left;
  margin: 2px 10px 5px 0px;
}

img.right, img[align="right"] {
  float:right;
  margin: 2px 0px 5px 10px;
}

acronym, abbr { }


/* -- post info -- */

.post-info {
  color: #000;
  margin:0;
  padding:10px 0;
  border-top:#ccc 1px dashed;
  clear:both;
  font-size:0.9em;
}

.post-info em {
  color: #black;
  font-style:normal;
}

.post-info em.user {
  background:url(http://crickette.net/wp-content/themes/Fashionista/images/user.gif) no-repeat left center;
  padding:2px 0 2px 12px;
}

.post-info em.cat {
  background:url(http://crickette.net/wp-content/themes/Fashionista/images/category.gif) no-repeat left center;
  padding:2px 0 2px 12px;
}

.post-info a:link, .post-info a:visited {
  border:none;
  text-decoration:none;
  color: #fff;
}

.post-info a:hover, .post-info a:active {
  border-bottom:1px dashed;
  color: #fff;
  text-decoration:none;
}

.post-comments {
  float:right;
}

.post-comments a {
  background:url(http://crickette.net/wp-content/themes/Fashionista/images/comments-small.gif) no-repeat left center;
  padding-left:12px;
  color: #f0f;
}

#post_single {
  float:left;
  color:#f06;
  width:520px;
  padding:10px 0px 5px 0px;
}

#post_single_title {
  float:left;
  width:85px;
  padding:0px;
  margin:0px;
}

#post_single_description {
  float:left;
  width:420px;
  padding:0px;
  margin:0px;
}

/*--------------Sidebar------------*/

.side-title {
  color: #000;
  font-size:12px;
  padding:4px 0px;
  margin:5px 0px;
  text-transform:uppercase;
}

.side-box {
  padding-left:10px;
  margin:5px 0px 10px 0px;
}

#sidebar ul h3 {
  height:15px;
  color:#000;
  font-size: 12px;
  font-weight:bold;
  padding:5px 5px;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  background: url(arrow.png) no-repeat;
  padding-left: 25px ;
  line-height:18px;
  margin:0px;
}

#sidebar ul li ul li {
  background: url(http://crickette.net/wp-content/themes/Fashionista/images/arrow2.jpg) no-repeat;
  padding-left: 15px;
}

#sidebar ul ul {
  padding:0px;
  margin:0px;
}

#sidebar ul ul li {
  background-image:none;
}

#sidebar ul ul ul { }

#sidebar p { }

#sidebar a {
  color: #f06;
  text-decoration:none;
}

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


/*--------------Comments--------------*/

#respond {
  color: #black;
  font-size:12px;
}

#commentform {
  margin-top:10px;
  padding-left:80px;
}

ol.commentlist { }

ol.commentlist li { }

ol.commentlist li.alt { }

ol.commentlist a { }

small.commentmetadata { }


/*--------------Search Form-------------*/

#searchbox {
  width: 500px;
  overflow:hidden;
  margin-top:5px;
  padding:0px;
  padding-top:120px;
  padding-right:280px;
  float:right;
}

#search {
  float:right;
  padding:0px;
}

#searchform {  padding:0px; }

#searchform input {
  color: #ff00ff;
  background: #fff;
  border: 1px solid #3a382b;
  font:12px Verdana, Arial, Helvetica, sans-serif;
}

#searchform #s {
  vertical-align:top;
}


/*-------------Calendar-----------------*/

.post_date {
  float:left;
  color:ff00ff;
  font:18px Arial Narrrow, Helvetica, sans-serif;
  font-weight:bolder;
}

#wp-calendar { }

#wp-calendar th { }

#wp-calendar a { }

#prev a, #next a { }

#wp-calendar caption { }

#date {
  float:left;
  width:45px;
  height:46px;
  background:url(images/bg_date.jpg) no-repeat;
  padding-left:0px;
  margin-right:10px;
}

#date .y {
  text-align:left;
  font:10px bolder Verdana, Arial, Helvetica, sans-serif;
  color: #black;
  font-weight:bold;
  margin-top:-1px;
  padding-left:6px;
}

#date .d {
  text-align:center;
  font:10px bolder Verdana, Arial, Helvetica, sans-serif;
  color: #black;
  font-weight:bold;
  margin-top:2px;
}

#date .m {
  text-align:center;
  font:10px bolder Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #black;
  margin-top:-7px;
}

#date .j {
  text-align:center;
  font:22px bolder Verdana, Arial, Helvetica, sans-serif;
  color: #black;
  font-weight:bold;
  margin-top:-4px;
}


/*-------------Images------------------*/


/*-------------Other------------------*/

.sidebox-group {
  width:120px;
  padding:0 0px 10px;
}

* html .sidebox-group {
  width: 120px;
  padding-bottom:0;
}

.sidebox {
  margin-right:10px;
  padding:0px;
  border:none;
  clear: both;
  float:left;
}

/* handles */

.sidebox-handle {
  /*background:url(images/side_box_top.jpg) no-repeat;*/
  height:15px;
  color:#black;
  font-size: 12px;
  font-weight:bold;
  padding:5px 5px;
  margin:0px;
  width: 120px;
}

* html .sidebox-handle {
  width: 120px;
}

/* inner content area */

.sidebox-content {
  float:left;
  width:119px;
  padding:5px 5px 0px 5px;
  margin-bottom:10px;
  color:#265126;
  overflow:hidden;
  display:inline;
}

.sidebox-content a {
  color:#black;
  text-decoration:underline;
  overflow:hidden;
}

.sidebox-content a:hover {
  color:#black;
  text-decoration:none;
  overflow:hidden;
}


/*-------------SiteNav------------------*/

#sitenav {
  width: 800px;
  padding:20px 20px 10px 20px;
  margin:0 auto;
  background:#fff url(images/bg_sitenav.jpg);
  background-repeat:no-repeat;
  overflow:hidden;
}

#sitenav .title {
  border-bottom:2px solid #FFFFFF;
  font-size:12px;
  font-weight:bold;
  padding:3px;
  margin:0px;
  color: #000;
}

#sitenav .box {
  font-size:11px;
  width:130px;
  float:left;
  padding:0px;
  margin:10px 10px 10px 10px;
}

#sitenav .box ul {
  padding:5px 0px 0px 20px;
  margin:0px;
}

#sitenav .box li {
  list-style-type:square;
  padding:3px 0px 3px 0px;
  border-bottom:1px dashed #fff;
  margin:0px;
  color: #black;
}

#sitenav .box li a {
  color: #black;
  text-decoration:none;
}

#sitenav .box li a:hover {
  color: #ff00ff;
  text-decoration:underline;
}

#sitenav .box2 {
  font-size:11px;
  width:400px;
  float:left;
  padding:0px;
  margin:10px;
}

#sitenav .box2 ul {
  padding:5px 0px 0px 20px;
  margin:0px;
}

#sitenav .box2 li {
  list-style-type:square;
  padding:3px 0px 3px 0px;
  border-bottom:1px dashed #fff;
  margin:0px;
  color: #black;
}

#sitenav .box2 li a {
  color: #black;
  text-decoration:none;
}

#sitenav .box2 li a:hover {
  color: #black;
  text-decoration:underline;
}