/*
classic.css
'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #bf6030; }
body.classic #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.classic code { color: #bf8060; }
body.classic abbr, body.classic acronym { border-bottom: 1px solid #bf8060; }

		/* Headers
		--------------------------------------- */
		body.classic h3 { color: #bf6030; }

		/* Post content
		--------------------------------------- */
		body.classic .articlenav { background: #fcfeff; }

		/* Inserts
		--------------------------------------- */
		body.classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.classic .insert h3 { border-bottom: 1px solid #cfdde5; }

		/* Downloads
		--------------------------------------- */
		body.classic .content a.download:link, body.classic .content a.download:visited, body.classic .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }

		/* Images
		--------------------------------------- */
		body.classic a img { border: 1px solid #0f6b99; }
		body.classic a:hover img, body.classic .comment a:hover .avatar { border: 1px solid #e59900; }

/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #0f6b99; }
body.classic a:hover { color: #e59900; }

body.classic .content a:link, body.classic .content a:active, body.classic .content a:visited, body.classic .link-pages a:link, body.classic .link-pages a:active, body.classic .link-pages a:visited, body.classic .tagdata a:link, body.classic .tagdata a:active, body.classic .tagdata a:visited, body.classic .widget_tag_cloud a:link, body.classic .widget_tag_cloud a:active, body.classic .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.classic .content a:hover, body.classic .link-pages a:hover, body.classic .tagdata a:hover, body.classic .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.classic .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.classic .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }

a.ovalbutton{
background: transparent url('http://www.paulaandcompany.com/images/blue_circle.png') no-repeat top left;
display: block;
font: normal 34px Tahoma; /* Change 13px as desired */
line-height: 192px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 200px; /* Height of button background height */
padding: 0px;
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #c5c5c5; /*button text color*/
}

a.ovalbutton:hover{ /* Hover state CSS */
}

a.ovalbutton:hover span{ /* Hover state CSS */
color: white;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 200px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton2{
background: transparent url('http://www.paulaandcompany.com/images/blue_pill_left.png') no-repeat top left;
display: block;
float: left;
font: bold 16px Tahoma; /* Change 13px as desired */
line-height: 32px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 40px; /* Height of button background height */
padding-left: 17px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton2, a:visited.ovalbutton, a:active.ovalbutton{
color: #c5c5c5; /*button text color*/
}

a.ovalbutton2 span{
background: transparent url('http://www.paulaandcompany.com/images/blue_pill_right.png') no-repeat top right;
display: block;
padding: 4px 17px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton2:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton2:hover span{ /* Hover state CSS */
background-position: bottom right;
color: white;
}

.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
align: center;
width: 100%;
}
