/*
Theme Name:		CISV EGYPT
Theme URI: 		http://cisvegypt.org/
Version: 		1.0
Description: 	Based on WP Theme Framework. A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Tarek Shalaby
Author URI:		http://tarekshalaby.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/* classes that I've added - Tarek Shalaby */

body {
	background-image: url(images/bg.gif);
	margin: 0;
}
.container{
	margin-top: 0;
}
.topstrip {
	height: 10px;
	background-image: url(images/header_top.jpg);
	background-repeat:repeat-x;
}
.header {
	margin-bottom: 40px;
}
#content {
	background-color: #fff;
	padding: 20px;
}
.nav {
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}
.nav li{
	background-color: #448CCB;
}
.nav a{
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-family: 'Trebuchet MS', tahoma, arial, verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.nav a:hover {
	background-color: #a2c3e0;
}
.nav .current_page_item a{
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #666;
}
