/*
Theme Name: illustrationclass.com
Theme URI: http://illustrationclass.com/
Description: Custom theme for illustrationclass.com. Designed by Von. R. Glitschka.
Author: Von. R. Glitschka URL: http://www.glitschka.com
Coding Support: Dani Nordin URL: http://www.tzk-design.com/
*/

a:link, a:visited
{
font-weight: bold;
color: #000000;
text-decoration: none;
}

a:hover, a:active
{
font-weight: bold;
color: #4092bf;
text-decoration: underline;
}

body
{ 
font-family: Tahoma, Verdana, Helvetica; 
font-size: 11px; 
background-image: url(images/bg2.gif); 
margin: 0px; 
padding: 0px; }

/* these are the page sections */

#wrapper
{
margin: 0px auto;
width: 700px;
background: #FFFFFF url(images/bg_tile.gif) repeat-y;
padding-top: 5px;
}

#header
{
width: 645px;
height: 103px;
text-align: left;
margin: 0 auto;
background: #FFFFFF url(images/header.gif) no-repeat;
padding: 0 0 0 0;
}

#footer
{
font-size: 10px;
text-align: center;
clear: both;
}

#tagline
{
border-bottom: #000000 1px solid;
margin: 5px auto;
width: 643px;
text-align: right;
display:none;
}

#nav
{
width: 185px; width: 181px!important;
float: left;
height: 100%;
margin: 1px 1px 1px 1px;
padding: 2px 2px 2px 2px;
}

#subheader
{
width: 460px; 
float: left;
margin: 1px 1px 5px 4px;
padding: 0px;
font-size: 17px;
/*border-bottom: #000000 1px dotted;*/
}

#subheader a:link, #subheader a:visited
{
color: #4092bf;
text-decoration: underline;
font-size: 11px;
}

#subheader a:hover, #subheader a:active
{
color: #000000;
text-decoration: none;
font-size: 11px;
}

#subheader img
{
float: left;
padding: 0px;
text-align: center;
}

#subheader2
{
float: left;
width: 460px;
text-align: center;
}

#content
{
float:left;
width: 460px; width: 456px!important;
margin: 1px;
padding: 2px;
}

/* this is the typography */

p
{
line-height: 1.4em;
/*margin: 2px;*/
}


h1
{
color: #FFFFFF;
font-size: 36px;
margin: 0 0 0 5px;
padding-top: 44px;
}

h1 a:link, h1 a:visited
{
color: #fff;
text-decoration: none;
}

h1 a:hover, h1 a:active
{
color: #ffffff;
}

h2
{
color: #000000;
font-size: 12px;
margin: 0 0 0 5px;
padding: 0 0 5px 0;
}

h3
{
color: #4092bf;
margin: 3px 0 1px 0;
padding: 1px 1px 1px 35px;
font-size: 15px;
}

ul.navlist
{
list-style-image: url(images/bullet.gif);
list-style-position: outside;
padding: 0 0 0 35px;
margin: 0 6px;
}

.navlist li
{
font-size: 10px;
padding: 2px 0;
}

.navlist li h2 {
display:none;

}
.navlist li ul.xoxo li {
margin-left:-40px;
}

.post {
  margin-bottom:4px;
}

.post img
{
vertical-align: bottom;
margin-right: 5px;
}

.posttitle h4
{
margin: 1px 1px 1px 1px;
font-size: 15px;
}

h4 a:link, h4 a:visited
{
color: #4092bf;
text-decoration: none;
}

h4 a:hover, h4 a:active
{
color: #000000;
text-decoration: underline;
}

.posttitle
{
margin: 1px;
border-bottom: #4092bf 1px solid;
padding: 1px;
}

.postinfo h5
{
margin: 1px 1px 1px 1px;
}

.postinfo
{
margin: 1px;
}

.postmeta h5
{
margin: 1px 1px 1px 1px;
padding: 12px 0 0 5px;
}

.postmeta
{
margin: 1px;
height: 40px;
background: #FFFFFF url(images/postblend.gif) no-repeat;
}

h5 a:link, h5 a:visited
{
color: #4092bf;
text-decoration: none;
}

h5 a:hover, h5 a:active
{
color: #000000;
text-decoration: underline;
}

.left
{
float: left;
}

td.downloadover a:link img, td.downloadover a:visited img
background: #000000 url(http://illustrationclass.com/images/download.gif) repeat;
width: 133px;
height: 22px;
}
td.downloadover a:hover img
{
background: #000000 url(http://illustrationclass.com/images/downloadb.gif) repeat;
width: 133px;
height: 22px;
}
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
	color: #4092bf;

}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #4092bf;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

