/* CSS */

body {
background: #f7f4eb url(http://www.katieholmes.com/images/bg.png) repeat-x;
color: #8a8a8a;
font-family: arial;
font-size: 8pt;
line-height: 15px;
margin-top: 0px;
}

strong {
color: #f0a57c;
line-height: 15px;
}

b {
color: #4b4b4b;
line-height: 15px;
}

i {
color: #4b4b4b;
}

em {
color: #dcba7c;
}


/* TABLES */

.ad {
width: 728px;
}

.header {
width: 900px;
}

.maintable {
padding: 3px;
width: 950px;
}

.sidebartable {
background: #f9ecd8;
margin: 0 0 5px 0;
padding: 7px;
-moz-border-radius: 15px 0;
}

.contenttable {
background: #f1eee6;
margin: 0 0 5px 0;
padding: 7px;
-moz-border-radius: 0 15px;
}

.footer {
background: #efece3;
border-top: solid #f8e7d3 1px;
color: #8a8a8a;
font-size: 8pt;
line-height: 12px;
padding: 15px;
margin: 10px -10px -10px -10px;
text-align: center;
width: 100%; 
}

.footer a {
color: #587949;
text-decoration: none;
}

.footer a:hover {
color: #edbe95;
text-decoration: none;
}

/* FORMS */

select {
background: #ffffff;
border: solid #c886b0 0px;
color: #8a8a8a;
font-family: arial;
font-size: 8pt;
letter-spacing: 1px;
padding: 5px;
text-transform: capitalize;
width: 90%;
-moz-border-radius:  10px; 
}

input, textarea {
background: #ffffff;
border: solid #c886b0 0px;
color: #8a8a8a;
font-family: arial;
font-size: 8pt;
letter-spacing: 1px;
padding: 5px;
width: 90%;
-moz-border-radius:  10px; 
}

/* SIDEBAR */

.sidebartitle {
background: url(http://www.katieholmes.com/images/sidebartitle.png) repeat-x;
border: solid #f8e7d3 1px;
color: #f4af93;
font-family: times new roman;
font-size: 12pt;
font-style: italic;
font-weight: bold;
letter-spacing: 3px;
padding: 13px 15px 10px 25px;
text-align: right;
-moz-border-radius: 15px 0;
}

.sidebarcontent {
color: #737373;
font-size: 8pt;
line-height: 14px;
padding: 6px 8px;
text-align: justify;
}

.sidebarcontent a {
color: #f3b392;
text-decoration: none;
}

.sidebarcontent a:hover {
color: #b9c946;
text-decoration: none;
}

/* CONTENT */

.title {
background: url(http://www.katieholmes.com/images/title.png) repeat-x;
border: solid #ffffff 1px;
color: #fec478;
font-family: times new roman;
font-size: 11pt;
font-style: italic;
font-weight: bold;
letter-spacing: 3px;
padding: 13px 25px 10px 15px;
text-align: left;
-moz-border-radius:  0 15px; 
}

.title a {
color: #fec478;
text-decoration: none;
}

.title a:hover {
color: #fec478;
text-decoration: none;
}

.textinput {
color: #8a8a8a;
font-size: 8pt;
line-height: 14px;
padding: 6px 8px;
text-align: justify;
}

.textinput a {
color: #f3b392;
text-decoration: none;
}

.textinput a:hover {
color: #b9c946;
text-decoration: none;
}

.post-footer {
background: #faf6ef url(http://www.katieholmes.com/images/footer.png) repeat-x;
border: solid #f8e7d3 1px;
color: #8a8a8a;
font-size: 7pt;
padding: 8px 10px;
-moz-border-radius: 0 15px; 
}

.post-footer a {
color: #97b184;
text-decoration: none;
}

.post-footer a:hover {
color: #edbe95;
text-decoration: none;
}

/* IMAGES */

.affy img {
background: #ffffff;
border: solid #d1cdc1 1px;
padding: 3px;
margin: 2px;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
-moz-border-radius: 7px; 
}

.affy img:hover {
background: #ffffff;
border: solid #fec77f 1px;
padding: 3px;
margin: 2px;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-moz-border-radius: 7px; 
}

.img {
background: #ffffff;
border: solid #d1cdc1 1px;
padding: 3px;
margin: 2px;
-moz-border-radius: 7px; 
}