/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }
body {
  line-height: 1;
  }
ol, ul {
  list-style: none;
  }
blockquote, q {
  quotes: none;
  }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  /*	content: none; */
  }

/* remember to define focus styles! */
:focus {
  outline: 0;
  }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
  }
del {
  text-decoration: line-through;
  }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  }  
  
/* Global
------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  }

body {
  color: #000;
  line-height: 1em;
  text-align: left;
  margin: 0;
  padding: 0;
	background: #f6008f url(images/container-bg.gif) repeat-y;
  }

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
  color: #000;
  }  
  
#container {background: url(images/top-corner-bg.gif) top left no-repeat;}

#wrapper {
  width: 960px;
  margin: 0 18px 18px;
  text-align: left;
  }  

#header {
  float: left;
  width: 536px;
  height: 149px; 
  margin-top: 13px;
  margin-bottom: 36px;
  }
  
.bannerhead {
  position: absolute;
  top: 0;
  left: 0;
  } 
    
#main {
  float: left;
  width: 660px;
  margin: 0 10px 0 0;
  }  
  
#sidebar {
  float: right;
  width: 286px;
  margin: 0 0 0 10px;
  height: 100%;
  }

.side-content {
  padding: 0 9px;
  }

.side-content li,
#sidebar p,
#footer p { color: #fff; } 

.left-content {
  float: left;
  width: 660px;
  }
  
.right-content {
  float: right;
  width: 280px;
  }
    
.content {
  padding: 0 18px;
  }
  
* + html div.content {
  padding: 0 22px 0 9px;
}  
  
.post {
  margin: 0 0 36px 0;
  }  
    
#footer {
  height: 18px;
  padding: 9px 0;
  width: 660px;
  background: #880858;
  text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-opera-border-radius: 4px;    
  } 
  
.clear { 
  clear:both 
  }

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

.clearfix {
  display: inline-block;
  }
  
* html>body .clearfix {
  display: inline; 
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }    
  
  
/* Typography
------------------------------------------------------------------*/

body { font: 75% Georgia,Garamond,"Times New Roman","MS Serif","New York",serif; }

html>body {
  font-size: 12px;
  }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  }

ul,
#sidebar p { 
  font-size: .9167em; /* 11px */ 
  line-height: 1.6364em; /* 36px */ 
  margin-top: 1.6364em; 
  margin-bottom: 0;
  } 

a {  
	color: #fff; 
	text-decoration: none; 
	padding: 2px 2px 1px;
	margin: 0 -2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-opera-border-radius: 2px;
  }

a:hover {
	color: #f6008f;
	background: #fff;
}

#sidebar a {
  color: #f6008f;
  }
#sidebar a:hover {
  color: #fff;
  background: #f6008f;
  }

#header h1 a {
  width: 660px;
  height: 155px;
  display: block;
  text-indent: -9000px;
  background: none;
  }
  
#header a:hover { background: transparent !important; }  

#bannerhead a {
  width: 660px;
  height: 155px;
  display: block;
  }

/* Headings
------------------------------------------------------------------*/    
h1, h2, h3, h4, h5, h6 {
  font: 1.2em/1.6em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
  color: #333;
  }
  
h1 { 
  font-size: 3em; /* 36px */ 
  line-height: 1em; /* 36px */ 
  margin-top: .5em; 
  margin-bottom: 0em; 
  }
h2 { 
  color: #fff;
  font-size: 2.6667em; /* 32px */ 
  line-height: 1.125em; /* 36px */ 
  margin-top: .5625em; 
  margin-bottom: 0; 
  text-transform: uppercase;
  font-weight: 700;
  background: url(images/grids.gif);
  padding: 9px 0 9px 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-opera-border-radius: 9px;  
  clear: both;
  }

h2 a:hover {
  color: #fff;
  background: none;
  }

h3 { 
  color: #fff;
  font-size: 2.333em; /* 28px */ 
  line-height: 1.2857em; /* 36px */  
  margin-top: .6429em; 
  margin-bottom: 0; 
  }

#sidebar h3 {
  width: 250px;
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-indent: -9000px;
  } 
h3.about {
  background: url(images/title-about.gif) center left no-repeat;
  }
h3.contact {
  background: url(images/title-contact.gif) center left no-repeat;
  }  
h3.categories {
  background: url(images/title-categories.gif) center left no-repeat;
  }
h3.links {
  background: url(images/title-links.gif) center left no-repeat;
  }  
h3.archives {
  background: url(images/title-archives.gif) center left no-repeat;
  }   
h3.meta {
  background: url(images/title-meta.gif) center left no-repeat;
  } 
  
h4 { 
  font-size: 2em; /* 24px */ 
  line-height: 1.5em; /* 36px */ 
  margin-top: .5em; 
  margin-bottom: .75em; 
  font-weight: 700;
  letter-spacing: 1px;
  }
  
h5 { 
  font-size: 1.6667em; /* 20px */ 
  line-height: 1.8em; /* 36px */ 
  margin-top: .9em; 
  margin-bottom: .9em; 
  letter-spacing: 1px; 
  font-weight: 700;
  }

h6 { 
  font-size: 1.333em; /* 16px */ 
  line-height: 1.125em; /* 36px */ 
  margin-top: 1.125em; 
  margin-bottom: 0; 
  }
  
p.date {
  color: #fff;
  font-size: .9167em; /* 11px */ 
  line-height: 1.6364em; /* 36px */ 
  margin-top: 0; 
  margin-bottom: 1.6364em;
  }  
  
div.postmetadata { 
  padding: 17px 17px 0;
  border-top: 1px solid #c50475;
  border-bottom: 1px solid #c50475;
  }

blockquote  { 
  color: #282828;   
  font-size: 1em;  
  line-height: 1.5em;  
  margin: 0 1.5em 1.5em 1.5em;   
  font-style: italic;  
  }

blockquote {  
  background: url(images/bq-open.gif) left 5px no-repeat;  
  padding-left: 25px;  
  }
blockquote p {  
  background: url(images/bq-close.gif) bottom right no-repeat;  
  display: block;  
  }
  
/* Comments & Forms
------------------------------------------------------------------*/

ol.commentlist { 
  width: 650px; 
  margin: 18px 0;
  }

ol.commentlist li.odd,
ol.commentlist li.even {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -opera-border-radius: 6px;
  }

ol.commentlist li.odd { background: #f6008f; }
ol.commentlist li.even { background: #c50475; }

ol.commentlist div.comment-body { padding: 18px; }

ol.commentlist div.comment-author img.avatar { 
  margin-right: 18px;
  float: left; 
  }

.comment-author { }

.searchform fieldset,
#commentform fieldset {
	display: block;
	margin: 18px 0;
  border: none;
  }

.searchform label,
#commentform label {
  line-height: 1.5em;
  font-size: 1em;
  margin: 1.5em 0 0;	
  font-weight: 700;
  }

#commentform label { display: block; }
  
.searchform input.textinput,
#commentform input.textinput {
  line-height: 1.5em;
  vertical-align: top;
  }

.searchform input.textinput,
#commentform input.textinput,
#commentform textarea#comment  {
  background: #f4f4f4;
  border: 1px solid #c50475;
  width: 160px;
  margin-top: 9px;
  padding: 5px 0;
  text-indent: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;  
  }
   
.searchform input.textinput { padding: 3px 0;}
    
.searchform input.textinput:hover,  
.searchform input.textinput:focus {
  border-color: #f6008f;
  }

#commentform input.textinput { width: 325px; }
  
#commentform textarea#comment { width: 650px; }

#commentform submit { }

.button { 
  position: relative; 
  background: #aaa; 
  margin-top: 8px;
  padding: 5px; 
  color: #fff; 
  font-weight: 700;
  text-decoration: none; 
  cursor: pointer; 
  border: none !important; 
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  }

.button * { font-style: normal; display: block; position: relative; }
.button i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.button span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.button span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.button span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.button.pink { color:#333; background: #fff; }
.button.pink:hover, .button.pink:active { color: #fff; background-color: #f6008f; }
.button[class] { background-image: url(images/shade.png); background-position: bottom; }

img.aligncenter,  
img.alignright,
img.alignleft {
  display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	}

img.alignleft {
  float: left;
  display:inline;
  margin: 0 9px 18px 0;
	}
	
img.alignright {
  float: right;
  display:inline;
  margin: 0 0 18px 9px;
	}

.post img.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
  }  

a.img:hover {background: transparent;}

.navigation {
  width: 660px;
  clear: both;
  margin: 18px 0;
  }
  
.alignleft { float: left; text-align: left; }
.alignright { float: right; text-align: right;}

.navigation .alignleft,
.navigation .alignright {
  width: 330px;
  }
  
.main-ads,
.side-ads { 
  margin: 18px auto; 
  text-align: center;
  }  
