/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id$
 */

@font-face {
    font-family: 'freesansmedium';
    src: url('freesans-webfont.eot');
    src: url('freesans-webfont.eot?#iefix') format('embedded-opentype'),
         url('freesans-webfont.woff') format('woff'),
         url('freesans-webfont.ttf') format('truetype'),
         url('freesans-webfont.svg#freesansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * Common HTML elements
 */

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, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-decoration: none;
} 

html {
	height: 100%;
}

body {
	/*background: url(images/cjmedbkgrd.jpg) top center no-repeat, url(images/cjmedbkgrd.jpg) 0 0 repeat;*/
	background-color: #eeeeee;
	color: #333333;
	font-family: 'freesansmedium', sans-serif  !important;
	font-size: 12px !important;
	line-height:1.5em;
	width: 100%;
	height: 100% !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#container {
	min-width: 960px !important;
	margin: 0 auto;
	padding-bottom: 20px;
	min-height: 100%;
	height: auto !important;
}

p {
	margin: 1.5em 0;
}

table.tocArticle {
	margin: 10px 0;
}

.database td {
	padding: 0 5px;
}

a:link, a:visited {
	color: #1177FF;
}

a:active, a:hover {
	color: #113366;
	background: none;
}

label.error {
	color: #770000;
}

input {
	border: 1px solid #E1E1E1;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #E1E1E1;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}


#header {
	background: none;
	height: 126px;
	min-width: 960px !important;
}

#header h1 {
	padding: 0;
	font-family: 'freesansmedium', serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	font-size: 3em;
	color: #7788BB;
	text-align: center !important;
	padding: 30px 0;
}

#header h1 img{
	padding-right: 70px;
}

#body {
	width: 960px !important;
	margin: 80px auto 0;
	background: #F6F6F6;

	position: relative;
	box-shadow: 0 0 15px rgba(115, 115, 115, 0.2);
	border: 1px solid #E1E1E1;
	border: 1px solid rgba(214, 214, 214, 0);
}

#body:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

::selection {
	text-shadow: none;
	background-color: #F4E0A7;
}

#articleAbstract {
	text-align:justify;
}

.articleContentDaniel {
	text-align:justify !important;
}
.articleContentDaniel p{
	text-align:justify !important;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #006699;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main {
	width: 69%;
	margin: 0;
	padding: 1.5em 1.5em 1.5em 2em;
	border-right: 1px solid #E1E1E1;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 0 100px rgba(0, 0, 0, 0.1);
	background: #FCFAF5;
	background: rgba(255, 255, 255, 0.95);
}

#main h2 {
	font-family: 'freesansmedium', sans-serif !important;
	font-weight: normal;
	font-size: 24px;
	color: #434363;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 1px #F5F5FF;
}

#main h3 {
	font-family: 'freesansmedium', sans-serif;
	font-weight: normal;
	color: #434343;
	line-height: 1.5em;
	font-size: 20px;
	padding: 0;
	margin: 0;
	margin-left: 0.5em;
	letter-spacing: 0.5px;
}

#navbar {
	background: rgb(0,28,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,112,148,255) 0%, rgba(0,84,101,255) 40%, rgba(0,28,37,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,112,148,255)), color-stop(40%,rgba(0,84,101,255)), color-stop(100%,rgba(0,28,37,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,112,148,255) 0%,rgba(0,84,101,255) 40%,rgba(0,28,37,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,112,148,255) 0%,rgba(0,84,101,255) 40%,rgba(0,28,37,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,112,148,255) 0%,rgba(0,84,101,255) 40%,rgba(0,28,37,255) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,112,148,255) 0%,rgba(0,84,101,255) 40%,rgba(0,28,37,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007094', endColorstr='#001c43',GradientType=0 ); /* IE6-9 */
	border: none;
	position: absolute;
	left: 0;
	top: -54px;
	padding: 0;
	width: 100%;
	box-shadow: 0 0 15px rgba(115, 115, 115, 0.7);
}

ul.menu a{
	font-size: 1em;
}

#navbar ul.menu li {
	padding: 0;
}

ul {
	list-style-type: square;
}

#content ul {
	margin: -0.5em 0 0.75em 0;
}

#navbar ul.menu a {
	font-family: 'freesansmedium', sans-serif;
	font-size: 1.2em !important;
	text-transform: capitalize;
	display: block;
	float: left;
	padding: 5px 10px;
	line-height: 1.5em;
	color: #fff;
	border-right: 1px solid #4E749B;
	text-shadow: 1px 1px 1px #000;
}

#navbar ul.menu a:hover {
	background: ##005465;
	color: #FFFFFF;
}

#navbar ul.menu a.current {
	color: #FFFFFF;
}

/*
ul.menu li:first-child a {
	border-left: none;
	box-shadow: inset -1px 0 0 rgba(255,255,255,0.8); 
} */

#navbar ul.menu li:last-child a {
	border-right: none;
}


#breadcrumb {
	font-size: 0.8em;
}

#breadcrumb a.current {
	font-weight: normal;
}

#content {
	border-top: 1px solid #E1E1E1;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
	font-size: 1em;
}

#content::after {
	box-shadow: none;
}

#content h3 {
	font-family: 'freesansmedium', sans-serif;
	font-weight: normal;
	color: #434343;
	line-height: 1.5em;
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.5px;
}

#content h4, #main h4 {
	font-family: 'freesansmedium', sans-serif;
	font-weight: normal;
	color: #434343;
	line-height: 1.5em;
	font-size: 16px;
	margin: 0;
	letter-spacing: 0.5px;
}

#content h5 {
	font-family: 'freesansmedium', sans-serif;
	font-weight: normal;
	color: #434343;
	font-size: 14px;
	letter-spacing: 0.5px;
}

#sidebar {
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#sidebar  ul{
	list-style: none;
	padding: 0 0 0 1em;
}

#leftSidebar div.block {
	padding: 0;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 0;
	color: #999999;
}

#rightSidebar {
	width: 22%;
	padding: 1.5em;
	height: 100%;
	margin: 0;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

#rightSidebar div.block{
	border-top: 0px solid #003366;
}

#rightSidebar div.block, #sidebar div.block  {
	padding: 1em 0;
	border-bottom: 1px solid #E1E1E1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	margin-bottom: 0;
	color: #434343;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: normal;
	color: #434343;
}

#rightSidebar div.block span.blockTitle, #sidebar div.block span.blockTitle {
	font-family: 'freesansmedium', sans-serif;
	padding: 5px 0 5px 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #EEEEEE;
	background: #005465;
	margin: 0 0 5px 0px;
	text-shadow: 1px 1px 1px #002;
	display: block
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: normal;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: normal;
}

#authorBio p {
		margin: 1em 0;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px solid #E1E1E1;
}

.file, .file:hover {
	/*background: url(images/bgf.png) 0 0 no-repeat;*/
	padding: 10px 0 10px 23px;
	color: #434343;
}

#authorDetails .file {
	line-height: 4em;
}

table.tocArticle td.tocTitle {
	/* d */
	font-family:'freesansmedium';
	text-transform:uppercase;
	/*text-transform:capitalize;*/
	/*font-variant:small-caps;*/
	width: 90%;
}
#articleTitle h3 {
	/* d */
	text-transform:uppercase;
	font-size: 1.3em;
	/*font-variant:small-caps;*/
}

table.listing td.headseparator, table.listing td.endseparator {
	border-top: 1px solid #E1E1E1;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.8), inset 0 1px 0 rgba(255,255,255,0.8);
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
  font-family: 'freesansmedium';
  color: #EEEEFF !important;
  font-size: 14px;

  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 7px 17px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #005465);
  background: -ms-linear-gradient(top,  #63B8EE,  #005465);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#005465));
  background: -moz-linear-gradient(top,  #63B8EE,  #005465);
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
   color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="file"],
input[type="password"], input[type="tel"], input[type="url"], input[type="text"],
select, textarea {
	padding: 5px 5px;
	color: #333;
	background: #f6f6f6;
	border: 1px solid #E1E1E1;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background: #f6f6f6;
	border: 1px solid #E1E1E1;
}

input:not([type]):focus, input[type="color"]:focus, input[type="email"]:focus, input[type="number"]:focus,
input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus,
select, textarea {
	background: #fff;
	border: 1px solid #E1E1E1;
}

