/*  
Theme Name: Say Click
Theme URI: http://www.wpskins.org/
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
	 
	 	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence if you wish to use it, please refer to the licence.txt file included. [ http://creativecommons.org/licenses/by-sa/2.5/ ]

*/

/* Global Layout */


body 
{
font-size: 12px;
margin: 0px;
text-align: center;
background: #222222;
color: #efefef;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#header
{
position: relative;
margin: auto;
width: 800px;
height: 156px;
background: url(img/header.gif) top left no-repeat;
text-align: left;
}

#nav
{
position: relative;
margin: auto;
width: 800px;
height: 47px;
background: url(img/navbg.gif) top left;
}

#nav li
{
position: relative;
float: left;
}

#nav a:link, #nav a:visited
{
position: relative;
float: left;
display: block;
padding: 18px 35px 2px 35px;
height: 29px;
color: #ffffff;
font-weight: bold;
}

#wrapper
{
position: relative;
margin: auto;
padding: 20px;	
width: 760px;
background: #3f3f3f url(img/pagetop.gif) top left repeat-x;
text-align: left;
}

#left
{
position: relative;
float: left;
width: 490px;
}

#footer {
    clear: both;
    padding: 10px 0 0 0;
    text-align: center;
}

h2
{
position: relative;
padding: 4px 0px 0px 30px;
height: 22px;
font-size: 12px;
color: #ffffff;
font-weight: bold;
background: url(img/posthead.gif) top left no-repeat;
}

a:link, a:visited
{
color: #ffffff;
text-decoration: underline;
}

.postwrap
{
position: relative;
padding-top: 2px;
background: url(img/postbg.gif) top left;
}

.datebox
{
position: relative;
float: left;
width: 64px;
height: 53px;
background: url(img/datebox.gif) top left no-repeat;
}

.thepost
{
position: relative;
float: right;
padding-right: 15px;
width: 395px;
}

.postfooter
{
position: relative;
height: 22px;
background: url(img/postbottom.gif) top left no-repeat;
}

#right
{
position: relative;
float: right;
width: 211px;
color: #cccccc;
}

#right h2
{
position: relative;
padding: 4px 0px 0px 30px;
height: 21px;
font-size: 12px;
color: #ffffff;
font-weight: bold;
background: url(img/modtop.gif) top left no-repeat;
}

#right ul ul, #calendar_wrap
{
position: relative;
padding: 10px;
margin-bottom: 10px;
background: url(img/modbottom.gif) bottom left no-repeat;
}

#right ul ul a:link, .module a:visited
{
position: relative;
display: block;
padding: 4px 0px 4px 15px;
color: #efefef;
border-bottom: 1px solid #222222;
}

#right ul ul a:hover
{
color: #ffa000;
}

.month
{
position: relative;
padding-left: 12px;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
}

.day
{
position: relative;
padding-top: 6px;
padding-left: 12px;
font-size: 20px;
font-weight: bold;
color: #ffffff;
text-align: center;
}





h1
{
position: relative;
padding: 42px 0px 0px 40px;
font-size: 30px;
font-color: #ffffff;
font-weight: bold;
}

h6
{
position: relative;
padding: 0px 0px 0px 40px;
font-size: 14px;
font-color: #ffffff;
}



p
{
margin: 9px 0px 9px 0px;
line-height: 17px;
}

#comment
{
width: 300px;
}

#wp-calendar {
    width: 100%;
}
