/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    text-align: center;
    margin: auto;
}
a:link
{
    color: #585858;
    text-decoration: none;
}
a:visited
{
    color: #585858;
    text-decoration: none;
}
a:hover
{
    color: #7F1717;
    text-decoration: none;
}
a:visited:hover
{
	font-weight: bold;
	color: red;
}
a img 
{
	border:2px;
	border-color: black;
	background:none;
	padding:5px;
}
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 100%;
    margin: 0;
    /*--:) 20090123 Carmen editing Chia--*/
    /*background: url(images/xmas2_bg.jpg) repeat-x fixed;*/
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.header
{
    width: 100%;
    text-align: center;
}
.main
{
	width: 520px;
    padding-left: 40px;
    padding-right: 30px;
    text-align: left;
}
.sidebar
{
    width: 140px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.sidebarRight
{
    width: 170px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    margin-bottom: 8px;
}
.postDate
{
    font-size: 10pt;
    font-weight: bold;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 9px;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    /*border-bottom: dotted 1px #ccc;*/
    border-bottom: dotted 1px #EFEFEF;
    /*background: #D1D1D1;*/
    background: #FEFEFE;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #D1D1D1;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px black;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    margin: 0px 0 10px 0;      
}
.sidebarText
{
	font-weight: bold;
	padding-bottom: 10px;
}
/*---Start: sidebarTextCat---*/
.sidebarTextCat
{
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Arial, Verdana;
    font-size: 8pt;
}
.sidebarTextCat a:link
{
    color: #585858;
    text-decoration: none;
}
.sidebarTextCat a:visited
{
    color: #585858;
    text-decoration: none;
}
.sidebarTextCat a:hover
{
    color: #7F1717;
    text-decoration: none;
}
.sidebarTextCat a:visited:hover
{
	font-weight: bold;
	color: red;
}
/*---End: sidebarTextCat---*/
/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 8pt;
    margin-top: 10px;
    padding-bottom: 10px;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    /*background: #D1D1D1;*/
    background:#EFEFEF;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #585858;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

.disclaimer {
	color: #818181;
	font-style:italic;
	font-size:10px;
}

.commentmetadata {
	float: left;
	color:#7F1717;
	
}
.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
float: left;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
font-size: 28pt;
}

.aboutus {
	font-size: 11px;
}

h1
{
font-size: 36px;
color: black;
}

h2
{
font-family: "Arial"; 
display: block;
font-size: 16px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
font-family: "Arial Black"; 
font-size: 15px;
margin: 5px 0 6px 0;
text-align: left;
color: #002157;
}

h3.posttitle   
{
padding-top: 2px;
padding-bottom: 2px;
margin-top: 12px;
margin-bottom: 5px;
 }

.posttitle a:link
{
text-decoration: none;
color: #002157;
}

.posttitle a:hover
{
text-decoration: none;
  color: red;
}

.posttitle a:visited
{  
text-decoration: none;
color: #002157;
}

.posttitle a:visited:hover
{  
text-decoration: none;
color: red;
}

.postTitleMain
{
font-family: "Arial Black";  
font-size: 15px;
color:navy;
}

h4
{
font-family: "Arial Black";  
margin-top: 15px;
font-size: 18px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h5
{
font-family: "Arial Black"; 
margin-top: 15px;
font-size: 12px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

.date
{
font-family: "Arial Black"; 
font-size: 11px;
color: black;
float: right;
padding: 0 5px;
text-align: right;
}

.entry
{
margin-bottom: 20px;
}

.pagination {
font-size: 12px;}

.post
{
display: block;
overflow:hidden;
width:98%;
margin-left:auto;
margin-right: auto;
}

code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #333;
color: #FFFFE8;
}

.rateInfo{
  font-size: 12px;
  font-weight:bold;
}

span#whatIsSpan{
  display : none;
}

.outbrain_my_rating{
  display : none;
}

.blockquote
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-style: italic;
font-size: 8pt;
color: #999;
}

.blockquote2
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-style: italic;
font-size: 8pt;
color: #000000;
}

.blockquote2 a:link
{
    color: #7F1717;
    text-decoration: none;
}