/*****************************************************************************/
/**                         Default CSS values RESET                        **/
/*****************************************************************************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}
/* style for focus :focus! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}


/* tables without 'cellspacing="0"' */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*****************************************************************************/
/**                               Global Style                              **/
/*****************************************************************************/

body{
  font: normal 12px Georgia, Times, Times New Roman, sans-serif;
  color: #333;
}
strong{
  font-weight: bold;
}
a:link, a:visited, a:active{
  color: #384362;
  text-decoration: underline;
}
a:hover{
  color: #104aa8;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
input[type=text]{
	border: solid #666 1px;
	border-right: solid #AAA 1px;
	border-bottom: solid #AAA 1px;
	background-color: #ebebe4;
}
input[type=button], input[type=submit]{
	border: solid #AAA 2px;
	border-right: solid #666 2px;
	border-bottom: solid #666 2px;
}
code {
	font-family: Courier New;
	color: #555;
}



/*****************************************************************************/
/**                                 HEADER                                  **/
/*****************************************************************************/

div#CO_header{
  text-align: center;
  background: url(images/header_bg.png) repeat-x;
  position: absolute;
  z-index: 99999;
  height: 68px;
  width: 100%;
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/header_bg.png", sizingMethod="scale");
}
div#header{
  text-align: left;
  margin: 0px auto;
  height: 68px;
  width: 1000px;
}
div#mainmenu{
  float: right;
  /*width: 760px;*/
  width: 460px;
}
div#mainmenu a{
  display: block;
  float: left;
  cursor: hand;
}
div#header a, div#header a img{
  width: 150px;
  height: 68px;
  background-repeat: no-repeat;
}


/**********             Logo             **********/


div#header a#logo{
  cursor: hand;
  float: left;
  margin-left: 5px;
  width: 180px;
  height: 68px;
  background: url(images/logo.png) no-repeat;
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/logo.png", sizingMethod="scale");
}
div#header a#logo img{
	width: 180px;
}

/**********             Menu             **********/

a#m_journal:link,	a#m_journal:visited,	a#m_journal:active{
  background: url(images/m_journal.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_journal.png", sizingMethod="scale");
}
a#m_journal:hover{
  background: url(images/m_journal_over.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_journal_over.png", sizingMethod="scale");
}
a#m_school:link,	a#m_school:visited,	a#m_school:active{
  background: url(images/m_school.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_school.png", sizingMethod="scale");
}
a#m_school:hover{
  background: url(images/m_school_over.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_school_over.png", sizingMethod="scale");
}
a#m_portfolio:link, a#m_portfolio:visited,  a#m_portfolio:active{
  background: url(images/m_portfolio.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_portfolio.png", sizingMethod="scale");
}
a#m_portfolio:hover{
  background: url(images/m_portfolio_over.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_portfolio_over.png", sizingMethod="scale");
}
a#m_projects:link,  a#m_projects:visited,   a#m_projects:active{
  background: url(images/m_projects.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_projects.png", sizingMethod="scale");
}
a#m_projects:hover{
  background: url(images/m_projects_over.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_projects_over.png", sizingMethod="scale");
}
a#m_contacts:link,  a#m_contacts:visited,   a#m_contacts:active{
  background: url(images/m_contacts.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_contacts.png", sizingMethod="scale");
}
a#m_contacts:hover{
  background: url(images/m_contacts_over.png);
  background: expression("none");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/themes/seleckis_v2/images/m_contacts_over.png", sizingMethod="scale");
}




/*****************************************************************************/
/**                                CONTENT                                  **/
/*****************************************************************************/

div#CO_content{
	text-align: center;
}
div#content{
  text-align: center;
  padding-top: 50px;
}
div#content div.entry{
	
}

div#content h2{
  display: block;
  width: 970px;
  margin: 0px auto;
  font: normal 24px Georgia;
  padding-top: 50px;
  margin-bottom: 24px;
  text-align: left;
  color: #104aa8;
}

div#content h3{
  margin: 0px;
  font: normal 20px Georgia;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  color: #104aa8;
}
div#content h3 a{
	color: #104aa8;
}
div#content h3 a:hover{
	color: #384362;
}

div#content h4{
  display: block;
  font: normal 18px Georgia;
  margin: 12px;
  text-align: left;
}

div#content h5{
  display: block;
  font: normal 18px Georgia;
  margin: 20px 0px 30px 12px;
  text-align: left;
}

div#content span.h0{
	display: block;
	font: normal 36px Georgia;
	text-align: center;
	margin: 30px;
}

div#content div.old{
  width: 970px;
  margin: 0px auto;
  line-height: 24px;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 50px;
}
div#content p{
  margin: 20px 0px;
}
div#content img{
  margin: 5px 10px;
}
div#content embed{
	display: block;
	margin: 0px auto;
}
div#content ul{
  margin: 0px 0px 0px 30px;
  font-size: 16px;
}
div#content ol{
  margin: 0px 0px 0px 40px;
  font-size: 16px;
}
div#content ul li{
  padding: 5px 0px 5px 10px;
  list-style-type: square;
}
div#content ol li{
  padding: 5px 0px 5px 0px;
  list-style-type: decimal;
}
div#content img.right{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}
div#content img.left{
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}

div#content em{
	font-style: italic;
}

div#content blockquote{
	font: italic 18px Georgia;
	text-align: left;
	padding-left: 50px;
	line-height: 30px;
	background: url(images/blockquote.png) no-repeat left top;
	margin-left: 20px;
}
div#content table{
	font: normal 12px verdana;
	display: block;
	margin: 0px auto;
	border-right: solid #AAA 1px;
	border-bottom: solid #AAA 1px;
	margin-top: 30px;
}
div#content table td{
	padding: 5px;
	border-top: dotted #CCC 1px;
	border-left: dashed #EEE 1px;
	margin: 2px;
}
div#content table td[align=right]{
	text-align: right;
}
div#content table td[align=center]{
	text-align: center;
}

div#content table.journal {
	width: 100%;
	border: none;
	margin-top: -15px;
	font: normal 18px georgia;
}
div#content table.journal td{
	padding-top: 15px;
	width: 50%;
	border: none;
}

div#content table.journal div.wp-float{
	float: right;
	width: 300px;
	text-align: center;
}
div#content table.journal div.wp-info{
	background: #ddd;
	padding-top: 10px;
	border: dotted #888 1px;
	font-size: 16px;	
}
div#content table.journal div.wp-float p,div#content table.journal div.wp-float li{
	text-align: left;
	padding: 10px;
	margin: 0px;
}
div#content table.journal div.wp-float h3{
	font-size: 18px;
	padding: 10px;
	margin: 0px;
}
div#content table.journal div.wp-float div.button-back a{
	display: block;
	font: normal 18px Arial;
	margin: 0px auto;
	background: url(images/wp-button.png) no-repeat;
	width: 295px;
	padding-top: 18px;
	padding-bottom: 35px;
	color: #fff;
}
div#content table.journal div.wp-float div.button-back a:hover{
	color: #EEE;
}
div#content table.journal div.button-download a{
	display: block;
	margin: 10px auto;
	background: url(images/wp-button.png) no-repeat;
	width: 295px;
}
div#content table.journal div.button-download a img{
	margin: 0px;
}

/**                                CONTENT   ARCHIVE                                **/



div#content ul.archive{
	margin: 0px;
}
div#content ul.archive li{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}

/*  Date  */
div#content ul.archive span.post-date{
  margin-top: 10px;
  display: block;
  float:left;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #838282;
  width: 23px;
}
div#content ul.archive span.date{
  font-size: 22px;
}
div#content ul.archive span.mon-year{
  font-size: 10px;
  background: url(images/dotline_h.png) repeat-x top;
  display: block;
  margin-top: 0px;
  padding-top: 2px;
}

/*  Entry  */
div#content ul.archive span.entry{
  display: block;
  margin-left: 30px;
  background: url(images/vline_blue.png) repeat-y left;
}

div#content ul.archive span.entry h4 a{
  display: block;
  width: 91%;
  font: normal 20px Georgia;
  padding-top: 2px;
  padding-left: 0px;
  margin-left: 0px;
}

div#content ul.archive span.entry p{
  padding: 0px 10px 0px 13px;
  text-align: justify;
  font: normal 17px Georgia;
  line-height: 20px;
  margin: 10px 0px;
}

div#content ul.archive span.read-more{
  font-size: 11px;
  margin-left: 13px;
}
div#content ul.archive span.read-comments{
  font-size: 11px;
  margin-left: 28px;
}

div#content ul.archive span.dotline_h{
  display: block;
  background: url(images/dotline_h.png) repeat-x;
  height: 1px;
  clear: both;
  margin-top: 10px;
}

div#content code, div#content pre{
	display: block;
	font: normal 13px "Courier New",monotype !important;
	background-color: #FBFBFB;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 15px 0 15px 30px;
	line-height: 18px;
	text-align: left;
}

/**********             Metadata             **********/

div#CO_postmetadata{
  text-align: center;
  height: 26px;
  background-color: #f2f3f6;
  font-family: Verdana;
}
div#postmetadata{
  text-align: left;
  margin: 0px auto;
  width: 1000px;
  padding-top: 5px;
}
div#date{
  float: left;
  padding-left: 15px;
  padding-right: 30px;
}
div#tags{
  margin-right: 35px;
}
div#tags span{
	margin-right: 35px;
}
div#meta{
  float: right;
  padding-right: 15px;
  word-spacing: 5px;
  white-space: nowrap;
}
div#meta a img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
}


/**********             Bookmarks             **********/

div#CO_bookmarks{
  text-align: center;
  height: 40px;
  font-family: Verdana;
}
div#bookmarks{
  text-align: left;
  margin: 0px auto;
  width: 1000px;
  padding-top: 13px;
}
div#bookmarks b.head{
  font-weight: bold;
  display: block;
  padding-left: 15px;
  float: left;
  margin-right: 10px;
}
div#bookmarks ul li{
  float: left;
  margin-left: 22px;
}


/*****************************************************************************/
/**                             Next & Before                               **/
/*****************************************************************************/

div#CO_next_last{
  text-align: center;
  height: 41px;
  background: url(images/next_last_bg.png) repeat-x;
  font-family: Verdana;
}
div#next_last{
  text-align: center;
  margin: 0px auto;
  width: 1000px;
  color: #ccc;
}
div#next_last p{
  padding: 7px 15px;
}
div#next_last div{
  padding: 7px 15px;
}
div#next_last a:link, div#next_last a:visited, div#next_last a:active{
  color: #fff;
}
div#next_last a:hover{
  color: #ccc;
}
div#next_last .before{
  float: left;
  
}
div#next_last .next{
  float: right;
  
}


/*****************************************************************************/
/**                             Google Adsense                              **/
/*****************************************************************************/


div#CO_adsense{
  text-align: center;
  font-family: Verdana;
}
div#adsense{
  text-align: left;
  margin: 0px auto;
  width: 1000px;
  padding-top: 6px;
}
div#context_ads{
  padding-top: 5px;
  padding-left: 13px;
  margin-right: 15px;
  float: left;
}


/**********             Google Search             **********/

div#adsense form{
  display: block;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}
div#adsense form *{
  vertical-align: middle;
}
div#adsense input#sbi{
  background-color: #ebebe4;
  border: solid #7f9db9 1px;
  font-size: 12px;
  padding: 4px 2px 2px 2px;
  width: 670px;
  margin-right:5px;
}
div#adsense input#sbb{
  background-image: url(images/search_button.png);
  border: none;
  width: 62px;
  height: 22px;
  overflow: visible;
}
div#adsense h4{
	float: left;
	width: 19px;
	height: 80px;
	overflow: hidden;
}
div#twitter_div{
	width: 700px;
	float: left;
}
div#twitter_div ul li{
	float: left;
	padding: 0 10px;
	width: 213px;
	height: 80px;
	background: url(images/dotline_v.png) repeat-y right;
}


/*****************************************************************************/
/**                               Tags Cloud                                **/
/*****************************************************************************/


div#CO_tags_cloud{
  text-align: center;
  clear: both;
  background-color: #ebecef;
}
div#tags_cloud{
  margin: 0px auto;
  width: 1000px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Tahoma;
}
div#tags_cloud ul{
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 25px;
}
div#tags_cloud ul li a{
  text-decoration: none;
  padding: 2px;
}
div#tags_cloud ul li{
  display: inline;
  margin: 2px;
}
div#tags_cloud a:link,  div#tags_cloud a:visited, div#tags_cloud a:active{
  color: #104aa8;
}
div#tags_cloud a:hover{
  color: #7f9db9;
}




/*****************************************************************************/
/**                               Other stuff                               **/
/*****************************************************************************/


div#CO_columns{
  text-align: center;
  clear: both;
  background: url(images/middle_bg.png) repeat-x;
  min-height: 65px;
}

div#columns{
  margin: 0px auto;
  text-align: left;
  width: 985px;
  padding-bottom: 10px;
  font: normal 12px Verdana;
  color: #565656;
  position: relative;
}
div#wrapper{
  
}


/**********             Comments             **********/

div#comments{
  float:left;
	width:735px;
  background: url(images/dotline_v.png) repeat-y right;
}
div#comments div.header{
  height: 70px;
  background: url(images/mid_newcom.png) no-repeat 8px 0px;
  font-size: 11px;
  color: #fff;
  padding-left: 280px;
  line-height: 63px;
}
div#comments div.header a:link, div#comments div.header a:visited, div#comments div.header a:active{
  color: #fff;
}
div#comments div.header a:hover{
  color: #ccc;
}

div#comments div.last-comments-header{
  height: 70px;
  background: url(images/mid_new_comments.png) no-repeat 11px 0px;
  font-size: 11px;
  color: #fff;
  padding-left: 280px;
  line-height: 63px;
}

div#comments div.dotline_h{
  background: url(images/dotline_h.png) repeat-x;
  height: 1px;
  clear: both;
}


/*  Date  */
div#comments div.comment-date{
  float:left;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #838282;
  padding-top:14px;
  width: 23px;
  margin-left: -712px;
}
div#comments div.comment-date a:link, div#comments div.comment-date a:visited, div#comments div.comment-date a:active{
	color: #838282;
	text-decoration: none;
}
div#comments div.comment-date a:hover{
	color: #97dc56;
}
div#comments span.date{
  font-size: 22px;
}
div#comments span.mon-year, div#comments span.time{
  font-size: 10px;
  background: url(images/dotline_h.png) repeat-x top;
  display: block;
  margin-top: 2px;
  padding-top: 4px;
}

/*  Entry  */
div#comments div.wrapper{
  float: left;
  width: 720px;
  padding-bottom: 15px;
  padding-top: 15px;
  
}
div#comments div.comment{
  margin-left: 40px;
  background: url(images/vline_green.png) repeat-y left;
  width: 680px;
}

div.comment a:link, div.comment a:visited, div.comment a:active{
  color: #1d8600;
}
div.comment a:hover{
  color: #97dc56;
}

div#comments h2{
	font: normal 20px Georgia;
	margin-left: 50px;
	margin-top: 20px;
}
div#comments h3{
  margin-left: 13px;
  font: normal 18px Georgia;
  padding-top: 2px;
}

div#comments h3 a{
	
}
div#comments h3 img{
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 7px;
}
div#comments div.comment p{
  padding: 10px 5px 10px 13px;
  text-align: justify;
  line-height: 18px;
}

div#comments span.edit{
  font-size: 11px;
  margin-left: 13px;
}
div#comments span.comment2post{
  display: block;
  font-size: 11px;
  margin-left: 13px;
  line-height: 18px;
}

div#comments div.paged-comments{
  padding: 25px 10px 30px 53px;
  margin-right: 1px;
  
}
div#comments div.paged-comments a{
  display: inline;
  padding: 5px 3px 3px 3px;
}


div#comments div.no-comments{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

div#comments  .google-txt{
	float:right;
	width: 300px;
	margin-top: 50px;
}

/* Comment form */
div#comments form{
	display: block;
	
}
div#comments form div.header{
  height: 70px;
  background: url(images/new_comment.png) no-repeat 1px 0px;
}

div#comments label, div#comments input, div#comments textarea{
  display: block;
  margin: 5px 0px;
  font: normal 12px Verdana;
}
div#comments input#author, div#comments input#email, div#comments input#url, div#comments textarea{
  width: 333px;
  background-color: #ebebe4;
  border: solid #7f9db9 1px;
  padding: 4px 2px 2px 2px;
}
div#comments label{
  cursor: pointer;
  margin: 15px 10px 10px 13px;
}
div#comments label:hover{
  color: #1d8600;
}
div#comments textarea{
  height: 200px;
  width: 655px;
  line-height: 16px;
}

div#comments input#submit{
  display: block;
  float: right;
  /*	background: url(images/input_bg.png) repeat-x; */
  border: solid #565656 1px;
  margin: 10px 5px 10px 5px;
  width: 93px;
  height: 25px;
}
div#comments label.subscribe{
  padding: 10px 0px 0px 10px;
  margin: 0px;
  display: block;
  line-height: 17px;
}
div#comments label.subscribe input{
  margin: 0px;
  margin-right: 5px;
  display: block;
  float: left;
}
div#comments label span{
	font-weight: bold;
	color: red;
}


div#comments div.header_ads{
  height: 70px;
  background: url(images/mid_ads.png) no-repeat 11px 0px;
}

div#comments div.google-ref{
	padding-left: 38px;
	padding-top: 20px;
	padding-bottom: 15px;
	
}

/**********             Last Posts             **********/

div#latest_posts{
	float:left;
	width:735px;
	background: url(images/dotline_v.png) repeat-y right;
}

div#latest_posts .header{
  height: 70px;
  background: url(images/mid_newposts.png) no-repeat;
}

div#latest_posts a:link, div#latest_posts a:visited, div#latest_posts a:active{
  color: #104aa8;
}
div#latest_posts a:hover{
  color: #5685dc;
}


div#latest_posts div.post{
}
div#latest_posts div.dotline_h{
  background: url(images/dotline_h.png) repeat-x;
  height: 1px;
  clear: both;
}


/*  Date  */
div#latest_posts div.post-date{
  float:left;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #838282;
  padding-top:14px;
  width: 23px;
}

div#latest_posts span.date{
  font-size: 22px;
  display: block;
  width: 23px;
}
div#latest_posts span.mon-year{
  font-size: 10px;
  background: url(images/dotline_h.png) repeat-x top;
  display: block;
  margin-top: 2px;
  padding-top: 4px;
  width: 23px;
}

/*  Entry  */

div#latest_posts div.entry{
	margin-left: 30px;
	background: url(images/vline_blue.png) repeat-y left;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#latest_posts div.entry h3 a{
  font: normal 17px Tahoma;
  padding-top: 2px;
  padding-left: 0px;
  margin-left: 14px;
}
div#latest_posts span.recent_posts_tags{
  font: normal 11px Arial;
  padding-left: 13px;
  display: block;
  margin: 0px 5px 10px 0px;
}
div#latest_posts span.recent_posts_cats{
	margin-right: 20px;
}

div#latest_posts div.entry p{
  padding: 10px 10px 10px 13px;
  text-align: justify;
  line-height: 18px;
}

div#latest_posts span.read-more{
  font-size: 11px;
  margin-left: 13px;
}
div#latest_posts span.read-comments{
  font-size: 11px;
  margin-left: 20px;
}



/**********             Meta            **********/

div#misc{
	float:right;
	width: 250px;
	
	/* background: url(images/dotline_v.png) repeat-y left; */
}
div#misc div.header{
  background: url(images/mid_meta.png) no-repeat;
  height: 85px;
}

div#misc div#rss{
  margin-left: 23px;
  height: 40px;
}
div#misc div#rss a#rss_posts{
  width: 62px;
  height: 24px;
  background: url(images/rss_posts.png) no-repeat;
  float: left;
}
div#misc div#rss a#rss_comments{
  width: 92px;
  height: 24px;
  background: url(images/rss_comments.png) no-repeat;
  float: left;
  margin-left: 45px;
}

div#misc div.dotline_h{
  background: url(images/dotline_h.png) repeat-x;
  height: 1px;
  clear: both;
}

div#misc div#banners_left, div#misc div#banners_right{
  padding-left: 23px;
  padding-top: 9px;
  float: left;
  padding-bottom: 22px;
  text-align: center;
}
div#misc div#banners_left img, div#misc div#banners_right img{
  margin-top: 13px;
}
div#misc div#banners_right{
  padding-left: 18px;
}

div#misc h4{
  margin-top: 22px;
  margin-left: 23px;
  font: normal 18px Georgia;
  padding-left: 10px;
  border-left: solid #d48232 5px;
}
div#misc ul{
  margin-bottom: 23px;
}
div#misc li{
  margin-top: 12px;
  margin-left: 23px;
  padding-left: 15px;
  background: url(images/bull.png) no-repeat left;
}

div#misc li a:link, div#misc li a:visited, div#misc li a:active{
  color: #d48232;
}
div#misc li a:hover{
  color: #f3ce6c;
}

div#misc div.google-ref{
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	
}

/*****************************************************************************/
/**                               Footer                                    **/
/*****************************************************************************/


div#CO_footer{
  text-align: center;
  clear: both;
  background-color: #ebecef;
  border-top: solid #c5c5c5 1px;
}
div#footer{
  margin: 0px auto;
  width: 1000px;
  text-align: left;
  height: 80px;
}
div#footer a#copyright{
  display: block;
  float: left;
  background: url(images/copyright.png) no-repeat left;
  padding: 10px 10px 10px 30px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 17px;
}
a#copyright:link, a#copyright:visited, a#copyright:active{
  color: #7b7a7a;
}
a#copyright:hover{
  color: #838282;
}



div.clearer{
  clear: both;
}

del.hide-noindex {
  display: none;
}



















