/***************************** 
             Body 
******************************/
body {
	margin: 0px auto;
	padding: 0px;
	font: 67%/160% Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #000000;
	position: relative;
	background: #000000 url(images/background.gif);
}


/***************************** 
          Hyperlinks 
******************************/
a, a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
      color: #FC0998;
	text-decoration:none;
}
a.liexternal { 
	padding-right: 12px; 
	background: url(images/link-icon_external.gif) no-repeat center right; 
}


/***************************** 
            Header 
******************************/
#header {
	width: 829px;
	height: 172px;
	margin: 0px auto;
	margin-top: 0px;
      padding: 0px 0px;
      background: url(images/headerbg.png) repeat-x center;
}

#header_wrap {
	width: 829px;
	height: 172px;
	margin: 0px auto;
	margin-top: 0px;
      padding: 0px 0px;
      background: url(images/headerbg.png) repeat-x center;
}

/***************************** 
           Content 
******************************/
#content {
	width: 802px;
	margin: 0px auto;
	padding: 10px 12px 40px 15px;
	background: #FFFFFF;
	clear:both;
}
#content-leftcol {
	float:left;
	width: 472px;
}


/***************************** 
           Sidebar 
******************************/
#sidebar {
	width:305px;
	float:right;
}
.sidebar-leftcol {
	width: 145px;
	float:left;	
}
.sidebar-rightcol {
	width: 145px;
	float:right;	
}


/***************************** 
         Single Page 
******************************/
#single-leftcol {
	float:left;
	width: 472px;
}
#single-rightcol {
	float:right;
	width: 305px;
}


/***************************** 
          Searchbox
******************************/
#search{
	clear:both;
	float:right;
}
#searchform {
	margin:2px;
	padding:2px;
	float:right;
}
#searchform label{
	display:none;
}
#s {
	border: 1px solid #203346;
	width: 120px;
	padding: 1px;
}
#searchsubmit {
	background: url(images/search-btn.png) no-repeat;
	width: 20px;
	height:19px;
	border:none;
	text-indent: -900em;
	line-height:0px;
}


/***************************** 
          Navigation 
******************************/
#nav {
	list-style:none;
	margin:0px 0px 0px;
	padding:0px;
	clear:both;
	float:left;
	line-height:0px;
}
#nav li{
	margin-left:0px;
	float:left;
}
#nav .page_item a{
	color: #000000;
	text-decoration: none;
	padding: 8px 9px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav .page_item a:hover {
	color: #FC0998;
}
.pagenav {
	text-align:right;
	margin: 0px 0px 10px;
	padding-top: 2px;
	clear:both;
}
.navsubmenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
}
.navsubmenu li{
	border-bottom: #E0E0E0 1px solid;
	line-height: 130%;
	list-style:none;
}
.navsubmenu li a{
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 18px;
	display:block;
	list-style:none;
	background:transparent url('images/arrow.gif') no-repeat center left;
}
.navsubmenu li a:visited{
	color: #000000;
	text-decoration: none;
}
.navsubmenu li a:hover{
	color: #Fc0998;
	text-decoration: underline;

}
.linklist {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px;
}
.linklist li{
	border-bottom: #FFFFFF 1px solid;
	line-height: 120%;
	list-style:none;
}
.linklist li a{
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 18px;
	display:block;
	background:transparent url('images/arrow-white.gif') no-repeat center left;
}
.linklist li a:visited{
	color: #000000;
	text-decoration: none;
}
.linklist li a:hover{
	color: #FC0998;
      text-decoration: underline;
}

.subscribe {
	list-style:none;
	padding:0px;
	margin:0px 0px 0px;
}
.subscribe li{
	border-bottom: #FFFFFF 1px solid;
	line-height: 120%;
	list-style:none;
}
.subscribe li a{
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 18px;
	display:block;
	background:transparent url('images/rss-mini.gif') no-repeat center left;
}
.subscribe li a:visited{
	color: #000000;
	text-decoration: none;
}
.subscribe li a:hover{
	color: #FC0998;
      text-decoration: underline;
}

/***************************** 
           Footer 
******************************/
#footer {
	width: 801px;
	margin: 0px auto;
	padding: 5px 12px 12px;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
      border-right: 2px solid #CCCCCC;
	clear:both;
	color:#FFFFFF;
	background: #000000;
}
.footer_leftcol{
	width:195px;
	margin-right: 16px;
	float:left;
}
.footer_rightcol {
	width:320px;
	float:right;
}
.footer_rightcol a, .footer_rightcol a:visited {
	color:#FFFFFF;
}
.footer_rightcol a:hover {
	color:#FC0998;
}
.footer_nav {
	float:right;
	margin: 20px 0px 0px;
	padding:0px;
	font-size:95%;
}


/***************************** 
           Headers
******************************/
h1 {
	margin: -120px 75px 0px;
	padding: 0px;
	text-decoration: none;
}
h1 a{
	display:block;
	height: 90px;
	width: 370px;
	text-decoration: none;
	line-height:100%;
}
h1 a:hover{
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: -1px;
	font: bold 190% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}
h2 a, h2 a:visited{
	color: #000000;
	text-decoration:none;
}
h2 a:hover {
	color:#FC0998;
	text-decoration:none;
}
h3 {
	margin: 0px 0px 0px;
	padding-bottom: 2px;
	font: bold 110% Arial;
      border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	letter-spacing:1px;
      clear:both;
	color: #CF027E;
}
#related {
	padding: 0px 0px 2px 2px;
	color: #CF027E;
	margin: 0px;
	font: bold 120% Arial, Tahoma, sans-serif;
	clear:both;
	text-transform:uppercase;
}

/***************************** 
            Lists
******************************/
ul {
	padding: 0px;
	margin: 5px 0px 15px 16px;
}
ul li ul{
	padding: 0px;
	margin: 0px 0px 5px 16px;
}
ul li {
	margin: 0px;
	padding: 0px;

}
ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #E3E3E3;
}
hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}


/***************************** 
            Post
******************************/
.post {
	margin: 0px 0px 20px;
       	clear:both;
}
.postdate {
	padding-left: 1px;
	font-size: 90%;
	color:#666666;
	float:left;
}
.postcomment {
	padding-left: 3px;
      font-size: 90%;
	float:left;
}
.postjumpcomment {
      font-size: 90%;
      float:right;
	padding-right: 13px;
      background: url(images/jumpcomment-mini.gif) no-repeat right center;
}
.postjumpcomment a, .postjumpcomment a:visited{
	color: #156097;
	text-decoration:none;
}
.postjumpcomment a:hover {
	color: #FC0998;
	text-decoration:none;
}
.postcomment a, .postcomment a:visited {
	color: #C32783;
	text-decoration:none;
}
.postcomment a:hover {
	color: #FC0998;
	text-decoration:none;
}
.postcat {
	padding-left: 3px;
	font-size: 90%;
	color: #666666;
	float:left;
}
.postcat a, .postcat a:visited {
	color: #000000;
	text-decoration:none;
}
.postcat a:hover {
	color: #FC0998;
	text-decoration:none;
}
.postcat span {
	display:none;
}


/***************************** 
           Comment
******************************/
#respond {
	padding: 0px 0px 2px 2px;
	color: #CF027E;
	margin: 0px;
	font: bold 120% Arial, Tahoma, sans-serif;
	clear:both;
	text-transform:none;
}
#comments {
	padding: 0px 0px 2px 2px;
	color: #CF027E;
	margin: 0px;
	font: bold 120% Arial, Tahoma, sans-serif;
	clear:both;
	text-transform:none;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform label{
	font-weight: bold;
	color:#668b9a;
	font-size: 100%;
}
#commentform label span{
	font-weight: normal;
}
#commentform input{
	width: 135px;
	background:#FAEDF6;
	border: 1px solid #a3bdc8;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 310px;
	height: 135px;
	background: #FAEDF6;
	border: 1px solid #a3bdc8;
	padding: 2px;
	margin-top: 3px;
}
#commentform .submitbutton {
	width: auto;
	padding: 4px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #9F0761;
	border: none;
}
.commentlist {
	list-style:none;
	margin:0px 0px 15px;
	padding:0px;
	line-height: 130%;
}
.commentlist p{
	margin: 10px 0px;
}
.commentlist li{
	margin: 10px 7px;
	padding:0px 0px 10px;
	background: url(images/end_comment.gif) no-repeat center bottom;
}
.comment-entry {
	width: 470px;
	float:right;
	position:relative;
}
.comment-author {
	color: #156097;
	text-decoration:none;
}
.wp-smilies {
	border: none;
}

/***************************** 
         Tag Cloud
******************************/
ul#tagcloud { padding:0px; margin:10px; text-align:justify; list-style:none; }
ul#tagcloud li { display:inline; font-size: 75%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { color: #FC0998; text-decoration:none; }
ul#tagcloud li.t1 a { color:#797979; font-size: 130%; }
ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; }
ul#tagcloud li.t3 a { color:#616161; font-size: 190%; }
ul#tagcloud li.t4 a { color:#555555; font-size: 210%; }
ul#tagcloud li.t5 a { color:#484848; font-size: 230%; }
ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; }
ul#tagcloud li.t7 a { color:#303030; font-size: 270%; }
ul#tagcloud li.t8 a { color:#242424; font-size: 290%; }
ul#tagcloud li.t9 a { color:#181818; font-size: 310%; }
ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }


/***************************** 
             Tags 
******************************/
p {
	margin: 0px 0px 14px;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border: 1px solid #000000;
	padding: 3px;
}
code, .code {
	font: 100% "Courier New", Courier, monospace;
	color: #000000;
	background: #FAFDE1;
	margin: 5px 10px;
	padding: 10px;
	display: block;
	border: 1px dashed #818141;
}
blockquote {
	background: #EEF5F9;
	margin: 0px 15px 15px;
	padding: 5px 15px;
	color:#000000;
	font: italic 11px Verdana;
	border-left: 1px dashed #818141;
	border-right: 1px dashed #818141;
	border-top: 1px dashed #818141;
	border-bottom: 1px dashed #818141;
	line-height: 140%;
}
small {
	font-size: 85%;
	color:#999999;
	line-height:120%;
}


/***************************** 
        Various classes 
******************************/
.small {
	font-size: 90%;
}
.entry {
	clear:both;
	padding-top: 10px;
}
.clear {
	clear:both;
}
.displaynone {
	display:none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.copyright {
	color: #FFFFFF;
	font-size:95%;
	text-align:right;
	margin:10px 0px 0px;
	border-top: 1px solid #555555;
	clear:both;
}
img.img_border {	
	border: none;
	padding: 3px;
}