/*
Theme Name: SubMAX Theme
Theme URI: http://iq199.com/
Description: SubMAX is helpmax.net subdomain template.
Version: 1.4
Author: Indian
Author URI: http://iq199.com/
*/

/* resets */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	font: 100% Arial, Helvetica;
	background: #fff;
	color: #333;
	margin:0;
	padding:0;
}

p {
	margin: 15px 0;
	}

a {
	outline: none;
}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}



/* Structure */
#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
	min-width: 320px;
	/*border: 1px dashed red;*/
}

#head {
	width:100%;
	margin-top:15px;
	padding:0;
	margin-left: 0;
	/*background-color: green;*/
	font-size: 12px;
	}

.container {
	padding-left: 354px;
	background:#ececec;
	font-size:0.7em;
}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0 10px;
	text-transform:uppercase;
	background:#3c78a7;
}

#page-bar {
	width:100%;
	margin: 0;
	padding: 0;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #666;
	}

#page-bar li:hover {
	background: #3c78a7;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}

#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}

#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	margin: 0;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h6 {
	font-size:1.5em;
	}


/* Index Page*/

#logo {
	background:url('http://d2nwkt1g6n1fev.cloudfront.net/helpmax/wp-content/themes/submax/maxsprite3.png') 0px 0px;
	float: left;
	width:88px;
	height:40px;
	margin:10px 40px 0px 15px;
	display: block;
	text-indent:-9999px;
	}


#tagline {
	font: 40px Tahoma, Helvetica, Arial, Sans-Serif;
	color: #222; text-shadow: 0px 2px 3px #555;
	float:left;
	}

#tagline h1 {
	font: 40px Tahoma, Helvetica, Arial, Sans-Serif;
	color: #222; text-shadow: 0px 2px 3px #555;
	letter-spacing:0.02em;
	margin: 0;
}
#top {
	padding:0;
	}


#front-popular h3 {
	color:#fff;
	}


#bottom {
	width: 940px;
	}


/* Content Page*/

#content {
	width:100%;
	background:#fff;
	padding:6px;
	margin: 6px 6px 6px 0;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	min-height:400px;
	/*border: 1px dotted red;*/
	}

#content a {
	font-weight:bold;
	text-decoration:underline
}

#content a:hover {
	color: #111111;
}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	/*border-top:3px solid #ddd;*/
	margin: 0;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

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

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	/*border:1px solid #ccc;*/
	/*margin:0 10px 5px 0;*/
	/*padding:2px;*/
	max-width: 100%;
	height: auto;
	}

.post .ads {
	margin-top:10px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	float:left;
	margin-left: -354px;
	width: 348px;
	padding: 6px;
	/*border: 1px dotted red;*/
}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	/*margin:10px 0px 5px 0px;*/
	padding:3px 10px;
	margin: 0;
	}

.sidebar-cont {
	width: 100%;
	background:#fff;
	margin: 6px 0 0 0;
	padding: 6px;
}
.sidebar-lang ul {
	padding: 0;
	margin: 0;
}
.sidebar-lang li {
	list-style-type:square;
	border-bottom:1px dotted #ccc;
	padding:2px 0 2px 10px;
	list-style-position: inside;
}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:165px;
	float:left;
	}
#searchimg {
	height:20px;
	width:20px;
	background:url('http://d2nwkt1g6n1fev.cloudfront.net/helpmax/wp-content/themes/submax/maxsprite3.png') -26px -40px;
	cursor:pointer;
	border:0px;
}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}

/* Footer*/
#footer {
	width: 100%;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* Dropdown Menus */
#page-bar li {
float: left;
margin: 0px;
padding: 0px;
}

#page-bar li li {
float: left;
margin: 0px;
padding: 0px;
width: 132px;
text-transform:none;
}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
width: 122px;
float: none;
margin: 0px;
padding: 4px 10px 4px 10px;
background: #5b5b5b;
}

#page-bar li li a:hover, #page-bar li li a:active {
background: #909090;
padding: 4px 10px 4px 10px;
}

#page-bar li ul {
position: absolute;
width: 10em;
left: -999em;
z-index: 99;
}

#page-bar li li {
}

#page-bar li ul a {
width: 140px;
}

#page-bar li ul a:hover, #page-bar li ul a:active {
}

#page-bar li ul ul {
margin: -16px 0 0 142px;
}

#page-bar li:hover ul ul, #page-bar li:hover ul ul ul, #page-bar li.sfhover ul ul, #page-bar li.sfhover ul ul ul {
left: -999em;
}

#page-bar li:hover ul, #page-bar li li:hover ul, #page-bar li li li:hover ul, #page-bar li.sfhover ul, #page-bar li li.sfhover ul, #page-bar li li li.sfhover ul {
left: auto;
}

#breadcrumbs {
	font-size: 12px;
	color:#111111;
	width:100%;
	margin:0 0 10px 0;
	padding: 6px;
	font-weight:bold;
	border-bottom: 3px solid #ddd;
}
#breadcrumbs ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#breadcrumbs li {
	list-style-type:none;
	float:left;
	margin: 0;
}
#breadcrumbs a {
	float: left;
	display:block;
	text-decoration:underline;
	color: #3c78a7;
}
#breadcrumbs a:hover {
	color: #111111;
}
#breadcrumbs li:after {
    content: "/";
    padding: 0 10px;
}
#breadcrumbs li:last-child:after {
    content: "";
}

.googlelink
{
	height:3px;
	background-color:#2b2b2b;
}
.kamlink {
	text-decoration:underline;
	color: #3c78a7;
}
.kamlink:hover {
	color: #000;
	cursor:pointer;
}
/* TSS TreeView Styler */

#treeview, #treeview ul, #treeview li{
	margin:0;
	padding:0;
	list-style:none;
}
#treeview ul{
	display:none;
}
#treeview li{
	line-height:22px;
	background:#eee;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #treeview li{
	float:left;
	display:inline-block;
}

#treeview li a{margin-left:28px;display:inline-block;}
#treeview li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;cursor:pointer;}
#treeview li span, #treeview li span.collapsed{background:url('http://d2nwkt1g6n1fev.cloudfront.net/helpmax/wp-content/themes/submax/maxsprite3.png') no-repeat 0 -40px;}
#treeview li span.expanded{background:url('http://d2nwkt1g6n1fev.cloudfront.net/helpmax/wp-content/themes/submax/maxsprite3.png') no-repeat -13px -40px;}

/* second level */

#treeview li li {background:#fff;}
#treeview li li a {margin-left:56px;}
#treeview li li span {left:28px;}

/* third level */

#treeview li li li a {margin-left:84px;}
#treeview li li li span {left:56px;}


#treeview li.current { display: block; color: #fff; background-color: #3c78a7; }
#treeview li.current > a { color: #fff; background-color: #3c78a7; }



/* AD standard size */
.adsidebar {
	width: 336px;
	height: 280px;
	padding: 0;
	margin: 0;
}
.adcontent {
	width: 336px;
	height: 280px;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;

}
.adbottom {
	width: 336px;
	height: 280px;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}


/* Responsive CSS */

@media screen and (max-width: 760px) {

.container {
	padding-left: 0;
}
#sidebar {
	float: none;
	margin-left: 0;
	width: 100%;
}
#content {
	float: none;
}
.adcontent, .adbottom {
	float: none;
	margin: 0;
}

}
/* Responsive css for AD by indian */
@media only screen and (max-width: 800px) {

.adcontent {
	float: none;
}

}

@media only screen and (max-width: 479px) {

.adcontent {
	float: none;
	width: 320px;
	min-height: 100px;
}

}

@media only screen and (max-width: 369px) {

.adsidebar, .adbottom {
	width: 300px;
	height: 250px;
}
.adcontent {
	width: 320px;
	min-height: 100px;
}

#sidebar {
	padding: 0;
}
#content {
	padding: 3px;
}
}
