
body {
	margin: 0;
	padding: 0;
	background: url('../images/bg.gif');
	background-attachment:fixed;
	background-position: top left;
	background-repeat: repeat;
	text-align:left;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", serif;
}

a, a:visited {
	text-decoration: none;
	color: #399af8;
}

a:hover {
	color: #0072D0;
}

#header {
	left: 0px;
	top: 0px;
	height: 80px;
	background: #fff;
	text-align:left;
	border-bottom: solid 20px #fff;
	border-top: solid 20px #fff;
}

#header .inner {
	padding: 40px 10px 10px 10px;
	background: #fff;
	text-align:left;
}

#logo {
	position:absolute;
	left: 30px;
	top: 30px;
	cursor:pointer;
}

/* ========================= Site navigation ========================== */

#site-nav {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	left: 340px;
	width: 600px;
	list-style-type: none;
}


#site-nav li {
	float: left;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color:#000;
}

#site-nav a,
#site-nav a:link,
#site-nav a:visited
{
	color: #000;
	text-decoration:none;
}
#site-nav a:active,
#site-nav a:hover,
#site-nav a.selected
{
	color: #399af8;
}

/* ========================= Portfolio navigation ========================== */

#nav {
	position:relative;
	top: 50px;
	left: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#nav li {
	float: left;
	margin-right: 30px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color:#000;
}

#nav a,
#nav a:link,
#nav a:visited
{
	color: #000;
	text-decoration:none;
}
#nav a:active,
#nav a:hover,
#nav a.selected
{
	color: #399af8;
}


/* ============================= Gallery ==================================== */
#track {
	overflow-x:auto;
	overflow-y:hidden;
	height: 515px;
	width:100%;
}

#gallery {
	width:6024px;
	height:515px;
	background: #fff;
	border-left: solid 10px #fff;
	padding: 0;
	margin: 0;
}

#gallery img {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	margin: 0;
}


/* ============================= Content pages =============================== */

.panel {
	background: #fff;
	background-color: rgba(255, 255, 255, 1.0);
	padding: 20px 20px 20px 20px;
	text-align:left;
	min-height: 800px;
	margin-bottom: 200px;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #399af8;
	margin-top:30px;
}

h1 {
	font-size: 1.2em;
	text-transform:capitalize;
}

h2 {
	font-size: 1.2em;
	text-transform:none;
	font-weight:normal;
}

h3 {
	font-size: 0.9em;
	text-transform:none;
	margin-top: 10px;
	margin-bottom: -5px;
	padding: 0;
}


p {
	line-height: 1.5em;
	text-align: justify;
	color: #323232;
	font-size: 0.9em;
}

.indent
{
	margin-left: 20px;
}

.page {
	background-color: rgba(43, 59, 92, 0.2);
	width: auto;
	max-width: 1000px;
	min-width: 850px;
	border: solid 1px #ddd;
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
	min-height: 600px;
} 

p img
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

ul li,
ol li
{
	padding-right: 30px;
	font-size: 0.9em; 
	line-height: 1.4em;
	color: #323232;
	text-align:justify;
}


/** ====================== Blog styles ============================= */

.page
{
	margin-top:0px;
}

table#blog
{
	width: 100%;
	margin-bottom: 200px;
}
table#blog td.content
{
	vertical-align: top;
	text-align: left;
	background: #fff;
}

table#blog td.sidebar
{
	vertical-align: top;
	text-align: left;
	background: #fff;
	padding: 20px 20px 20px 20px;
	border-left: solid 0px #ddd;
}

table#blog td.admin-menu a
{
	font-family: Arial, serif;
	text-transform: lowercase;
}

#sidebar
{
	min-width: 200px;
	padding: 0px 20px 20px 20px;
	border-left: solid 1px #eee;
}

#sidebar .section
{
	margin-bottom: 30px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}
#sidebar ul li
{
	text-transform: capitalize;
	line-height: 1.6em;
	font-size: 0.8em;
}

table#blog td.admin-menu ul
{
	list-style-type: none;
	float: left;
	height: 30px;
	margin: 0;
	padding: 15px 20px 5px 20px;
}
table#blog td.admin-menu ul li
{
	text-transform: lowercase;
	float: left;
	margin-right: 20px;
}

table #blog td.empty
{
	background: #fff;
	background-color: rgba(255, 255, 255, 0.82);
}


#sidebar h3
{
	font-family: Arial, serif;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
	font-weight: normal;
	color: #999;
	margin-bottom:10px;
}
#sidebar h4
{
	color: #8B94B4;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


/** ================= Articles ============================= */

.article
{
	padding-left: 100px;
	padding-right: 300px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.article p
{
	text-align: left;
}

#blog .article
{
	padding-left: 100px;
	padding-right: 50px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	min-width: 500px;
}

#blog .article h4
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.article .date
{
	margin-left: -100px;
	font-size: 1.4em;
	color: #bbb;
	font-family: Georgia, "Times New Roman", serif;
}

.article-end
{
	margin-top: 10px;
	margin-bottom:10px;
	height:20px;
}

.button-link
{
	display: block;
	padding: 2px 4px;
	border: solid 1px #7AA5F3;
	float: left;
	margin-right: 10px;
	font-size: 0.8em;
	font-family: Tahoma, Arial, serif;
	text-transform: capitalize;
}

.article img
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.edited-content p
{
	margin: 0;
	padding: 5px 0 5px 0;
}

.title
{
	color: #9DA6C7;
}

.tag
{
	color: ##888;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.8em;
	float: left;
	margin-left: -100px;
	margin-top: -20px;
	text-align: right;
	text-transform: capitalize;
	width: 90px;
}

blockquote 
{
	margin: 10px 0;
	padding: 0 20px 0 50px;
	background: url('../images/quote.png') no-repeat 10px 0;
	border: none;
}
blockquote p
{
	color: #8B94B4;
	font-size: 0.85em;
	font-weight:bold;
}

#foot
{
	margin-top: 40px;
}
#foot #previous
{
	float: left;
	margin-left: 100px;
}
#foot #next
{
	float: right;
	margin-right: 20px;
}


/** ================= Forms ============================= */

form .fixedwidth
{
	width: 600px;
}

.row
{
	margin-bottom: 20px;
}

a#submit
{
	display:block;
	
}

#submit-button
{
	background-image: url('../images/bt-submit.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	width: 100px;
	height: 36px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	display: block;	
	float: left;	
}

#cancel-button
{
	background-image: url('../images/bt-cancel.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	width: 100px;
	height: 36px;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	display: block;	
	float: left;
}

#edit-icon
{
	position: relative;
	top: 0px;
}

td.link
{
	width: 300px;
	text-align: left;
	
}
td.action
{
	width: 200px;
	text-align: right;
	font-family: Arial, serif;
	font-size: 12px;
}

/* ==================================== Background image =========================== */
#neilali
{
	background-image: url("../images/neilali.gif");
	background-repeat: no-repeat;
	background-position: top right;
	margin-right:20px;
}


/* ========================= Landing page ========================== */

#aa-splash-pane
{
	background-image: url("../images/splash.gif");
	background-repeat: no-repeat;
	width: 801px;
	height: 500px;
	position:relative;
	top:100px;
}

#aa-splash-pane #splash-nav
{
	list-style-type: none;
	float:left;
	position:relative;
	top:250px;
	text-align:center;	
	width:600px;
	margin:0px;
	padding:0px 0px 0px 180px;
}

#aa-splash-pane #splash-nav li
{
	
	float:left;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
	color: #fff;
	text-transform:uppercase;
	font-family: Arial;
}

#aa-splash-pane #splash-nav li a
{
	text-decoration:none;
	color: #fff;
}

/* =============================== WPJA ============================= */

#wpja
{
	height:68px;
	border-top: solid 1px #ddd;
	padding-top: 15px;
	margin-top: 25px;
}

#wpja img
{
	border: none;
}
#wpja a img
{
	text-decoration: none;
	border: none;
}
#wpja p
{
	text-align:left;
}


/* ============================== COMMENTS ============================ */

#blog #comments
{
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 0.85em;
}

#blog #comments .fixedwidth
{
	width: 450px;
}


.comment
{
	margin-top:15px;
	margin-bottom:15px;
}
.admin
{
	font-family: Georgia, serif !important;
	padding-left: 5px;
	border-left: solid 1px #ddd;
}

.name
{
	color: #999;
	font-size: 14px !important;
}

.comment-section
{
	margin-top: 0px;
	padding-top: 20px;
	border-top: solid 1px #ddd;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.comment-buttons
{
	text-align:left;
	padding-left: 0;
	margin-left: 0;
	clear: right;
	height:20px;
}
a#approve-comment
{
	float: left;
	margin-right: 20px;
}
a#delete-comment
{
	float: left;
}
a#show-comment
{
	float: right;
	margin-right:25px;
}

.speech-bubble
{
	background-image: url("../images/bubble.gif");
	background-repeat: no-repeat;
	background-position: right 10px;
	border-top: solid 1px #ddd;
	margin-top:15px;
	padding-top:5px;
}

.clearer 
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}