/*
Theme Name: Pacnet SME 2010
Theme URI: http://www.pacnet.com/
Description: The 2010 default theme for Pacnet SME Sites based on twentyten
Author: Lalor McMahon
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS */

*	{
	margin:0;
	padding:0;
}
*:focus {outline: none;}
/* Pacnet Colours */

.blue   {
   color:#005596;
}
.blue2	{ /* Light Blue */
	color:#3CB6CE;
}
.bgblue {
    background: #005596 none repeat scroll 0 0;
}

.green  {
   color:#00A551;
}
.green2  {
   color:#00D76A;
}
.bggreen {
    background: #00A551 none repeat scroll 0 0;
}

.orange {
   color:#D2492A;
}
.bgorange {
    background: #D2492A none repeat scroll 0 0;
}

.yellow {
   color:#FDC82F;
}
.bgyellow {
    background: #FDC82F none repeat scroll 0 0;
}

.red    {
   color:#BB133E;
}
.bgred {
    background: #BB133E none repeat scroll 0 0;
}

.purple {
   color:#6639B7;
}
.bgpurple {
    background: #6639B7 none repeat scroll 0 0;
}

.aqua   {
   color:#3CB6CE;
}
.bgaqua {
    background: #3CB6CE none repeat scroll 0 0;
}

.gray   {
   color:#6B6B6B;
}
.bggray {
    background: #6B6B6B none repeat scroll 0 0;
}
.lgray	{
	color:#CCCCCC;
}
.white  {
   color:#FFFFFF;
}


/* Positional Elements */
.right	{
	float:right;
}
.left	{
	float:left;
}
.clear	{
	clear:both;
}
.text-center	{
	text-align:center;
}
.text-right	{
	text-align:right;
}
.text-left	{
	text-align:left;
}
.ten	{
	width:10%;
}
.twenty	{
	width:20%;
}
.forty	{
	width:40%;
}
.fifty	{
	width:50%;
}
.sixty	{
	width:60%;
}
.seventy	{
	width:70%;
}
.eighty	{
	width:80%;
}
.ninety	{
	width:90%;
}
.hundred {
	width:100%;
}

.padleft12	{
	padding-left:12px;
}

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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	z-index:1000;
}
#content {
	/*margin: 0 280px 0 20px;*/
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}


/* =Fonts
-------------------------------------------------------------- */
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header, #mainaccess .menu-header, div.menu, #branding, #main, #wrapper {
	margin: 0 auto;
	width: 966px;
}
#wrapper {
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	height:195px;
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float:left;
	margin-right:6px;
	padding:6px;
}
#site-info {
	font-size: 11px;
	padding:0 6px;
}
.fline-1, .fline-2	{
	display:block;
	height:1px;
	width:954px;
}
.fline-1	{
	background:url('../images/background/fline-1.png') top center no-repeat;
}
.fline-2	{
	background:url('../images/background/fline-2.png') top center no-repeat;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background:black url('../images/background/pacnet-bg.png') top center no-repeat;
}

body, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
input	{
	color: #666;
	font-size: 12px;
}
hr {
	background-color:#444444;
	border:0 none;
	clear:both;
	color:#444444;
	height:1px;
	margin:10px auto;
	text-align:center;
	width:95%;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style:decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], input[type="password"], textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
input[type="checkbox"]	{
	line-height:18px;
}
a:link {
	/*color:#005596;*/
}
a:visited {
	/*color:#005596;*/
}
a:active,
a:hover {
	/*color: #FF4B33;*/
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	/*margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	/*clear: right;*/
	color:#BBBBBB;
	float: right;
	font-size:11px;
	/*font-style: italic;*/
	margin: 28px 18px 18px 0;
	/*width: 220px;*/
	text-transform:uppercase;
}

/* This is the custom header image */
#branding img {
	clear: both;
	/*border-top: 4px solid #000;*/
	display: block;
	/*border-bottom: 1px solid #000;*/
}



/* =Menu
-------------------------------------------------------------- */

#access {
	/*background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;*/
	float:right;
	margin-top:14px;
	width:500px;
}
#access .menu-header, div.menu {
	font-size: 11px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#000;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#111; 
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* Main Navigation Menu */

#mainaccess {
	/*background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;*/
	clear:both;
	float:right;
	margin-top:-40px;
	position:relative;
	width:605px;
	z-index:3000;
}
#mainaccess .menu-header, div.menu {
	font-size: 14px;
	font-weight:bold;
	/*margin-left: 150px;*/
}
#mainaccess .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#mainaccess .menu-header li, div.menu li {
	float:left;
	position: relative;
}
#mainaccess a {
	display:block;
	text-decoration:none;
	color:#3CB6CE;
	padding:0 10px;
	line-height:38px;
}
#mainaccess ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#mainaccess ul ul li {
	min-width: 180px;	
}
#mainaccess ul ul ul {
	left:100%;
	top:0;
}
#mainaccess ul ul a {
	background:#000;
	color:#C3C3C3;
	font-size:12px;
	font-weight:normal;
	height:auto;
	line-height:1em;
	padding:6px 10px;
	width: 160px;
}
#mainaccess li:hover > a,
#mainaccess ul ul :hover > a {
	color:#FFFFFF;
	background:#111; 
}
#mainaccess ul li:hover > ul {
	display:block;
}
#mainaccess ul li.current_page_item > a,
#mainaccess ul li.current-menu-ancestor > a,
#mainaccess ul li.current-menu-item > a,
#mainaccess ul li.current-menu-parent > a {
	color: #fff;
}

* html #mainaccess ul li.current_page_item a,
* html #mainaccess ul li.current-menu-ancestor a,
* html #mainaccess ul li.current-menu-item a,
* html #mainaccess ul li.current-menu-parent a,
* html #mainaccess ul li a:hover {
	color:#fff;
}

/*****************/

#site-info .menu-header, div.menu {
	font-size: 13px;
	/*margin-left: 150px;*/
}
#site-info .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding-top:7px;
}
#site-info .menu-header li, div.menu li {
	float:left;
	position: relative;
	border-left: medium 1px;
}
#site-info a {
	display:block;
	text-decoration:none;
	color:#239BDF;
	padding:0 10px;
	line-height:38px;
}

#site-info .menu-header li {
	border-left:1px solid #333333;
	float:left;
	position:relative;
}
#site-info .menu-header li:first-child {
	border:none;
}
/* =Content
-------------------------------------------------------------- */




/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* Search -------------------------------------------------------------- */

#search	{
	margin:10px;
}
#searchform	{
	margin:10px 0 0 0;

}
.searchbtn	{
	background-image: url('../images/icons/sarrow.png');
    border-left: 1px solid #414141;
	border-right: 1px solid #414141;
    position: absolute;
}
#search input#s {
	color:#cccccc;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #414141;
	background-color:black;
	font-size:10px;
	margin-left: 5px;
	margin-right:-3px;
	/*outline:none;*/
    width: 190px;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Login Widget */

.ajax_login_widget	{
	font-weight:bold;
	padding:5px 0;
}
.login	{
	font-weight:bold;
	line-height:24px;
}
.remembercheck, .lostpass	{
	line-height:20px;
	position:relative;
	top:-3px;
}
.remembercheck	{
	margin-right:5px;
}
#alw_login_p	{
	padding-top:6px;
}

/* Footer widget areas - see line 222
#footer-widget-area {
}*/

/* =Footer
-------------------------------------------------------------- */

#footer {
	clear:both;
	padding:3px;
	margin-bottom: 20px;
	/*margin-top:2px;
	height:100px;*/
}

#footer a {
	color:#239BDF;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}

#colophon {
	background:transparent url('../images/footer/footer-bg.png') repeat-x top;
	overflow: hidden;
	width:954px;
}
#first	{
	background:transparent url('../images/footer/contact-bg.png') repeat-x top;
	height:180px;
	margin:6px;
	padding:6px;
	width:212px;
}
#second, #third, #fourth, #fifth	{
	height:180px;
	margin:6px;
	padding:6px;
	width:16%;
}
#second a, #third a, #fourth a, #fifth a	{
	color:#C3C3C3;
	font-size:11px;
	line-height:16px;
	padding:0 6px;
	text-decoration:none;
}
#second a:hover, #third a:hover, #fourth a:hover, #fifth a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}
#colophon h1	{
	font-size:28px;
	font-weight:bold;
}
#colophon h2	{
	font-size:12px;
	font-weight:bold;
	padding-bottom:6px;
}
#colophon h3	{
	font-size:14px;
	padding-top:3px;
}

h3.blue2 span.left {
    padding: 0 0 0 30px;
}
h3.blue2 span.right { 
    padding: 0 30px 0 0;
}

#footer .menu-footer ul	{
	margin:0 0 0 5px;
	list-style:none;
}

#footer .menu-footer li {
float:left;
position:relative;
}

#footer ul li.current-menu-item > a, #footer ul li.current-menu-parent > a {
color:#FFFFFF;
}


ul#menu-footer.menu	{
	float:left;
	list-style-type:none;
}

#site-info	{
	background:transparent url('../images/background/footer-bg.png') top center no-repeat;
	height:29px;
	margin-top:-5px;
}

#site-info a {
	color:#239BDF;
	font-weight:normal;
}
#site-generator {
    clear: both;
    font-size: 11px;
    padding-left:3px;
    padding-right:3px;
    padding-top: 5px;
}
#site-generator a {
	color: #666666;
	display:inline-block;
	text-decoration: none;
	line-height: 16px;
}
#site-generator .right a	{
	color:#3cb6ce;
}

#site-generator a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, #mainaccess,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access, #mainaccess,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* -- Promotions on Home page -- */

#myPromo    {
    width:714px !important;
    height:252px !important;
}
#promotion {
    clear:both;
    float:left;
    height:252px;
	margin:3px;
    width:714px;
}

/* Home Page Side Bar */

#hs {
	float:left;
	height:252px;
	width:240px;
}
.sa, .sb, .sc {
	float:right;
	height:68px;
	margin:3px;
	padding:6px;
	width:222px;
}
/*.sa {
	background:url("../images/sidebar/sa.png") no-repeat scroll 0 0 transparent;
}
.sa:hover {
	background:url("../images/sidebar/sa-hover.png") no-repeat scroll 0 0 transparent;
}
.sb {
	background:url("../images/sidebar/sb.png") no-repeat scroll 0 0 transparent;
}
.sb:hover {
	background:url("../images/sidebar/sb-hover.png") no-repeat scroll 0 0 transparent;
}
.sc {
	background:url("../images/sidebar/sc.png") no-repeat scroll 0 0 transparent;
}
.sc:hover {
	background:url("../images/sidebar/sc-hover.png") no-repeat scroll 0 0 transparent;
}*/
.sa {
	background:url("../images/background/sprite-home.png") no-repeat scroll 0 0 transparent; background-position: -10px -10px;
}
.sa:hover {
	background:url("../images/sidebar/sa-hover.png") no-repeat scroll 0 0 transparent;
}
.sb {
	background:url("../images/background/sprite-home.png") no-repeat scroll 0 0 transparent; background-position: -10px -110px;
}
.sb:hover {
	background:url("../images/sidebar/sb-hover.png") no-repeat scroll 0 0 transparent;
}
.sc {
	background:url("../images/background/sprite-home.png") no-repeat scroll 0 0 transparent; background-position: -10px -210px;
}
.sc:hover {
	background:url("../images/sidebar/sc-hover.png") no-repeat scroll 0 0 transparent;
}

.s-large	{
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	padding:18px 0 0 7px
}
.s-small	{
	font-size:12px;
	line-height:100%;
	padding:0 0 0 7px;
}
.s-large a, .s-small a {
	text-decoration:none;
}

/* Home Page Information Panels */

#hp	{
	height:303px;
	width:960px;
	float:left;
	padding-bottom:3px;
}

.ha, .hb, .hc, .hd {
	float:right;
	height:276px;
	margin:3px;
	padding:12px 6px;
	width:222px;
}

/*.ha {
	background:transparent url('../images/home-panel/ha.png') no-repeat;
}
.hb {
	background:transparent url('../images/home-panel/hb.png') no-repeat;
}
.hc {
	background:transparent url('../images/home-panel/hc.png') no-repeat;
}
.hd {
	background:transparent url('../images/home-panel/hd.png') no-repeat;
}*/
.ha {
	background:transparent url('../images/background/sprite-home.png') no-repeat; background-position: -10px -1334px;
}
.hb {
	background:transparent url('../images/background/sprite-home.png') no-repeat; background-position: -10px -1014px;
}
.hc {
	background:transparent url('../images/background/sprite-home.png') no-repeat; background-position: -10px -694px;
}
.hd {
	background:transparent url('../images/background/sprite-home.png') no-repeat; background-position: -10px -310px;
}

#ha, #hb, #hc, #hd {
	color:#ccc;
	float:left;
	height:294px;
	padding:3px;
	position:relative;
	width:228px;
}
#hp h1	{
	color:white;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	margin-top:5px;
}
#hp h2 {
	font-size:13px;
	font-weight:bold;
	margin:10px 0;
}
#hp h3 {
	font-size:13px;
}
#hp p {
	font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}
#hp p a {
	color:white;
	text-decoration:none;
}
#hp p a:hover {
	text-decoration:underline;
}
#hp .ha p a	{
	color:#005596;
}
#hp .hb p a	{
	color:#7fffbe; /* #00D76A; */
}
#hp .hc p a	{
	color:#ffbdce;
}

.hd .social, #ip .social	{
	bottom:-5px;
	float:right;
	height:14px;
	position:relative;
	right:5px;
	width:30px;
}
/* Social Links */
#soclinks	{
	/*margin:auto 0;*/
}

ul#social-links 	{
	list-style:none;
	margin: auto 0;
    /*text-align: center;*/
    width: 30px;
}

ul#social-links li {
 	display:inline;
}

ul#social-links li a {
	background-repeat: no-repeat;
	display:inline;
	padding:0 5px;
}

ul#social-links li a.twitter {
  background-image: url("../images/icons/twitter-hover.png"); /*opacity:0.4; filter:alpha(opacity=40); background-position: -20px -172px;*/
}
ul#social-links li a.twitter:hover {
  background-image: url("../images/icons/twitter.png"); background-repeat: no-repeat; /*opacity:1; filter:alpha(opacity=100);*/ /*background-position: -20px -172px;*/
}
ul#social-links li a.feed {
  background-image: url("../images/icons/rss-hover.png"); /*opacity:0.4; filter:alpha(opacity=40); background-position: -20px -304px;*/
}
ul#social-links li a.feed:hover {
  background-image: url("../images/icons/rss.png"); background-repeat: no-repeat; /*opacity:1; filter:alpha(opacity=100); background-position: -20px -304px;*/
}


#hp .ha p, #hp .hb p, #hp .hc p	{
	line-height:150%;
	margin-top:14px;
}
#hp .ha .right a	{
	text-decoration:none;
}
#hp .hb .right a	{
	color:#7fffbe;
	text-decoration:none;
}
#hp .hb .right a:hover	{
	text-decoration:underline;
}
#hp .hc .right a	{
	color:white;
	text-decoration:none;
}
/* SimplePie Homepage News Syndication */

.hd ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:0px;
}
.simplepie h3 {
	font-weight:normal;
}
.simplepie h2 a	{
	color:white;
}
.simplepie a	{
	color:white;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	text-decoration:none;
}
.hd h1 {
	padding-bottom:14px;
}
.hd p	{
	line-height:12px;
	margin-bottom:10px;
}
.simplepie p a	{
	font-size:11px;
	text-decoration:none;
}
.simplepiedate	{
	color:#C3C3C3;
	font-size:11px;
}