/*  
Theme Name: Full Quip
Theme URI: http://www.fullquip.com
Description: Full Quip
Version: 1.0
Author: Steven Walker
Author URI: http://www.designistomorrow.com/

*/



/* Begin Typography & Colors */
* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #73632f;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-color: #73632f;
	}
	
ul {
	list-style-type: none;	
}
a:link {
	color: #463C1C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #463C1C;
	}
a:visited {
	text-decoration: none;
	color: #463C1C;
	}
#global_wrapper {
	background-image: url(images/main_bg.jpg);
	background-position: center top;
	padding-top:53px;
	height:525px;
	background-repeat: no-repeat;
}

#page {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
#header {
}


#logo {
	background-attachment: scroll;
	background-image: url(images/Full_Quip_Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 140px;
	width: 140px;
}
#logo  a {
	text-decoration:none;
	display: block;
	height: 140px;
	width: 140px;
}


#leftside {
	float: left;
	width: 140px;
	margin-top:10px;
}



#content {
	font-size: 1.2em;
	float: left;
	text-align: right;
	margin-left: 20px;
	width: 475px;
	}
.quip_title { 
	display: none;
}
.quip_content {
	display: none;
}
#quip_img {
}

.feedburnerFlareBlock {
	margin-top:20px;
	text-align:center;
	font-size: 9px;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-top: 30px;
	text-align:right
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color: #352C29;	
	}
	
#wp-calendar a:hover {
	text-decoration: underline;
	background-color: #CDC17B;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	color: #988658;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer a {
	color: #B7A27D;
	}




/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 140px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */




a img {
	border: none;
	}

