﻿/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.02
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       Bence Kucsan, support@quommunication.com
Updated:       January 14 2008
Copyright:     (c) 2008 Quommunication, a product of Bence Kucsan

All rights reserved.
*/

body {
	margin: 0px;
	padding: 0px;

	background:transparent url("./images/background_solid.gif") repeat scroll 0 0;
	background-color: #fff;

	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	/*border-bottom: 1px solid #cccccc;*/
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-top: 1px solid #ffffff;
}

.page_top {
	width: 1060px;
	height: 30px;
	display:block;
	margin: 0px auto;
	padding: 0px;
	background: url("./images/page_top.png") no-repeat;	
}

.hr_bottom {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;
	
	clear: both;

	/*background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;*/
}

.page_bottom {
	clear: both;
	width: 1060px;
	height: 30px;
	display:block;
	margin: 0px auto;
	padding: 0px;
	background: url("./images/page_bottom.png") no-repeat;
}

.red {
	color: #4C88BE;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

/* rusmanhack */
.container {
	background: #ffffff url("./images/page_shadow.png") repeat-y scroll 0 0;
	clear: both;
	display: block;
	margin: 0px auto 0px;
	padding: 0px 40px;
	width: 980px;
	text-align: left;
}

/* hack rusman - to center everything in splash page */
.container .intrologo .widget, .container .intrologo img {
	margin: 0 160px;
}

/* hack rusman */
#menu .container, #sub_menu.container {
	background: none;
	padding: 0px;
}

#menu .container {
	font-weight: bold;
	padding: 0px;
}

#footer .container {
	background: none;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/
#wrapperheader {
	display: block;
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px 40px;
	background-color: #ffffff;
	background:transparent url(./images/page_shadow.png) repeat-y scroll 0 0;
}

.intrologo img {
	width: 820px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0px 0px 10px;
	padding: 0px;
	display:block;
	width: 980px;
	height: 120px;

	text-align: left;
}

.logo, .logo a, .logo a:visited {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: block;
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #4C88BE;
	text-decoration: none;
	border:none;
	
	float: left;
}

header a.logo img {
border: none;
margin-bottom:2px;
}
.search {
	margin: 32px 0px 0px 0px;
	padding: 5px;
	
	background-color: #eeeeee;
	display: block;
	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 230px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #000000;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #4C88BE;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #4C88BE;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px 40px;
	
	width: 980px;
	height: 32px;
	background:transparent url(./images/page_shadow_submenu.png) repeat-y scroll 0 0;
	background-color: #eeeeee;
	
	/*border-bottom: 1px solid #cccccc;	*/
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 20px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 410px;
	
	float: left;
}

.column_main_single {
	display:block;
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 690px;
	
	float: left;
}

.column_center {
	display: inline;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 270px;
	float: left;
}

.column_center #center-thumbpost h1 a, .column_center #center-thumbpost h1 a:visited ,
.hcentermid #center-thumbpost h1 a, .hcentermid #center-thumbpost h1 a:visited {
	font-size: 24px;
	line-height: 28px;
}

.column_right {
	display: inline;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 250px;
	
	float: right;
}

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 299px;
	
	float: left;
	
	/*border-right: 1px solid #cccccc;*/
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	/*border-right: 1px solid #cccccc;*/
}

/* END Column Definitions */

/* Header for Columns */
.hfeatured {
	margin-top: 10px;
	display:block;
	height: 30px;
	background: url("./images/SOALJAWABheader.png") no-repeat;
}

.hcenter {
	margin-top: 10px;
	display:block;
	height: 30px;
	background: url("./images/KARYAheader.png") no-repeat;
}

.hcentermid {
	margin-top: 40px;
	display:block;
	height: 30px;
	background: url("./images/ULASANBUKUheader.png") no-repeat;
}

.hsidebar {
	margin-top: 0px;
	display:block;
	height: 50px;
	background: url("./images/TANYAUSTAZheader.png") no-repeat;
}

.hcenterdown {
	margin-top: 10px;
	display:block;
	height: 30px;
	background: url("./images/MUATTURUNheader.png") no-repeat;
}

.hcenterleft {
	margin-top: 10px;
	display:block;
	height: 30px;
	background: url("./images/VIDEOheader.png") no-repeat;
}

.hcenterright {
	margin-top: 10px;
	display:block;
	height: 30px;
	background: url("./images/PAUTANheader.png") no-repeat;
}

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */
#featured {
	margin: 0px 0px 0px 0px;
	padding: 1px 20px 10px 20px;
	
	background-color: #000000;
}

#featured h1 a, #featured h1 a:visited {
	color: #ffffff;
}

#featured h1 a:hover {
	color: #ffffff;
}

#featured h2 {
	color: #999999;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured h2 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured p {
	color: #999999;
}

#featured p a, #featured p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Column Main Added */
#content ul#main-thumbpost {
	margin-top: 5px;
}

#main-thumbpost img {
	float: left;
	display: inline;
	border: 1px solid #d9e2e5;
	padding: 2px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#main-thumbpost h2 {
	background-color:#FFFFFF;
	color:#33302D;
	font-size:1.2em;
	font-weight:bold;
	text-transform:capitalize;
	margin: 5px 0 0;
}

#main-thumbpost h2 a, #main-thumbpost h2 a:visited {
	border-bottom: 0;
}

#main-thumbpost .mtime {
	background:#FFFFFF none repeat scroll 0 0;
	color:#33302D;
	font-size:10.5px;
	font-weight:bold;
}

#main-thumbpost li {
	border: 0;
}

#main-thumbpost p {
	margin: 0;
}
/* END Column Main Added */

/* Column Center Added */

ul#center-thumbpost {
	margin-top: 5px;
}

#center-thumbpost {
	border-top: 1px dashed #AAA;
}

#center-thumbpost .more-link a  {
	color:#4C88BE;
	font-weight:bold;
	text-decoration:none;
}

#center-thumbpost .more-link a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#center-thumbpost img {
	float: left;
	display: inline;
	border: 1px solid #d9e2e5;
	padding: 2px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#center-thumbpost h2 {
	margin: 0 0 10px;
}

#center-thumbpost li {
	border: 0;
}

/* END Column Center Added */

/* Entry */

/*
.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	height: 82px;
	
	border: none;
}

.column_right table.tdomf_buttons {
	margin-left: 7px;
}
*/
p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

#entry p a, #entry p a:visited {
	border-bottom: none;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #4C88BE;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	
	border: 5px solid #eeeeee;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	
	background-color: #eeeeee;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #eeeeee;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #eeeeee;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #4C88BE;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #4C88BE;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4C88BE;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #4C88BE;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #4C88BE;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	clear: both;
	display:block;
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px 0px 20px 0px;
	
	width: 100%;
	background-color: #eeeeee;
}

#footer p.left {
	font-size: 11px;
	color: #999999;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}

/* Plugin CSS */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

/* hacked by rusman */
a img {
	border:none;
}

.videohead {
	display: block;
	padding: 5px;
	background: #ccc;
	font-weight: bold;
	color: #444;
}

.videotitle {
	float: left;
	line-height: 1.4em;
}

.videos {
	float: right;
}

#content ul.videos {
	margin: 0px;
}

#content ul.videos li {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px none;
}

#content ul.videos li a.selected {
	text-decoration:none;
}

.videos li {
	float: left;
	margin-left: 5px;
	display: inline;
}

.videos li a {
	float: left;
	background: #fff;
	padding: 0 4px 0 4px;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	font-size: 0.9em;
	color: #666;
	border: 1px solid #bbb;
	text-decoration:none;
}

.videos li a:hover {
	color: #333;
	background: #eee;
	text-decoration:none;
}

.videos li a.selected {
	color: #fff;
	background: #366799;
	text-decoration:none;
}

.videos li a.selected:hover {
	color: #fff;
	background: #366799;
	text-decoration:none;
}

.VideoContent {
	display: none;
}

.VideoContent p {
	margin-top: 0px;
}

@media print {
	.VideoContent {
	display: block !important;
	}
}

.videofooter {
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
	line-height: 1.3em;
	font-weight: bold;
	color: #333;
}

.videofooter span {
	font-size: 0.9em;
	color: #8ab515;
	font-weight: normal;
}

/* current video below Karya Ustaz */
.contentdiv {
    border: 1px solid #EEEEEE;
    margin-top: 6px;
    padding: 5px;
}

a.videoLink {
    color: #8c8c8c;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

a:hover.videoLink {
	color:#e6a400;
	text-decoration:underline;
}

h1.paginatevideotitle {
    color: #8c8c8c;
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}

#slider2{
    margin-top: 15px;
    position: relative;
}
/* end current video */
		
#featured .more-link a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#featured .more-link a:hover {
	text-decoration: none;
	color: #eee;
	font-weight: bold;
}

.post-tag a {
	/*padding: 2px 2px;
	background-color:#E0EAF1;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	color:#3E6D8E;
	text-decoration: none;*/
	border-bottom:1px solid #DDDDDD;
	color:#999999;
	text-decoration:none;
}

.post-tag a:hover {
	/*background-color:#3E6D8E;
	border-bottom:1px solid #37607D;
	border-right:1px solid #37607D;
	color:#E0EAF1;
	text-decoration: none;*/
	color:#000000;
}

