@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

/** global **/
body {
	margin:0px auto;
	padding:0;
	background: #F5F6CE;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 1.0em;
	color:#666;
	font-weight: 300;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:100%;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	color:#fff;
	border-top:1px solid #222;
	background-color:#2F2F2F;
}
td {
	border-bottom:1px solid #f4f4f4;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height:2.0em;
	margin-bottom:20px;
}
a {
	color:#EDBB99;
}
a:hover {
	color:#4874DB;
}
a:focus {
	outline:none;
}
a.button { 
   background-color: ##E26E8D;
	background-image:linear-gradient(#ac0056, #EB99AF);
	border-top: 1px solid #EB99AF;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: capitalize;
}

a.button-reversed {
    background-color: #5D84DF;
	background-image:linear-gradient(#7294E3, #4874DB);
	border-top: 1px solid #9EB5EB;
}

fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family: 'Source Sans Pro', 'sans-serif';
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family: 'Source Sans Pro', 'sans-serif';
	border:1px solid #ddd;
}
fieldset form input.formbutton {
border:none;
    background-color: #DD5381;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    margin-left: 150px;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
}
form.searchform input {
  	font-size: 1.1em;
    	padding: 10px 2%;
	width: 96%;
	background-color: #ddd;
	display: block;
	color: #999;
	border: 1px solid #eee;
	font-family: 'Source Sans Pro', 'sans-serif';
}

form.searchform p {
	margin: 5px 0 0;
}

h1 {
	font-size:3em;
}
h2 {
	color:#444;
	font-size:1.8em;
	text-transform: capitalize;
	font-weight:bold;
	padding:0 0 5px;
	margin:0;
	letter-spacing: -1px;
}
h3 {
	color:#DD5381;
	font-size:1.6em;
	padding-bottom:10px;
	text-transform: capitalize;
}
h4 {
	padding-bottom:10px;
	font-size:1.4em;
	color:#4874DB;
}
h5 {
	padding-bottom:10px;
	font-size:1.2em;
	color:#E26E8D;
}
ul, ol {
	padding: 0;
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/** wrapper **/
div#wrapper {
	margin:0px auto;
	padding:0;
}

.width {
	max-width:980px;
	margin: 0 auto;
}




/** header **/
header {
	padding:30px 0 30px;
	margin:0 auto;
}
header h1 { 
	text-align: center;
}

header h1 a,
header h1 a:hover,
header h1 a:visited {
	color: #fff !important;
	text-decoration: none;
	text-shadow: 2px 2px 0 #000;
	letter-spacing: -2px;
	text-transform: capitalize;
}

header h2 {
	color:white;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom:0;
	letter-spacing:0;
	text-transform: capitalize;
}
header div.tagline {
	color:#C2D7F9;
	font-size:0.9em;
}
header div.tagline a {
	color:#ffffff;
}



/** body **/
section#body {
	padding: 0;
	box-shadow: -5px 0px 5px #C42760;
	background: #2f2f2f;
}


/** content+sidebar styles **/
section#content {
	width: 70%;
	padding: 5px 1%;
	background-color: #fff;
	box-shadow: -1px 0px 10px #111;
}
.column-left {
	float:left;
}
.column-right {
	float:right;
}
aside#sidebar {
	width:20%;
	padding:5px 2%;
	font-size: 0.8em;
	
}
nav#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #2f2f2f;
}
aside#sidebar nav#mainnav ul li {
	border-bottom:none;
	padding: 5px 0;
}
nav#mainnav li.selected-item a,
nav#mainnav li.selected-item a:hover {
	color:#fff;
	font-weight:bold;
	background-color: #ac0056;
	background-image: linear-gradient(#ac0056, #EB99AF);
	border-top: 1px solid #ac0056;
}
nav#mainnav li a:hover {
	background:#ac0056;
	color: #fff;
	text-decoration:none;
}
nav#mainnav li a, .responsive-buttons a {
	color: #ccc;
	background-color:#292929;
	border-top: 1px solid #333;
	display: block;
	padding: 13px 5px;
	border-radius: 10px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	
}

aside#sidebar .block {
	padding: 35px 0px;
}

aside#sidebar p.text-block {
	border-radius: 10px;	
	margin-bottom: 0;
	padding: 10px;
	line-height: 1.7em;
	border: 1px solid #333;
	background-color:#292929;
}

aside#sidebar p.text-block a {
	color: #ccc;
}

aside#sidebar p.text-block a.readmore {
	font-weight: bold;
}

aside#sidebar p.coloured-text-block {
	background-color: #EDBB99;
	border-color: #DE598A;
	color: #fff;
}

aside#sidebar p.coloured-text-block a {
	color: #fff;
}

aside#sidebar h4 { 
	color:#c0c0c0;
	text-shadow: 1px 1px 0 #111;
	font-size: 1.6em;
	text-transform:capitalize;
	font-weight:bold;
	margin:0;
	padding:0px;
}
aside#sidebar a {
	color: #666;
}
aside#sidebar a:hover {
	color: #eee;
}
aside#sidebar ul {
	list-style: none;
	margin: 0;
}
aside#sidebar ul li {
	padding: 7px 0px;
}

.responsive-buttons { display: none; }

article {
    padding: 10px 10px 30px;
	font-size: 0.95em;
border-bottom: 1px solid #eee;
 }

article h2 {
    padding-bottom: 0;
   font-size: 2.0em;
}

article .article-info {
  color: #CCC;
font-size: 0.8em;
padding: 0px 0px 10px;
}

article .article-info a { 
	color: #ccc;
}



/** footer **/
footer {
	padding:20px 0px;
}

footer p {
	color:#444;
	margin:0;
	font-size:2.2em;
	text-align: center;
}
aside#sidebar footer p a {
	color:#444;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #444;
}
aside#sidebar footer p a:hover { color:#666; border-bottom-color: #666; }


/** clear fix **/
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	clear: both;
	display: block;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}



@media screen and (max-width: 600px) {

	body { font-size: 0.9em; }	


	.width { width:auto; padding-left: 10px; padding-right: 10px; }

	.column-left, .column-right { margin:0 5px; }
	
	section#content, aside#sidebar { position: relative; float: none; width: auto; }
	
	.responsive-sidebar-hide { display: none; }

	.responsive-buttons { display: block; }

}


@media screen and (max-width: 450px) {

	body { font-size: 0.8em; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }


	nav#mainnav ul li a, .responsive-buttons a   { display: block; margin-top: 0; padding: 8px 1em; }

	aside#sidebar nav#mainnav ul li { padding: 2px 0; }
}


div#footer {
        clear: both;
        border-top: 1px solid #3498DB ;
        background-color:#ac0056 ;
	background-image: linear-gradient(#ac0056, #EB99AF);

        padding: 10px;
}


ul#footer-nav {
        font-family: "Times New Roman", serif;
        font-size: 1.0em;
        text-transform: capitalize;
        margin: 0 0 10px 0;
}
ul#footer-nav li {
        display: inline;
        margin: 0;
        padding: 0 10px 0 5px;
        border-right: 1px solid #3498DB ;
}
ul#footer-nav li.last {
        border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
        color: White;
        text-decoration: none;
}
ul#footer-nav li a:hover {
        color: #3498DB;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  

  background-color: none;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}



/* Some stylesheet reset */
#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}
/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  width: 150px;
  /* The list elements which contain the links */

}
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

#cssmenu > ul li1 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: blue;
    background-image:linear-gradient(#ac0056, #EB99AF);
}

/* General link styling */
#cssmenu > ul li a {
  /* Layout */

  display: block;
  width: 100%;
  height: 27px;
   
  position: relative;
  margin: 2px,2px,2px, 2px;
  border-top: 1px dotted #3a3a3a;
  border-bottom: 1px dotted #1b1b1b;
  padding: 11px 20px;


    background-color: #E26E8D;
    background-image:linear-gradient(#ac0056, #EB99AF);
    border-top: 1px solid #EB99AF;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 22px;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: capitalize;
    text-align:center;
 /* display: block;
  position: relative;
  margin: 0;
  border-top: 1px dotted #3a3a3a;
  border-bottom: 1px dotted #1b1b1b;
  padding: 11px 20px;*/
  /* Typography */

  /*font-family: Helvetica, Arial, sans-serif;
  color: #d8d8d8;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;*/
  /* Background & effects */

 /* background: #282828;*/
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 0;
background-color: green;
background-image:linear-gradient(green, #EB99AF);
}
/* Rounded corners for the second link of the menu/submenus */
#cssmenu > ul li:second-child > a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top: 0;
background-color: green;
background-image:linear-gradient(green, #EB99AF);
}

/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 0;
background-color: blue;
background-image:linear-gradient(blue, #EB99AF);
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: blue;
  background: -webkit-linear-gradient(blue, #EB99AF);
  background: -moz-linear-gradient(#ac0056, #EB99AF);
  background: linear-gradient(#ac0056, #EB99AF);
  border-color: solid;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
  border-left: 4px solid #ffffff;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 120%;
  top: -999px;
  padding-left: 5px;
  opacity: 0;
  width: 100px;
  text-align:center;
  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
}

/* Navigation */
#cssmenu li a{color:inherit;}
#cssmenu .active a, #cssmenu a:hover, #cssmenu li:hover > a{color:#FF8F2B; background-color:inherit;}
#cssmenu li li a, #cssmenu .active li a{color:#FFFFFF; background-color:rgba(0,0,0,.6); border-color:rgba(0,0,0,.6);}
#cssmenu li li:hover > a, #cssmenu .active .active > a{color:#FFFFFF; background-color:#FF8F2B;}
#cssmenu form select{color:#FFFFFF; background-color:#3C3733;}

#breadcrumb a{color:inherit; background-color:inherit;}
#breadcrumb li:last-child a{color:#FF8F2B;}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#FF8F2B;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#FF8F2B;}

#backtotop{color:#FFFFFF; background-color:#FF8F2B;}
.nowrap {
  white-space: nowrap ;
}

