/*
Theme Name: Malikaholic
Theme URI: http://www.malikaholic.com/
Description: Default Malikaholic Wordpress Template.
Version: 1.0
Author: Malik Mirza
Author URI: http://www.malikaholic.com/
Tags: malikaholic, simple, standard

	Malikaholic v1.0
	 http://www.malikaholic.com/

	This theme was designed and built by Malik Mirza,
	whose blog you will find at http://www.malikaholic.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("/wp-content/themes/malikaholic/reset.css");
@import url("/wp-content/themes/malikaholic/grid.css");
@import url("/wp-content/themes/malikaholic/slider.css");
html, body {
	height:100%;
}
body {
	background:#833700 url(/wp-content/themes/malikaholic/img/bg.jpg) repeat-x;
	/*font-family: "Segoe UI", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
  font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
a {
	color:#888;
	text-decoration:none;
}
a:hover {
	color:#d86d1f;
	text-decoration:none;
}
.alignright {
	float:right;
	margin-left:15px;
}
.clr {
	clear:both;
}
h2 {
	font-size:2em;
	color:#f60;
	margin-bottom:15px;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	margin: 5px 0 0 5px;
	color:#888;
}
/* CONTAINER */
#Wrapper {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -250px;
	text-align: center;
	min-width: 900px;
}
#ContentContainer {
	width:990px;
	position: relative;
	text-align: left;
	height: 500px;
	margin: 0px auto;
}
#ContentTop {
	width:990px;
	height:22px;
	background:url(/wp-content/themes/malikaholic/img/terra_bg_top.png) bottom center no-repeat;
}
#ContentMid {
	width:990px;
	height:456px;
	background:url(/wp-content/themes/malikaholic/img/terra_bg_mid.png) repeat-y;
}
#ContentBtm {
	width:990px;
	height:22px;
	background:url(/wp-content/themes/malikaholic/img/terra_bg_btm.png) top center no-repeat;
}
/* Front Page */
#ContentTopFP {
	width:990px;
	height:22px;
	background:url(/wp-content/themes/malikaholic/img/terra_bg_top_fp.png) bottom center no-repeat;
}
#ContentMidFP {
	width:990px;
	height:456px;
	background:url(/wp-content/themes/malikaholic/img/terra_bg_mid_fp.png) repeat-y;
	text-align:center;
}
#ContentBtmFP {
	width:990px;
	height:22px;
	background:url(/wp-content/themes/malikaholic/img/terra_bg_btm_fp.png) top center no-repeat;
}
#FPLogo {
	background:url(/wp-content/themes/malikaholic/img/logo_fp.gif) center 50px no-repeat;
	height:123px;
	margin:0 auto;
	width:445px;
	font-size:1.2em;
	padding-top:300px;
}
#FPLogo a {
	color:#f60;
	text-decoration:none;
}
#FPLogo a:hover {
	color:#fff;
	text-decoration:none;
}
/* MENU */
#Logo {
	margin-left:10px;
}
#Menu {
	padding:40px 20px 0 50px;
	width:115px;
	float:left;
	background:url(/wp-content/themes/malikaholic/img/chair.jpg) bottom center no-repeat;
	height:400px;
}
#Menu ul {
	margin-top:20px;
}
#Menu ul ul {
	margin-top:0;
	margin-left:10px;
}
#Menu li, #Menu li li {
	letter-spacing:1px;
	text-transform:uppercase;
}
#Menu li {
	font-weight:bold;
}
#Menu li li li {
	font-weight:normal;
}
#Menu li a {
	font-size:1.3em;
	display:block;
	padding:5px 20px 5px 10px;
	text-decoration:none;
}
#Menu li li a {
	font-size:1.0em;
	display:block;
	color:#888;
	padding:3px 20px 3px 10px;
	text-decoration:none;
}
#Menu li a:hover, #Menu li.current_page_item a, #Menu li.current-cat a {
	color:#d86d1f;
	background:url(/wp-content/themes/malikaholic/img/grey_dot.gif) left center no-repeat;
}
#Menu li.current-cat .cat-item a {
	color:#888;
	background:none;
}
/* CONTENT */
#Content {
	width:760px;
	float:left;
	padding:0 15px 0;
}
#BodyText {
	padding:0 30px;
	font-size:1.2em;
	line-height:1.5em;
	color:#ddd;
	margin-top:70px;
}
#BodyText h2 {
	font-size:1.8em;
}
#BodyText p {
	margin-bottom:10px;
}
#BodyText img {
	padding:8px;
	border:1px solid #ddd;
	background-color:#ddd;
}
/* PROJECTS */
#BodyTextProject {
	padding:0;
	margin-top:60px;
}
.scrollDiv {
	width:35px;
	float:left;
}
.scrollable .items img {
	max-height:300px;
	width:auto;
}
.scrollable .item-list, .scrollable p {
	margin-right:5px;
}
.scrollable .item-list a h3 {
	text-decoration:none;
	color:#000;
	margin:0;
}
.scrollable .item-list a:hover h3 {
	color:#f60;
}
.item-list a {
	display:block;
	background-color:#ddd;
	padding:8px 0 8px 8px;
}
/* SINGLE */
#BodyTextSingle, #BodyTextCat {
	padding:0;
	margin-top:40px;
}
#BodyTextSingle h2, #BodyTextCat h2 {
	margin-left:37px;
}
/* FORM */
#contact_left {
	margin:10px 40px 0 40px;
	color:#ddd;
	float:left;
	font-size:12px;
	line-height:15px;
	padding-top:20px;
}
#contact_left  b {
	color:#F60;
	display:block;
	margin-bottom:3px;
}
.contact {
	/*background-color:#fff;*/
	color:black;
}
fieldset {
	/*background-color:#fff;*/
	border:1px solid #F60;
	float:left;
	width:470px;
	color:#ddd;
	padding:0 20px;
	margin-top:20px;
}
.form-fields {
	margin:0 20px;
	background-color:#fefefe;
}
fieldset p {
	font-size:12px;
}
legend {
	font-size:16px;
	padding:5px 10px;
}
.input {
	padding:10px;
	clear:both;
	border-bottom:1px dotted #ccc;
}
label {
	font-size:11px;
	line-height:25px;
	float:left;
	margin-left:15px;
}
small {
	font-size:9px;
	line-height:25px;
	font-style:italic;
	color:#FF6600;
	margin-left:5px;
}
.input input {
	height:20px;
	width:230px;
	float:right;
	background-color:#f8f8f8;
	border:1px solid #ccc;
}
.button input {
	padding:5px 10px;
}
textarea {
	width:230px;
	height:80px;
	float:right;
	background-color:#f8f8f8;
	border:1px solid #ccc;
}
.button {
	padding:10px 0 20px;
}
.clr {
	height:0;
	clear:both;
}
input:focus, textarea:focus {
	background-color: #FFC;
}

