/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

body{
background:url(images/bg.jpg) repeat-x #375897;
}

#header,#head{
height:240px;
}

#head .logoimg a img{
width:280px;
height:100px;
}

#menubar{
top:132px;
}

/* Links
***************************************************************************** */

a:link    { color: #26a; }
a:hover   { color: #be261e; }
a:active  { color: #26a; }
a:visited { color: #26a; }

.logotext a:link    { color: #26a; }
.logotext a:hover   { color: #be261e; }
.logotext a:active  { color: #26a; }
.logotext a:visited { color: #26a; }

#mainmenu ul li a:link    { color: #26a; }
#mainmenu ul li a:hover   { color: #be261e; }
#mainmenu ul li a:active  { color: #be261e; }
#mainmenu ul li a:visited { color: #26a; }

.post h2 a:link,
.post h3.post-title a:link    { color: #26a; }
.post h2 a:hover,
.post h3.post-title a:hover   { color: #be261e; }
.post h2 a:active,
.post h3.post-title a:active  { color: #26a; }
.post h2 a:visited,
.post h3.post-title a:visited { color: #26a; }

#sidebar a:link    { color: #26a; }
#sidebar a:hover   { color: #be261e; }
#sidebar a:active  { color: #26a; }
#sidebar a:visited { color: #26a; }
