/*-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background:#202020 url(images/bk_body.jpg) 0 0 repeat-x;
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}

a:hover {
	border:none;
}

#colLeft a:hover {
	border:none;
}

#colRightInner a:hover {
	border:none;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}


 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:960px;
}


#header {
	height:140px;
	position:relative;
	z-index:99; 
}

#content {
	padding:15px 0 20px;
	

}

#colLeft{
	width:610px;
	border:7px solid #EAEAE3;
	float:left;	
	background:#fff;
	padding:17px 13px 17px 18px;
}

#colRight {
	width:288px;
	float:left;	
	padding-left:15px;
	position:relative;
}

#footer {

	border-top:2px solid #333;
	padding:12px 0 35px 0;
	width:960px;
	margin:1px auto;
	color:#868686;
	position:relative;
	font-size:11px;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logoTag {
	position:absolute;
	top:55px;
	left:600px;;
}

#logoTag #logo {
	height:65px;
	background:url(images/bk_logo_left.png) no-repeat;
	padding-right:12px;
	float:right;
}

#logoTag #logo h1 a {
	display:block;
	padding-right:12px;
	background:url(images/bk_logo_right.png) 100% 0 no-repeat;
	color:#CFD5DA;
	font-size:34px;
	padding-top:14px;
	height:61px;
	float:right;
	line-height:100%;
}


#logoTag #tagline {
	float:right;
	padding-top:14px;
	padding-left:15px;
	color:#CFD5DA;
	text-transform:uppercase;
	width:300px;
}

#bottomLinks {
	position:absolute;
	top:12px;
	right:0;
}

#bottomLinks li {
	float:left;
	background:url(images/bullet_top.jpg) 0 50% no-repeat;
	padding-left:7px;
	padding-right:15px;
}

#bottomLinks li a {
	color:#868686;
	font-size:11px;
	text-decoration:none;
	text-transform:capitalize;
	border:none;
}

/* COLLEFT ELEMENTS
----------------------------------------------*/
.searchQuery, #archive-title {
	border-bottom:1px solid #E2E2D8;
	padding:0 0 10px;
	margin-bottom:15px;
}
.searchQuery strong, #archive-title strong {
	font-size:14px;
	color:#F30C55;
}	


#colLeft h2 {
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:32px;
	letter-spacing:-1px;
	line-height:110%;
	text-decoration:none;
	font-weight:normal;
}

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

#colLeft img {
	padding:0px;
	background:#F0F0F0;
	border:1px solid #CCCCCC;
}

#colLeft .blogItem {
	margin-bottom:10px;
	padding-bottom:10px;
}

#colLeft .blogItem .itemTitle {
	position:relative;
	/*background:url(images/bk_dotted_vert.gif) 58px 0 repeat-y;*/
	margin-bottom:10px;
}

#colLeft .blogItem .itemTitle h3 {
	border:none;
}

#colLeft .blogItem .itemTitle h3 a{
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:20px;
	letter-spacing:-1px;
	line-height:110%;
	text-decoration:none;
	font-weight:normal;
}

#colLeft .blogItem .itemTitle h3 a:hover {
	color:#00B0F5;
}

#colLeft .blogItem .metadata {
	padding:5px 0 8px;
	border-top:1px solid #E2E2D8;
	border-bottom:1px solid #E2E2D8;
  color:#666;
	font-size:11px;
}



/* COLRIGHT ELEMENTS
----------------------------------------------*/
#colRightInner {
	border:7px solid #EAEAE3;
	background:#fff;
	padding:8px 8px 15px;
	position:relative;
}

#colRightInner h2 {
	font-size:16px;
	padding:5px 0 8px;
	border-bottom:1px solid #E2E2D8;
	color:#00B0F5;
}

#colRightInner ul {
	padding-bottom:10px;
}

#colRightInner ul li {
	padding:6px 0;
	border-bottom:1px solid #E2E2D8;
}

#colRightInner ul li a {
	color:#666;
	border:none;
}

#colRightInner ul li a:hover {
	color:#F30C55;
}

/*
#colRightInner #keyword{
width:280px;
}
#colRightInner #keyword ul {
border-bottom:1px solid #E2E2D8;
float:left;
}

#colRightInner #keyword ul li {
	padding:0px;
	border:none;
	display:inline;
}

#colRightInner #keyword ul li a {
  color:#F30C55;
	margin-right:5px;
	border:none;
}

#colRightInner #keyword ul li a:hover {
	color:#666;
}
*/
#colRight #ads {
	padding-bottom:5px;
	width:290px;
} 

#colRight #ads a {
	float:left;
	margin:0 7px 6px 0;
	border:none;
}

#colRight #ads a img {
	border:none;
}

/* FORMS
-------------------------------------------------*/
#searchform {
	position:absolute;
	right:0;
	top:80px;
}

#searchform input {
	border:1px solid #626262;
	background:#000;
	padding:5px 4px 6px;
	color:#999;
	width:215px;
	float:left;
}

#searchform input#searchsubmit {
	width:65px;
	height:30px;
	border:none;
	background:url(images/bk_search_but.jpg) 0 0 no-repeat;
	cursor:pointer;
}

/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

a {
	color:#F30C55;
}

#colLeft a {
}

#colRightInner a {
}

h2, h3, h4, h5 {
	color:#00B0F5;
}

#bottomLinks li a:hover  {
	color:#F30C55;
}

/* PAGINATION */
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 18px;
	font-family: Arial;
	background-color: white;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
}

#wp_page_numbers li a:hover {
	border-color: #ff8000;
}

#wp_page_numbers li.space {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #46daff;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #ff8000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 2px;
	color: #666;
	font-size: 18px;
	border: 1px solid #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
}

