<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----- ={ GENERIC } -----*/
body {
    background: #efefef url(dark/bgr_body.png);
    color: #666;
    font: 14px/17px Arial, Helvetica, sans-serif;
}
.wrapper {
    width: 980px;
    margin: 0 auto;
}
p { margin: 0 0 10px }
/* Hyperlinks */
a,
a:hover {
    text-decoration: none;
    color: #E35A10;
}
.widget a { color: #777 }
.widget a:hover {
    text-decoration: underline;
    color: #333;
}
.widgettitle {
    font-size: 20px;
    letter-spacing: -1px;
}
/* Image classes - addition to styles imported from style.css */
.alignleft,
.alignright,
.alignnone { border: 1px solid #222 }
/* Category labels */
.catname {
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: #222;
}
	.catname a,
	.catname a:hover,
	.catname_big a,
	.catname_big a:hover { color: #222 }
/* Wrapper for main page post excerpts excerpts */
.featuredPost {
    margin-bottom: 10px;
    border-bottom: 1px dotted #666;
}
.postmeta {
    clear: both;
    display: block;
    font-style: italic;
    font-size: 11px;
    text-align: right;
    padding-bottom: 10px;
}
	.postmeta a { color: #E35A10 }
	.postmeta a:hover { text-decoration: underline }
.lastPost {
    border: none;
    margin: 0;
    padding: 0;
}
/* Generic frontpage posttitle */
.posttitle {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    line-height: 1.1em;
    margin-bottom: 5px;
}
	.posttitle a { color: #222 }
	.posttitle a:hover { color: #E35A10 }
/*----- ={ HEADER } -----*/
#header {
    width: 100%;
    background: url(dark/bg_secondary.jpg) repeat-x;
    padding-bottom: 25px;
}
#header_top {
    position: relative; /*Wraps logo, masthead nav and header widget*/
    height: 120px;
}
/* header logo*/
@font-face {
    font-family: 'Allerta'; /* Download Allerta Font for logo */
    font-style: normal;
    font-weight: normal;
    src: local('allerta medium'), local('allerta-medium'), url('http: //themes.googleusercontent.com/font?kit=URdUfE0ePw9inz9dceNoVA') format('woff');
}
#logo {
    float: left;
    width: auto;
    display: inline;
}
	#logo h1 {
	    background: #f00;
	    padding: 15px 15px;
	}
	#logo a {
	    color: #fff;
	    display: block;
		font: 36px/28px Allerta,arial,sans-serif;
	    letter-spacing: -1px;
	}
	#logo a span {
	    font-size: 14px;
	    display: block;
	    letter-spacing: -1px;
	    text-align: center;
	}
	#logo a:hover { color: #fff }
	
/*----- ={ MASTHEAD NAVIGATION } -----*/
.mastheadnav {
    font-size: 13px;
    position: absolute;
    right: 0;
}
	.mastheadnav li {
	    position: relative;
	    float: left;
	    list-style: none;
	    background: url(dark/bgr_menu_divider.png) repeat-y 100% 0;
	}
	.mastheadnav li a {
	    padding: 12px 8px 13px;
	    color: #bbb;
	    display: block;
	}
	.mastheadnav li a:hover {
	    text-decoration: none;
	    color: #eee;
	}
	.mastheadnav li.current_page_item a,
	.mastheadnav li.current-cat a,
	.mastheadnav li.current-menu-item a {
	    text-decoration: none;
	    color: #fff;
	}
/*RSS and Email links on masthead*/
	.mastheadnav li.gab_home a {
	    padding-left: 18px;
	    background: url(dark/icons/home.png) no-repeat 0 12px;
	}
	.mastheadnav li.gab_facebook a {
	    padding-left: 18px;
	    margin-left: 13px;
	    background: url(dark/icons/facebook.png) no-repeat 0 14px;
	}
	.mastheadnav li.gab_twitter a {
	    padding-left: 18px;
	    margin-left: 13px;
	    background: url(dark/icons/twitter.png) no-repeat 0 14px;
	}
	.mastheadnav li.gab_rss a {
	    padding-left: 18px;
	    margin-left: 13px;
	    background: url(dark/icons/rss.png) no-repeat 0 13px;
	}
	.mastheadnav li.gab_email a {
	    padding-left: 18px;
	    margin-left: 13px;
	    background: url(dark/icons/email.png) no-repeat 0 13px;
	}
	.mastheadnav li.gab_register a {
	    padding-left: 18px;
	    margin-left: 13px;
	    background: url(dark/icons/register.png) no-repeat 0 14px;
	}
/* submenu */
	.mastheadnav li ul {
	    border-bottom: 1px solid #555;
	    position: absolute;
	    z-index: 999;
	    width: 180px;
	    margin-left: -10px; /* must match with "margin-left" value +1px, see below */
	}
	.mastheadnav li ul li {
	    text-transform: none;
	    float: none;
	    margin: 0;
	    padding: 0;
	    font-size: 13px;
	}
	.mastheadnav li ul li a {
	    color: #bbb;
	    background: #292929;
	    width: 158px;
	    padding: 3px 10px;
	    margin: 0;
	    border-color: #555;
	    border-width: 1px 1px 0 1px;
	    border-style: solid;
	}
	.mastheadnav li ul li a.sf-with-ul {
	    padding: 3px 10px; /* Dropdown li class which has another sub ul under */
	}
	.mastheadnav li ul li a:hover {
	    background: #777;
	    color: #fff;
	}
	.mastheadnav li ul ul {
	    margin: -24px 0 0 179px;
	    padding-top: 0;
	}
/* List items that contains sub ul */
	.mastheadnav .sf-sub-indicator,
	.mastheadnav2 .sf-sub-indicator {
	    background: url(../images/framework/arrow-superfish-down.png) no-repeat;
	    position: absolute;
	    display: block;
	    right: 7px;
	    top: 18px;
	    width: 10px;
	    height: 10px;
	    text-indent: -999em;
	    overflow: hidden;
	}
	.mastheadnav li ul .sf-sub-indicator,
	.mastheadnav2 li ul .sf-sub-indicator {
	    background: url(../images/framework/arrow-superfish-right.png) no-repeat;
	    right: 5px;
	    top: 6px;
	}
#header_widget {
    width: 500px;
    position: absolute;
    right: 50px;
    top: 52px;
}
	#header_widget .gab_search_style1 {
	    position: relative;
	    margin-top: 10px;
	}
	#header_widget fieldset {
	    background: #555;
	    border: 1px solid #111;
	    margin: 0;
	    padding: 0;
	}
	#header_widget .text {
	    width: 80%;
	    background: #555;
	    color: #aaa;
	    padding: 8px;
	}
	#header_widget .submit {
	    position: absolute;
	    right: 8px;
	    top: 8px;
	}

/*----- ={ PRIMARY NAVIGATION } -----*/
#menuwrapper {
    width: 100%;
    overflow: hidden;
    border: 1px solid #444;
    background: #222;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.mainnav {
    width: 980px;
    margin: 0 auto;
}
	.mainnav li {
	    position: relative;
	    float: left;
	    background: url(dark/bgr_menu_divider.png) repeat-y 100% 0;
	    list-style: none;
	}
	.mainnav li a {
	    padding: 12px 16px;
	    color: #bbb;
	}
	.mainnav li a:hover {
	    text-decoration: none;
	    color: #eee;
	}
	.mainnav li.current_page_item a,
	.mainnav li.current-cat a,
	.mainnav li.current-menu-item a {
	    text-decoration: none;
	    color: #fff;
	    background: #444;
	}
	.mainnav li.first a{ /* CSS3 rounded corners Chrome fix */
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-topleft: 6px;
		border-bottom-left-radius:6px;
		border-top-left-radius: 6px;
	}

	
/* submenu */
	.mainnav li ul {
	    border-bottom: 1px solid #555;
	    position: absolute;
	    z-index: 999;
	    width: 180px; /* must match with "margin-left" value +1px, see below */
	}
	.mainnav li ul li {
	    text-transform: none;
	    float: none;
	    margin: 0;
	    padding: 0;
	    font-size: 13px;
	}
	.mainnav li ul li a {
	    color: #bbb;
	    background: #292929;
	    width: 158px;
	    padding: 3px 10px;
	    margin: 0;
	    border-color: #555;
	    border-width: 1px 1px 0 1px;
	    border-style: solid;
	}
	.mainnav li ul li a.sf-with-ul {
	    padding: 3px 10px; /* Dropdown li class which has another sub ul under */
	}
	.mainnav li ul li a:hover {
	    background: #777;
	    color: #fff;
	}
	.mainnav li ul ul {
	    margin: -24px 0 0 179px;
	    padding-top: 0;
	}
/* List items that contains sub ul */
	.mainnav .sf-sub-indicator {
	    background: url(../images/framework/arrow-superfish-down.png) no-repeat;
	    position: absolute;
	    display: block;
	    right: 6px;
	    top: 18px;
	    width: 10px;
	    height: 10px;
	    text-indent: -999em;
	    overflow: hidden;
	}
	.mainnav li ul .sf-sub-indicator {
	    background: url(../images/framework/arrow-superfish-right.png) no-repeat;
	    right: 5px;
	    top: 8px;
	}

/*----- ={ FEATURED SLIDER } -----*/
#featured_wrapper {
    width: 100%;
    background: url(dark/bg_secondary.jpg) repeat-x 0 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
#featured-slider {
    position: relative;
    overflow: hidden;
    width: 950px;
    height: 366px;
    margin: 0 auto;
    background: #fff;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
	#featured-slider .contentdiv {
	    visibility: hidden;
	    position: absolute;
	    left: 14px;
	    top: 14px;
	    z-index: 1;
	    width: 650px;
	    background: #222;
	}
	#featured-slider .contentdiv img {
	    width: 650px;
	    height: 366px;
	    overflow: hidden;
	}
	#featured-slider .sliderPostPhoto {
	    position: relative;
	    height: 366px;
	    width: 650px;
	    overflow: hidden;
	}
/* Post title and if enabled excerpt wrapper for featured slider */
	#featured-slider .sliderPostInfo {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    color: #fff;
	    padding: 10px;
	    background: url(dark/bgTransparent.png) repeat;
	    min-height: 80px;
	    width: 630px;
	}
/*The format of post title */
	#featured-slider .featuredTitle {
	    font: 22px "Lucida Grande","Lucida Sans Unicode","Helvetica Neue",Arial,sans-serif;
	    font-weight: bold;
	    display: block;
	    margin-bottom: 7px;
	}
	#featured-slider .featuredTitle a {
	    color: #fff;
	    display: block;
	}
	#featured-slider .featuredTitle a:hover { text-decoration: underline }
/* Post excerpt style on featured slider */
	#featured-slider .sliderPostInfo p { color: #fff }
/* Post excerpt style on featured slider */
	#featured-slider .postmeta { padding: 0 }
	#featured-slider .postmeta a { color: #ccc }
/* Post excerpt style on featured slider */
	#featured-slider .postmeta a:hover { color: #fff }
/* do not change the name of id - used to wrap pagination */
#paginate-featured-slider {
    position: absolute;
    border-left: 1px solid #666;
    right: 13px;
    top: 14px;
    z-index: 1;
    width: 300px;
    height: 366px;
    overflow: hidden;
    background: #222;
}
	#paginate-featured-slider ul {
	    width: 300px;
	    padding-bottom: 0;
	    list-style: none;
	}
	#paginate-featured-slider ul li {
	    display: block;
	    width: 300px;
	}
	#paginate-featured-slider ul li a {
	    padding: 8px 10px 7px;
	    background: #222;
	    height: 45px;
	    display: block;
	    border-bottom: 1px solid #666;
	    overflow: hidden;
	}
	#paginate-featured-slider ul li a.last {
	    border-bottom: none !important;
	    height: 47px;
	}
	#paginate-featured-slider ul li a:hover { background: #444 }
	#paginate-featured-slider ul li a.selected { background: #555 }
	#paginate-featured-slider .featured_thumb {
	    float: left;
	    margin-right: 10px;
	    width: 85px;
	    height: 45px;
	}
/* post titles by small thumbs on featured slider */
	#paginate-featured-slider .fea_thumb_title {
	    font-size: 12px;
	    font-family: arial, verdana, sans-serif;
	    color: #efefef;
	    line-height: 0.9em;
	}
	#paginate-featured-slider .fea_thumb_title a { color: #efefef }
	#paginate-featured-slider .fea_thumb_title a:hover { color: #fff }

/*----- ={ CONTAINER } -----*/
#container { padding: 25px 0 }
/* Wrapper as container for #main and #sidebar */
.holder {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #bbb;
}

/*----- ={ SIDEBAR } -----*/
#sidebar {
    float: right;
    width: 330px;
}

/*----- ={ MAIN COLUMN } -----*/
#main {
    float: left;
    width: 640px;
    overflow: hidden;
}
/* =Secondary Top */
#secondary_top .col_narrow {
    width: 120px;
    float: left;
}
#secondary_top .col_wide {
    width: 230px;
    float: left;
}
/* =Secondary bottom */
#secondary_bottom .col_left {
    width: 300px;
    float: left;
}
#secondary_bottom .col_right {
    width: 290px;
    float: left;
}
/*----- ={ MEDIA BAR } -----*/
#mediabar {
    position: relative;
    width: 559px;
    height: 210px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}
	#mediabar .container {
	    position: absolute; /*Do not change the name of class */
	    left: 25px;
	    width: 564px;
	    height: 210px;
	    overflow: hidden;
	}
	#mediabar ul {
	    width: 10000px;
	    position: relative;
	}
	#mediabar li {
	    float: left;
	    width: 125px;
	    height: 190px;
	    padding: 10px 7px 10px 7px;
	    border-right: 1px solid #ddd;
	}
	#mediabar li a { color: #333 }
	#mediabar li a:hover { text-decoration: underline }
	#mediabar .thumb {
	    width: 123px;
	    height: 118px;
	    margin: 0 0 5px 0;
	    overflow: hidden;
	    padding: 0;
	    border: 1px solid #000;
	}
	#mediabar .thumb img {
	    margin: 0 auto;
	    display: block;
	}
	#mediabar #previous_button {
	    position: absolute; /*Do not change the name of class */
	    width: 25px;
	    height: 210px;
	    left: 0px;
	    top: 0px;
	    background: url(dark/left.gif) no-repeat center center;
	    z-index: 100;
	    cursor: pointer;
	}
	#mediabar #previous_button.disabled {
	    background: url(dark/disable.gif) no-repeat center center; /*Do not change the name of class */
	    cursor: default;
	}
	#mediabar #next_button {
	    position: absolute; /*Do not change the name of class */
	    right: 0px;
	    top: 0;
	    width: 25px;
	    height: 210px;
	    background: url(dark/right.gif) no-repeat center center;
	    z-index: 100;
	    cursor: pointer;
	}
	#mediabar #next_button.disabled {
	    background: url(dark/disable.gif) no-repeat center center; /*Do not change the name of class */
	    cursor: default;
	}
/* =Subnews */
#subnews .col {
    width: 193px;
    float: left;
}
#subnews .last { float: right }

/*----- ={ FOOTER } -----*/
#footer {
    width: 100%;
    overflow: hidden;
    background: #1a1a1a;
    padding: 25px 0;
    color: #ccc;
}

	#footer p { padding: 5px 0 }
	#footer a { color: #aaa }
	#footer a:hover {color: #fff;text-decoration: none;}

	/* Widget link and title format
	 * Main widget styles are defined in style.css.
	 * Below the main styles are adjusted according to 
	 * match the color scheme of current theme
	 */	
	
	#footer .widget li {border-color:#555;}
	#footer .widget ul li { border-bottom: 1px dotted #555 }

	#footer .widgettitle {    margin-bottom: 5px; /* Footer widget titles */font: bold 18px arial, tahoma, sans-serif;letter-spacing: 0px;color: #bd8b43;padding: 0 0 5px; border-bottom: 1px dotted #bd8b43;}
	#footer .widgettitle a, #footer .widgettitle a:hover {color:#bd8b43;}
	/*----- [[ Archive Widget ]] -----*/
	#footer #gab_archive_wrapper {padding:0;}
	#footer .arc-dropdown select, .google {background:#777;border:1px solid #aaa;color:#fff;}
	/*----- [[ Calendar Widget ]] -----*/
	#footer #wp-calendar tbody {color: #ccc;}
	#footer #wp-calendar tbody td {background: #777;border: 1px solid #aaa;padding: 3px 0 2px;text-align: center;}	
	/*----- [[ Most Recent ]] -----*/
	#footer .sidebarTabs_title li{border:none;}
	#footer .sidebarTabs_title li a:hover{text-decoration:none;}
	#footer .sidebarTabs_title li a.selected{text-shadow:none;background:#666;color:#eee}
	#footer .sidebarTabs_body{border:1px solid #666;}
	/*----- [[ Socilaize Widget ]] -----*/
	#footer .social_widget img{float:left;margin:6px 5px 6px 6px;}
	
	#foo_widget1 {
		width: 400px;
		float: left;
		margin-right: 20px;
	}
	#foo_widget2 {
		width: 250px;
		float: left;
		margin-right: 20px;
	}
	#foo_widget3 {
		width: 290px;
		float: left;
	}
	/* footer meta */
	#footer_data {
		width: 100%;
		overflow: hidden;
		background: #3a3a3a;
		color: #ccc;
		padding: 15px 0;
		font-size: 11px;
	}
		#footer_data a { color: #fff }
		#footer_data a:hover { text-decoration: underline }
	#footer-left-side {
		width: 50%;
		float: left;
	}
	#footer-right-side {
		width: 50%;
		float: right;
		text-align: right;
	}

/*----- ={ INNER PAGES } -----*/
.post,
.page { }
/* At archive pages remove the radius of .holder at bottom by adding an extra class .archive */
.archive {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
h3#bcrumb {
    font-size: 16px;
    color: #777;
    padding: 10px 0 15px 0;
    margin: 0 0 20px;
    background: url(dark/bg_light_divider.png) repeat-x 0 100%;
    text-shadow: 1px 1px white;
}
	h3#bcrumb a {
	    color: #313438;
	    text-transform: none;
	}
	h3#bcrumb a:hover {
	    color: #313438;
	    text-transform: none;
	}
/*Archive pages*/
.archiveTitle {
    color: #3e3e3e;
    font: bold 28px/28px Helvetica,Arial,sans-serif !important;
    margin: 0 0 10px !important;
    letter-spacing: -1x;
}
	.archiveTitle a { color: #3e3e3e }
	.archiveTitle a:hover { text-decoration: underline }
/*Post meta to display below posts*/
.postmeta_bar {
    background: #ddd;
    border-bottom: 4px solid #bbb;
    padding: 10px;
    font-size: 11px;
    line-height: 13px;
    color: #666;
    margin-bottom: 25px;
    position: relative;
}
	.postmeta_bar a:hover { text-decoration: underline }
	.postmeta_bar p {
	    padding: 0 0 3px;
	    margin: 0 !important;
	}
	.postmeta_bar .dateholder {
	    float: left;
	    width: 80px;
	    position: relative;
	    text-transform: uppercase;
	    border-right: 1px solid #999;
	    min-height: 40px;
	}
	.postmeta_bar .day {
	    font: bold 40px/47px arial, sans-serif;
	    color: #3a3a3a;
	    letter-spacing: -3px;
	    float: left;
	}
.dateandyear {
    float: left;
    padding: 10px 10px 0 7px;
}
.postmeta_bar .month { display: block }
.postmeta_bar .year { }
.postmeta_bar .col {
    float: left;
    width: 90px;
    padding-top: 10px;
    min-height: 40px;
    border-right: 1px solid #999;
}
.postmeta_bar .last { width: 140px }
.postmeta_bar .more {
    position: absolute;
    right: 10px;
    top: -15px;
}
	.postmeta_bar .more a {
	    float: left;
	    background: url(dark/btn_grey.png) no-repeat 0 0;
	    padding: 0 0 0 11px;
	    font-weight: bold;
	    font-size: 12px;
	    color: #fff;
	    line-height: 32px;
	    text-shadow: 0 -1px #666;
	    text-decoration: none;
	}
	.postmeta_bar .more a span {
	    float: left;
	    height: 31px;
	    background: url(dark/btn_grey.png) no-repeat 100% 0;
	    padding: 0 11px 0 0;
	}
/* Media category template */
.media {
    padding: 9px;
    float: left;
    display: block;
    margin: 0 14px 20px 0;
    width: 293px;
    border: 1px solid #cdcdcd !important;
    background: #fff;
}
	.media_posttitle {
		margin: 0 0 5px;
		text-align: center;
		letter-spacing: 0;
		font-size: 15px;
		font: bold 13px/15px helvetica, arial, sans-serif !important;
	}
	.media_holder {
		display: block;
		width: 291px;
		height: 178px;
		overflow: hidden;
		border: 1px solid #333;
		margin-bottom: 3px;
	}
	.videowrapper {
		display: block; /*Wrapper arounb videos on archive pages*/
		overflow: hidden;
		border: 1px solid #ccc;
		padding: 2px;
		width: 604px;
		height: 350px;
		margin-bottom: 5px;
	}
	.mediadate {
		background: url(dark/icons/date.gif) no-repeat left center;
		padding-left: 18px;
		float: left;
		width: auto;
		font-size: 12px;
	}
	.mediacomment {
		background: url(dark/icons/comment.gif) no-repeat left center;
		padding-left: 18px;
		float: right;
		width: auto;
		font-size: 12px;
	}
/* Post and Comment navigation */
.navigation {
    color: #777;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 25px;
}
	.navigation a:link,
	.navigation a:visited {
	    color: #E35A10;
	    text-decoration: none;
	}
	.navigation a:active,
	.navigation a:hover { text-decoration: underline }
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/* Author template */
.author_meta {
    font-size: 15px; /* Style to wrap author details below the article  */
    line-height: 17px;
    border: 1px solid #ddd;
    padding: 7px;
    background: #f5f5f5;
    color: #444;
    margin-bottom: 15px;
}
	.author_meta img {
	    float: left; /* Alignment for author image on single post page */
	    padding: 1px;
	    border: 1px solid #bbb;
	    margin-top: 1px;
	    margin-right: 10px;
	}
	.author_meta a {
	    color: #8f8f8f; /* Link style for the post details below the post title on single post page */
	    text-decoration: underline;
	}
	.author_meta a:hover { text-decoration: none }
/* Author Pages - Post Author Bio wrapper */
.gab_authorInfo {
    background: #f5f5f5;
    padding: 5px;
    margin: 0 0 25px;
    border: 1px solid #ccc;
    font: 11px/15px verdana, arial, sans-serif;
}
/* Author Pages - photo inside of bio wrapper */
.gab_authorPic {
    float: left;
    width: 50px;
    display: inline;
    margin-right: 7px;
}
/* post meta below title for single post page */
.metasingle {
    width: 100%;
    overflow: hidden;
    border-top: 1px dotted #666;
    margin: 0 -10px 4px 0;
    padding: 4px 0 5px 0;
    color: #909090;
    font-size: 11px;
}
	.metasingle a { color: #909090 }
	.metasingle a:hover { color: #000 }
/*single post meta*/
.postauthor {
    padding-left: 13px;
    background: url(dark/icons/author.gif) no-repeat left center;
}
.postdate {
    padding-left: 15px;
    background: url(dark/icons/date.gif) no-repeat left center;
}
.postcategory {
    padding-left: 15px;
    background: url(dark/icons/folder.gif) no-repeat left center;
}

/* Post-Page Typograhpy */
blockquote {
    background: url(dark/blockquote.png) no-repeat 0 20px;
    padding: 10px 20px 10px 50px;
    color: #555;
    font-style: italic;
    margin-bottom: 15px;
}
	blockquote p {
	    font-style: italic;
	    margin: 5px 0;
	}
.post a:hover,
.page a:hover { text-decoration: underline }
/* Headings in posts */
.post h1.entry_title,
.page h1.entry_title {
    display: block;
    margin: 0;
    padding-bottom: 5px;
    font: bold 26px/28px Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    color: #555;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.post h3.widgettitle,.page h3.widgettitle { margin-bottom: 0 }

.post h1,.page h1 { font-family: 'palatino linotype',palatino,'times new roman',times,serif }
.post h2,.page h2 { font-family: georgia, 'palatino linotype',palatino,'times new roman',times,serif }
.post h3,.page h3 { font-family: arial, verdana, sans-serif }
.post h4,.page h4 { font-family: verdana, tahoma, sans-serif }
.post h5,.page h5 { font-family: arial, verdana, sans-serif }
.post h6,.page h6 { font-family: arial, verdana, sans-serif }

.post ul,.page ul {
    margin-bottom: 15px;
    padding-left: 30px;
}
	.post ul ul,
	.page ul ul { margin: 0 }
	.post ul li,
	.page ul li { list-style-type: disc }
	.post ul ul li,
	.page ul ul li { list-style-type: circle }

.post ol,
.page ol {
    margin-bottom: 15px;
    padding-left: 30px;
}
	.post ol ol,
	.page ol ol { margin: 0 }
.post  ol li,
.page  ol li { list-style-type: decimal }
	.post  ol li ol li,
	.page  ol li ol li { list-style-type: lower-alpha }
	
/* Gallery */
.post .gallery {
    padding-bottom: 15px;
    display: block;
}

/* innerpage slider */
#slides { margin-bottom: 15px }
	#slides .slides_container {
	    height: auto;
	    overflow: hidden;
	    margin-bottom: 10px;
	}
	#slides .slides_container img {
	    padding: 2px;
	    border: 1px solid #ddd;
	}
	#slides .next {
	    width: 9px;
	    height: 11px;
	    display: block;
	    float: right;
	}
	#slides .prev {
	    width: 9px;
	    height: 11px;
	    display: block;
	    float: left;
	}
	#slides .pagination {
	    float: left;
	    width: 140px;
	    height: 12px;
	    margin: -10px 0 0 230px;
	}
	#slides .pagination li {
	    float: left;
	    margin: 0 1px;
	    list-style-type: none !important;
	}
	#slides .pagination li a {
	    display: block;
	    width: 12px;
	    height: 0;
	    padding-top: 12px;
	    background-image: url(dark/icons/pagination.png);
	    background-position: 0 0;
	    float: left;
	    overflow: hidden;
	}
	#slides .pagination li.current a { background-position: 0 -12px }
	
.single_ad {
    margin-bottom: 25px; /*ad between post and comments*/
    text-align: center;
}

#entryMeta {
    font-size: 12px; /* Style to wrap post details below entry  */
    border: 1px solid #ddd;
    padding: 7px;
    background: #f5f5f5;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.3em;
}
	#entryMeta img {
	    float: left; /* Alignment for author image on single post page */
	    padding: 1px;
	    border: 1px solid #bbb;
	    margin-top: 1px;
	    margin-right: 5px;
	}
	#entryMeta a {
	    color: #8f8f8f; /* Link style for the post details below the post title on single post page */
	    text-decoration: none;
	}
	#entryMeta a:hover { text-decoration: underline }
	
/* =Pagination (Page 1 of x .. archive pages)
-------------------------------------------------------------- */
.numbered-pagination {text-shadow:none;font-size:12px;color:#666;margin-bottom:5px;}
.numbered-pagination a{border:solid 1px #ccc;display:block;float:left;padding:1px 7px;color:#666;margin-right:5px;}
.numbered-pagination span {border:solid 1px #ccc;display:block;float:left;padding:1px 7px;margin-right:5px;}
.numbered-pagination a.pagi-next,
.numbered-pagination a.pagi-prev,
.numbered-pagination a.pagi-first,
.numbered-pagination a.pagi-last{border:solid 1px #ccc;color:#666;} 
.numbered-pagination .current{color:#444;background:#ddd;display:block;float:left;padding:1px 7px;}
.numbered-pagination a:hover{border:solid 1px #777;text-decoration:none;}	
	
/*----- ={ COMMENT FORM } -----*/
#respond { position: relative }
	#respond p { margin: 0 }
	#respond .logged-in-as { margin-bottom: 10px }
	#respond .comment-notes { margin-bottom: 1em }
	#respond .form-allowed-tags { line-height: 1em }
.children #respond { margin: 0 48px 0 0 }
#comments-list #respond { margin: 0 0 18px 0 }
#comments-list ul #respond { margin: 0 }
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 70%;
    display: block;
    background: #fff url(dark/bgr_respond_text.gif) repeat-x;
}
#respond textarea {
    width: 95%;
    background: #fff url(dark/bgr_respond_text.gif) repeat-x;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
	#respond .form-allowed-tags code { font-size: 11px }
#respond #submit {
    width: auto;
    color: #222;
    border: 1px solid #222;
    margin-top: 10px;
    padding: 5px 20px;
    text-shadow: #fff 1px 1px;
    cursor: pointer;
}
/*----- ={ COMMENTS } -----*/
#comments { }
#comments .navigation { padding: 0 0 18px 0 }
#comments-title,
#reply-title {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0;
}
li #reply-title { font-size: 14px }
ol.commentlist {
    padding-bottom: 0;
    margin-bottom: 15px;
}
	ol.commentlist li {
	    border: 1px dotted #666; /* Comment Wrapper */
	    margin: 5px 0;
	    list-style: none;
	    padding: 5px;
	    position: relative;
	}
	ol.commentlist li li,
	ol.commentlist li li li,
	ol.commentlist li li li li,
	ol.commentlist li li li li li { margin: 0 0 3px }
	ol.commentlist  ul.children {
	    margin: 0;
	    padding: 0;
	}
	li div.vcard cite { font-style: normal }
	li div.vcard {
		font: 12px arial,sans-serif; /* Font style for comment author link*/
		font-style: normal;
		color: #555;
		margin-bottom: 10px;
		padding-top: 4px;
		line-height: 16px;
	}
	li #cancel-comment-reply-link {
		font-size: 11px; /* Font style for comment author link*/
		margin: 3px 0;
		display: block;
	}
	li div.vcard a {
		color: #333; /* Font style for comment author link*/
	}
	li div.vcard img.avatar {
		border: 1px solid #d5d5d5; /* Avatar style between comments */
		padding: 1px;
		background: #fff;
		position: absolute;
		top: 7px;
		right: 5px;
	}
	li div.comment-meta {
		font: bold 10px/1.4 helvetica,arial,sans-serif; /* Style for date of comment */
		display: block;
		padding-top: 3px;
		padding-bottom: 8px;
	}
		li div.comment-meta a { color: #8F8F8F }
		li div.comment-meta a:hover { text-decoration: underline }
	ol.commentlist li p {
		font: normal 12px helvetica,arial,sans-serif; /* Comment font style */
		padding: 4px 0;
	}
	li div.reply a { font-size: 12px }
	ol.commentlist li ul.children {
		margin-top: 10px; /* Inner comment style */
	}
	li.depth-2,
	li.depth-3,
	li.depth-4,
	li.depth-5 {
		margin: 0 0 .20em; /* inner comment margin-bottom */
	}
	ol.commentlist li.even {
		background: #fff; /*The background color for 1-3-5... no comments*/
	}
	ol.commentlist li.odd {
		background: #f9f9f9; /* Background color for 2-4-6... no comments */
	}
	ol.commentlist li.pingback div.vcard { padding: 0 170px 0 0 }</pre></body></html>