/*
Theme Name: WordPress AID
Theme URI: http://themolitor.com
Description: Theme developed by Chris Molitor.
Author: Chris Molitor
Author URI: http://themolitor.com/
License: GNU General Public License
License URI: license.txt
Version: 2.0.1
Tags: light
*/

.aligncenter,
.bypostauthor,
.sticky {}

* {padding: 0; margin: 0; line-height: 1.6em; outline: none;}

html {overflow-x: hidden;}

/* -----BODY STUFF----- */
body {height:auto; width:auto; font-family:'Arial', Sans-Serif; color:#555; background: #fff;}

/* -----A TAG STUFF----- */
a {text-decoration:none;}
a:hover {text-decoration:none; color: #000;}

p {font-size: 12px;}

/* -----H TAG STUFF----- */
h1,h2,h3, h4, h5, h6 {color: #333; font-weight: normal; font-family: "Georgia", serif; line-height: 1.2em; margin-bottom: 10px;}
h1,h1 a,h1 a:visited,
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {text-decoration:none; line-height: 1.2em;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {text-decoration:none;}

/*-----------------------*/
/* -----PAGE STUFF----- */
/*---------------------*/
#content {margin: 0 auto; padding: 40px 0 60px;  width:960px;}

#main {width:450px;}
.sidebar {width: 215px;}

#content.middle #main {float: left; margin-left: 40px;}
#content.middle #leftSidebar {float: left;}
#content.middle #rightSidebar {float: right;}

#content.left #main { float: left;}
#content.left #leftSidebar {float: right;}
#content.left #rightSidebar {float: right; margin-right: 40px;}

#content.right #main {float: left;}
#content.right #leftSidebar {float: left; margin-right: 40px;}
#content.right #rightSidebar {float: left; margin-right: 40px;}

body.page-template-fullpage-php #content #main {margin: 0; width: 100%;}

body.page-template-two-column-php #content #main,
#content.twoColumn #main {margin: 0; width: 705px;}

body.page-template-two-column-php #content #leftSidebar,
#content.twoColumn #leftSidebar {margin:0 40px 0 0;}

body.page-template-two-column-php #content.left #leftSidebar,
#content.left.twoColumn #leftSidebar {margin:0 0 0 40px;}

body.page-template-two-column-php #content #rightSidebar,
#content.twoColumn #rightSidebar {display: none;}

#content.twoColumn .postTitle {width: 440px;}

/*---------------------------------*/
/*---------HEADER STUFF-----------*/
/*-------------------------------*/
#header {
	position: relative;
	margin: 0 auto;  
	width:960px;
}
a#logo  {
	display: inline-block;
	padding: 25px 0 20px;
}
a#logo img {
	display: block;
}

/*-------MAIN NAVIGATION STUFF--------*/
#navigation {
	position: absolute;
	bottom: 0;
    right: 0;
}
#dropmenu {list-style:none; position:relative; z-index: 400;}
#dropmenu > li {position:relative; display: inline-block;}
#dropmenu > li > a { 
	display: block; 
	line-height: 75px; 
	font-size: 12px; 
	padding: 0 10px; 
	font-weight: bold; 
	color: #888;
}
#dropmenu li a:hover,
#dropmenu li.action a:hover {text-decoration: none; color: #666;}
#dropmenu li ul {
	list-style:none; 
	position:absolute; 
	width:200px; 
	padding: 0 0 10px;
	z-index:300; 
	top:75px; 
	left: 0;
	background: #ffffff;
	box-shadow: 0px 1px 1px rgba(0,0,0,.25);
	display: block;
	visibility: hidden;
	opacity: 0;
}
#dropmenu li ul li {position:relative;}
#dropmenu li ul li a {font-size: 11px; padding: 10px 20px; display: block; color: #888; font-weight: bold;}
#dropmenu li ul li a:hover {color: #666; background: #eee;}
#dropmenu li ul li ul {position:absolute;top:0px; left:200px; z-index: 301}
#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {display:block;}
#dropmenu li:hover > ul, 
#dropmenu li li:hover > ul, 
#dropmenu li li li:hover > ul, 
#dropmenu li li li li:hover > ul {display:block; visibility: visible; opacity: 1;
	-moz-transition-property:opacity;  
 	-moz-transition-duration: 0.15s;  
 	-moz-transition-timing-function: linear;
 	
 	-webkit-transition-property:opacity;  
 	-webkit-transition-duration: 0.15s;  
 	-webkit-transition-timing-function: linear; 
 	
 	-o-transition-property:opacity;  
 	-o-transition-duration: 0.15s;  
 	-o-transition-timing-function: linear;
}

#dropmenu > li.current-menu-item:before,
#dropmenu > li.current-menu-ancestor:before,
#dropmenu > li.current-menu-parent:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin: 0 0 0 -9px;
	border-width: 9px;
	border-style: solid;
}

/*--SEARCH BUTTON--*/
#header .searchform {
	background: none;
	margin: 0;
	border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    background: none;
    display: inline-block;      
    padding: 0;
}
#header .searchform i {
    display: inline-block;
    margin-right: 2px;
    color: #888;
    margin: 0; 
    padding: 0 12px; 
    cursor: pointer; 
    line-height: 40px;
    font-size:14px;
}
#header .searchform i:hover {
	color: #666;
}
#header .searchform .searchText {
	margin: 0; 
	background: none; 
    font-weight: bold;
    box-shadow: none;
    vertical-align: bottom;
    height: 40px;
    border: none;
    font-size: 11px;
    cursor: pointer;
    float: left;
    padding: 0;
 	width: 0;
 	overflow: hidden;
    
    -moz-transition-property:width;  
 	-moz-transition-duration:0.15s;  
 	-moz-transition-timing-function:linear;
 	
 	-webkit-transition-property:width;  
 	-webkit-transition-duration:0.15s;  
 	-webkit-transition-timing-function:linear; 
 	
 	-o-transition-property:width;  
 	-o-transition-duration:0.15s;  
 	-o-transition-timing-function:linear;
}
#header .searchform .searchsubmit {cursor: pointer; padding:0; position: relative; display: none;} 
#header .searchform .searchsubmit:hover {text-decoration: none;}
#header .searchform label {height: 40px; line-height: 40px;}

/*--ACTIVE/HOVER SEARCH BAR--*/
#header .searchform.active {
	color: #666;
	background: #FAFAFA;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
#header .searchform.active .searchText {
	width: 100px; 
	cursor:text; 
	color: #666; 
	padding: 0 0 0 15px;
}
body.search #header .searchform,
#header .searchform.active {
	color: #888;
}

/*--RESPONSIVE MENU---*/
#selectMenu {display: none;}


/*-----------------------------*/
/*--------MENU CONTAINER------*/
/*---------------------------*/
#menuContainer {width: 100%; position: relative;}
body.home #menuContainer {height: 450px;}

/*----------------------------*/
/*--------Slider SUFF--------*/
/*--------------------------*/
.pxs_container {
	width:100%;
	height:450px;
	position:absolute;
	overflow:hidden;
	left: 0;
	top: 0;
}
.pxs_container:before {
	line-height: 450px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
}
.pxs_container.loaded:before {
	display: none;
}
.pxs_bg .pxs_bg1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:450px;
	display: none;
}
.pxs_slider_wrapper {display:none;}
.pxs_container ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider {
	position:absolute;
	left:0px;
	top:50px;
	height:350px;
}
ul.pxs_slider li {
	height:350px;
	float:left;
	position:relative;
}
ul.pxs_slider a {
	display:block;
	margin:0 auto;
	height: 320px;
	width: 930px;
	border-width: 15px;
	border-style: solid;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	position: relative;
}
ul.pxs_slider h2 {
	display: block; 
	font-family: sans-serif;
	color: #fff;
	padding:15px;
	position: absolute;
	bottom: -15px;
	left: -15px;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	margin: 0;
	font-weight: bold;
}
ul.pxs_slider img {
	display:block;
	height: 320px;
	width: 930px;
	
	width: 100%;
	height: auto;
	max-height: 320px;
}

.pxs_navigation {
    margin-right: -480px;
    padding: 7px 13px 7px 15px;
    position: absolute;
    right: 50%;
    top: 354px;
    line-height: 20px;
}

ul.pxs_thumbnails {	
	display: inline-block;
    position: relative;
}
ul.pxs_thumbnails li {
	display:inline-block;
	height:9px;
	width: 9px;
	margin-right: 10px;
	background: #aaa;
	background: rgba(255, 255, 255, 0.60);
	border-radius:10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
	/*THIS IS AN IE7 FIX --> */zoom: 1;*display:inline;	
}
ul.pxs_thumbnails li:hover,
ul.pxs_thumbnails li.selected {cursor: pointer; background: #fff;}

.pxs_navigation span{
	display: inline-block;
	cursor:pointer;	
	width: 20px;
	height: 20px;
	color: #ccc;
	color: rgba(255,255,255,.8);
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.pxs_navigation span:hover {color:#fff;}

.pxs_navigation span.pxs_prev {}
.pxs_navigation span.pxs_next {}

/*------------------------------*/
/*-------THE PAGE TITLE--------*/
/*----------------------------*/
#mapBox {width: 100%; height: 100%;}
#menuBox {
	bottom: 0;
    margin: 0 auto;
    width: 960px;
    z-index: 1000;
    padding: 50px 0;
}
#menuBox #thePageTitle {
	color: #fff; 
	text-shadow: 0 1px 1px rgba(0,0,0,.5); 
	margin: 0; 
	line-height: 1.2em; 
	display: inline; 
	font-size: 22px;
}

#menuBox #crumbs {font-size: 10px; color: #fff; margin: 0; line-height: 25px; display: inline-block; float: right; padding-left: 80px;}
#menuBox #crumbs a {color: #fff; border-bottom: 1px dotted rgba(255,255,255,.5);}
#menuBox #crumbs a:hover {border-bottom: 1px solid #fff;}

/*-----------------------------*/
/*------ALERT BOX STUFF-------*/
/*---------------------------*/
#alert {
	padding: 30px 40px 30px 120px; 
	margin-bottom: 40px; 
	border: 1px solid #8b0a0a; 
	background:#A20C0C; 
	position: relative;
	width: 795px;
	margin-left: 1px;
	display: none;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	border-radius: 3px;
}
#alert p {font-size: 17px; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,.2); line-height: 1.2em;}
#alert p a {border-bottom: 1px dotted #fff; color: #fff;}
#alert p a:hover {border-bottom: 1px solid #fff; color: #fff;}
#ex {
	width:85px; 
	text-align: center; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0; 
	border-right: 1px solid #8b0a0a;
	background: #980B0B;
	background: -webkit-gradient(linear, left top, left bottom, from(#A20C0C), to(#8b0a0a));
	background: -moz-linear-gradient(top,  #A20C0C,  #8b0a0a);	
	color: #fff;
}
#ex i {font-size: 30px; height: 30px; width: 30px; position: absolute; top: 50%; left: 50%; margin: -13px 0 0 -13px; text-shadow: 0 1px 1px rgba(0,0,0,.5);}

#closeAlert {
	background: #A20C0C;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
    width: 20px;
    border-radius: 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
#closeAlert:hover {background: #C52727;}

/*--------------------------------*/
/*----SPONSOR CAROUSEL STUFF-----*/
/*------------------------------*/
#carouselContainer {
	position: relative; 
	width: 100%; 
	background: #f3f3f3; 
	text-align: center; 
	z-index: 1; 
	padding: 0 0 45px;
}
/*--SPONSOR TITLE--*/
#sponsorsTitle {
	color: #888;
	text-align: center; 
	font-size: 12px;
	text-transform: uppercase; 
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: .7px;	
	background: #fff;
	line-height: 40px;
	width: auto;
	padding: 0 20px;
	position: relative; 
	margin: 0 0 5px;
	top: -20px;
	left: 0;
	display: inline-block;	
}
#sponsorsTitle:before {
	position: absolute;
	bottom: -19px;
	left: -20px;
	border-width: 20px;
	border-color: #fff transparent transparent;
	border-style: solid;
	content: '';
	height: 0;
	width: 0;
	z-index: -1;
}
#sponsorsTitle:after {
	position: absolute;
	bottom: -19px;
	right: -20px;
	border-width: 20px;
	border-color: #fff transparent transparent;
	border-style: solid;
	content: '';
	height: 0;
	width: 0;
	z-index: -1;
}

#carouselContainer .bx-wrapper {margin: 0 auto;}
#carouselContainer .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}
#carouselContainer .bx-wrapper img {
	width: 100%;
	height: auto;
}
#carouselContainer .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: auto;
	bottom: -60px;
	font-size: 18px;
	width: 30px;
    cursor: pointer;
    line-height:30px;
    color: #888;
    text-align: center;
    z-index: 1;
    text-indent: 0;
    background: none;
    color: #888;
    margin: 0;
}
#carouselContainer .bx-wrapper .bx-controls-direction .bx-prev {left: 50%; margin-left: -30px;}
#carouselContainer .bx-wrapper .bx-controls-direction .bx-next {right: 50%; margin-right: -30px;}

#controlsBg {
	background: #FFFFFF;
    bottom: -20px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
    z-index: 0;
}
#controlsBg:before {
	position: absolute;
	bottom: 19px;
	left: -20px;
	border-width: 20px;
	border-color: transparent transparent #fff;
	border-style: solid;
	content: '';
	height: 0;
	width: 0;
	z-index: -1;
}
#controlsBg:after {
	position: absolute;
	bottom: 19px;
	right: -20px;
	border-width: 20px;
	border-color: transparent transparent #fff;
	border-style: solid;
	content: '';
	height: 0;
	width: 0;
	z-index: -1;
}

/*-----------------------------*/
/*--------FOOTER STUFF--------*/
/*---------------------------*/
#footer {
	clear:both; 
	height: 55px; 
	margin: 0 auto;  
	width:960px; 
	font-weight: bold; 
	position: relative;
}
#footer #copyright {
	font-size: 10px; 
	color: #999;  
	line-height: 55px; 
}

/*------FOOTER MENU----------*/
#footerMenu {width: 50%; float: right;}
#footerDrop {list-style:none; position:relative; width:100%; text-align: right;}
#footerDrop li {list-style:none; position:relative; padding-top: 20px; display: inline-block; /*THIS IS AN IE7 FIX --> */zoom: 1;*display:inline;}
#footerDrop li:first-child a {border: none;}
#footerDrop li a { 
	display: block; 
	line-height: 10px; 
	font-size: 10px; 
	padding: 0 0 0 10px;
	color: #999;
}
#footerDrop li a:hover {color: #333;}

/*-------------------------*/
/* -----SEARCH STUFF----- */
/*-----------------------*/
#searchform {width: 215px; background: transparent url(images/search_bg.png) no-repeat center center;height: 33px;

	background: #fafafa;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
	border-radius: 20px; 
}
#searchform #s {width:150px; padding:0px 5px; height: 33px; line-height: 33px; margin: 0 0 0 10px; border: none; background: none; font-size: 11px;}
#searchform #searchsubmit {cursor: pointer; padding:8px 10px; float: right; height: 16px; width: 16px;} 
#searchform #searchsubmit:hover {text-decoration: none;}

/*---------------------------------*/
/* -----POST AND ENTRY STUFF----- */
/*-------------------------------*/
.blogThumb {width: 225px; height: 225px;display: block; float: left; position: relative; z-index: 100; overflow: hidden; background: #000;}

.postTitle {
    background:#fafafa;
    padding: 20px;
    width: 185px; 
    height: 185px; 
    float: left;
    position: relative;
    z-index: 99;
}
.postTitle h2 a,
.postTitle h2 {
	font-size: 16px;
}
.metaInfo {display: block; width: 185px; position: absolute; bottom: 20px; left: 20px; font-size: 10px; font-style: italic;text-align: left; color: #666}
.noImage {width: 410px; }

.listing .post,
.listing .page {margin: 0 0 20px; height: 225px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}
h2.posttitle, 
.entrytitle {
	font-size: 18px;
}

#metaStuff {
	margin-bottom: 40px; 
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    clear: both;
    color: #666666;
    font-size: 12px;
    padding: 20px 25px 15px 35px;
}
#metaStuff li {
    margin-bottom: 6px;
}

h2.posttitle, .entrytitle {margin-bottom: 15px;}
.entry{font-size: 12px;}
.entry ol,.entry ul {margin:0 0 15px 25px; padding: 0; font-size: 12px;}
.entry li {padding:0 0 0 5px; list-style-position:outside; line-height: 1.5em;}
.entry p {margin: 0 0 15px;}
.details {font-size: 12px;  margin-bottom: 35px;}

.entry img {height: auto; max-width: 100%;}

.gallery img.attachment-thumbnail {border: 0px solid #ccc !important;}
.wp-caption-text,
.gallery-caption,
.wp-caption {font-size: 10px; color: #555;}

.gallery-icon a:hover img {outline: 5px solid #eee;}

/*-----------------------------*/
/*--- POST THUMBNAIL STUFF ---*/
/*---------------------------*/
div.post a.thumbLink {float: left; border: 1px solid #000; display: block;  margin:0 20px 20px 0;}
div.post a.thumbLink img { padding: 5px; background: #444; border: 1px solid #666;}

/*--------------------------------------------*/
/*-------BLOG PAGE NAVIGATION STUFF----------*/
/*------------------------------------------*/
.navigation {float:left; font-size:12px; width: 100%;}
.navigation .pagenav a {display: block; font-family: "georgia",serif; font-style: italic;}

/*-----------------------*/
/*-----SIDEBAR STUFF----*/
/*---------------------*/
.sidebar ul li.widget {list-style: none; margin: 0 0 30px; font-size: 12px; }
.sidebar ul li.widget h2.widgettitle {margin-bottom: 15px; font-size: 16px;}
.sidebar p {text-align: justify;}
.sidebar ul li.widget ul li {list-style-type:disc; list-style-position: outside; margin-left: 15px; margin-bottom: 10px;}
.sidebar ul li.widget ul li ul li {padding: 0 0 0 15px; list-style-type:disc; list-style-position: inside;}

#ticker {display:block; background: url(images/ticker.png) no-repeat center left; width: 206px; height: 33px; font-size: 20px; letter-spacing: 16px; text-align: right; line-height: 33px; padding-left: 6px; *padding:0 6px 0 0;}

a.socialIcons {
    display: block;
    float: left;
    height: 24px;
    margin: 0 9px 9px 0;
    width: 24px;
}

.sidebar #action {
	display: block;
	max-width: 185px;
	padding:0 15px;
	line-height: 45px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/donate.png);
	background-position: center;
	background-repeat: repeat-x;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}
.sidebar #action:hover {background-color: #000;}

/*--------------------------*/
/* -----COMMENT STUFF----- */
/*------------------------*/
#commentsection {width:100%;   font-size: 12px;}
.commentlist {width: 100%; list-style:none; }
h3.comments {margin:40px auto 20px;}
.commentlist li,#commentform input,#commentform textarea {font:.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight:bold;list-style:none; padding:15px 0; font-size:12px;}
.commentlist li img.avatar {float:left;margin-right:22px;}
.commentlist cite,.commentlist cite a {font-weight:bold;font-style:normal;}
.commentlist p {font-weight:normal; text-transform:none;margin:10px 5px 10px 83px; font-size: 12px;}
.commentlist .pingback p {margin:10px 5px 10px;}
#commentform p {margin:7px 0;}
.commentmetadata {font-weight:normal;display:block; font-size:10px; color:#333; padding:3px 0 0; text-transform:uppercase;}
cite.fn {text-transform:uppercase;}
.commentlist {text-align:justify;padding:0 0 40px;}
.nocomments {text-align:center;}
#recentcomments li {}
.alt {}

.commentlist .reply {text-align: right;}

.commentlist .children li {margin-left: 30px; background: #fafafa; padding: 15px; margin-top: 15px;}

/*-----------------*/
/*---FORM STUFF---*/
/*---------------*/
input[type="email"],input[type="text"],input[type="password"] {padding: 8px; width:170px; margin:5px 0 0 0;}
textarea {padding: 8px; width:90%; font-family: sans-serif; font-size: 12px; height: 150px;}

.sidebar input[type="text"] {margin: 5px 0 10px 0; width: 195px;}

input[type="email"],
input[type="text"],
input[type="password"],
textarea {
	 border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#commentform input[type="submit"], 
input[type="submit"],
a.button,
.reply > a {
	cursor: pointer;
	width: auto;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 10px;
	color: #555;
	text-shadow: 0px 1px 1px #fff;
	border: 1px solid #fff;
	background: #dfdfdf;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
	background: -moz-linear-gradient(top,  #fefefe,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 1px #222;
	-moz-box-shadow: 0px 0px 1px #222;
	box-shadow: 0px 0px 1px #222;
	/*THIS IS AN IE7 FIX --> */zoom: 1;*display:inline;
}
#commentform input[type="submit"]:hover, 
input[type="submit"]:hover,
a.button:hover,
.reply a:hover  {
	text-decoration: none;
	background: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fefefe));
	background: -moz-linear-gradient(top,  #eeeeee,  #fefefe);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fefefe');
}

label small {color: #888; padding-left: 5px;}

#sidebar #searchform {padding: 0 0 10px;}
#sidebar input, #sidebar textarea {padding:3px}
#sidebar input[type="submit"]{cursor:pointer;}

/*----------------------------*/
/* -----UNIVERSAL STUFF----- */
/*--------------------------*/
code {font:1.1em 'Courier New', Courier, Fixed;}
acronym,abbr,span.caps {font-size:.9em;letter-spacing:.07em;cursor:help;}
p img {max-width:100%;}
img.centered {display:block;margin:0 auto;}
img.alignright {display:inline;margin:0 0 15px 15px;}
img.alignleft {display:inline;margin:0 15px 15px 0;}
.alignright {float:right;}
.alignleft {float:left;}
acronym.abbr {border-bottom:1px dashed #999;}
blockquote {padding-left:20px; margin-left: 15px; border-left: 5px solid #f7f7f7; font-style: italic; color: #888;}
blockquote cite {display:block;margin:5px 0 0;}
.center {text-align:center;}
hr {display:none;}
a img {border:none;}
img#wpstats {width:0;height:0;border:none;overflow:hidden;}
#hideme {visibility:hidden;}
.hidden {visibility: hidden; display: none;}
.rssSummary {padding-bottom:15px;}
.clear {clear: both;}
.clearLeft {clear: left;}
p.clear {height:1px; width:1px; }
.hide {display: none;} 

/*----------------------------------*/
/* -----CALENDAR WIDGET STUFF----- */
/*--------------------------------*/
#wp-calendar {empty-cells:show;width:100%;margin:10px auto 0;}
#wp-calendar #prev a,#wp-calendar #next a {font-size:9pt;}
#wp-calendar #next a {padding-right:10px;text-align:right;}
#wp-calendar #prev a {padding-left:10px;text-align:left;}
#wp-calendar a {text-decoration:none;display:block;}
#wp-calendar caption {font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;text-align:center;width:100%;}
#wp-calendar th {font-style:normal;text-transform:capitalize;}
#wp-calendar td {text-align:center;padding:3px 0;}
#wp-calendar td.pad:hover {background-color:#fff;}

/*----------------------------------*/
/*----TAG CLOUD WIDGET STUFF-------*/
/*--------------------------------*/
.widget_tag_cloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 2px 8px;
	margin: 0 3px 3px 0;
	background: #F7F7F7;
	border: 1px solid #ddd;
}
.widget_tag_cloud a:hover {background: #eee;}
.widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
    *zoom:1
}