/*-------------------------------------------------
Designed by ADEO MEDIA LLP for scientific-journal.com
--------------------------------------------------*/

body
{
background: url(images/background.jpg);
background:-moz-linear-gradient(#fff, #6e748b) fixed;
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#6e748b)) fixed;
background: -webkit-linear-gradient(top, #fff, #6e748b) fixed;
background:-ms-linear-gradient(top, #fff, #6e748b) fixed;
background:-o-linear-gradient(top, #fff, #6e748b) fixed;
background: linear-gradient(top, #fff, #6e748b) fixed;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#303030;
height: 100%;
margin: 0;
}
html
{
height: 100%;
}
h1
{
font-family:"Times New Roman", Times, serif;
color:#002877;
font-weight:lighter;
padding:30px 0 10px 0;
border-bottom:1px dotted #002877;
}
h2,h3,h4,h5,h6
{
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
}
p
{
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
}
#main ul li
{
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
}
a
{
color:#FFF;
text-decoration:none;
}
#main a
{
color:#0055ff;
}
.highlight
{
	color:#0055ff;
}
#wrap
{
margin:0 auto;
width:980px;
background:#fff;
}

/*-----Quotes-----*/
blockquote
{
display:block;
padding:10px 20px;
text-align:justify;
}
blockquote p
{
font-style:italic;
color:#515151;
display:inline;
}
blockquote p:before, blockquote p:after
{
font-size:100px;
line-height:0;
}
blockquote p:before
{
content:'\201C'; /*Fixes IE/Chrome issues*/
padding-right:15px;
vertical-align:-45px;
}
blockquote p:after
{
content:'\201D'; /*Fixes IE/Chrome issues*/
vertical-align:-60px;
font-size:100px;
}
cite
{
float:right;
padding-top:20px;
}
#main
{
padding-right:30px;
padding-bottom:20px;
width:740px;
min-height:400px;
float:right;
}

/*-----Header-----*/
#logo 
{
background: url(images/logo.png) no-repeat;
height:85px;
width:170px;
margin:0 auto;
padding:0 800px 5px 0;
}

#journal_logo 
{
background: url(images/journal_logo.png) no-repeat;
height:50px;
width:380px;
margin:0 auto;
padding: 10px 600px 0 0;
}
header, footer
{
display:block;
}

/*-----Navigation-----*/

nav
{
width:100%;
}

nav ul
{
margin:0;
padding:0;
background:#039;
float:left;
text-transform:uppercase;
}
nav ul li {
display:inline;
padding:0;
margin:0;
}

nav ul a:link,
nav ul a:visited {
color:#fff;
padding:7px 10px 7px 13px;
float:left;
width:auto;
border-right:1px dotted #FFF;
text-decoration:none;
font-weight:bold;
font-size:12pt;
}
nav ul a:hover,
nav ul a:focus
{
background:#515151;
background:-moz-linear-gradient(#515151, #919999);
background:-webkit-gradient(linear, left top, left bottom, from(#515151), to(#919999));
background:-webkit-linear-gradient(top, #515151, #919999);
background:-ms-linear-gradient(top, #515151, #919999);
background:-o-linear-gradient(top, #515151, #919999);
background:linear-gradient(top, #515151, #919999);
color:#FFF;
}
/*Search*/
#___gcse_0 {
    float: right;
	width:380px;
}

.cse .gsc-control-cse, .gsc-control-cse {
    border:none !important;
	padding:0 !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: inherit !important;
	border:none !important;
}

form input {
    outline: none !important;
}

form.gsc-search-box {
   margin:0 !important;
}
.gsc-input-box {
    height: 32px !important;
}
input.gsc-input {
    font-size: 18px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input, table.gsc-search-box td.gsc-input 
{
	padding:0 !important;
}
table.gsc-search-box td {
    vertical-align: baseline !important;
}

table.gsc-search-box {
   margin:0 !important;
}

/*-----Sidebar-----*/
#sidebar
{
float:left;
margin:40px 0 0 30px;
list-style-type:none;
width:180px;
clear:both;
}
#sidebar li, #sidebar a:link, #sidebar a:visited
{
color:#039;
margin:10px 0 10px 0;
}
#sidebar a:hover, #sidebar a:focus
{
color:#505465;
}
/*-----Footer-----*/
footer
{
clear:both;
/*
background: url(images/nav.jpg) #fff bottom left repeat-x;
background:-moz-linear-gradient(#FFF, #d0d0d0);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d0d0d0));
background: -webkit-linear-gradient(top, #FFF, #d0d0d0);
background:-ms-linear-gradient(top, #FFF, #d0d0d0);
background:-o-linear-gradient(top, #FFF, #d0d0d0);
background: linear-gradient(top, #FFF, #d0d0d0);
*/
background:#039;
height:30px;
color:#fff;
}
footer p
{
padding:8px;
text-shadow:0px 0px 0px;
font-size:13px;
margin:0px;
}
/*-----Form-----*/
form
{
width: 360px;
}
label.field-info
{
margin-top:20px;
}
fieldset
{
margin: 0;
border: 0;
padding: 0;
}

legend
{
display: none;
}

form h3
{
clear: both;
padding: 5px 0px 10px 0px;
font-size: 14px;
}

form label
{
display: block;
width: 310px;
font-size: 14px;
line-height: 14px;
padding: 0px 0px 12px 0px;
}

form input
{
display: block;
margin-top: 3px;
background:#eee;
background:-moz-linear-gradient(#eee, #fff);
background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
background:-webkit-linear-gradient(top, #eee, #fff);
background:-ms-linear-gradient(top, #eee, #fff);
background:-o-linear-gradient(top, #eee, #fff);
background:linear-gradient(top, #eee, #fff);
border:1px solid #fff;
outline:1px solid #ccc;
}
.required,
form label.field-first,
form label.field-last,
form label.field-gender,
form label.field-country,
form label.field-city,
form label.field-address,
form label.field-zip,
form label.field-email
{
font-weight:bold;
}
form label.field-first,
form label.field-gender,
form label.field-academic-title,
form label.field-country,
form label.field-address,
form label.field-zip,
form label.field-email
{
clear: left;
}

form label.field-first,
form label.field-last,
form label.field-gender,
form label.field-country,
form label.field-city,
form label.field-email,
form label.field-phone
{
float: left;
margin: 0px 10px 0px 0px;
width: 150px;
}


form label.field-first input,
form label.field-last input,
form label.field-gender select,
form label.field-email input,
form label.field-country input,
form label.field-city input,
form label.field-phone input
{
width: 150px;
padding: 0px;
}

form label.field-address
{
float: left;
width: 310px;
margin: 0px 0px 0px 0px;
}

form label.field-address input
{
width: 310px;
}

form input#payment,
form input#paper
{
clear: left;
float: left;
padding: 0px;
margin: 0px 0px 0px 0px;
}

form label.radioitem
{
clear: none;
margin: 0px 0px 0px 25px;
padding: 0px 0px 15px 0px;
}

textarea
{
display: block;
background: #eee;
background: -moz-linear-gradient(top, #eee, #fff 10%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(#eee), color-stop(10%,#fff));
background: -webkit-linear-gradient(top, #eee,#fff 10%);
background: -o-linear-gradient(top, #eee,#fff 10%);
background: -ms-linear-gradient(top, #eee,#fff 10%);
background: linear-gradient(top, #eee,#fff 10%);
border:1px solid #fff;
outline:1px solid #ccc;
}

form textarea
{
margin-top: 3px;
}
#submit
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	outline:none;
	margin-top:20px;

}

#submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	background-color:#eeeeee;
}
#submit:active {
	position:relative;
	top:1px;
}



.statusmsg
{
font-size: 12px; 
color:#BA0000;
padding: 3px;
background: #FFE6E6; 
border: 1px solid #BA0000;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 5px 10px #BCBCBC; 
margin: 20px 0;
padding: 10px;
}

/*-----Pictures-----*/
.left
{
margin-right:20px;
margin-top:10px;
margin-bottom:10px;
float:left;
}
.right
{
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
float:right;
}
img.pic
{
border: 5px solid #FFFFFF;
box-shadow: 1px 1px 10px #666666;
}

img.cover
{
border: 1px solid #ccc;
box-shadow: 2px 3px 5px #666666;
}

/*----Lists----*/
ul.download li
{
	display:inline;
	margin:0;
	margin-right: 10px;
	
}
ul.download
{
	 list-style-type:square;
	 padding:0;
}


