/*
Theme Name: IxDC
Theme URI: http://ixdc.net/
Version: 1.0
Description: White 2 column theme with an orange rising sun banner.
Author: Ahmed Abbas
Author URI: http://ixdc.net/
Tags: two columns, right sidebar, widget ready, fixed width, simple, white, pink, brown
*/

/* -standards- */

body {
	background: #ffffff;
	color: #515151;
	font-family: Arial;
	font-size: 13px;
	display: block;
	margin:0;
	padding:0;
	}
p {
	text-align: left;
	}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	}
:focus {
	outline: 0;
	}
a {
	color: #515151;
	text-decoration: none;
	}
a:hover {
	color: #EF6596;
	text-decoration: underline;
	}
/*blockquote {
	background: url(../images/blockquote.jpg) no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}*/
#navlink {
	margin: 30px 0 30px 0;
	color:#EF6596;
	}
#navlink a {
	font-variant:small-caps;
	font-weight:100;
	font-size:24px;
	color:#EF6596;
}
#master {
	
}

/* -header- */

#topbar {
	background:#3D3332;
	padding: 0 10px 0 0;
	width: 100%;
	}
#topbar ul {
	float:right;
	margin:0;
	padding:0;
}
#topbar li {
	float:left;
	list-style:none;
	margin-left:10px;
}
#topbar li a {
	display:block;
	padding:6px 10px;
	border:3px solid #3D3332;
	border-bottom:none;
	color:#717171;
	font-variant:small-caps;
	font-weight:100px;
	font-size:24px;
}
#topbar li a:hover {
	border-color:#717171;
	text-decoration:none;
}
#topbar li a.selected {
	background:#FFF;
	border-color:#FFF;
	color:#3D3332;
}
#topbar li a.selected:hover {
	color:#3D3332;
}
.blogtitle {
	color: #EF6596;
	font-weight: bold;
	text-transform: uppercase;
	}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
	}

/* -content- */

#contentwrap {
	margin-top: 26px;
	margin-left:180px;
	width: 800px;
	}
#content {
	float: left;
	margin-left: 30px;
	width: 500px;
	}

/* -navigation- */

#navigationwrap {
	float: left;
	margin-bottom: 30px;
	}
#navigation {
	width: 252px;
	}
#master-logo:hover,
#master-logo:focus {
	text-decoration: none;
}
div.navtitle {
	background: #3D3332 url(../images/ixdc.png) no-repeat top left;
	border: 10px solid #3D3332;
	height: 75px;
	padding-left: 150px;
	color: #fff;
	}
	.navtitle p {
		margin: 0 0 10px 0;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
	}
	.navtitle p.navsubtitle {
    font-size: 12px;
    color: #999;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #3D3332;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding: 6px;
	text-transform: uppercase;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 10px;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	/*padding: 3px 3px 3px 10px;*/
	}

/* -post and entries- */

.post {
	margin-bottom:10px;
}
.post a {
	color: #EF6596;
}
.postdate {
	color: #a9a9a9;
	font-size: 1em;
	text-transform: uppercase;
	}
.pagetitle {
	color: #515151;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	}
.posttitle {
	font-size: 1.8em;
	text-transform: uppercase;
	white-space: nowrap;
	}
.posttitle a {
	color: #515151;
	}
.posttitle a:hover {
	color: #EF6596;
	}
.postmetadatabottom {
	background: #FFFFFF;
	margin: 15px 0 15px 0;
	padding: 3px;
	font-size: 1.5em;
	text-align: right;
	text-transform: uppercase;
	width: 200px;
	}
p.readmore {
	font-size: 1.5em;
	text-align: right;
	text-transform: uppercase;
}
.postmetadatabottom a, p.readmore a {
	color: #a9a9a9;
	}
.postmetadatabottom a:hover, p.readmore a:hover {
	color: #EF6596;
	}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	padding-top: 30px;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #3D3332 url(../images/magnifier.png) no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 6px 6px 6px 20px;
	width: 226px;
	height: 16px;
	}

/* -footer- */

#footer {
	border-top: 1px solid #a9a9a9;
	clear: both;
	padding: 10px;
	width: 100%;
	font-size:11px;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	border-bottom: 1px dotted #a9a9a9;
	padding: 10px;
	padding-right:0;
	}
.commentlist div {
	padding: 10px;
	padding-right:0;
	}
.commentlist a {
	color: #EF6596;
}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
#calendar_wrap {

}
#ratings {
   position: absolute;
}
div.honors {
   background: url(../images/honors.png) no-repeat top left;
   height: 100px;
   margin-top: 20px;
}
div.awards {
	margin-top: 10px;
	height:70px;
}
#egypt_web_academy, #egypt_web_academy_2009, #egypt_web_academy_silver_2009 {
	display:block;
	position:relative;
	float:left;
}
#egypt_web_academy_post {
	display:block;
	position:relative;
	float:right;
}
div.hspace {
	display:block;
	position:relative;
	float:left;
	width:10px;
}
#social ul {
	margin:0;
	padding:0;
	height:34px;
}
#social li {
	float:left;
	list-style:none;
	margin-left:5px;
}
#signature {
	margin-left:30px;
	margin-top:30px;
}
div.rss, div.linkedin, div.twitter, div.facebook, div.plus, div.vimeo, div.behance, div.github {
	width:30px;
	height:30px;
}
div.rss {
	background:url(../images/rss.png) no-repeat 0 0;
}
div.linkedin {
	background:url(../images/linkedin.png) no-repeat 0 0;
}
div.twitter {
	background:url(../images/twitter.png) no-repeat 0 0;
}
div.facebook {
	background:url(../images/facebook.png) no-repeat 0 0;
}
div.plus {
	background:url(../images/plus.png) no-repeat 0 0;
}
div.vimeo {
	background:url(../images/vimeo.png) no-repeat 0 0;
}
div.behance {
	background:url(../images/behance.png) no-repeat 0 0;
}
div.github {
	background:url('/images/github.png') no-repeat 0 0;
}
div.rss:hover, div.linkedin:hover, div.twitter:hover, div.facebook:hover, div.plus:hover, div.vimeo:hover, div.behance:hover, div.github:hover {
	background-position: 0 -30px;
}
#openquote {
   background: url(../images/open_quote.jpg) no-repeat top left;
   width: 10px;
   height: 14px;
   display: inline-block;
}
#closequote {
   background: url(../images/close_quote.jpg) no-repeat top left;
   width: 10px;
   height: 14px;
   display: inline-block;
}
.access {
	background:#3D3332;
	color:#EF6596;
	padding:4px;
	font-size:11px;
	letter-spacing:1px;
}
.access:hover {
	background:#EF6596;
	color:#FFF;
	text-decoration:none;
}
.banner {
	margin-top: 20px;
	text-indent:7px;
	letter-spacing:1px;
}
.banner a {
	display:block;
	width:243px;
	background:#3D3332;
	color:#EF6596;
	padding:4px;
	font-size:24px;
	letter-spacing:1px;
	font-variant:small-caps;
}
.banner a:hover {
	background:#EF6596;
	color:#FFF;
	text-decoration:none;
}
#wp-tags {
	margin-top: 10px;
}
div.wp_syntax {
	width:500px !important;
}
.commentlist div.wp_syntax {
	width:390px !important;
}
#commentform {
	margin-bottom:30px;
}
#commentform .ui-widget-content {
	display:block !important;
}
input[type=text] {
	width:426px;
	padding:6px;
}
input[type=text], textarea {
	background:none;
	border:#515151 2px solid;
	font-family: Arial;
	font-size:13px;
}
textarea {
	resize:none;
	width:496px;
	padding:0;
}
input[type=submit], input[type=button] {
	margin-top:10px;
	margin-left:-4px;
	border:#3D3332 1px solid;
	background:#3D3332;
	color:#FFF;
	padding:4px 8px;
	font-variant:small-caps;
	font-size:14px;
	cursor:pointer;
}
input[type=submit]:hover, input[type=button]:hover {
	border:#EF6596 1px solid;
	background:#EF6596;
}
.recaptchatable {
	width:500px !important;
}
.recaptchatable #recaptcha_response_field {
	padding:0 !important;
}
.recaptcha-error {
	font-size:13px !important;
	color:#990000 !important;
}
#vcard {
	background:#3D3332;
}
#vcard table {
	padding:4px;
	color:#EF6596;
}
#info-ar {
	display:none;
	font-family:'TraditionalArabic';
	letter-spacing:0;
	float:right;
	font-size:18px;
}
/*#freelancer {
	position:absolute;
	top:120px;
	left:10px;
}*/
#tagcloud {
	left: 0;
}
