/*

Theme Name: CrimsonSky

Description: Do you see the crimson sky? A clever Wordpress theme!

Version: 1.1

Author: Stephan

Author URI: http://www.dialogue-theme.com/about

Tags: fixed-width, red, three-columns, translation-ready



Released under GPL License. Feel free to edit the code!



*/



/* Page */





body

{
	margin: 0 auto;
	padding: 0;
	background-color: #5e6055;
}



#cs-main

{

	position: relative;

	width: 100%;

	left: 0;

	top: 0;

}











#cs-page-background-simple-gradient

{
	position: absolute;
	background-repeat: repeat-x;
	top:0;
	width: 100%;
}



.cleared

{

	float: none;

	clear: both;

	margin: 0;

	padding: 0;

	border: none;

	font-size:1px;

}





form

{

	padding:0 !important;

	margin:0 !important;

}



table.position

{

	position: relative;

	width: 100%;

	table-layout: fixed;

}

/* end Page */



/* begin Box, Sheet */

.cs-Sheet

{

	position:relative;

	z-index:0;

	margin:0 auto;

	width: 900px;

	min-width:31px;

	min-height:31px;

}



.cs-Sheet-body

{
	position: relative;
	z-index:1;
	padding: 0px;
	background-color: #352312;
	background-image: url('images/Bgd_Kids.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}



.cs-Sheet-tr, .cs-Sheet-tl, .cs-Sheet-br, .cs-Sheet-bl, .cs-Sheet-tc, .cs-Sheet-bc,.cs-Sheet-cr, .cs-Sheet-cl

{

	position:absolute;

	z-index:-1;

}



.cs-Sheet-tr, .cs-Sheet-tl, .cs-Sheet-br, .cs-Sheet-bl

{

	width: 50px;

	height: 50px;

	/*background-image: url('images/Sheet-s.'');*/

}



.cs-Sheet-tl

{

	top:0;

	left:0;

	clip: rect(auto, 25px, 25px, auto);

}



.cs-Sheet-tr

{

	top: 0;

	right: 0;

	clip: rect(auto, auto, 25px, 25px);

}



.cs-Sheet-bl

{

	bottom: 0;

	left: 0;

	clip: rect(25px, 25px, auto, auto);

}



.cs-Sheet-br

{

	bottom: 0;

	right: 0;

	clip: rect(25px, auto, auto, 25px);

}



.cs-Sheet-tc, .cs-Sheet-bc

{

	left: 25px;

	right: 25px;

	height: 50px;

	/*background-image: url('images/Sheet-h.png');
*/
}



.cs-Sheet-tc

{

	top: 0;

	clip: rect(auto, auto, 25px, auto);

}



.cs-Sheet-bc

{

bottom: 0;
	clip: rect(25px, auto, auto, auto);

}



.cs-Sheet-cr, .cs-Sheet-cl

{

	top: 25px;
	bottom: 25px;
	width: 50px;
	/*background-image: url('images/Sheet-v.png');*/

}



.cs-Sheet-cr

{

	right:0;
	clip: rect(auto, auto, auto, 25px);

}



.cs-Sheet-cl

{

	left:0;
	clip: rect(auto, 25px, auto, auto);

}



.cs-Sheet-cc

{
	position:absolute;
	z-index:-1;
	background-color: #462C1F;
}

.cs-Sheet

{
	margin-top: 20px !important;

}

#cs-page-background-simple-gradient, #cs-page-background-gradient, #cs-page-background-glare

{
	min-width:900px;

}



/* end Box, Sheet */



/* begin Header */

div.cs-Header

{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 900px;
	height: 165px;
}





div.cs-Header-jpeg

{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 900px;
	height: 165px;
	background-image: url('images/davidSky.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/* end Header */



/* begin Logo */

.cs-Logo

{

	display : block;
	position: absolute;
	left: 10px;
	top: 93px;
	width: 860px;

}



h1.cs-Logo-name

{
	display: block;
	text-align: left;
	text-indent: -1000px;

}



h1.cs-Logo-name, h1.cs-Logo-name a, h1.cs-Logo-name a:link, h1.cs-Logo-name a:visited, h1.cs-Logo-name a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 34px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #FFFFFF !important;
}



.cs-Logo-text

{
	display: block;
	text-align: left;
	text-indent: -1000px;
}



.cs-Logo-text, .cs-Logo-text a

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding:0;
	margin:0;
	text-indent: -1000px;

	color: #FFFFFF !important;
}

/* end Logo */



/* begin Menu */

/* menu structure */



.cs-menu a, .cs-menu a:link, .cs-menu a:visited, .cs-menu a:hover

{

	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;

}



.cs-menu, .cs-menu ul

{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	background-image: url('images/menuBackground.png');
}



.cs-menu li

{

	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;

}



.cs-menu li:hover

{

	z-index: 10000;
	white-space: normal;

}



.cs-menu li li

{

	float: none;

}



.cs-menu ul

{

	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;

}



.cs-menu li:hover>ul

{

	visibility: visible;
	top: 100%;

}



.cs-menu li li:hover>ul

{

	top: 0;
	left: 100%;

}



.cs-menu:after, .cs-menu ul:after

{

	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;

}

.cs-menu, .cs-menu ul

{

	min-height: 0;

}



.cs-menu ul

{

	background-image: url(file:///Macintosh%20HD/Users/jmcdonald/Desktop/Crimson%20Sky%20files%20alt/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;

}



.cs-menu ul ul

{

	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;

}











/* menu structure */



.cs-menu

{

	padding: 4px 4px 4px 4px;

}



.cs-nav

{

	position: relative;
	height: 32px;
	z-index: 100;

}





/* end Menu */



/* begin MenuItem */

.cs-menu ul li

{

	clear: both;

}



.cs-menu a

{

	position:relative;

	display: block;

	overflow:hidden;

	height: 24px;

	cursor: pointer;

	text-decoration: none;

	margin-right: 2px;

	margin-left: 2px;

}





.cs-menu a .r, .cs-menu a .l

{

	position:absolute;

	display: block;

	top:0;

	z-index:-1;

	height: 72px;

	background-image: url('images/MenuItem.png');

}



.cs-menu a .l

{

	left:0;

	right:6px;

}



.cs-menu a .r

{

	width:412px;

	right:0;

	clip: rect(auto, auto, auto, 406px);

}



.cs-menu a .t 

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9c8b;
	padding: 0 5px;
	margin: 0 5px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3pt;
}



.cs-menu a:hover .l, .cs-menu a:hover .r

{

	top:-24px;

}



.cs-menu li:hover>a .l, .cs-menu li:hover>a .r

{

	top:-24px;

}



.cs-menu li:hover a .l, .cs-menu li:hover a .r

{

	top:-24px;

}

.cs-menu a:hover .t

{

	color: #F0F0F0;

}



.cs-menu li:hover a .t

{

	color: #F0F0F0;

}



.cs-menu li:hover>a .t

{

	color: #F0F0F0;

}





.cs-menu a.active .l, .cs-menu a.active .r

{

	top: -48px;

}



.cs-menu a.active .t

{
	color: #FFFFFF;
}





/* end MenuItem */



/* begin MenuSeparator */

.cs-nav .cs-menu-separator

{

	display: block;

	width: 1px;

	height: 24px;

	background-image: url('images/MenuSeparator.png');

}



/* end MenuSeparator */



/* begin MenuSubItem */

.cs-menu ul a

{

	display:block;

	text-align: center;

	white-space: nowrap;

	height: 20px;

	width: 180px;

	overflow:hidden;

	line-height: 20px;

	margin-right: auto;





	background-image: url('images/subitem-bg.png');

	background-position: left top;

	background-repeat: repeat-x;

	border-width: 0px;

	border-style: solid;

}



.cs-nav ul.cs-menu ul span, .cs-nav ul.cs-menu ul span span

{

	display: inline;

	float: none;

	margin: inherit;

	padding: inherit;

	background-image: none;

	text-align: inherit;

	text-decoration: inherit;

}



.cs-menu ul a, .cs-menu ul a:link, .cs-menu ul a:visited, .cs-menu ul a:hover, .cs-menu ul a:active, .cs-nav ul.cs-menu ul span, .cs-nav ul.cs-menu ul span span

{

	text-align: left;

	text-indent: 12px;

	text-decoration: none;

	line-height: 20px;

	color: #FCF3ED;

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-size: 10px;

}



.cs-menu ul ul a

{

	margin-left: auto;

}



.cs-menu ul li a:hover

{

	color: #F2F2F2;

	background-position: 0 -20px;

}



.cs-menu ul li:hover>a

{

	color: #F2F2F2;

	background-position: 0 -20px;

}



.cs-nav .cs-menu ul li a:hover span, .cs-nav .cs-menu ul li a:hover span span

{

	color: #F2F2F2;

}



.cs-nav .cs-menu ul li:hover>a span, .cs-nav .cs-menu ul li:hover>a span span

{

	color: #F2F2F2;

}





/* end MenuSubItem */



/* begin ContentLayout */

.cs-contentLayout

{

	position: relative;

	margin-bottom: 0px;

	width: 880px;

}

/* end ContentLayout */



/* begin Box, Block */

.cs-Block

{

	position:relative;

	z-index:0;

	margin:0 auto;

	min-width:23px;

	min-height:23px;

}



.cs-Block-body

{

	position: relative;

	z-index:1;

	padding: 0px;

}



.cs-Block-tr, .cs-Block-tl, .cs-Block-br, .cs-Block-bl, .cs-Block-tc, .cs-Block-bc,.cs-Block-cr, .cs-Block-cl

{

	position:absolute;

	z-index:-1;

}



.cs-Block-tr, .cs-Block-tl, .cs-Block-br, .cs-Block-bl

{

	width: 22px;

	height: 22px;

	background-image: url('images/Block-s.png');

}



.cs-Block-tl

{

	top:0;

	left:0;

	clip: rect(auto, 11px, 11px, auto);

}



.cs-Block-tr

{

	top: 0;

	right: 0;

	clip: rect(auto, auto, 11px, 11px);

}



.cs-Block-bl

{

	bottom: 0;

	left: 0;

	clip: rect(11px, 11px, auto, auto);

}



.cs-Block-br

{

	bottom: 0;

	right: 0;

	clip: rect(11px, auto, auto, 11px);

}



.cs-Block-tc, .cs-Block-bc

{

	left: 11px;

	right: 11px;

	height: 22px;

	background-image: url('images/Block-h.png');

}



.cs-Block-tc

{

	top: 0;

	clip: rect(auto, auto, 11px, auto);

}



.cs-Block-bc

{

	bottom: 0;

	clip: rect(11px, auto, auto, auto);

}



.cs-Block-cr, .cs-Block-cl

{

	top: 11px;

	bottom: 11px;

	width: 22px;

	background-image: url('images/Block-v.png');

}



.cs-Block-cr

{

	right:0;

	clip: rect(auto, auto, auto, 11px);

}



.cs-Block-cl

{

	left:0;

	clip: rect(auto, 11px, auto, auto);

}



.cs-Block-cc

{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #4a3823;
}





.cs-Block

{

	margin: 10px;

}



/* end Box, Block */



/* begin BlockHeader */

.cs-BlockHeader

{

	position:relative;

	z-index:0;

	height: 30px;

	padding: 0 6px;

	margin-bottom: 0px;

}



.cs-BlockHeader .t

{
	/*widget backgrounds*/
	height: 30px;
	color: #8a7752;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}









/* end BlockHeader */



/* begin Box, BlockContent */

.cs-BlockContent

{

	position:relative;

	z-index:0;

	margin:0 auto;

	min-width:1px;

	min-height:1px;

}



.cs-BlockContent-body

{

	position: relative;

	z-index:1;

	padding: 6px;

}







.cs-BlockContent-body

{
	color:#CFCFCF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background-image: url('images/transparentBackground.png');
}



.cs-BlockContent-body a:link

{
	/*main link color*/
	color: #969583;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}



.cs-BlockContent-body a:visited, .cs-BlockContent-body a.visited

{
	/*visited link*/
	color: #999966;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}



.cs-BlockContent-body a:hover, .cs-BlockContent-body a.hover

{

	color: #FBDCA7;

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	text-decoration: none;

}



.cs-BlockContent-body ul

{

	list-style-type: none;

	color: #B5B5B5;

	margin:0;

	padding:0;

}



.cs-BlockContent-body li

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background-color: #4a3823;
}



.cs-BlockContent-body ul li

{
	padding:0px 0 0px 10px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}



/* end Box, BlockContent */



/* begin Box, Post */

.cs-Post

{
	position:relative;
	z-index:0;
	min-width:1px;
	min-height:1px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
}



.cs-Post-body

{
	position: relative;
	z-index:1;
	padding-top: 0px;
	padding-right: 275px;
	padding-bottom: 20px;
	padding-left: 75px;
	margin: 0px;
}







.cs-Post

{
	margin: 0px;
	padding: 0px;
}



/* start images */

a img

{

	border: 0;

}



.cs-csicle img, img.cs-csicle

{
	float: none;
	z-index: -1;
	right: 0px;
	position: absolute;
	top: 0px;
}



.cs-metadata-icons img

{

	border: none;

	vertical-align: middle;

	margin:2px;

}

/* Finish images */



/* start tables */



.cs-csicle table, table.cs-csicle

{

	border-collapse: collapse;

	margin: 1px;

	width:auto;

}



.cs-csicle table, table.cs-csicle .cs-csicle tr, .cs-csicle th, .cs-csicle td

{

	background-color:Transparent;

}



.cs-csicle th, .cs-csicle td

{

	padding: 2px;

	border: solid 1px #696969;

	vertical-align: top;

	text-align:left;

}



.cs-csicle th

{

	text-align:center;

	vertical-align:middle;

	padding: 7px;

}



/* Finish tables */

/* end Box, Post */



/* begin PostHeaderIcon */

.cs-PostHeaderIcon-wrapper

{
	text-decoration:none;
	margin: 0em;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 2px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
}



.cs-PostHeaderIcon-wrapper, .cs-PostHeaderIcon-wrapper a, .cs-PostHeaderIcon-wrapper a:link, .cs-PostHeaderIcon-wrapper a:visited, .cs-PostHeaderIcon-wrapper a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}



/* end PostHeaderIcon */



/* begin PostHeader */

.cs-PostHeader a:link

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #00FF00;
}



.cs-PostHeader a:visited, .cs-PostHeader a.visited

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #33CC99;
	text-indent: -500px;
	visibility: hidden;
}



.cs-PostHeader a:hover, .cs-PostHeader a.hovered

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	text-align: left;
	color: #996699;
}

/* end PostHeader */



/* begin PostIcons */

.cs-PostHeaderIcons

{

	padding:1px;

}



.cs-PostHeaderIcons, .cs-PostHeaderIcons a, .cs-PostHeaderIcons a:link, .cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a:hover

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-style: italic;

	font-weight: normal;

	color: #FDE8C4;

}



.cs-PostHeaderIcons a, .cs-PostHeaderIcons a:link, .cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a:hover

{

	margin:0;

}



.cs-PostHeaderIcons a:link

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #CC33FF;
}



.cs-PostHeaderIcons a:visited, .cs-PostHeaderIcons a.visited

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #99FF00;
	font-size: 2px;
	line-height: 2px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}



.cs-PostHeaderIcons a:hover, .cs-PostHeaderIcons a.hover

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #999900;
}

/* end PostIcons */



/* begin PostContent */

/* Content Text Font & Color (Default) */

body

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	color: #C4C4C4;
	letter-spacing: 0.1pt;
	line-height: 25px;
}



.cs-PostContent

{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C4C4C4;
	font-size: 16px;
}





/* start Content link style */

/*

The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.

http://www.w3schools.com/CSS/css_pseudo_classes.asp

http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/

*/

a

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #999999;
}



/* Adds special style to an unvisited link. */

a:link

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #999999;
}



/* Adds special style to a visited link. */

a:visited, a.visited

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #999999;
}



/* :hover - adds special style to an element when you mouse over it. */

a:hover, a.hover

{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #999999;
}



/* Finish Content link style */



/* Resert some headings default style & links default style for links in headings*/

h1, h2, h3, h4, h5, h6,

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited

{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}





/* start Content headings Fonts & Colors  */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}



h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-align: left;
	color: #c0b079;
}



h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover

{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #c0b079;
	letter-spacing: .1pt;
}



h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: left;
	color: #acab76;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}



h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-align: left;
	color: #C4C4C4;
	margin-left: 15px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	font-weight: normal;
	letter-spacing: 0.3px;
}



h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover

{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-align: left;
	color: #CCCCCC;
	text-decoration: underline;
}

/* Finish Content headings Fonts & Colors  */

/* end PostContent */



/* begin PostBullets */

/* start Content list */

ol, ul

{
	color: #bfbfbf;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url('');
}



li ol, li ul

{

	margin:0.5em 0 0.5em 2em;

	padding:0;

}



li 

{
	margin:0.2em 0;
	padding:0;
}



ul

{

	list-style-type: none;

}



ol

{

	list-style-position:inside;

	

}







.cs-Post li

{

	padding:0px 0 0px 9px;

	line-height:1.2em;

}



.cs-Post ol li, .cs-Post ul ol li

{

	background: none;

	padding-left:0;

}



.cs-Post ul li, .cs-Post ol ul li 

{

	background-image: url('images/PostBullets.png');

	background-repeat:no-repeat;

	padding-left:9px;

}





/* Finish Content list */

/* end PostBullets */



/* begin PostQuote */

/* start blockquote */

blockquote p

{

	color:#FBDAA2;

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	text-align: left;

}



blockquote

{

		margin:10px 10px 10px 50px;

	padding:5px 5px 5px 41px;

	background-color:#595959;

	background-image:url('images/PostQuote.png');

	background-position:left top;

	background-repeat:no-repeat;

}





/* Finish blockuote */

/* end PostQuote */



/* begin PostIcons */

.cs-PostFooterIcons

{

	padding:1px;

}



.cs-PostFooterIcons, .cs-PostFooterIcons a, .cs-PostFooterIcons a:link, .cs-PostFooterIcons a:visited, .cs-PostFooterIcons a:hover

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-style: italic;

	font-weight: normal;

	color: #A8A8A8;

}



.cs-PostFooterIcons a, .cs-PostFooterIcons a:link, .cs-PostFooterIcons a:visited, .cs-PostFooterIcons a:hover

{

	margin:0;

}



.cs-PostFooterIcons a:link

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-style: italic;

	font-weight: normal;

	text-decoration: underline;

	color: #E89568;

}



.cs-PostFooterIcons a:visited, .cs-PostFooterIcons a.visited

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #E89568;

}



.cs-PostFooterIcons a:hover, .cs-PostFooterIcons a.hover

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	color: #F8BE59;

}

/* end PostIcons */



/* begin Button */

.cs-button-wrapper .cs-button

{

	display:inline-block;

	width: auto;

	outline:none;

	border:none;

	background:none;

	line-height:24px;

	margin:0 !important;

	padding:0 !important;

	overflow: visible;

	cursor: default;

	text-decoration: none !important;

	z-index:0;

}



.cs-button-wrapper

{

	display:inline-block;

	position:relative;

	height: 24px;

	overflow:hidden;

	white-space: nowrap;

	width: auto;

	z-index:0;

}



.cs-button-wrapper .cs-button

{

	display:block;

	height: 24px;

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	white-space: nowrap;

	text-align: left;

	padding: 0 9px !important;

	line-height: 24px;

	text-decoration: none !important;

	color: #FBECE4 !important;

}



input, select

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

}



.cs-button-wrapper.hover .cs-button, .cs-button:hover

{

	color: #242424 !important;

	text-decoration: none !important;

}



.cs-button-wrapper.active .cs-button

{

	color: #F0F0F0 !important;

}



.cs-button-wrapper .l, .cs-button-wrapper .r

{

	display:block;

	position:absolute;

	z-index:-1;

	height: 72px;

	background-image: url('images/Button.png');

}



.cs-button-wrapper .l

{

	left:0;

	right:7px;

}



.cs-button-wrapper .r

{

	width:407px;

	right:0;

	clip: rect(auto, auto, auto, 400px);

}



.cs-button-wrapper.hover .l, .cs-button-wrapper.hover .r

{

	top: -24px;

}



.cs-button-wrapper.active .l, .cs-button-wrapper.active .r

{

	top: -48px;

}





/* end Button */



/* begin Footer */

.cs-Footer

{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 20px;
}



.cs-Footer .cs-Footer-inner

{
	height:5%;
	position: relative;
	z-index: 0;
	padding: 0px;
	text-align: center;
}



.cs-Footer .cs-Footer-background

{

	position:absolute;

	z-index:-1;

	background-repeat:no-repeat;

	background-image: url('images/Footer.png');

	width: 900px;

	height: 20px;

	bottom:0;

	left:0;

}





.cs-rss-tag-icon

{
	position: relative;
	display:block;
	float:left;
	/*background-image: url('images/rssIcon.png');

	background-position: center right;

	background-repeat: no-repeat;*/

	margin: 0 0px 0 0;
	height: 10px;
	width: 10px;
}









.cs-Footer .cs-Footer-text p

{

	margin: 0;

}



.cs-Footer .cs-Footer-text

{
	display:inline-block;
	color:#9E9E9E;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	font-size: 6pt;
	line-height: 15px;
}



.cs-Footer .cs-Footer-text a:link

{
	text-decoration: none;
	color: #9E9E9E;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}



.cs-Footer .cs-Footer-text a:visited

{

	text-decoration: none;

	color: #9E9E9E;

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}



.cs-Footer .cs-Footer-text a:hover

{
	text-decoration: none;
	color: #9e9e9e;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

/* end Footer */



/* begin PageFooter */

.cs-page-footer, .cs-page-footer a, .cs-page-footer a:link, .cs-page-footer a:visited, .cs-page-footer a:hover

{
	font-family:Arial;
	font-size:5px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#666666;	

}



.cs-page-footer

{
	margin:1em;
	text-align:center;
	text-decoration:none;

	//color:#525252;
	color:#666666;
}

/* end PageFooter */



/* begin LayoutCell */

.cs-contentLayout .cs-content

{
	position: relative;
	padding: 0;
	border: 0;
	float: left;
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.cs-contentLayout .cs-content-sidebar1

{

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 704px;

}

.cs-contentLayout .cs-content-sidebar2

{

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 704px;

}

.cs-contentLayout .cs-content-wide

{

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 879px;

}

/* end LayoutCell */



/* begin LayoutCell */

.cs-contentLayout .cs-sidebar1

{

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 175px;

}

/* end LayoutCell */



/* begin LayoutCell */

.cs-contentLayout .cs-sidebar2

{

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 175px;

}

/* end LayoutCell */







.commentlist, .commentlist li

{

	background: none;

}



.commentlist li li

{

	margin-left:30px;

}



.commentlist li .avatar

{

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	margin:1px;

	background: #fff;

}



.commentlist li cite

{

	font-size:1.2em;

}



#commentform textarea

{

	width: 100%;

}



img.wp-smiley

{

	border:none;

	margin:0;

	padding:0;

}



.navigation

{

	display: block;

	text-align: center;

}



/* Recommended by http://codex.wordpress.org/CSS */

/* Begin */

.aligncenter, div.aligncenter, .cs-csicle .aligncenter img, .aligncenter img.cs-csicle, .aligncenter img, img.aligncenter

{

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft

{

	float: left;

}



.alignright

{

	float: right;

}



.alignright img, img.alignright

{

	margin: 1em;

	margin-right: 0;

}



.alignleft img, img.alignleft

{

	margin: 1em;

	margin-left: 0;

}



.wp-caption

{

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}



.wp-caption img

{

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text

{

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End */





.hidden

{

	display: none;

}



/* Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

}



#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;

}