@charset "utf-8";

@font-face { font-family: 'ramiismailMainFont'; src: url('fonts/GOTHICB.TTF'); }
@font-face { font-family: 'ramiismailMenuFont'; src: url('fonts/GOTHIC.TTF'); }
@font-face { font-family: 'ramiismailLargeHeader'; src: url('fonts/Futura LT Book.ttf'); }
@font-face { font-family: 'ramiismailLightHeader'; src: url('fonts/Futura LT Condensed Light.ttf'); }

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body
{
	background-color:#18597f;	
	color:#ffffff;
	height:100%;
}

body
{
	overflow-y:scroll;	
}

a
{
	color:#8babbe;
	text-decoration:none;
}

a:hover
{
	color:#fff;	
}

ul
{
	margin-left:19px;	
}

li
{
	list-style:outside square;	
}

#photo
{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
}

#container
{
	margin:0px auto;
	width:990px;
	height:100%;	
}

#header
{
	position:fixed;
	top:40%;
	margin-left:45px;
	color:#8babbe;
	overflow:visible;
}

#header a
{
	text-decoration:none;	
}

#header a:hover
{
	color:#fff;	
}

#header #title
{
	font-family:"ramiismailMainFont", "Century Gothic", sans-serif;
	font-weight:bolder;
	font-size:22pt;
	width:204px;
	letter-spacing:3px;	
	text-transform:uppercase;
	text-align:justify;
	overflow:visible;
}

#header #subtitle
{
	font-family:"ramiismailLightHeader","Futura LT CondensedLight",sans-serif;
	font-size:21pt;
	width:204px;
	letter-spacing:5px;
	text-transform:uppercase;
	text-align:justify;
	overflow:visible;
}

#header #reading
{
	font-family:"ramiismailMenuFont","Century Gothic",sans-serif;
	border-left:40px #8babbe solid;
	padding-left:10px;
	margin-top:12px;
	font-size:10pt;
	width:164px;
	text-transform:lowercase;
	text-align:justify;
	color:#8babbe;
}

#content
{
	margin-left:354px;
	width:550px;
	margin-top:58px;	
	min-height:100%;
}

#content .post
{
	background-color:#144c6c;
	padding-bottom:40px;
	margin-bottom:80px;	
	width:512px;
	padding-left:19px;
	padding-right:19px;
	overflow:visible;
}

#content .tweet
{
	background-color:#144c6c;
	padding-bottom:40px;
	margin-bottom:80px;	
	width:512px;
	padding-left:19px;
	padding-right:19px;
	overflow:visible;
}

#content .recommendation
{
	background-color:#144c6c;
	padding-bottom:40px;
	margin-bottom:80px;	
	width:512px;
	padding-left:19px;
	padding-right:19px;
	overflow:visible;
}

#content h1
{
	font-family:"ramiismailLargeHeader", "Futura LT Book", Verdana, sans-serif;
	font-size:36pt;
	font-weight:normal;
	padding-top:121px;
	padding-bottom:38px;
	text-transform:uppercase;
	width:390px;
	float:left;
}

#content .tweet p
{
	font-family:Georgia, "Times New Roman", serif;
	font-size:14pt;
	width:390px;
	float:left;
}

#content .recommendation p
{
	font-family:Georgia, "Times New Roman", serif;
	font-size:14pt;
	width:390px;
	float:left;
}

#content img
{
	margin-top:19px;
	margin-bottom:19px;
	max-width:512px;	
	height:auto;
}

#content iframe, #content embed
{
	margin-top:19px;
	margin-bottom:19px;
	max-width:512px;	
}

#content img.main
{
	overflow:visible;
	min-width:482px;
	max-width:482px;
	border:7px #fff solid;
	border-bottom-width:15px;
	margin-top:16px;
	margin-bottom:70px;	
}

#content img.gallery
{
	overflow:visible;
	min-width:482px;
	width:482px;
	max-width:482px;
	border:7px #fff solid;
	border-bottom-width:15px;
	margin-top:70px;
	margin-bottom:70px;	
	transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);	
}

#content img.gallery:hover
{
	transform: rotate(-2deg) scale(1.2);
	-ms-transform: rotate(-2deg) scale(1.2);
	-o-transform: rotate(-2deg) scale(1.2);
	-webkit-transform: rotate(-2deg) scale(1.2);
	-moz-transform: rotate(-2deg) scale(1.2);	
}

#content img.gallery-odd
{
	transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

span.feature img
{
	transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

span.feature img:hover
{
	transform: rotate(-2deg) scale(1.2);
	-ms-transform: rotate(-2deg) scale(1.2);
	-o-transform: rotate(-2deg) scale(1.2);
	-webkit-transform: rotate(-2deg) scale(1.2);
	-moz-transform: rotate(-2deg) scale(1.2);
}

span.feature-odd img
{
	transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

span.feature-odd img:hover
{
	transform: rotate(1deg) scale(1.18);
	-ms-transform: rotate(-2deg) scale(1.2);
	-o-transform: rotate(-2deg) scale(1.2);
	-webkit-transform: rotate(1deg) scale(1.18);
	-moz-transform: rotate(1deg) scale(1.18);
}

#content .postdata
{
	float:right;
	height:75px;
	width:102px;
	border-top:#fff 12px solid;
	margin-top:-12px;
	background-color:#fff;	
	color:#18597f;
	font-family:"ramiismailLargeHeader", "Futura LT Book", Verdana, sans-serif;
	text-align:center;
}

#content .day
{
	margin-top:6px;
	font-size:36pt;	
	display:block;
}

#content .date
{
	font-size:10pt;	
	display:block;	
	margin-bottom:6px;
}

#content p
{
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;	
}

#content strong
{
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;	
	font-weight:bold;
	color:#fff; !important
}

#content b
{
	color:#fff; !important
}

#content ul
{
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;	
}

#content blockquote
{
	margin-left:9px;
	padding-left:9px;
	font-style:italic;
	border-left:1px solid #bbb;
	margin-bottom:12px;
}

#content .navigation
{
	margin-top:-19px;
	padding-bottom:119px;	
}

#content .navigation .olderLink
{
	padding:19px;
	font-family:"ramiismailLightHeader","Futura LT CondensedLight",sans-serif;
	font-size:28px;
	height:32px;
	width:128px;
	background-color: #144c6c;
	display:block;
	float:right;
}

#content .navigation .newerLink
{
	padding:19px;
	font-family:"ramiismailLightHeader","Futura LT CondensedLight",sans-serif;
	font-size:28px;
	height:32px;
	width:128px;
	background-color: #144c6c;
	display:block;
	float:left;
}

.commentlist .name
{
	float:left;
	font-family:"ramiismailLightHeader","Futura LT CondensedLight",sans-serif;
	font-size:21pt;
	letter-spacing:5px;
	text-transform:uppercase;
	text-align:justify;
	overflow:visible;	
}

.commentlist .commentmeta
{
	float:right;
	text-align:right;
	color:#8babbe;
	font-size:10px !important;
	height:8px;
	padding:5px;
	margin:1px;
	margin-left:2px;
}

#email, #url, #author
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;	
	background-color: #8babbe;
	border:0px;
	width:512px;
}

.comment-form-comment textarea
{
	width:500px;
}

.comment
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;	
	border:0px;
	width:512px;
	padding-bottom:19px;	
}

#submit
{
	font-family:"ramiismailLargeHeader", "Futura LT Book", Verdana, sans-serif;
	font-size:36pt;
	font-weight:normal;
	padding-bottom:38px;
	text-transform:uppercase;
	width:390px;
	float:left;
	border:0px;
	background-color: #144c6c;
	color:#8babbe;
}

#submit:hover
{
	color:#fff;
	cursor:pointer;
}

.meta
{
	font-family:'ramiismailMenuFont', 'Century Gothic', Arial, sans-serif;
	font-size:10px;
	color:#8babbe;	
}

.meta a
{
	color:#fff;	
}

.clear
{
	clear:both;	
}