
/*******************************************************/
/* Basic */

body {

font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 9px;
text-align: left;
font-weight: none;
text-decoration: none;
font-style: none;
line-height:10px;

background-image: url('http://www.blitss.net/images/background.jpg');
background-position:top right;
background-color: #FDC6F9;
background-repeat: repeat-x;
}

td {
font-family: tahoma;
color: #333;
font-size: 7.5pt;

}

tr {
font-family: tahoma;
color: #333;
font-size: 7.5pt;

}

table {
font-family: tahoma;
color: #333;
font-size: 7.5pt;

}

a:link {
color: gray;
text-decoration:underline;
font-weight: normal;

}

a:visited {
color: gray;
text-decoration:underline;
font-weight: normal;

}

a:hover { 
color: #66B5FF;
background color: none;
text-decoration:underline;
font-weight: none;

}


b {
color: #696969;
font-family: tahoma;
font-size: 7.0pt;

}

u { 
color: #66B5FF;
font-family: tahoma;
font-size: 7.5pt;

}

i { 
color: #696969;
font-family: tahoma;
font-size: 7.5pt;

}
img.{
border:none;

}

hr {
color: #ff66e1;
height: 1;
}

/*******************************************************/
/* Headers */

.postheader {
            font-style : bold; 
            font-weight : heavy; 
            font-size : 12px; 
            font-family : tahoma; 
			letter-spacing: 4px;
			text-transform: uppercase; 
 color : 	#66B5FF;
            padding: 0;
border-bottom:1px dotted #ff66e1;
text-align:left;
margin-top:0px;
margin-bottom:0px;	
margin-right:0px;
margin-left:2px;

background: url('') no-repeat center right; 
background-color:none;
		
}

.sidebarheader {
            font-style : bold; 
            font-weight : heavy; 
            font-size : 12px; 
            font-family : tahoma; 
			letter-spacing: 4px;
			text-transform: lowercase; 
 color : 	#ff66e1;
            padding: 0;
border-bottom:1px dotted #66B5FF;
text-align:right;
margin-top:0px;
margin-bottom:0px;	
margin-right:0px;
margin-left:2px;

background: url('') no-repeat bottom center; 
background-color:none;
		
}
.cvheader {
            font-weight : heavy; 
            font-size : 12px; 
            font-family : tahoma; 
			letter-spacing: 4px;
			text-transform: lowercase; 
 color : 	#66B5FF;
            padding: 0;
text-align:left;
margin-top:0px;
margin-bottom:0px;	
margin-right:0px;
margin-left:0px;
padding-left:2px;

border-bottom:2px solid #66B5FF;
background-color:#696969;
		
}

.miniheader {
font-style : normal; 
            font-size : 15px; 
            font-family : Trebuchet MS; 
			text-align:right;
            font-style : italic; 
 color :#66B5FF;
}

.day {
 font-style : normal; 
            font-size : 42px; 
            font-family : Trebuchet MS; 
			text-align:center;
 color : 	#ff66e1;
background-color:none;

}

.month {
 font-style : normal; 
            font-size : 20px; 
            font-family : Trebuchet MS; 
			text-align:center;
 color :#696969;
background-color:none;

}

/*******************************************************/
/* Quote Post */

         div.quote {
            padding: 0px 30px 0px 30px;
        }
        
             div.quote span.quote {
                font-size: 20px;
                color: #444;
            }

                 div.quote span.quote a {
                    color: #444;
                }

                 div.quote span.quote big.quote {
                    font: Bold 60px Georgia, serif;
                    line-height: 1px;
                    vertical-align: -23px;
                    opacity: 0.4;
                    -moz-opacity: 0.4;
                    filter: alpha(opacity=40);
                }

                     div.quote span.quote big.quote a {
                        text-decoration: none;
					 }
 
 /*******************************************************/
 /* list */
      

ol {
	margin: 0;
	padding-left: 0;
} 

ol li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 0px; 
	list-style: none;
	display: block;
}

li a {
	padding-left: 7px; 
	border-left: 4px solid gray;
	text-decoration: none;
	color: gray;
}

li a {
	width: auto;
}

li a:hover {
	padding-left: 7px; 
	border-left: 4px solid #ff66e1;
	color: #66B5FF;
	
	
/*******************************************************/
/* Main box */

}
.round { 
  background-color:;
  width: 800px;
}
.blank {
  font: 0px;
  width: 800px;
  background-color: white;
}

.content {
  padding: 3px; 
  vertical-align: top;
  background-color: white;
}

.r1 {
  background-image: url(http://www.blitss.net/images/round1.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 15px;
  height: 15px;
  font-size: 0px;
}

.r2 {
  background-image: url(http://www.blitss.net/images/round2.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 15px;
  height: 15px;
  font-size: 0px;
}

.r3 {
  background-image: url(http://www.blitss.net/images/round3.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 15px;
  height: 15px;
  font-size: 0px;
}

.r4 {
  background-image: url(http://www.blitss.net/images/round4.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 15px;
  height: 15px;
  font-size: 0px;
  }
  
/*******************************************************/
/* Other boxes */

.sidebar{ 
overflow:hidden; 
width:190px;
padding-left: 15px;
text-align: left;
}

.date{ 
overflow:hidden; 
width:85px;
text-align: center;
}

.post{ 
overflow:hidden; 
width:470px;
text-align: left;

}

.sign{ 
overflow:auto; 
width:235px;
text-align: left;
}

.comment{ 
overflow:auto; 
width:220px;
text-align: right;
}

/*******************************************************/
/* Menu */

.grey #waxcontainer{position:relative;height:48px;background:#E3E3E3;width:100%;font-family:"Trebuchet MS",Arial,Verdana,Helvitica,sans-serif;}
.grey #waxnav{position:relative;height:25px;font-size:11px;font-weight:bold;background:#fff url(/images/wax/bottom.gif) repeat-x bottom left;}
.grey #waxnav ul{margin:0px;padding:0 0 4px 0;list-style-type:none;width:auto;float:right;}
.grey #waxnav ul li{display:block;float:left;margin:0 1px;}
.grey #waxnav ul li a{display:block;float:left;color:#414141;text-decoration:none;padding:0 0 0 12px;height:21px;line-height:195%;}
.grey #waxnav ul li a span{padding:0 12px 0 0;}
.grey #waxnav ul li a:hover,.grey #waxnav ul li a.current{color:#fff;background:#585858 url(/images/wax/navtopleft.gif) no-repeat top left;}
.grey #waxnav ul li a:hover span,.grey #waxnav ul li a.current span{display:block;width:auto;background:#585858 url(/images/wax/navtopright.gif) no-repeat top right;}

/*******************************************************/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #333;
text-decoration: none; 
color: black;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #333;
color: #000;
background-color: #ff66e1;
}

.pagination a.currentpage{
background-color: #66B5FF;
color: #FFF !important;
border-color: #333;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

					
