/*
Theme Name: YallaStartup Theme
Theme URI: http://yallastartup.org/
Description: Home made theme for YallaStartup
Version: 1.0
Author: Elie Khoury
Author URI: http://www.ekhoury.com/
Tags: sexy, flexy
*/

body {
	background: url(images/background.gif) repeat-x;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: 'lucida sans', arial, sans-serif;
	color: #333;
}

a {
	color: #1174c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Theme Layout */

#globalWrapper {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height:36px;
	line-height: 36px;
}

#header #logo {
	vertical-align: middle;
	display: inline-block;
	margin: 4px 20px 0 0;
	float: left;
}

#header #logo img {
	border: none;
}

#topRight {
	float: right;
	height: 24px;
	line-height: 24px;
	margin-top: 6px;
}

#topRight form {
	margin: 0;
	padding: 0;
}

#topRight input {
	vertical-align: middle;
	height: 20px;
	width: 200px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	padding-left: 10px;
	border: 1px solid #000;
	outline: 0 none;
	border-right: none;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

#topRight #searchDropDown {
	vertical-align: middle;
	display: inline-block;
	line-height: 22px;
	border: 1px solid #000;
	border-left: 1px solid #777;
	padding: 0 24px 0 6px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	background: #aaa url(images/dropdown.png) right center;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

#topRight a {
	color: #fff;
}

#topMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	display: block;
}

#topMenu li {
	float: left;
	padding: 7px 0 0 0;
	margin: 0;
}

#topMenu li a {
vertical-align: middle;
	font-size: 12px;
	display: block;
	line-height: 22px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
}

#topMenu li a:hover {
	color: #8dbdcd;
}

#topMenu li a.active {
	background: #8dbdcd;
	-moz-box-shadow: inset 0 -2px 3px rgba(255,255,255,0.3), inset 0 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -2px 3px rgba(255,255,255,0.3), inset 0 3px 5px rgba(0,0,0,0.3);
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.subTopMenu {
	background: #b2d7e3;
	height: 24px;
	padding: 2px;
	border: 1px solid #7fb0bf;
	border-top: none;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 -2px 16px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.subTopMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subTopMenu ul li {
	float: left;
	margin-right: 3px;
	line-height: 24px;
}

.subTopMenu ul li a {
	display: block;
	padding: 0 10px;
	color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.subTopMenu ul li a:hover, .subTopMenu ul li a.active {
	text-decoration: none;
	background: #fff;
	line-height: 22px;
	padding: 0 9px;
	border: 1px solid #7fb0bf;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5), inset 0 1px 3px rgba(0,0,0,0.2);
}

#globalContent {
	min-height: 400px;
	padding: 30px 0;
}

#footer {
	border-top: 1px solid #ddd;	
	padding: 10px 0;
	color: #777;
}

#footerLinks {
	float: right;
}

/* Sidebar */
#sidebar {
	float: right;
	border-left: 1px solid #eee;
	padding-left: 20px;
	margin-left: 20px;
	width: 250px;
	font-size: 12px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li h2 {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	padding: 5px 0;
	margin-bottom: 0;
}

#sidebar ul li li {
	padding: 3px 10px;
}

#sidebar ul li li.even {
	background: #f4f7fb
}

#sidebar ul ul li, #sidebar ul ol li {
	line-height: 20px;
}

#sidebar ul ul {
	border-bottom: 1px solid #eee;
}

/* Content */
.post h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
}

.entry {
	color: #333;
	line-height: 18px;
	font-size: 13px;
}

.narrow {
	width: 695px;
}

.entryMeta {
	float: right;
	margin: 0 0 5px 10px;
}

.entryMeta .wp-post-image {
	margin-bottom: 5px;
}

.entryMeta .socialMedia {
	padding: 5px;
	border: 1px solid #b3d7e3;
	background: #d3ecf4;
}

.entryMeta .socialMedia h4 {
	font-size: 16px;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.entryMeta .fbLike {
	padding: 10px 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #b3d7e3;
}

.entryMeta .fbLike iframe {
	width: 188px !important;
}

.entryMeta .socialMedia .socialButtons {
	text-align: center;
}

.archivePostMeta {
	padding: 5px;
	border: 1px solid #b3d7e3;
	background: #d3ecf4;
	margin-bottom: 20px;
}

.archivePostMeta .postmetadata {
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.socialCompact {
	height: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b3d7e3;
	margin-bottom: 5px;
}

.socialCompact .compactButton {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.socialCompact .fbLike {
	float: left;
}

.socialCompact .fbLike iframe {
	width: 350px;
}

.archiveThumbnail {
	float: left;
	padding: 4px;
	border: 1px solid #eee;
	margin: 0 10px 10px 0;
}

span.wptag a {
	background: #1174c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 1px 3px;
	text-shadow: none;
}

span.wptag a:hover {
	background: #2a95e6;
	text-decoration: none;
}

/* Home Page */

#homeMission {
	color: #333;
	background: #d3ecf4;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#homeMission #missionGraphic {
	float: left;
	margin-right: 15px;
}

#homeMission p {
	font-size: 20px;
	line-height: 30px;
	color: #444;
}

#homeMission h2 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #10576f;
	margin: 0;
	padding: 0;
}

#homeTable {
	table-layout: fixed;
	width: 100%;
	font-size: 12px;
}

#homeTable td {
	width: 33%;
	vertical-align: top;
	padding: 0 10px 0 0;
}

#homeTable td.lastColumn {
	padding-right: 0;
}

#homeTable p {
	line-height: 18px;
	margin: 5px 0 0 0;
}

#homeTable ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#homeTable ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #d7d7d7;
}

#homeTable .postTitle {
	font-weight: bold;
	display: block;
}

#homeTable .homeTwitterAvatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}


/* WordPress Defaults */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Startup Profiles */
.startupMeta {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 15px 15px 0;
}

.startupMeta a.badge {
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #eee;
	padding: 5px 4px 4px 4px;
	line-height: 15px;
	margin-top: 0;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	text-shadow: 0 -1px 0 #000;
	border: 1px solid #222;
	font-family: 'lucida grande', 'lucida sans', tahoma, arial, sans-serif;
	background-color: #333;
  	background-image: -moz-linear-gradient(top, #555555, #333333); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555555),color-stop(1, #333333)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')"; /* IE8 */
	text-decoration: none;
	margin-bottom: 10px;
}

.startupMeta a.badge:hover {
	text-decoration: none;
}

.startupMeta .logo {
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.startupMeta h4 {
	font-size: 12px;
	padding: 2px 0 0 0;
	margin: 10px 0 5px 0;
	border-top: 1px solid #eee;
}

.startupMeta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.startupNewsUl {
	list-style: none;
	margin: 0;
	padding: 0;
}

.startupNews {
	padding: 10px 10px 0 10px;
	border: 1px solid #eee;
}

.startupContent .startupNews h3 {
	background: url(images/icons/rss.png) 0 center no-repeat;
	padding: 0 0 0 24px;
	margin: 0 0 15px 0;
	border: none;
}

.startupNewsUl li {
	margin-bottom: 10px;
}

.startupNewsUl li p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.elevatorPitch {
	background: #f3f3f3;
	padding: 10px;
	font-size: 16px;
	font-family: Georgia, Garamond, serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
}

.startupListing {
	padding: 10px;
	border-left: 1px solid #eee;
}

.startupListing p {
	margin: 5px 0;
	padding: 0;
}

.startupListing.even {
	background: #F4F7FB;
}

.startupListing:hover {
	background: #D3ECF4;
}

.startupListing h4 .badge {
	float: right;
	background: #0a920a; 
	color: #fff; 
	font-size: 11px; 
	padding: 3px 6px; 
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.startupListing h4 a:hover.badge {
	text-decoration: none;
	background: #12a812;
}

.startupListing h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding:0;
}

.startupListing .logo {
	float: left;
	margin-right: 15px;
}

.letterReference {
	float: left;
	margin: 5px 0 0 -20px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	color: #aaa;
}

.alphabetIndex {
	padding: 5px 10px;
	background: #F4F7FB;
	border: 1px solid #eee;
	overflow: hidden;
}

.alphabetIndex table {
	table-layout: fixed;
	width: 100%;
}

.alphabetIndex table td {
	text-align: center;
	font-weight: bold;
}

.alphabetIndex table td a {
	display: block;
	text-align: center;
	padding: 4px 0;	
}

.alphabetIndex table td a:hover {
	background: #1174C0;
	color: #fff;
	text-decoration: none;
}

.breadcrumbArrow {
	display:inline-block;
	background: url(images/breadcrumb_arrow.png) center bottom no-repeat;
	width: 16px;
	height: 16px;
}

.titleNav {
	margin: 0 0 15px 0;
	padding:0;
}

.startupContent {
	width: 470px;
	margin-left: 220px;
}

.startupContent h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #eee;
}

/* Icons */
.note {
	background: #ffd823;
	padding: 10px;
}

.twitterIcon {
	background: url(images/icons/twitter.png) 0 center no-repeat;
	padding: 2px 0 2px 22px;
	line-height: 20px;
}

.facebookIcon {
	background: url(images/icons/facebook.png) 0 center no-repeat;
	padding: 2px 0 2px 22px;
	line-height: 20px;
}

.red {
  color: #F02511 !important;
}


