/*  
Theme Name: Carolyn Low Wide
Theme URI: http://www.carolynlow.ca
Description: by spadewerk
Version: 1.0
Author: Brandon Johnson
Author URI: http://spadewerk.com
*/

* {
	margin: 0px;
	padding: 0px;}
	
html, body {
	height: 100%;
}
	
body {
	font-family: 'Lucida Grande', Lucida Sans, arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;}
	
a {
	color: #836433;
	text-decoration: none;
	border: 0px;}
	
em {
	margin: 0px;
	padding: 0px;}
	
p,h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;}
	
ul,li,ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
	
img,img a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;}
	
blockquote {
	margin-left: 30px;}
	
div#wrapper {/* sets the width and centering on screen */
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -480px;
	width: 960px;
	background-repeat: no-repeat;}
	
div#lfthome {
	vertical-align: top;
	margin: 0px;
	padding: 20px 100px 0px 115px;
	width: 385px;
	float: left;}
	
div#rhthome {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding: 45px 115px 0px 0px;
	width: 245px;
	float: right;}
	
div#events {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 245px;}
	
div#lft {
	vertical-align: top;
	margin: 0px;
	padding: 20px 0px 0px 115px;
	width: 730px;
	float: left;}
	
div#rht {
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	margin: 0px;
	padding: 0px;
	width: 0px;
	float: right;}
	
p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;}
	
div#lft ul, div#lfthome ul {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	list-style-type: none;}
	
div#lft ul li, div#lfthome ul li {
	line-height: 16px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 5px;	
	padding-left: 15px;
	padding-right: 0px;
	background: transparent url(images/listimgarrow.png) no-repeat top left;}
	
h1 {
	font-size: 40px;
	color: #333;
	line-height: 44px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;}
	
h1 a {
	color: #999;
	text-decoration: none;
	border: 0px;}
	
h2 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;}
	
h3 {
	font-size: 20px;
	color: #403203;
	line-height: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;}
	
h4 {
	font-size: 16px;
	color: #836433;
	line-height: 17px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;}
	
h4 a {
	color: #999;
	text-decoration: none;
	border: 0px;}
	
h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px}
	
/* footer area */

div#browse {
	padding-top:45px;
	width: 960px;
	clear: both;}
	
div#footer {
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	background-image:url(images/bgfooter.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 20px;}
	
input {
	font: 12px;
	padding: 10px;
	border: 1px solid #cccccc;
	color:#666666;
	width: 385px}
	
textarea {
	font: 12px;
	padding: 10px;
	border: 1px solid #cccccc;
	color:#666666;
	width: 385px;
	height: 100px;}

textarea:focus, input[type="text"]:focus {
	border: solid 1px #999;
	background: #fff;
	color:#333;}

.submit_button {
	font: 10px "Lucida Grande", "Lucida", "Lucida Sans", arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #8b060b;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;}
	
.submit_button:hover, input[type="submit"]:hover {
	background: #8b060b;}

input[type="submit"] {
	font: 12px "Lucida Grande", "Lucida", "Lucida Sans", arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #8b060b;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;}
	
select {
	font: 10px "Lucida Grande", "Lucida", "Lucida Sans", arial, sans-serif;
	font-weight: normal;
	color: #666666;
	background:#ffffff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: 180px;
	height: 25px;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 5px 0px;}
	
/* top navigation */
	
#topnav {
   float: left;
   width: 100%;
   background: transparent;
   overflow: hidden;
   position: relative;
   padding-top: 80px;
   height: 48px;}
   
#topnav .menu-header ul, div.menu ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;}
   
#topnav ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;}
   
#topnav ul li a {
   display: block;
   margin: 0px;
   padding: 0px 15px 0px 0px;
   background: transparent;
   font-size: 26px;
   font-weight: normal;
   color: #000;
   text-decoration: none;
   line-height: 1.4em;}
   
#topnav ul li a:hover {
   color: #8d0507;}
   
#topnav ul li.current_page_item > a,
#topnav ul li.current-menu-ancestor > a,
#topnav ul li.current-menu-item > a,
#topnav ul li.current-menu-parent > a {
	color: #8d0507;}
	
* html #topnav ul li.current_page_item a,
* html #topnav ul li.current-menu-ancestor a,
* html #topnav ul li.current-menu-item a,
* html #topnav ul li.current-menu-parent a,
* html #topnav ul li a:hover {
	color: #8d0507;}
	
.addthis_toolbox .custom_images a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;}
	
.addthis_toolbox .custom_images img {
    margin: 0px 3px 0px 3px;}
	
.addthis_toolbox .custom_images a img {
    opacity: 1.0;}
	
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.50;} 

