/********************************************
   AUTHOR:  			Amin Qulatein
   WEBSITE:   			http://www.aqsaf.com/
   TEMPLATE NAME: 	    GRAPHICS DESIGN
       	
 *******************************************/ 
 
 /* top elements */
* {
	margin: 0;
	padding: 0em;
	text-align: left;
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 72%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}

/* links */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #8DBC18;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: bolder 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
	font-size: 1.4em;
	color: #000000;
}
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 {
	font-size: 1.1em;
}

p, h1, h2, h3 {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 2px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 5px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #F96E01;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 10px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border-left: 3px solid #BED731;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #93BF1A;
	border-left-color: #FFFFFF;
	background-color: #000000;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	
	
}
td.first,th.first {
	border-left: 0px;
	
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #E2F2AA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFD731;
	border-top-color: #BED731;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px;
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
label.error {
	display:block;
	font-weight:normal;
	margin:5px 0;
	color: #FF0000;
}
	
input {
	border:1px solid #CCCCCC;
	color:#777;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #CCCCCC;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	background: #FFF url(g-button.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #333333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 115px;
	text-align: left;
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;
	color: #FFFFFF;
	/* change the values of left and top to adjust the position of the logo */
	top: 12px;
	left: 6px;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 30px;
	font-weight: bold;
	width: 281px;
	height: 89px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	background-image: url(mrp-logo.png);
	background-repeat: no-repeat;
}
#header-content h1#logo2 {
	position: absolute;
	color: #FF6F01;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 20px;
	left: -8px;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 30px;
	font-weight: bold;
	width: 39px;
	height: 39px;
	letter-spacing: -1px;
	background-image: url(../aqlogo.png);
	background-repeat: no-repeat;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;
	text-transform: none;
	color: #333333;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 50px;
	left: 354px;
	font-family: 'Trebuchet Ms', Sans-serif;
	font-size: 15px;
	font-weight: lighter;
	width: 494px;
	height: 16px;
	font-style: italic;
}

#header-content #slogan2 {
	position: absolute;
	text-transform: none;
	color: #2F2F2F;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 14px;
	left: 702px;
	font-family: 'Trebuchet Ms', Sans-serif;
	font-size: 10px;
	font-weight: 400;
	width: 90px;
	height: 15px;
	}
#header-content #slogan3 {
	position: absolute;
	text-transform: none;
	color: #333333;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 15px;
	left: 699px;
	font-family: 'Trebuchet Ms', Sans-serif;
	font-size: 12px;
	font-weight: bolder;
	width: 67px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -74px;
	top: 88px;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 481px;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #FFF;
	background-color: #000000;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	color: #333333;
	background-color: #C4DA3C;
}
#header-content li a#current  {
	color: #3E3E3E;
	background-color: #BED731;
}

/* header photo */
.headerphoto {
	width: 760px;
	height: 200px;
	background: #FFF url(headerphoto.jpg) no-repeat center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #94C01A;
	border-left-color: #94C01A;
	padding: 5px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	margin: 0;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.sidebox {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.sidebox1 {
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	background-color: #000000;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	padding: 0;
	background: #F8F8F8;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #666666;
	height: 1.1em;
	line-height: 1.7em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 10px;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: 0.1em 0 0.7em 10px;
	color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8DBC18;
}
/* gallary box */

#sidebar2 ul.sidemenu {
	list-style:none;
	padding: 0;
	background: #F8F8F8;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#sidebar2 ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar2 ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #666666;
	height: 1.1em;
	line-height: 1.7em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 10px;
}
#sidebar2 ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar2 ul.sidemenu a:hover {
	padding: 0.1em 0 0.7em 10px;
	color: #FE7008;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FE7008;
}

/* main */
#main {
	float: left;
	width: 68%;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	background-image: url(bg-body.png);
	background-repeat: no-repeat;
}
#main h1 {
	border-bottom: 1px solid #CCCCCC;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main ul li {
}

.post {
	margin: 0;
	padding: 0;
}



a.close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 21px;
	background: url(close_button.jpg);
	text-indent: -9999px;
}

.photo_slider_img {
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}

td {
	vertical-align: top;
}

.photo_slider {
	position: relative;
	width: 100px;
	height: 130px;
	padding: 3px;
	border: 1px solid black;
	overflow: hidden;
	margin: 5px 2px 2px;
	background: white;
	float: left;
}

.info_area {
	display:none;
}

.more_info {
	display: block;
	width: 89px;
	height: 26px;
	background: url(moreinfo.jpg);
	text-indent: -9999px;
	cursor: pointer;
}

.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comments.jpg') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .contact {
	background: url('mail.jpg') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */


#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	background-image: url(headerphoto.jpg);
	height: 3px;
}

#footer h1, #footer p {
	margin-left: 0;
}

#footer-content {
	border-top: 1px solid #CCCCCC;
	padding-left: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 31%;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 0;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	margin-left: 9px;
}
#footer-content .col2 {
	width: 31%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: 9px;
	float: left;
	margin-top: 3px;
}
#RSS-Feed {
	position:absolute;
	width:34px;
	height:35px;
	z-index:1;
	background-image: url(rss_logo.jpg);
	background-repeat: no-repeat;
	top: 1255px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  {
	color: #000000;
}
/* slide show */

/* display lists : thumb, full, details
-------------------------------------------------------------- */
#thumb {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 530px;
	height: auto;
}
#thumb li {
	float: left;
	background: url(images/list-thumb-bg.gif) no-repeat;
	width: 217px;
	height: 145px;
	padding: 10px 9px 0;
	margin: 10px 24px 0 0;
	position: relative;
}
#thumb img {
	border: 1px solid #CCCCCC;
}
#thumb h3 {
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 131px;
	left: 8px;
	overflow: hidden;
	width: 204px;
}
#thumb h3 a {
	width: 215px;
	color: #6c8085;
	display: block;
	text-decoration: none;
	padding-top: 5px;
}
#thumb h3 a:hover {
	color: #fff;
	text-decoration: none;
}
#thumb h3 span {
	padding-right: 0;
	position: absolute;
	right: 0;
}

h3.flash {
	padding-left: 14px;
	background: url(images/type-flash.gif) no-repeat 0 5px;
}
h3.html {
	padding-left: 14px;
	background: url(images/type-html.gif) no-repeat 0 5px;
}

.best-of {
	background: url(images/bestof.gif) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 20;
	top: 10px;
	left: 9px;
}

/* Screenshot 
-------------------------------------------------------------- */

#screenshot {
	margin: 0;
	padding: 8px;
	position: absolute;
	border: 1px solid #122025;
	background: #000;
	display: none;
	z-index: 200;
}
/* Screenshot ENDS 
-------------------------------------------------------------- */

