/* ----------------------------------------------
Site: Unity Weddings
File: tabs.css --> controls sidebar tabs 
------------------------------------------------*/


ul.domtabs li.active {background: transparent;}		/* Active tab background color */
ul.domtabs li:active a {color: black;}		/* Active tab font color */
ul.domtabs li {background: transparent;}			/* Inactive tabs background color */
ul.domtabs li a {color: #FF9100; font-size: 16px;}				/* Inactive tabs font color */
ul.domtabs li {}							/* Tabs border color */
.domtab div {border: none;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background: transparent;}						/* Box background color */

ul.domtabs li {margin-right:0.7em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1px;
	padding:0.5em;
	clear:both;
	}
	
		li.cat-item {
		list-style: none;
		font-size: 16px;
		line-height: 1.5em;
		}
	ul.popular-posts li {
		list-style: none;
		font-size: 16px;
		line-height: 1.5em;
		}