/*
Theme Name: Son of Suffusion
Theme URI: http://localhost/todd
Description: Child Theme based on Suffusion
Version: 1.0.0
Author: Xhelal Jashari
Author URI: http://www.dll-ks.com
Template: suffusion
*/

@import url("../suffusion/style.css");
@import url("../suffusion/skins/light-theme-gray-1/style.css");

/*	Top nav */
#nav-top.continuous a.highlighted,
#nav-top.continuous a,
#nav-top.continuous a:visited {
	font-size: 100%;
	height:22px;
	padding: 0px 5px 2px 5px;
	line-height:22px;
	font-weight:bold;
}

#nav-top.continuous, #nav-top.continuous ul li, #nav-top.continuous ul li a, #nav-top.continuous ul li a:visited {
	color: #fff;
	background: #000;
	/*background: #a5a7aa url(../../images/bg-gray-1.png) repeat-x top left;*/
}
/* /Top nav */

/* Main Menu */
#nav.continuous {
	border-bottom: 0px solid #000;
	margin-top:138px;
	margin-left:19px;
	width:666px; /*  chamge the width of main menue*/
}
#nav.continuous ul li{
border-right: 1px solid #444;
}
#nav.continuous, #nav.continuous ul li, #nav.continuous ul li a, #nav.continuous ul li a:visited
{
	color: #fff;
	background: #000;
	/*background: #a5a7aa url(../../images/bg-gray-1.png) repeat-x top left;*/
}

#nav.continuous ul, #nav-top.continuous ul {
	margin-left: 0px;
}
/* /Main Menu */

/* Sub Menu*/
#nav.continuous .current_page_item a, #nav.continuous .current_page_item a:hover,#nav.continuous ul li a:hover, #nav.continuous li a:active, #nav.continuous ul ul li a, #nav.continuous ul ul li a:visited,
#nav-top.continuous .current_page_item a, #nav-top.continuous .current_page_item a:hover,#nav-top.continuous ul li a:hover, #nav-top.continuous li a:active, #nav-top.continuous ul ul li a, #nav-top.continuous ul ul li a:visited {
	background: #f0f0f0;
	color: #222;
}
#nav.continuous ul ul li a:hover, #nav-top.continuous ul ul li a:hover {
	color: #222;
	background: #a5a7aa url(../../images/bg-gray-1.png) repeat-x top left;
}
#nav ul li, #nav.continuous ul ul li, #nav-top.continuous ul ul li{
	border: 1px solid #c0c0c0;
}

#nav ul li a{
	color: #222;
	background-color: #f0f0f0;
}

#nav .current_page_item a, #nav .current_page_item a:hover,#nav li a:active {
	background: #a5a7aa url(../../images/bg-gray-1.png) repeat-x top left;
	color: #444;
}

#nav li a:hover {
	color: #444;
	background: #a5a7aa url(../../images/bg-gray-1.png) repeat-x top left;
}

#nav li a:active{
	color: #444;
	background: #a5a7aa url(../../images/bg-gray-1.png) repeat-x top left;
}

/* Styling for drop-down lists */
#nav ul ul li {
	border: 1px solid #c0c0c0;
}

#nav ul ul li a:hover {
	color: #444;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav-top ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0;
	width:149px;
}
/* Content Slider */
/* JQuery Cycle is used for the featured posts */
#slider {
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
}
ul, ol {
	margin: 0;
	padding-left: 20px;
}
/* /Content Slider */
/* Content Title padding  */
.post, div.page {
	border: 1px solid #c0c0c0;
	background: #FFF;
	padding:0px;
	/*padding: 25px 15px 15px 15px;*/
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 10px;
	font-family:	arial;
}
/* /Content Title padding  */

/* Widget padding */
.dbx-content{margin:0; padding:0px 0px 0px 0px; overflow:hidden}
.dbx-box{margin:0 0 15px 0; padding:0; border:none; clear:both; background:#fff}
.dbx-content select{margin:5px 5px 5px 10px; padding:0px 0px 0px 0px; overflow:hidden}
.dbx-content ul{padding:10px;}
/* /Widget padding */

/* Photo caption-text style */
.wp-caption-text {
	font-size: 100%;
	font-style: normal;
	margin:0px 5px 5px 5px;
	padding:6px 3px 2px;
	line-height: 16px;
	text-align: center;
	background-color:#000;
	color:#fff;
}
div.wp-caption
{
max-width:650px;
}


/* /Photo caption-text style */
