/*
Theme Name: Catch Internet
Theme URI: http://catchinternet.com
Description: Basic Three column theme, featured on center, Custom Widget, Custom Admin Panel
Version: 4.0
Author: Catch Internet
Author URI: http://catchinternet.com
Legal Notice: Distribution of this document is limited. Copyright (C) Catch Internet 2011. All Rights Reserved.
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Reset Styling - Reset styling.
2. Initial Styling - General tags, the background, global attributes (overridden by following regions).
3. Header Region - Styles specific for topleft menu.
4. featured Region - Styles for animate image, search, etc.
5. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
6. Comments Region - Styles for comment thread, forms, etc.
7. Sidebar Region - Styles for widgets, additional menus lists and links.
8. Footer Region - Styles specific to the footer region.
9. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*-- START SECTION 1 - Reset Styling --*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/*-- END SECTION 1 - Reset Styling --*/


/*-- START SECTION 2 - Initial Styling --*/
body {
    background-color: #DDEDFF;
    color: #333333;
    font: 13px Arial,Helvetica,sans-serif;
	line-height: 1.5;
}
.wrapper {
	width:1000px;
	margin:0 auto;
}
.CL {
	clear:left;
}
.CR {
	clear:right;
}
.CB {
	clear:both;
}
.master-png {
	background:url(images/master-png.png) no-repeat;
}
.master-jpeg {
	background:url(images/master-jpeg.jpg) no-repeat;
}
a {outline:none; text-decoration:none; }
p {
    padding-bottom: 20px;
}
.clearfix {height:1%; overflow:hidden; }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding-bottom: 5px;
}
h1 { font-size: 22px; line-height:26px; }
h2 { font-size: 20px; line-height:24px; }
h3 { font-size: 18px; line-height:22px; }
h4 { font-size: 16px; line-height:20px; }
h5 { font-size: 14px; line-height:16px;}
h6 { font-size: 13px; }
.nomarginright {
	margin-right:0 !important;
}
.nomarginleft {
	margin-left:0 !important;
}
.nomargin {
	margin:0 !important;
}
.nopadding {
	padding:0 !important;
}
.hr {
    border-top: 1px solid #CCCCCC;
    margin: 15px 0;
}

strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
code, pre { background: none repeat scroll 0 0 #F0F0F0; color: #000000; font-family: Courier New,monospace; }
pre { border: 1px solid #DADADA; margin-bottom: 10px; overflow: auto; padding: 11px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #E2E9F3; font-style: italic; border-left: 5px solid #6387BE; margin: 0 20px 20px; }
	blockquote p { padding-bottom: 0px; }


/*-- END SECTION 2 - Initial Styling --*/

/*-- START SECTION 3 - Header Region --*/
#header {
	background:url(images/header-bg.jpg) repeat-x;
}
#mast-header {
	background:url(images/mast-header-bg.jpg) top center no-repeat;
}

#mast-header h1 {
	padding:55px 0 0 20px;
	width:237px;
	float:left;
}
#mast-header h1 a {
	text-indent:-10000px;
	width:237px;
	height:89px;
	display:block;
}
#mast-header h1 a:hover {
	background-position:0px -89px;
}
#mast-header ul {
	float:right;
	margin:66px 0 0;
	height:77px;
	padding:13px 0 0;
}
ul#menu-primary li {
	float:left;
	padding:22px 22px 0 20px;
	background:url(images/menu-seperator.png) right center no-repeat;
	height:45px;
}
ul#menu-primary li a {
	color:#fff;
	font:17px "Cuprum","Trebuchet MS";
	text-transform:uppercase;
}
ul#menu-primary li a:hover, .home ul#menu-primary .navHome a, .page-about-us ul#menu-primary .navAboutus a, .page-services ul#menu-primary .navServices a, .category-services ul#menu-primary .navServices a, .category-clients ul#menu-primary .navClients a, .category-portfolio ul#menu-primary .navPortfolio a, .category-blog ul#menu-primary .navBlog a, .page-contact-us ul#menu-primary .navContactus a   {
	color:#cc9712;
}

h2.pageTitle { 
	clear:both;
	height:58px;
	padding:20px 0 0 30px;
	font: 27px "Cuprum","Trebuchet MS";
	line-height: 31px;
	color:#fff
}
h2.pageTitle span { 
	font:italic 17px "Cuprum","Trebuchet MS";
	color:#3477c8;
}
/*-- END SECTION 3 - Header Region --*/

/*-- START SECTION 4 - featured Region --*/
#featured {
    background: url("images/featured-bg.png") no-repeat scroll center 75px transparent;
    height: 378px;
    padding-top: 75px;
}

#featured .wrapper {
	padding:45px 0 0 30px;
	width:970px;
	}
#featSlider {
    color: #FFFFFF;
    height: 255px;
    margin: 0 auto;
    overflow: hidden;
    width: 970px;
}

#featSlider h3 a {
	font:35px 'Philosopher', arial;	
	margin:0 0 10px;
	display:block;
	color:#fff;
}

#featSlider p {
	font:14px Arial, Helvetica, sans-serif;
	line-height: 23px;
	overflow:hidden;
	padding:0;
}

#featSlider .slides {
    height: 255px;
    overflow: hidden;
}

#featSlider .featured-work {
    float: left;
    height: 199px;
    margin: 21px 0 0 139px;
    width: 317px;
}
#featSlider a.readMore {
	display:block;
	text-indent:-1000px;
	background-position:-295px 0px;
	width:120px;
	height:45px;
	margin:15px 0 0 0;
}
#featSlider .featContent {
	float:left;
	width:400px;
	height:255px;
	}
	
#featured #controllers {
	margin:15px 0 0 418px;
}
#featured #controllers a {
	width:14px;
	height:15px;
	display:block;	
	float:left;
	margin:0 5px 0 0;
	text-indent:-10000px;
	background:url(images/master-png.png) no-repeat scroll -274px -138px;
}
#featured #controllers a:hover, #featured #controllers a.activeSlide {
	background-position:-254px -138px;
}
/*-- END SECTION 4 - featured Region --*/

/*-- START SECTION 5 - Content Region --*/
#main {
	background:url(images/wrapper-bg.png) center repeat-y;
	padding:0 0 30px 0;
}
#main .wrapper {
	padding:30px 0 0;
}
#main .top-border {
	height:5px;	
	overflow:hidden;
}
#main .bottom-border {
	height:5px;
	background-position:0px -13px;
	overflow:hidden;
}
#content {
	height:1%;
	overflow:hidden;
	border-left:1px solid #ccc;	
	border-right:1px solid #ccc;
	background:#fff;
	padding:26px 30px;
}

#content .title {
 	font:25px "Cuprum","Trebuchet MS";
	margin:0 0 10px;
}
#content .title a { color:#000;}
.archive #content .title { margin:0;}
#content .postDescription {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    color: #9E9E9E;
    font: italic 12px Georgia,serif;
	line-height: 14px;
    margin-bottom: 11px;
    padding: 8px 5px 7px 4px;
}

.postDescription .addthis_toolbox, .postDescription .post-meta  {
    display: inline;
    float: left;	
}
.postDescription .addthis_toolbox {
    width: 400px;
}
.postDescription .printfriendly {
    padding-left: 20px;
}
.single .postDescription .addthis_toolbox, .single .postDescription .post-meta {
    height: 25px;
    width: 100%;
}

.postDescription .post-meta {
	width: 199px;
}
.entry a, .postDescription a {
    color: #3477C8;
}
.entry a:hover, .postDescription a:hover {
	text-decoration:underline;
}
.entry ul, .post ul {
    list-style-type: disc;
	clear:left;
}

.entry ol {
	list-style:decimal;
}

.entry ol, .entry ul, .post ul {
	margin: 0 0 0 20px;
    padding-bottom: 10px;
}

.entry ul li, .entry ol li {
    padding-bottom: 10px;
}

#content .post { padding-bottom:40px;}
#narrow-column {
    background: url("images/narrow-column-bg.jpg") repeat-y scroll right center transparent;
    float: left;
    padding-right: 30px;
    position: relative;
    width: 608px;
	min-height:520px;
}
#narrow-column .top-bg, #narrow-column .bottom-bg { 
	display: block;
	position:absolute;
	right:0;
	height: 49px;
	width: 11px;
	 } 
#narrow-column .top-bg {
    background: url("images/narrow-column-top.jpg") no-repeat scroll 0 0 transparent;
    top: 0;
}

#narrow-column .bottom-bg {
    background: url("images/narrow-column-bottom.jpg") no-repeat scroll 0 0 transparent;
    bottom: 0;
}

.entry-excerpt .thumb {
    border: 2px solid #999999;
    display: inline;
    height: 139px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 271px;
}
.entry-excerpt p {
    display: inline;
    float: left;
	width:310px;
}

.content-box {
	width:313px;
	float:left;
	margin:0 30px 0 0;
	height:357px;
	background-color:#fff;
	font:14px Arial, Helvetica, sans-serif;	
	color:#006699;
}
.content-box p {
	padding:0 15px 5px;
	line-height:23px; 
}

.content-box span.lft {
	height:14px;
	background-position:-313px -124px;
	display:block;	
	overflow:hidden;
}
.content-box .title-bg {
	height:69px;
	background-position:0px -124px;
	
	padding:9px 15px 0 15px;
}

.content-box h3 {
	font:25px "Cuprum","Trebuchet MS";
}
.content-box h3 a {
	color:#006699;
}

.content-box span.tagline {
	font:14px "Cuprum","Trebuchet MS";
}

.content-box.box2 {
	background-color:#c8dcf4;	
	margin-top:14px;
	height:343px;
}
.content-box.box2 .title-bg {
	background:none;	
	height:56px;
}

.content-box.box2 a.smallbg {
    background: url("images/small-bg.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 147px;
    margin: 0;
    padding: 4px 7px 0 5px;
    width: 271px;	
}
.content-box.box2 p {
	padding:0 15px 5px 15px;
}

.content-box.box3 {
	margin:0;
}
.content-box span.rit {
	height:14px;
	background-position:-313px -141px;
	display:block;
	overflow:hidden;
}

#main .wrapper .content-box ul.services {
	margin:-5px 0 0;
}
#main .wrapper .content-box ul.services li {
	clear:left;
}
#main .wrapper .content-box ul.services li a  {
	 height:45px;
	 background:url(images/li-bg.jpg) repeat-x;
	 display:block;
	 line-height:42px;
	 color:#006699;
	 padding:0 15px;
}
#main .wrapper .content-box ul.services li a span  {
	width:21px;
	height:21px;
	display:block;
	float:left;
	margin:10px 15px 0 0;
	background-position:-247px 0px;
	background:url(images/master-png.png) -247px 0px no-repeat;
}
#main .wrapper .content-box ul.services li.icon1 a span  {
	background-position:-247px 0px;
}
#main .wrapper .content-box ul.services li.icon1 a:hover span  {
 	background-position:-271px 0px;
}
#main .wrapper .content-box ul.services li.icon2 a span  {
	background-position:-247px -22px;
}
#main .wrapper .content-box ul.services li.icon2 a:hover span  {
 	background-position:-271px -22px;
}
#main .wrapper .content-box ul.services li.icon3 a span  {
	background-position:-247px -46px;
}
#main .wrapper .content-box ul.services li.icon3 a:hover span  {
 	background-position:-271px -46px;
}
#main .wrapper .content-box ul.services li.icon4 a span  {
	background-position:-247px -69px;
}
#main .wrapper .content-box ul.services li.icon4 a:hover span  {
 	background-position:-271px -69px;
}
#main .wrapper .content-box ul.services li.icon5 a span  {
	background-position:-247px -93px;
}
#main .wrapper .content-box ul.services li.icon5 a:hover span  {
 	background-position:-271px -93px;
}
#main .wrapper .content-box ul.services li.icon6 a span  {
	background-position:-247px -117px;
}
#main .wrapper .content-box ul.services li.icon6 a:hover span  {
 	background-position:-271px -117px;
}
#main .wrapper a.readmore {
	background-position:-0px -355px;
	display:block;
	text-indent:-10000px;
	width:100px;
	height:25px;
	margin:10px 0 0;
	border:none;
}
#main .wrapper a.readmore:hover {
	background-position:-102px -355px;
}
#bottom-box {
	background-position:0px -21px;
	height:100px;
	padding:0px 30px;
	font-size:22px;
	color:#fff;
	margin:30px 0 0;
}
#bottom-box a {
 	color:#0e3a6e;
}

#bottom-box p { 
	float: left;
    padding: 33px 0 0;
}

#bottom-box p.quote {
    float: right;
    padding: 30px 0 0;
}
#bottom-box p.quote a {
	background-position:0px -384px;
	display:block;
	text-indent:-10000px;
	width:204px;
	height:40px;
}
#bottom-box p.quote a:hover {
	background-position:0px -427px;
}

#bottom-box a.quote {
    background-position: 0 -384px;
    display: block;
    float: right;
    height: 40px;
    margin: -4px 0 0 15px;
    text-indent: -10000px;
    width: 204px;
}


#portfolio li {
    float: left;
    height: 215px;
    margin: 0 0 30px 30px;
}

#portfolio li a span {
    display: none;
}

#portfolio li a {
    background: url("images/portfolio-bg.jpg") no-repeat scroll center bottom transparent;
    display: block;
    height: 199px;
    padding-top: 15px;
    position: relative;
    width: 292px;
}

#portfolio li a:hover {
	width:292px;
	height:208px;
	padding-top:12px;
	display:block;
}

#portfolio li a:hover span {
	width:252px;
	height:153px;
	top:12px;
	background:url(images/portfolio-hover.png);
	display:block;
	position:absolute;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:15px 20px;
}

#portfolio li a span label {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	margin-top: 10px;
	max-height: 115px;
	overflow: hidden;
	cursor:pointer;
}


#clients li {
    float: left;
    margin: 0 0 14px 14px;
}

.page-contact-us form label {
    float: left;
    line-height: 33px;
    margin: 0 10px 0 0;
    text-align: right;
    width: 100px;
}

.page-contact-us form p {
    height: 1%;
    overflow: hidden;
    padding-bottom: 20px;
}
.page-contact-us .wpcf7-text, .page-contact-us textarea {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CCCCCC;
    float: left;
    font: 14px Arial,Helvetica,sans-serif;
    margin: 0 0 0 20px;
    padding: 8px;
    width: 450px;
}
.page-contact-us form .note {
	float:left; font-style:italic; font-size:12px; padding-left:130px
}
.page-contact-us .wpcf7-submit { 
	background: url("images/submit.jpg") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font: bold 12px Verdana,Arial,Helvetica,sans-serif;
    margin-right: 20px;
    padding: 7px 0 12px;
    text-align: center;
    width: 89px;
	}
.page-contact-us span.wpcf7-not-valid-tip {
    color: #FF0000;
    font-size: 10pt;
    left: -460px;
    padding: 2px;
    position: absolute;
    top: 20%;
    width: 280px;
    z-index: 100;
	border:none;
	background:#F0F0F0;
}	
/*-- END SECTION 5 - Content Region --*/

/*=== START SECTION 6 - Comment Region ===*/
#respond { 
	padding: 10px 0;
}
#commentform {	
	padding: 10px 0;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 6 - Comment Region ===*/

/*-- START SECTION 7 - Sidebar Region  --*/
#sidebar {
	color: #666;
    float: right;
    font-size: 12px;
    width: 270px;	
}

#sidebar .widget {
	border-bottom: 1px solid #CCCCCC;
    margin-bottom:15px;
	padding-bottom:10px;
}

#sidebar h2.widgettitle {
    color: #666;
    font: 22px "Cuprum","Trebuchet MS";
	line-height: 24px;
    margin: 0 0 5px;
    padding: 0;
}

#sidebar a {
	color:#666;
}
#sidebar a:hover {
	text-decoration:underline;
}

#sidebar ul ul li {
    background: url("images/icon.png") no-repeat scroll 0 3px transparent;
    padding: 0 0 5px 25px;
}

#sidebar p {
 	line-height:20px;
	margin:20px 0 0;
}


/*=== END SECTION 7 - Sidebar Region ===*/

/*-- START SECTION 8 - Footer Region  --*/
#footer-wrap { 
	background: url("images/footer-repeat-y.jpg") repeat-y scroll center center #0B2D55;
}
#footer {
    background: url("images/footer-bg.jpg") no-repeat scroll center bottom transparent;
    padding: 30px 0 0;
}
#footer .wrapper ul { padding-bottom:15px}

#footer .widget {
	width:220px;
	float:left;
	padding:0 15px;
	font-size:12px;
	line-height:15px;
}

#footer .widget.widget_ci_tag_cloud_widget {
	line-height:20px;
}
#footer .widget h5 {
	color:#fff;
	font-weight:bold;
	padding:0 0 15px;
}
#footer .widget h5 a { color:#FFF;}
#footer .widget a {
	color:#3d78be;
}
#footer .widget a:hover {
	border-bottom:1px dotted #3d78be;
}
#footer .widget ul li {
    color: #999;
    padding-bottom: 5px;
}
#footer .widget span {
	font-size:11px;
	display:block;
}
#footer .widget a:hover span {
	color:#fff;
	border:none !important;
}
#footer .wrapper .copyright {
	font:15px "Cuprum","Trebuchet MS";
	color:#adadad;
	padding:36px 0 0 15px;
	float:left;
	height:84px;
}
#footer .wrapper .copyright a {
	color:#adadad;
}
#footer .wrapper .copyright a:hover {
	border-bottom:1px dotted #adadad;
}
#footer .wrapper .copyright a.validator {
	font-size:12px;
	color:#55b05a;		
}
#footer .wrapper .copyright a.validator:hover {
	border-bottom:1px dotted #55b05a;
}
#footer .wrapper a.footer-logo {
	float:right;
	text-indent:-10000px;
	width:237px;
	height:89px;
	display:block;
	margin:-8px 0px 0;
	background-position:0px -179px;
}
#footer .wrapper a.footer-logo:hover {
	text-indent:-10000px;
	width:237px;
	height:89px;
	display:block;
	background-position:0px -265px;
}
/*-- END SECTION 8 - Footer Region  --*/


/*=== START SECTION 9 - Misc. & Plugins ===*/

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 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; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
#wp-calendar a:hover { text-decoration: underline; }
#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
#wp-calendar td#today { color: #ffffff; }
#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*------------[PAGINATION]-----------*/
/*------------------------------------------------*/
.pagination {
	clear:both;
    overflow: hidden;
    padding: 10px 0;
}

.pagination #wp_page_numbers {
    background: none repeat scroll 0 0 white;
    margin: 0;
    width: 100%;
}

.pagination #wp_page_numbers li.page_info {
    border: 1px solid #004276;
    color: #666666;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-right: 2px;
    padding: 5px 10px;
}

.pagination #wp_page_numbers ul,.pagination  #wp_page_numbers li {
    background: none repeat scroll 0 0 white;
    border: medium none;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagination #wp_page_numbers a {
	background-color: #CEDAEC;
    border: 1px solid #ABBED6;
    font-size: 13px;
    line-height: 16px;
	padding: 5px 10px;
	font-weight:bold;
	color:#446286;
}

.pagination #wp_page_numbers li a:hover {
	background-color: #9EB5D6;
   	color: #FFFFFF;
	border-color:#698CC0;
   	font-weight: bold;
}

.pagination #wp_page_numbers li.active_page a {
    background-color: #9EB5D6;
    color: #FFFFFF;
	font-weight:bold;
	border-color:#698CC0;
}
.pagination #wp_page_numbers li.active_page a:hover {
	color: #FFFFFF;
	border-color:#698CC0;
	text-decoration:none;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

/*------------------------------------------------*/
/*------------[Social Connect with us]-----------*/
/*------------------------------------------------*/

a.social {
	display:block;
	width:40px;
	height:40px;
	float:left;
	margin:10px 20px 15px 0;
	background:url(images/social-icon.png) no-repeat;
}
a.fb {
	background-position:-43px 0;
}
a.rss {
	background-position:-86px 0;
}

#footer .widget.widget_ci_social_widget a:hover {
	border:none;
}
.widget_ci_social_widget .fb-like, 
.widget_ci_social_widget .addthis_toolbox {
    margin-top: 15px;
}
.addthis_toolbox .twitter-share-button {
	float:left;
}
/*=== END SECTION 9 - Misc. & Plugins ===*/