/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

html {overflow-x: hidden; overflow-y: scroll;}

body {
	font-family: arial, verdana, Helvetica, sans-serif;
	color: #4F4F4F;
	font-size: 12px;
	background: #e8e8e8;
}

h1, h2, h2 a {
color:black;
}

.format_text {
font-size: 12px;
color:#494949;
}

.custom #container {
	width: 1015px;
	box-shadow: 0px 0px 5px 2px #ddd;
	border: 1px solid #d0d0d0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.custom #container,
.custom #page {
	border-radius: 10px;
}

.custom #page {
padding: 20px 30px 20px 30px;
position:relative;
}

.custom #header, .custom #footer {
padding:0;
border-width:0;
}

.custom .menu-main-navigation-container {
background:/*url("images/menu-back-right.png") */no-repeat scroll 100% 0 transparent;
border:0 none;
height:60px;
padding:1px 0 0 0;
}

.custom ul#menu-main-navigation {
background:/*url("images/menu-back-left.png")*/ no-repeat scroll 0 100% #FF6319;
border:0 none;
font-size:14px;
height:41px;
margin-top:8px;
padding:0 0 0 120px;
/*width:828px;*//*817*/
border-radius:11px;
font-weight:bold;
}

.menu li {
margin-bottom:0;
}

.menu, .menu a, .menu li ul {
border:0 none;
}

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a, .menu a:hover, .menu .current ul a:hover {
background:none repeat scroll 0 0 transparent;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
background:none repeat scroll 0 0 transparent;
border:0 none;
}

.menu-main-navigation-container a {
	color: #fff;
}

.menu-main-navigation-container a:hover {
	color: #275db5;
}

.current_page_parent > a,
.current-menu-item > a, 
.current-menu-item > a:hover {
	color: #000 !important;
}

.custom ul#menu-main-navigation li {
/*background:url("images/menu-list-item.png") no-repeat scroll 0 17px transparent;*/
/*padding-left:8px;*/
border-right:1px solid #E55916;
height:41px;
margin-top:0px;
padding-right:0px;
padding-left:0px;
}

.custom ul#menu-main-navigation li.current-menu-item, .custom ul#menu-main-navigation li:hover {
/*background:url("images/menu-list-item-current.png") no-repeat scroll 0 17px transparent;
padding-left:8px;*/
/*background-color:blue;*/
}



.custom #content_box {
background:none repeat scroll 0 0 transparent;
width:100%;
}

.custom #awd-content-banner {
float:left;
padding-top:25px;
}

.custom #awd-content-bottom {
background:url("images/content_box-back.png") no-repeat scroll 0 bottom transparent;
/*width:100%;*/
padding-left:285px;
padding-bottom:20px;
margin-top:20px;
min-height:65px;
}

.custom #content {
/*width:765px;*/
}
.custom .post_box {
padding-right:10px;/*25*/
}

.custom .headline_area {
margin-bottom:1.2em;
}

.custom .sidebar ul.sidebar_list {
padding-left:0;
padding-right:0;
}

.custom .sidebar a, .custom .sidebar a:hover, .custom .sidebar a:visited {
color: #FFFFFF;
}
 
.custom #sidebars {
border:0 none;
/*float:left;*/
width:234px;
}

.custom #sidebar_2 .widget, .custom #sidebar_1 .widget{
background: url("images/widget-top.png") no-repeat 0 0 transparent;
padding-top: 91px;
margin-bottom:30px;
}


.custom #sidebar_2 .ngg-widget a {padding:10px 15px 10px 10px;}
.custom #sidebar_2 .Random_Testimonials_widget {padding-top:100px;}
.custom #sidebar_2 .Random_Testimonials_widget div {margin-top:0; padding-top:20px;}

.custom #sidebar_2 .ngg_images div {/*margin-top:20px;*/ background:none; padding:0;}

.custom #sidebar_2 .ngg_images div div {margin-top:0; background: #1C58B8 url(https://www.paintasticcoatings.com.au/wp-content/themes/thesis_18/custom/images/widget-bottom.png) no-repeat 0px 100%;
color: white;
padding: 7px 7px 60px;
width: 220px;}


.custom .widget {
margin-bottom:30px;
}

.custom .widget a {
padding:0 0 0 45px;
text-transform:capitalize;
font-size: 13px;
}

#sidebar_2 .sidebar_list li div, .custom .widget div ul, .custom .widget div ul {
background: url("images/widget-bottom.png") no-repeat 0 bottom #1C58B8;
color: #FFF;
padding-bottom:60px;
padding:7px 7px 60px;
width: 220px;
}

.custom .widget div ul li, .custom .widget ul li{
background:url("images/widget-list-back.png") no-repeat scroll 0 0 #1C58B8;
height:22px;
margin-bottom:0;
padding-top:4px;
width:221px;
}

.custom .sidebar h3 {
color:#FFFFFF;
font-size: 18px;
font-variant: normal;
padding-left:30px;
margin-bottom: 4px;
}

.custom #footer {
background: url("images/footer-back.png") repeat-x 0 0 transparent;
height: 69px;
}

.custom #footer, .custom #footer a {
color:#FFFFFF;
border:0;
}

.custom #footer .menu-footer-navigation-container {
float:left;
font-size:10px;
padding:22px 0 0 18px;
width:67%;
display:none;
}

.custom #footer .menu-footer-navigation-container li {
height:2em;
}

.custom #footer .menu-footer-navigation-container li a {
border-right:1px solid #FFFFFF;
padding:0 5px 1px;
text-transform:capitalize;
}

.custom #footer #awd-copyright {
width:30%;
float:right;
padding-top:30px;
padding-right:30px;
}

.Random_Testimonials_widget {font-size:12px !important;}
.Random_Testimonials_widget h3{font-size:14px !important;}

#sidebar_2 .sidebar_list li div {
padding:7px 14px 60px;
width: 206px;
/*margin-top:20px;*/
}
#sidebar_2 .sidebar_list li div div {background:none; padding:auto; width:auto;}

.custom #sidebar_1 .widget_text {background:none; padding:0; margin:0; }

/*Umer Baig CSS*/
.custom #sidebar_1 .ngg-widget a {padding:10px 0px 10px 10px;}

.custom #sidebar_1 .ngg-widget img { margin-bottom:12px; border: 1px; }

.custom #sidebar_1 .Random_Testimonials_widget {padding-top:100px;}
.custom #sidebar_1 .Random_Testimonials_widget div {margin-top:0; padding-top:20px;}

.custom #sidebar_1 .ngg_images div {/*margin-top:20px;*/ background:none; padding:0;}

.custom #sidebar_1 .ngg_images div div {margin-top:0; background: #1C58B8 url(https://www.paintasticcoatings.com.au/wp-content/themes/thesis_18/custom/images/widget-bottom.png) no-repeat 0px 100%;
color: white;
padding: 7px 7px 45px;
width: 220px;}

#viewport {
    background: #bbb;
    width: 350px;
	height:0px;
    padding: 5px;
    position: relative;
}
#viewport img {
    position: absolute;
    top: 76%;
    margin-top: -42px;  /* = image height div 2 */
}
#viewport span {
    margin-left: 58px;  /* = image width + 8 */
    display: block;
	margin-top:8px;
}

.banner{ width:683px; height:297px;margin-top:20px; border-radius:6px; background:url(images/bannerbg.jpg) right top; background-color:#F0F0F0; font-family: Arial, Helvetica, sans-serif}
.banner div h3{ font-size:30px; font-weight:bold; margin-bottom:5px}
.banner div h4{ font-size:18px; font-weight:bold; color:#3d3d3d; font-weight:normal; margin:0}
.banner div h5{ font-size:24px; font-weight:bold; color:#1c76eb; margin:0; padding:0; margin-top:10px}
.banner div h5 span { color:#3d3d3d}
.banner div ul { margin:0; padding:0; margin-top:12px}
.banner div ul li { 
	color:#ff7300; 
	font-size:18px; 
	line-height:29px; 
	/*list-style-image:url(images/chk.png); */
	list-style-position:inside;
	list-style-type:none;
	background: url('images/chk.png') no-repeat 0px 5px;
	padding-left: 28px;
	margin-left: 3px;
}


.menu-main-navigation-container a {
	line-height: 23px;
	padding-bottom: 8px;
	margin-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
}

.custom-sidebar-links a {
	padding-left: 9px !important;
}

.sub-menu {
	background: #FF6319;
	box-shadow: 3px 3px 0px 0px rgba(217, 97, 16, 0.3);
}

.sub-menu li > a {
	color: #fff;
}