/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection { background: #ffb7b7; color: #ffffff; }
::-moz-selection { background: #ffb7b7; color: #ffffff; }

@font-face {
	font-family: F-DFont;
	src: url("/assets/fdfont-bold.eot");
}

@font-face {
	font-family: F-DFont;
	src: url("/assets/fdfont-bold.ttf");
}

@font-face {
	font-family: F-DFontSmall;
	src: url("/assets/fdfont-reg.eot");
}

@font-face {
	font-family: F-DFontSmall;
	src: url("/assets/fdfont-reg.ttf");
}

body {
	text-align: center;
	line-height: 130%;
	text-rendering:optimizeLegibility;
	background-color: #FEFEFE;
	font-family: F-DFontSmall, Arial;
}

h3 {
	font-size: 12px;
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #61B4E9;
}

p {
	display: block;
	margin-bottom: 8px;
}

ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

ul li {
	list-style-type: disc;
	margin-left: 30px;
}

ol, ul {
	margin-bottom: 10px;
}

#container {
	margin: 0 auto;
	width: 500px;
	text-align: left;
	
	color: #111111;
}

#stripe {
	height: 5px;
	background-color: #61B4E9;
}

#footer {
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 150%;
	color: #CCCCCC;
	text-align: center;
}

#footer a {
	color: #bbbbbb;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* Post */
.post {
	background-color: #FFFFFF;
	margin-bottom: 50px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.post-image img {
	border-radius: 5px 5px 0px 0px;
}

.post-split {
	position: relative;
	top: -12px;
	height: 8px;
	margin-bottom: -10px;
	background-image: url('/assets/split.png');
}

.post h3 {
	text-align: center;
}

.post h3 a {
	color: #444444;
}

.post-content {
	font-size: 12px;
	line-height: 150%;
	padding: 5px 5px 0px 5px;
}

.post-meta {
	position: relative;
	top: 5px;
	padding-right: 6px;
	height: 0px;
	color: #FFF;
	font-size: 9px;
	line-height: 9px;
	height: 0px;
	text-align: right;
	font-family: monospace;
}

.post:hover .post-meta {
	color: #CCCCCC;
}

.post .arabic {
	text-align: right;
}

.post .english {
	
}

.post .half {
	width: 245px;
	float: left;
}

.post:hover .google-audio-player {
	opacity: 1;
}

.post blockquote {
	display: block;
	color: #666666;
	margin-left: 10px;
	border-left: solid 2px #B2D8E9;
	padding-left: 10px;
}

.post .arabic blockquote {
	margin-left: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	margin-right: 10px;
	border-right: solid 2px #B2D8E9;
	padding-right: 10px;
}

/* Pagination */
.pagination {
	text-align: center;
	margin-bottom: 30px;
}

.pagination .first,
.pagination .last {
	display: none;
}

.pagination .page a,
.pagination .page.current,
.pagination .next a,
.pagination .prev a {
	display: inline-block;
	border: solid 1px #CCC;
	background-color: #F9F9F9;
	border-radius: 3px;
	margin-right: 5px;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #888;
}

.pagination .page a:hover,
.pagination .next a:hover,
.pagination .prev a:hover {
	background-color: #F1F1F1;
}

.pagination .page.current {
	opacity: 0.5;
	color: #CCC;
}

/* Audio */
.audioplayer {
	margin-bottom: -24px;
}

/* YouTube */
.youtube-video {
	border-radius: 5px 5px 0px 0px;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
*/
