html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	border:none;
}

h1,h2,h3,h4,h5,h6	{
	font-family: Palatino Linotype, Book Antiqua, Palatino, Serif;
	font-weight:normal;
	line-height:30px;

}

h1 {
	font-size:22px;
}
h2 {

	font-size: 20px;
}
h3 {

	font-size: 18px;
}
h4 {

	font-size: 16px;
}
p, li, td {
	line-height: 150%;
}

ul, ol, dl, p {
	margin: 0 0 10px 0;
	/* padding: 0px 0px 0px 0px; */
}
li {
	align: left;
	margin: 0 0 10px 0px;
}

ul li ul li {
	padding: 0px 0px 0px 15px;
}

input, textarea, select {

	font-size: 13px;
	padding: 4px;
}
a {
	color: black;
	text-decoration: none;
	/* text-shadow: #2c5922 1px 1px 1px; */
}

a:hover	{
	color: #666;
	text-decoration: none;
	/* text-shadow: #521F41 1px 1px 1px; */
}

/*.by-line	{
	clear:both;
	width:100%;
	float:left;
}*/

.clear {
	clear: both;
	display: block;
	float: none;
}
hr {
	border: 0;
	border-top: 2px solid #ccc;
	height: 0;
	margin: 20px 40px;
}
hr.divider {
	clear: both;
	float: none;
	padding: 0 20px;
	visibility: hidden;
}
.loading {
	background: url(./wp-admin/images/loading-publish.gif) 16px 16px no-repeat;
	clear: both;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.under {
	margin-top: 20px;
}
.close {
	margin-bottom: 40px;
}
.close a, .close a:visited {

	font-size: 11px;
}


body {
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index:-1;
}

#page {
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#wrap {
	position: relative;
	text-align: left;
	width: 960px;
	margin: 20px auto;
	z-index: 4;
}

#content {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	width: 620px;
	background:#FFF;
	/* opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.9; */
}

#content a {
	color: #cc0000;
	text-decoration: none;
	/* text-shadow: #2c5922 1px 1px 1px; */
}

#sidebar {
	position: relative;
	float: right;
	margin:0 5px;
	padding: 0 5px;
	width: 240px;
    max-width: 240px;
    overflow: hidden;
	background:#FFF;
	min-height: 750px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.8;
}

#sidebar-header h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	font-family: "Trajan Pro", "Trajan", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 20px 0 10px 0px;
}

#sidebar-header h2:first-letter {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	margin: auto;
}

#stray_widgets-2 {
	min-height: 170px;
	overflow: hidden;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
	/* border-top:1px dotted #000; */
	margin-top:-1px;
}
#sidebar .widget ul li {
	margin:0;
	font-size: 18px;
}

/* .collapsPage span {
	margin: 0;
	padding: 0;
} */

#sidebar .widget a	{
	line-height:30px;
	padding: 0;
	text-decoration:none;
	width:100%;
	float:left;
	/* border-bottom:1px dotted #2C5922; */
}

#sidebar .meta {
	font-size: 12px;
}

a#TB_prev:hover {
	background:url(../img/lightbox-left.png) no-repeat left center;
}
a#TB_next:hover {
	background:url(../img/lightbox-right.png) no-repeat right center;
}


.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 11px 6px 6px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption.alignleft {
	margin-left: 0;
}
.wp-caption.alignright {
	margin-right: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 0 0;
	margin: 0;
}

label	{
	width:100%;
	float:left;
	clear:both;
	line-height:30px;
}


input[type="text"], textarea	{
	border:4px solid #ccc;
	background: none;
	color:#000;
	margin:0;
	padding: 2px;
	line-height:20px;
	clear:both;
}

input[type="submit"]	{
	border:1px solid #666;
	background: #ccc;
	color:#000;
	font-size:13px;
	padding:6px 8px 6px 8px;
	margin:0;
	
}

#TB_window, #TB_window a	{
	color:#000;
	text-shadow:none;
}

.gallery img	{
	
}
.gallery img:hover	{
}

#calendar_wrap	{
	width:250px;
	float:left;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../img/grey.gif);
	
}

.avatar	{
	float:left;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	background:url(../img/grey.gif);
	margin: 0 20px 20px 0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: all 0.2s;
	
}

#wp-calendar	{
	width:230px;
	margin:10px;
	text-align:center;
	line-height:20px;
}

#wp-calendar td	{
	line-height:20px;
	height:20px;
}

#wp-calendar a	{
	float:none !important;
	line-height:30px; !important;
}

#wp-calendar caption	{
	width:100%;
	text-align:center;
	font-size:18px;
	line-height:30px;
}

.avatar:hover{	
	opacity:0.8;
	filter:alpha(opacity=80);
}

.wp-caption-text	{
	color:#000;
	
}

/*Supersize Plugin Styles*/
#loading {
		position: absolute;
		top: 49.5%; 
		left: 49.5%;
		z-index: 3;
		width: 24px; 
		height: 24px;
		text-indent: -999em;
		background: url(./wp-admin/images/loading-publish.gif) 16px 16px no-repeat;

	}
	#supersize{
		overflow: hidden;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 0;
	}
	#supersize img, #supersize a{
		overflow: hidden;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
	}
	#supersize a.prevslide, #supersize a.prevslide img{
		z-index: 1;
	}
	#supersize a.activeslide, #supersize a.activeslide img{
		z-index: 2;
	}
