﻿/*  
Theme Name: Web Catalog
Theme URI: http://webcatalog.qualitywordpress.com
Description: A web catalog theme for all things and information relating to the web.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */
body{
	background-position: center top;
	background-color: #0273DB;
	font-size: 12px;
	font-family: "trebuchet MS", tahoma, Arial;
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background-attachment: fixed;
}

h4 {
	margin: 0;
}

h3 {
	margin: 0;
}

h2 {
	margin: 0;
}

h1 {
	margin: 0;
}

img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Header */
#header {
	background-position: center;
	height: 160px;
	background-repeat: no-repeat;
	background-image: url('images/header.jpg');
}
	#header a {
		color: #FFFFFF;
		text-decoration: none;
	}

	/* Header - Menu  منوها*/
#header #header-menu {
	position: relative;
	font: x-small/40px tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	height: 34px;
	background: url("images/header_menu.gif") repeat-x;
}

	#header #header-menu ul a {
		color: #FFFFFF;
		text-decoration: none;
	}

/* Main */
