@import 'custom.css';
/* --------------[ User-Defined Adjustments ]-------------- */
body {
background-image: url(http://shopreed.com/9.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
background-color: #ffffff;
font-family: arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, h7, .sitetitle {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
}
/* -------------------[ Rounded Corners ]------------------- */
#wrap-top {
margin:25px auto 0;
width:990px;
height:30px;
background: url(images/wrap-bg-corners-trans.png) top left no-repeat;
}
#wrap-bottom {
margin:0 auto 25px;
width:990px;
height:20px;
background: url(images/wrap-bg-corners-trans.png) bottom left no-repeat;
}
#wrap {
padding-top:5px;
padding-bottom:20px;
}
/* -------------------[ Site Title Adjustments ]------------------- */
#sitetitle h1, #sitetitle .title {
font-size: 24px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}
#sitetitle {
float:none;
text-indent:-10000em;
position:absolute;
display:none;
}
#head-content {
background: transparent;
background-image: url(http://shopreed.com/blog/wp-content/uploads/newlogo.jpg);
background-position: 0px 10px;
background-repeat: no-repeat;
}
/* --------------[ Top Navigation Adjustments ]-------------- */
#topnav,
#topnav li ul {
font-size: 9pt;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
}
#topnav ul a:hover,
#topnav ul a:active  {
color:#d11111;
}
/* --------------[ Cat Navigation Adjustments ]-------------- */
#catnav,
#catnav li ul {
font-size: 10pt;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}
#catnav ul a,
#catnav ul a:link,
#catnav ul a:visited {
color:#1f1f1f;
}
#catnav ul a:hover,
#catnav ul a:active  {
color:#d11111;
}
/* --------------[ Main Content Adjustments ]-------------- */
.maincontent {
font-size: 9pt;
}
.maincontent a, .maincontent a:link, .maincontent a:visited {
color: #d11111;
}
.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover {
color: #817a8a;
}
/* --------------[ Sidebar-Right Adjustments ]-------------- */
#contentright {
font-size: 9pt;
}
#contentright a, #contentright a:link, #contentright a:visited {
color: #000000;
}
#contentright a:hover, #contentright a:active {
color: #817a8a;
}
/* --------------[ Footer Adjustments ]-------------- */
#footer {
font-size:8pt;
}
#footer a, #footer a:link, #footer a:visited {
color: #d11111;
}
#footer a:hover, #footer a:active {
color: #817a8a;
}
/* --------------[ Post Title Link Color Adjustments ]-------------- */
.post-title a, .post-title a:link, .post-title a:visited {
color: #d11111 !important;
}
.post-title a:hover, .post-title a:active {
color: #817a8a !important;
}
