/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Andärin
	Author Site	: http://byteful.com/
	Style Name	: BT3
	Style URI	:
	Version		: v3.9.5 - 2012.01.19
	Comments	: For K2FINAL 1.0.4 (White Photoset box)

border-bottom-left-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;	
*/


body {
    background: #BED1EA;    /* C8D1EA */
    /* url(/blog/wp-content/themes/k2final102/styles/bitli/2011FEBtile.gif) repeat-x 0 0
    2011 = 8399CB 869CCB, 2010 = 455a99 56629E 377DC8 5473C0 */
}
::-moz-selection {
	background: #60A7FC;
}
::selection {
	background: #60A7FC;
}

#reclist li {
	font-size: 11px;
}

#primaryfull {
	position: relative;
	float: left;
	width: 720px;
	padding: 10px;
}

iframe.gmap {
box-shadow: #D9D9D9 0px 1px 3px;
-moz-box-shadow: #D9D9D9 0px 1px 3px;
-webkit-box-shadow: #D9D9D9 0px 1px 3px;
}

.car-list ol,
.car-list ul {
padding: 0 0 0 30px;
}

.entry-content abbr {
	border-bottom: 1px dashed #333;
}

.entry-content ol,
.entry-content ul {
padding: 0 0 0 30px;
}

ul.menu li a {
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-in-out;
	padding: 5px 13px;
}

.content {
padding: 0px 20px 18px;
}

.hentry {
    margin: 0 0 10px;
    position: relative;
}

.car-monthlisting {
font-size: 10px;
}

.twtr-remixed {
	margin: 8px 0px 25px !important;
	padding:6px !important;
	background: #FFF;
	border: 2px solid #e9ebef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.tagcloud {
background: #FFF;
border: 2px solid #E9EBEF;
padding-left: 4px !important;
padding-bottom: 4px !important;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}


/* CORRECTIONS FOR K2final102 */

img.borderplease {
	border: 1px solid #CCC !important;
	padding: 3px !important;
}
img.borderlessplease {
	border: 0px !important;
	padding: 0px !important;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #FBFBFF;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-right: 6px;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
	}
/*
.wp-caption a img,
.wp-caption a img:hover {
	padding: 8px 0px 0px;
	border: 0 none;
	}
*/
.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
	}

.entry-meta-big {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.3em !important;
	color: #11236B;
	font-weight: bold;
	padding-top: 7px;
	/* border-top: 2px solid #eee; f0f0f0 */
	}


/* Print and PDF section */

.printandpdf {
	font-size: 10px !important;
	}
.printfriendly {
	float:right;
	margin-top: -2px;
	}
.printfriendly a {
	color: #777;
	}					
.printfriendly a img {
	border:none; 
	padding:0;
	}


.recommendedshare {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	color: #11236B;  /* 2009 26355F */
	font-size: 1.0em !important;
	font-weight: bold;
	}
	
.recommended,
.recommended a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	color: #11236B;  /* 2009 26355F */
	font-size: 1.2em !important;
	font-weight: bold;
	}

/* For Popular Posts on About page */
.post-stats {
	font-size:9px;
	font-weight:bold;
}



.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.1em;
	font-weight: bold;
	}
.entry-title {
	}
.entry-head .entry-meta {
	background: none;
	padding-left: 0.1em;
	}
.entry-head {
	margin-top: 15px;
	position: relative;
	}
.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}




/* NAVIGATION STYLES */

.navigation {
	text-align: center;
	font-size: 10px;			/* 1em */
	line-height: 13px;
	}
.navigation a,
.navigation a:active,
.navigation a:visited {
	color: #002CED; /* 5677DC 3760F3 002CED 0033FF 334DFF */
	background: #fff; /* f5f5f5 F6F8FF */
	padding: 1px 3px;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
}
.nav-previous a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 1px;
}
.nav-next a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 2px;
}
.navigation a:hover {
	color: #f5f5f5; /* 004DE6 0033FF 334DFF */
	background: #304EA6; /* 003DCC */
	padding: 1px 3px;
	display: block;
	text-decoration: none;
}
#rollingarchives { /* AJAX-powered navigation hub */
	top: 0;
	height: 25px;
	display: block;
	width: 500px;
	border-bottom: none;
}
#nav-above {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #EAEDF2; /* 304EA6 */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#nav-below {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #EAEDF2; /* 304EA6 */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* SUBSCRIBE BUTTON */

.subscribe2 {
	float: right;
	margin-top: 2px;
}
.subscribe2 a {
	color: #1C60BB !important; /* 004DE6 0033FF 334DFF */
	font-weight: bold;
	display: block;
	padding: 1px 3px;
	text-decoration: none;
}
.subscribe2 a:hover {
	text-decoration: underline;
}



/* ACADEMIC CITATION STYLES */
div.view_citations_link {		/* Contains the [view academic citations] text */
	color: #304EA6;				/* F50 06C */
	font-size: 10px;			/* 13 */ 
	font-weight: normal;
	background: #f3f3f3;
	padding: 1px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
}

div.view_citations_link:hover {
	color: #f5f5f5;			/* 004DE6 0033FF 334DFF */
	background: #304EA6;	/* 002EBE */
	padding: 1px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

div.hide_citations_link {         /* Contains the [hide academic citations] text */
	color: #304EA6; /* C50 06C */
	font-size: 10px; 
	font-weight: bold;
}

div.citation_box {                /* Box containing all citations */
	padding: 6px;
	border: 2px solid #EAEDF2; 
	background-color: #FBFBFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


div.citation_entry {              /* Each citation has a hanging indent and space between lines */   
	margin-left: 2em;
	text-indent: -2em;
	padding: 0px 0px 6px 0px;
	/* add custom styles */
}

.citation_hdrtxt {                /* The header text, e.g. AMA Citation, APA Citation, etc. */   
	font-size: 10px; 
	font-weight: bold;
}

.citation_txt {                   /* The citation text. */   
	font-size: 9px; 
	font-weight: normal;		
}
/* END ACADEMIC CITATION STYLES */




/* Fix search box */

#s {
	width: 75%;
	font-size: 1.1em;
}

.Gallery2_Block {
	width: 168px;        /* 184px when border is 8px */
	text-align: center;
	background: #FFF; 				/* 1C3C70, 203E60 */
	border: 2px solid #E9EBEF;			/* 3D5C8F */
	padding-top: 6px !important;
	padding-bottom: 0px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
/*
	box-shadow: #AAA 0px 1px 7px;
	-moz-box-shadow: #AAA 0px 1px 7px;
	-webkit-box-shadow: #AAA 0px 1px 7px;
*/


.Gallery2_Block h4 {
	/*color: #fff;*/
	margin-bottom: 12px;
	}

.giDescription {
	/* DCE7FE, 9CF, 75AAFF */
	font-size: 1.3em !important;
	margin-top: 8px !important;
	margin-bottom: 12px !important;
}
.one-image {
     display: block;
}
.one-image img {
	border: 2px solid #8EA3CC; /* 0F283C */
	padding: 4px;
	background: white;
	box-shadow: #D2D9ED 0px 1px 4px;			/* 0F283C */
	-moz-box-shadow: #D2D9ED 0px 1px 4px;		/* 0F283C */
	-webkit-box-shadow: #D2D9ED 0px 1px 4px;	/* 0F283C */
}



#page {
box-shadow: #91A8CD 0px 4px 12px;
-moz-box-shadow: #91A8CD 0px 4px 12px;
-webkit-box-shadow: #91A8CD 0px 4px 12px;	/* 99A5CC */

	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 2px;
	position: relative;
	width: 780px;
	border: 2px solid #A8BADC;	/* A9B8E6 */
	
	/*	background-image: url('map.jpg');
	background-attachment: scroll;
	background-repeat: repeat;
	*/
	border-top: none;
	clear: both;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}	
#header {
	padding: 0;
	margin: 0;
	background: #ffffff url('bytefulcom35b.jpg') center center no-repeat;
	width: 100%;
	height: 124px;
	}

#header .description { /* Description in header - size was 1 */
	font-size: 1.2em;
	margin: 0 40px;
	}
	
#headshine {
	padding: 0;
	margin: 0;
	background: url('shine5a.gif') bottom center no-repeat;
	width: 100%;
	height: 101px;
	}


h1, h1 a, h1 a:hover, 
#header .description {
	text-decoration: none;
}

h1, h2, h3, h4 {
	color: #182C8C;  /* 2010 11236B, 2009 26355F */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	}
.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #182C8C;
	}

.entry-content h4 {
	font-size: 1.3em !important;
	font-weight: bold;
	}

h1 { /* H1 is the title in the header - size was 3 */
	font-weight: bold;
	letter-spacing: 0px; /* -1 */
	margin: 0;
	/* removing padding for k2rc8 and wp2.8 --- padding: 75px 40px 0; */
}

h4 {
	font-size: 1.8em;
	font-weight: normal;
}


#sidebar-1 {
	background: #fbfbff; /* F9FAFF, f3f3f3 */
/*	-webkit-box-shadow: #F1F2F4 0px 1px 7px; */
}


.secondary {
	color: #656F98; /* 616D88 */
	padding: 0px 8px;
	border-top: 0px;
	border-left: 2px solid #EAEDF2;
	border-right: 2px solid #EAEDF2;
	border-bottom: 2px solid #EAEDF2;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.roundedbox {
	background: #FFF;
	border: 2px solid #e9ebef;
	padding-top: 2px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

.roundedboxshare {
	background: #FAFAFF;
	border: 2px solid #e9ebef;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

.roundedboxnavy {
	background: #304EA6;			/* 2448B3 0039BD 1763CF 1458B8 0054CB */
	border: 2px solid #426ED7;		/* 2059DF 0035B3 */
	color: #FFF;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 20px;
	font-size: 16px;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	/* text-shadow: #002E99 0px 2px 4px */
	text-align: center;
	}

.secondary ul {
	background: #FFF;
	border: 2px solid #e9ebef;
	padding-top: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 1em;
	line-height: 1.2em !important;
	}

.secondary ul ul, .secondary ol ol {
	margin: 0px 0px 0px -7px;
	border: 0px solid #fff;
	list-style-type: none !important;
	}

.secondary ul li,
.secondary ol li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
	list-style: disc outside !important;
}

.secondary a {
	color: #1C60BB; /* 002CED */
	text-decoration: none;
	}

ul.menu li {
	margin-right: 5px;
	}

ul.menu li a {
	font-size: 1.1em; /* was 1.0em */
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	}

ul.menu li a:hover {
	background: #FFF;    /* 002B8D 00207C 0E356B */
	color: #000;	
	text-decoration: none;
	}

ul.menu li.page_item blogtab a:hover,
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important;
	background: #ffffff; /* 2009 was f9f9f9 */
	text-decoration: none;
	}
	
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	color: #003399;
	}

h2 a:hover, h2 span a:hover {
	color: #001985 !important; /* 0033FF */
	}

h3 a:hover,
h3 span a:hover,
h1 a:hover,
h1 span a:hover {
	color: #003399 !important;
	text-decoration: underline !important;
	}
	
a {
	color: #002CED; /* 004DE6 0033FF 334DFF */
	text-decoration: none;
	}

/* .entry-content a:visited {
	color: #0039A0;
	}	*/

.entry-content {
	font-size: 1.2em;
	line-height: 1.6em; /* was 1.8 em */
	text-align: left;
	color: #333;
	}


/* 2011 Glowing Links */

.entry-meta-big a,
.entry-meta-big a:active,
.entry-meta-big a:visited,
.entry-content a,
.entry-content a:active,
.entry-content a:visited {
	color: #002CED; /* 004DE6 0033FF 334DFF */
	background: #f3f3f3;
	padding: 1px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	}

.entry-meta-big a:hover,
.entry-content a:hover {
	color: #f5f5f5;			/* 004DE6 0033FF 334DFF */
	background: #003DCC;	/* 002EBE */
	padding: 1px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	}

	
	
/* Image Fix for Glowing Links */	
	
.entry-content a img {
	background: #fff;
	border: 1px solid #CCC;
	padding: 3px;
	box-shadow: #D9D9D9 0px 1px 3px;
	-moz-box-shadow: #D9D9D9 0px 1px 3px;
	-webkit-box-shadow: #D9D9D9 0px 1px 3px;
}	

.foralignnone {
	border: 0px;
	padding: 0px;
	background: #fff !important;
	}

.entry-content .alignnone {
	background: #fff;
	}


/*  Faded META at top */

	
.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #A0A0A0;
	}

.entry-meta {
	/* color: #C0C0C0;
	border-bottom: 2px solid #eee; */
	padding-bottom: 4px;
	}

#footer {
	line-height: 1.6em;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #151C3A; /* 0F308F 3064E5 */
	}

#footer a {
	color: #151C3A;
	border-bottom: 1px solid #151C3A;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}






/* Comments CSS (Going kinda Round-Crazy) */	


.comment-author a {
	color: #0038AA;
	text-decoration: none;
}

#commentlist .comment {
    padding: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    2px solid #EDEDF5;
    }

.bypostauthor {
	background: #FAFAFF;
	border: 2px solid #EDEDF5;
}

#pinglist {
    font-size: 1.2em;
    padding: 0;
    margin: 10px 0 10px;
    background: #F6F7F8;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border: 2px solid #DCE2EF;
    }

.comments textarea {
    width: 99%;
    margin: 10px 0;
    border: 1px solid #888;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }





/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    OCADIA.CSS made by Mike Jolley - http://www.blue-anvil.com 
    Designed and built to work with the Ocadia WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
}

#gb_form {
  text-align : left;
}

#gb_form_div a {
  color : #59708c;
  text-decoration : underline;
}

#gb_form_div form{
  margin : 0 !important;
}

#gb_form_div a:hover {
  color : #8ca0b4;
  text-decoration : none;
}

#gb_form fieldset { 
  border : 0;
  margin : 8px 0 0 0;
  padding : 8px 0 0 0 
}
#gb_form fieldset fieldset { 
  border : 2px solid #ddd;
  margin : 0 0 8px 0;
  padding : 2px 32px 24px 32px;
  background : #f3f3f3 repeat-x bottom; /* previously url(wp-gbcf_images/oct_bg.gif) */
}

#gb_form legend, #gb_form dt { 
  font-size : 1.4em;
  color : #534b48;
  border : 0;
  margin : 0 0 0 -9px;
  font-family : georgia, serif;
}

#gb_form legend#mainlegend { 
  font-size : 1.4em;
  color : #534b48;
  margin : 0;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.4em;
  color : #534b48;
  text-transform : lowercase;
  padding : 0 0 12px 0;
  margin : 0 !important;
}

#gb_form label { 
  color : #333333; 
  font-size : 1em;
  text-transform : lowercase;
  margin-top : 5px;
  margin-left : 0;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  font-size : 1.1em;
  width : 300px; 
  background-color : #fff;
  border : 1px solid #ddd;
  color : #333;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  background-color : #fff;
  color : #7e7e7e;
  border-color : #bebebe;
}

/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  border-color : #bfbfbf;
  color : #777;
  cursor : text;
  background : #f3f3f3;
}

#gb_form input.short {
  width : 50px;
}

#gb_form textarea.textbox {
  width : 400px;
  height : 160px;
  line-height : 1.5em;
}

#gb_form select.med {
  width : 300px;	
  padding : 2px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #669900;
  border : 0;
  padding : 2px; 
  margin : 0;
  width : 10px;
  height : 10px;
}

#gb_form input.button {
  margin : 15px 0 15px 0;
  padding : 4px 0 4px 0 !important;
  width : 11em;
  float : right;
  cursor : pointer;
  color : #fff;
  font-size : 1em;
  letter-spacing : 0.1em;
  background : #9ab9ba;
  text-align : center;
  border: 3px double #999;
}

#gb_form p{
  margin : 0;
  padding : 0;
}

span.error, span.success, #gb_form_div dt { 
  color : #5c6c7d;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #29303b;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : .9em; 
  text-decoration : none;
  border : 0;
  color : #5c6c7d;
}

#gb_form small.whythis a span {
  color : #f3f3f3;
  font-family : arial, sans-serif;
  padding : 1px 4px 1px 4px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  color : #9ab9ba;
  background : none;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  color : #fff;
  border : 0 !important;
  font-style : normal; 
  background-color : #9AB9BA;
  margin-left : 4px;
  text-decoration : none !important;
}

#gb_form p.creditline small {
  font-family : arial, sans-serif;
  display : block;
  text-align : right;
  margin : 0 0 0 0;
  padding : 0px 0 0 0;
  font-size : .9em;
  letter-spacing : .0001em;
  color : #999999;
  clear : both;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #333;
}

/* End OCADIA CSS */





/* ==================================================================
    ComLuv v3 CSS merged into Bitli v3 Stylesheet
================================================================== */



/** below comment form **/
div#commentluv {clear: both; margin-top:10px;}
div#commentluv span img {border: 0; padding: 0;}
div#commentluv input#doluv { width: 25px;}
span#mylastpost { clear: both;}
span#showmorespan { width: 30px; height: 15px; cursor: pointer;}
div#lastposts { padding: 3px; border: 1px dashed #dfdfdf; background-color: white; color: #000;}
input.cl_error { border: 1px solid red !important;}
/** drop down **/
#social .choosepost, span.choosepost {background-color: #fff;line-height: 1.4em; display: block;border-bottom: 1px dashed #bbb;cursor: pointer; margin-bottom: 5px;}
#social .choosepost:hover, span.choosepost:hover { font-weight: bolder; text-shadow: #dfdfdf 2px 2px 1px ; filter: Shadow(Color=gray, Direction=135, Strength=2);}
#social .message, span.message { padding: 2px;}
#social .alert,span.alert { background-color: red; color: white; padding-left: 10px;}
#social .blog, span.blog { padding-left: 25px; background-image: url(../images/blog.gif); background-repeat: no-repeat; background-position: left;}
#social #plusone-div, div#plusone-div { margin: 0px 5px 0px 5px; width: 25px;}
span#gpmsg {margin-left: 5px;}
#social #fb-root-div, div#fb-root-div { width: 50px; overflow: hidden; margin-right: 5px; float:left;}
#social #fbbut, div#fbbut { height: 25px; }  
#social #fbmsg, span#fbmsg { line-height: 25px;}
span#twbut { width: 50px; margin-right: 5px;}
span#twbut iframe { margin-top:2px;} 
span#twmsg { line-height: 25px;} 
/** in comment I ADDED **/
.cluv {
/* border:1px solid #fff; */
	background: #fff;
	border: 2px solid #DCE2EF;
	padding: 5px;
	display: block;
	font-size: 100% !important;
	text-transform: none !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 8px;
}
/** images **/
img.heart_tip { border: none !important; background: none !important; padding: 0 0 0 3px !important; cursor: pointer;}
/** info panel **/
#heart_tip_big.cl_ajax { background: url(/blog/wp-content/plugins/commentluv-premium/images/loader.gif) no-repeat ; height: 13px; background-position: center;}
#heart_tip_big { background: url(/blog/wp-content/plugins/commentluv-premium/images/closeit.png) no-repeat top right; font-size: 1em;}
.heart_tip {margin-left: 5px;display: inline;margin-bottom: -2px; /* fixed a little here, Hesham */margin-right: 0px;padding: 0px !important;background-color: transparent;border: 0  !important;}
.finalbig{margin-top:0px; margin-left:5px; padding:3px; border: 4px solid #dddddd; color: #000; font-family:"Tahoma",Helvetica,Myriad Pro,sans-serif;  }
.finalbig img {margin:5px;width:60px;height:60px; border: 4px solid #CCC;}
.finalbig li{ list-style: none; margin-left: 10px}
.finalbig p { margin: 1px}

/* Title */
.cl_title {font-size:0.8em; margin-top:3px;font-weight:bold;padding-bottom:5px;}
.cl_username {font-size:1.2em;color:#0e9de0;font-weight:bold;}
/* Clicks */
.cl_clicks {clear: both !important;padding:5px 5px 0px 20px;border-top: 1px #f6f6f6 solid; border-bottom: 1px #f6f6f6 solid; background:transparent url(/blog/wp-content/plugins/commentluv-premium/images/littleheartplus.gif) no-repeat scroll left 50%; margin-left:5px;}

/* This link clicked # Times */
.cl_clicks_count {padding: 0px 5px 0px 0px; color:#0e9de0;font-weight:bold;}


/* My links have appeared on */
.cl_links {clear: both !important; padding:5px}
.cl_links_list {padding:0px 5px 0px 0px; padding-left:18px; color:#666666; }

/* Some of my other posts */
.cl_posts {clear: both !important; margin-top:10px; padding:5px;}
.cl_posts_list a {background:transparent url(/blog/wp-content/plugins/commentluv-premium/images/link.png) no-repeat scroll left 50%; padding-left:18px; color:#0e9de0; margin-left:0px;}
.cl_posts_list a:hover {background:transparent url(/blog/wp-content/plugins/commentluv-premium/images/link_hover.png) no-repeat scroll left 50%; padding-left:18px;color:#000;margin-left:0px;}

/** keyword name instructions text **/
#keywordnamebox {
    font-size: 1em;
}
