/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
 


 
/*Colour codes*/
/*Dark blue: Pantone 303: #002A3A
Reflex blue: #001489
Yellow: Pantone 116: #FFCD00 
*/

/*
 * Body
 */
body {
  margin: 0;
  padding: 20px 0 0 0;
  color:#666;
}

.body.ie8	{
	background:none;
}

#page-wrapper {
}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 10%;
  padding: 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
	text-align:center;
}

/*
 * Specific FB/TWITTER block  
 */
div#block-block-6 {
	float: right;
}

#twitter-widget-0 {
position: relative;
top: -30px;
right: 80px;
}

.fb_iframe_widget {top:11px}

#header .section {
}

#logo /* Wrapping link for logo */ {
  margin: 0;
  padding: 30px 0 25px;
  display:block;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
background:#f2f6fa;
}

/*Search block in higlighted region*/

#block-views-exp-case-law-search-page,  #block-views-exp-joined-search-page, #block-views-exp-journal-page, #block-views-d9c933c60c66d2d4c5a579b9b63db834, #block-views-exp-resources-list-page, #block-views-ee259c43ac5e471f7e2e0d2be0091c42 {
	background:#fff;
	padding:15px;
	text-align:center;
}

#block-views-exp-joined-search-page #edit-search-api-views-fulltext,
#block-views-exp-resources-list-page #edit-search-api-views-fulltext,
#block-views-exp-case-law-search-page #edit-search-api-views-fulltext,
#block-views-ee259c43ac5e471f7e2e0d2be0091c42 #edit-search-api-views-fulltext, 
#block-views-exp-journal-page #edit-search-api-views-fulltext {
	width:195px;
	min-width:195px
}

#block-views-exp-case-law-search-page label	{
	display:none;
}

.views-exposed-form .views-exposed-widget {
    float: none;
    padding: 0;
}
.section-journal #content .views-exposed-form .views-exposed-widget.views-widget-filter-search_api_views_fulltext {
  float:left;
  width: 525px;
}
.section-journal #content .views-submit-button {
/*   width:60px; */
  float:right:
}
.section-journal #content .view-journal .views-exposed-form {
  padding-bottom:15px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0.5em;
}

.views-exposed-widgets	{
	margin-bottom:0;
}

#edit-submit-case-law-search	{
	background: #001489;
	letter-spacing:0.05em;
	height:50px;
}

#edit-submit-case-law-search:hover	{
	background: #002A3A;
	letter-spacing:0.05em;
}

#edit-search-api-views-fulltext	{
	width:500px;
}

/*
 * Content
 */
#content {
	
}

#content .section {
	background:#fff;
	padding:20px;
	 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.front #content .section {
	background:none;
	padding:0px;
}
.breadcrumb /* The path to the current page in the form of a list of links */ {
	margin:15px 0px 0px 25px;
	font-size:0.9em;
}

h1.title /* The title of the page */	{
	margin-top:0;
}
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}
div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
  padding: 0;
  
}

ul.links li {
  list-style-type: none;
  padding: 0.5em 1em 0 0; /* LTR */
  display:inline-block;
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0px
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0.5em;
  background:#799aac;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.item-list .pager li.pager-current  /* Each page number in the pager list */ {
  background:#b5c8d3;
  color:#002A3A;
}

.item-list .pager li a:link, .item-list .pager li a:visited, .pager-ellipsis /* Each page number in the pager list */ {
  color:#fff;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}


/*
 * Footer
 */
.region-footer {
	margin-top:10px;
}

.region-footer p {
	margin-top:0px;
}

/*
 * flexslider overlay
 */
 
.flex-direction-nav a {top:35%;}

.fstitle {
margin-left:20px;
margin-top: -100px;
font-size:2em;
color:#ffffff;
line-height:1.5em;
background-color: rgba(0, 0, 0, 0.6);
padding: 10px;
display:inline-block;
overflow:hidden;
} 
.fstitle a {
color: #fff;
}

.fstitle a:visited  {
color: #fff !important;
}


#fspara {
/*margin-top:60px;*/
font-size:1.2em;	
	}
.fspara p {margin:10px 0 0 0;}

@media (max-width: 60em) { 
  .fstitle {font-size:1.5em; 
  margin-left:0;
  margin-top: 10px;}
}
@media (max-width: 60em) { 
  .fspara {font-size:0.9em; }
}
