/* 
Theme Name: MZR Solutions
Theme URL: http://abdusfauzi.com
Abdusfauzi: Abdussalaam Syaahid Mohd Fauzi
*/


@charset "utf-8";

/* CSS Document =============================================================================*/

body, div, table, td, tr, span, label, img, input, textarea {
	padding:0;
	margin:0;
	}

a, a:visited, a:hover { text-decoration: none; color:#fff;}

img {border: 0;}

body {
	background: url(images/wall-pattern.jpg) fixed left top;
	font-family: "Verdana", "Arial";
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #ffffff;
	}

blockquote {
	}

.left {float: left;}
.right {float: right;}
.clear {clear: both; line-height: 15px;}

/* BASIC LAYOUT STRUCTURE ===================================================================*/

#shade {
	width: 100%;
	height: 500px;
	position: fixed;
	top: 0;
	left: 0;
	background: url(images/shade.png) repeat-x;
	z-index: -1;
	}

#top {
	width: 1000px;
	height: 238px;
	margin: 0 auto;
/* 	margin-top: 25px; */
	}
	
#logo {
	width: 590px;
	margin: 0 auto;
	margin-top: 50px;
	}

#mid {
	width: 840px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
/* 	margin-bottom: 50px; */
	}

.radius10 {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	}

.radius5 {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	}
	
#left {
	width: 570px;
	min-height: 800px;
	float: right;
	/* margin-right: 10px; */
	margin: 0 auto;
	padding: 10px;
	background: url(images/shade-bg.png);
	}

#sidebar {
	width: 245px;
	float: left;
	/* padding: 10px; */
	/* background: url(images/shade-bg.png); */
	text-align: right;
	}
	
#sidelinks {
	padding: 20px 5px;
	width: 200px;
	margin-left: 25px;
	margin-bottom: 20px;
	background: url(images/shade-bg.png);
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	}	
	
#sidelinks a:link, #sidelinks a:visited {
	padding: 0 5px;
	display: inline-table;
	line-height: 25px;
	width: 120px;
	font-size: 18px;
	font-family: "Georgia";
	color: #fff;
	}
	
#sidelinks a:hover {
	color: #000;
	background: #888;
	}
	

/* POST ELEMENTS ============================================================================*/

.post {
	width: 570px;
	min-height: 286px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
.post img {
	outline: solid #fff 5px;
	margin: 15px auto;
	}
	
.post p>a:link, .post p>a:visited {
	color: yellow;
	border-bottom: dotted 1px yellow;
	}	
	
#en-hl {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	border-bottom: dashed 1px #fff;
	padding: 20px 5px 10px 5px; 
	}

#en-data {
	/* margin-bottom: 20px; */
	font-family: Georgia;
	font-style: italic;
	}

#en-data small {
	font-size: 10px;
	font-style: normal;
	}

#en-data ul, #en-data ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

#en-data span {
	padding: 5px 10px;
	border-left: dashed 1px #fff;
	font-size: 12px;
	}

.en-a {
	width: 570px;
	height: 250px;
	overflow: hidden;
	display: block;
	border-bottom: solid 5px #333;
	}
	
.en-a img {
	margin-top: -5px;
	}
	
.en-t {
	line-height: 20px;
	background: #444;
	padding: 5px;
	border-bottom: 1px solid #000;
	}	

.en-t a:link, .en-t a:visited {
	color: #fff;
	border: none;
	}
	
.en-t a:hover {
	border-bottom: dotted 1px #fff;
	}	
	
.en-count {
	background: #fff;
	color: #333;
	padding: 0 5px;
	}	
	
.en-read {
	position: absolute;
	margin: 0 auto auto 420px;
	display: none;
	background: purple;
	line-height: 30px; width: 150px;
	text-align: center;	font-family: Georgia; font-size: 18pt;	font-style: italic;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-opacity: .70;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}	

.en-ex {
	position: absolute;
	display: none;
	margin: 160px 0 0 0;
	height: 80px;
	width: 560px;
	padding: 5px;
	background: #000;
	-moz-opacity: .80;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

.en-ex p {
	margin: 0;
	padding: 0;
	}
	
.post a:hover div.en-read, .post a:hover .en-ex {
	display: block;
	}
	
.fright {float: right;}
.fleft {float: left;}
.aligncenter {margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; }

#paging {
	margin-bottom: 20px;
	padding: 5px:
	}
	
.nav a {
	display: block;
	line-height: 18pt;
	font-family: Georgia;
	padding: 0 5px;
	}

.nav a:hover {
	background: purple;
	}
	
#cmt {
	padding: 10px;
	background: #333;
	}

#cmt-t {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	}

#cmt-ol {
	list-style: none;
	padding: 0;
	}

#cmt-ol li {
	width: 100%;
	border-top: dotted #fff 1px;
	margin-bottom: 20px;
	}

#cmt-ol li p {
	margin: 0;
	padding: 5px 10px;
	line-height: normal;
	}

.cmt-nme {
	float: left;
	padding-top: 5px;
	display:  inline;
	width: 110px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia;
	text-align: right;
	}

.cmt-txt {
	float: right;
	width: 450px;
	height: 50px;
	border-left: dotted #fff 1px;
	}
	
#cmt-frm {
	border-top: #fff 5px double;
	padding-top: 20px;
	padding-left: 80px;
	}
	
#commentform {
	/* margin-left: 80px; */
	}

#commentform input {
	line-height: 20px;
	padding: 3px;
	font-size: 11px;
	width: 150px;
	border: solid #000 1px;
	background: #000;
	color: #fff;
	-moz-opacity: .60;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin: 0;
	}

#commentform textarea {
	border: solid #000 1px;
	background: #000;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	-moz-opacity: .60;
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 100px;
	width: 400px;
	margin: 0;
	}

#commentform div {
	margin-bottom: 5px;
	}


.ar-a {
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
	border-bottom: solid 5px #333;
	}
	
.ar-t {
	line-height: 20px;
	background: #444;
	padding: 5px;
	border-bottom: 1px solid #000;
	}

.ar-read {
	position: absolute;
	padding: 5px;
	display: none;
	background: purple;
	width: 140px;
	text-align: left;
	font-family: Georgia;
	font-size: 8pt;
	font-style: italic;
	-moz-opacity: .70;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
.ar {
	margin: 20px 20px 0 20px;
	width: 150px;
	height: 186px;
	float: left;
	display: block;
	}

.ar a:hover div.ar-read {
	display: block;
	}	

#side {
	padding: 0 10px 0 25px;
	text-align: right;
	}
	
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#side ul h2 {
	font-size: 16px;
	font-family: "Century Gothic";
	border-bottom: dotted 1px #fff;
	margin: 20px 0 0 0;
	background: url(images/shade-bg.png);
	}
	
#side ul li ul {
	}	

/* FOOTERS ==================================================================================*/


#footer {
	margin:0 auto 50px auto;
	border-top: solid 1px #fff;
	padding:10px;
	width:820px;
	}

#footer a {
	border-bottom: dotted 1px #fff;
	}


#ie-alert {
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	margin:0;
	top:0;
	z-index: 99;
	padding: 10px 0;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	}
	
#ie-alert a:link, #ie-alert a:visited, #ie-alert a:hover {
	color: red;
	border-bottom: dotted 1px red;
	}



/*
intouch contact
*/

div.intouch label {
	clear:left;
	display:block;
	float:left;
	text-align:right;
	width:25%;
}

.inputfield input.default {
	padding: 5px 5px;
	}

.inputfield .submitbutton {
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	}

.wp-smiley {
	margin-bottom: -4px;
	}

#side #searchform {
	height: 50px;
	}

#side #s {
	width: 145px;
	border: none;
	height: 17px;
	margin: 0;
	padding: 0 3px;
	padding-top: 3px;
	float: right;
	}

#side #searchsubmit {
	border: none;
	height: 20px;
	line-height: 20px;
	float: right;
	margin: 0 5px 0 0;
	padding: 0 5px;
	}

#searchform label {
	font-size: 16px;
	font-family: "Century Gothic";
	font-weight: bold;
	border-bottom: dotted 1px #fff;
	margin: 10px 0 0 0;
	}

/* LOGIN FORM ===============================================================================*/
#topbar {
	position: absolute;
	width: 98%;
	top:0;
	z-index: 10;
	}

#line1 {
	background: #888888;
	margin: 0 10px;
	border: solid 1px #999999;
	border-top: none;
	}

#line2 {
	margin: 0 auto;
	width: 880px;
	}

#tengah {
	height: 25px;
	line-height: 25px;
	width: 880px;
	margin: 0 auto;
	}

#tengah span a:link, #tengah span a:visited, #tengah span a:hover {
	color: #ffffff;
	}

#menu {
	background: url(images/shade-bg.png);
	width: 280px;
	height: 218px;
	top: -214px;
	position: absolute;
	}

#menu-form {
	padding-right: 0;
	padding-left: 50px;
	padding-top: 80px;
	margin: 0;
	}
	
#menu-form label {
	color: #ffffff;
	}
	
#menu-form input {
	line-height: 18px;
	padding: 2px 5px;
	margin-bottom: 5px;
	border: none;
	}

.login {
	width: 150px;
	height: 14px;
	}
	
#drawer {
	margin-left: 50px;
	position: relative;
	top: 25px;
	width: 100px;
	background: url(images/drawer.png) no-repeat top center;
	text-align: center;
	}

.but-drw:link, .but-drw:active, .but-drw:visited, .but-drw:hover {
	text-decoration: none;
	color: #ffffff;
	line-height: 25px;
	display: inline-table;
	padding-left: 20px;
	background: url(images/expand15.png) no-repeat left center;
	}
	
#but2 {display: none;}	















