/*  
Theme Name: Pixonad
Theme URI: http://pixonad.com/
Description: Theme for pixonad.com.
Version: 0.7
Author: Sajin
Author URI: http://pixonad.com
*/

/* Start - Layout */
* {margin:0;padding:0;}
body {background-color:#e9e9e9;}
img, img a {border:0;}
a {text-decoration:none;color:#333;}
p {margin-bottom:5px;}
ul {
list-style-position: outside;
list-style-type: square;
margin:20px;
}
input,textarea{border:1px solid gray;}
#wrap {width:100%;overflow:auto;}
#top {
	width:100%;
	height:20px;
	background:url(images/header-bg.png) repeat-x;
}
#container,#header,#content,#footer,#footer-links {margin:auto;overflow:auto;}
#container {
	width:1000px;
	height:100%;
	background:url(images/page-bg.png) no-repeat;
}
#header {
	width:950px;
	height:100px;
	background:url(images/diagols.png) bottom right no-repeat;
}
#header #logo {float:left;width:380px;}
#header #search {float:right;}
#header #search input {
	border:1px solid gray;
	background:url(images/search.png) right center no-repeat #e0e0e0;
	margin-right:50px;
	padding-right:20px;
}
#content {
	width:800px;
	min-height:600px;
}
#story {
	float:left;
	width:500px;
	margin-top:20px;
}
#sidebar {
	width:210px;
	min-height:600px;
	float:right;
	margin-top:10px;
	background:url(images/que-bg.png) top right no-repeat;
	padding-left:30px;
	padding-right:30px;
	padding-top:17px;
}
#contact {
	background:url(images/contact-bg.png) top left no-repeat;
	margin-top:50px;
	padding-top:7px;
}
#callus-i,#callus-u,#mailus {width:170px;height:25px;float:right;cursor:pointer;}
#callus-i {background:url(images/call-us-india.png) no-repeat;}
#callus-u {background:url(images/call-us-usa.png) no-repeat;}
#mailus {background:url(images/mail-us.png) no-repeat;}
#footer {
	width:800px;
	min-height:90px;
	background:url(images/footer-bg.png) top center no-repeat;
}
#footertext {
	background:url(images/kozhi-gray.png) right center no-repeat;
	padding-top:10px;
}
#footertext:hover {
	background:url(images/kozhi-white.png) right center no-repeat;
}
/* End - Layout */



/* Start - Print */
body {
	font-family:calibri;
	font-size:75%;
	color:#555;
	letter-spacing:0.7px;
	line-height:16px;
}
h2,h3 {
	font-family:Arial;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:10px;
	line-height:30px;
	font-weight:normal;
	color:#333;
}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;color:#FA730B;}
h2 a {
	text-decoration:none;
}
#footer {
	text-align:center;
	color:#666;
	font-size:.9em;
}
#footer a {
	color:#333;
	font-weight:bold;
}
.more {color:#FA730B;font-weight:bold;}
/* End - Print */



/* Start - Top Menu */
#topmenu {
	width:800px;
	height:20px;
	margin:auto;
	background-color:#c3c3c3;
}
#topmenu ul {
	margin:0;
	list-style:none;
	background-color:#c3c3c3;
}
#topmenu ul li {
	width:100px;
	height:20px;
	margin-right:2px;
	padding-left:10px;
	line-height:20px;
	float:left;
	background-color:#494949;
}
#topmenu ul li a {
	color:#d1d1d1;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:2px;
	font-weight:bold;
}
#topmenu ul li a:hover {
	color:#f1f1f1;
}
/* End - Top Menu */
