/*
Theme Name: Omar Kassam
Theme URI: http://www.designvetica.com/
Description: Unique WordPress theme for Dr. Omar Kassam
Author: Design Vetica
Author URI: http://www.designvetica.com/
License: All Rights Reserved
*/


/* MAIN STYLING */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #FFF;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}
A:link,A:visited,A:active,A:hover{color:#000; text-decoration:none;}
#wrapper {
	margin: 0 auto;
	width:850px;
}
.clear {clear:both;}

/* HEADER STYLING */
#header {
	margin: 20px 0 20px 0;
	height: 60px;
	line-height:30px;
	color: #54332a;
}

#title {
	font-size: 25px;
	text-align:left;
	width: 360px;
	height: 60px;
	float:left;
	text-indent: -9999px;
	background: url('images/title.png') no-repeat;
}
#title a {
	color: #54332a;
	display: block;
	height: 60px;
}

#menu {
	text-align:center;
	width: 490px;
	float:right;
	list-style-type:none;
	padding-top: 15px;
}

#menu li {
padding: 0 3px 0 3px; 
text-align:right;
	float:right;
    display:inline;
	height: 30px;
	line-height:30px;
	font-size: 12px;
}
#menu  .small{width:45px;}
#menu .medium{width:65px;}
#menu .big{width:80px;}
#menu a {
text-align:center;
/* This block thing is key. To change height: or width: of all <a>'s change "#menu li" */
display:block;
color: #54332a;
}
#menu .small a:hover {background: url('images/shover.png') no-repeat center center;}
#menu .big a:hover {background: url('images/bhover.png') no-repeat center center;}
#menu .medium a:hover {background: url('images/mhover.png') no-repeat center center; }


/* BODY STYLING */

#intro {
	width: 830px;
	height: 314px;
	padding: 10px;
	background: url('images/wave.png') no-repeat;
	margin-bottom: 10px;
	text-align: left;
}

.welcome-text {
	width: 530px;
	padding-left: 2px;
	color: #fff;
	font-size: 11.4px;
}

h1 {
	text-align: left;
	text-indent: -9999px;
	background: url('images/welcome.png') no-repeat;
	margin: 30px 0 5px 0;
	color: #fff;
	font-size: 29px;
	font-weight: lighter;
}

h3 {
	text-indent: -9999px;
}

#quote {
	font-size: 11.5px;
	line-height: 17px;
	text-align: left;
	padding: 20px 30px 20px 45px;
	background: url('images/quote.png') no-repeat;
	color: #494949;
}

.treo {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	padding: 0 10px 0 10px;
	width: 263px;
	float: left;
}

.treo h2 {
	margin-bottom: 12px;
}

#content {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	padding: 0 0 0 3px
}

#content p {
	padding-bottom: 10px;
}

hr {
	width: 10em;
	color: #efefef;
	margin: 20px 0 20px 150px;
}

/* FOOTER STYLING */

#footer {
	text-align: left;
	width: 850px;
	padding: 10px;
	background: #fff url('images/bg.jpg') no-repeat;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}