/*
Skin name: CHANGE OR DIE
Version: 1.0
Author: The Republik
Author uri: http://www.therepublik.net
Description: CHANGE OR DIE
*/

/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body
{
	background-color:#000000;
	color: #060C24;
	/*background-image:url(../../../../../republik-header6-tile.gif);
	background-repeat: repeat-x;*/
}


a:link, a:visited
{
	color: #777777 /*#5E757D*/;
}

a:active, a:hover
{
	color:#CCCCCC;
	background:#000000;
	background-repeat:repeat-x;
}


/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/

#wrapper
{
	border: none;
	/*background-color:#4c4c4c; ----- SIDE COLUMN COLORS ------------------------------------- */
	/* background-color:#232323;*/
	background-color:#000000;
	color: black;
}

/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

#header div.pad
{
	background-color:#000000;
	color: black;
	margin-top: -10px;
	text-align: left;
}

#header h1 a
{
	color: #837680;
	font-size:36px;
}

#header h1 a:hover
{
	color: #5E757D;
}

#header h2
{
	color: #837680;
}

/*
	Offsets for the header
	----------------------
*/

#header div.pad
{
	padding: 0px;
}


/*
	Aligns for the header
	---------------------
*/

#header h1
{
	padding-bottom: 20px;
	text-align: left;
}


#header h2
{
	text-align: right;
}



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar
{
	/*background-color: #333333;*/
	background-color: #000000;
	color: white;
	/*font*/
	font-family: "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#navbar a
{
	color: #cccccc;
	text-decoration: none
}

#navbar a:hover
{
	text-decoration: underline
}

/*
	Offset for the navbar
	---------------------
*/

#navbar
{
	/*padding-top: 6px;*/
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 15px;
}
/**/

/*
	Float Left Icons for each sidebar widget
	-----------------------------------------
*/

#sidebar .widget li,
#sidebar2 .widget li,
#ext_sidebar .widget li
{
	list-style-image: url(../Copy%20of%20bankers-hours-plum/li-icon.gif);
	padding:0;
	/*border-bottom: #4D4D4D solid 1px;*/
	margin: 0;
}

#sidebar .widget li,
#sidebar2 .widget li,
#ext_sidebar .widget li a {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#sidebar .widget li,
#sidebar2 .widget li,
#ext_sidebar .widget li a:hover {

	list-style-image: url(../Copy%20of%20bankers-hours-plum/li-icon.gif);
	background:#333333;
	background-repeat:repeat-x;
}


/*
	Calendar style
	--------------
*/

#wp-calendar
{
	border: none;
	/*background-color: #000000;*/
}

#wp-calendar thead th
{
	/*border-bottom: solid 1px #c1c1c1;*/
	background-color: #2d2d2d;
}

#wp-calendar tfoot td
{
	background-color: #2d2d2d;
}

/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border-top: none;
	background-color: #000000;
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}


/*
	Offset for the footer
	---------------------
*/
#footer
{
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

/*
	Margins for the main area
	-------------------------
*/
#main div.pad
{
	margin: 10px 10px;
	padding: 0px 0px;
}

/*
	Border, background, font and link colors for each entry
	-------------------------------------------------------
*/
div.entry
{
	/*border-bottom: solid 1px #c1c1c1;*/
	/*border-bottom:: thin dotted #555555;*/
	border-bottom: dashed 1px;
	border-bottom-color:#666666
	color: black;
	padding: 0px 20px 20px 20px;
}


/*
Blockquote new graphic
-------------------------
*/

blockquote
{
	margin: 0 20px;
	padding: 2px 20px;
    background-color: #E7E9DC;
    background-image: none;
}