/*   
Theme Name: SIGMONA
Theme URI: 
Description: Custom WordPress theme for SIGMONA.
Author: KWD Digital
Author URI: http://www.kwd.fi/
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('2c-r-fixed.css');

@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700);

/* -------------------------------------------------------------- 
   
   Set default typography
     
-------------------------------------------------------------- */   

#wrapper {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 16px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  line-height: 1.4em; /* 12px x 1.333 = 16px */
}


body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * fonts are commonly available on Linux systems where the MS fonts are less
   * common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif or serif)
   * hints at what type of font to use if the web browser doesn't find any
   * of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

   */

  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #545454;
}




/* Headings
-------------------------------------------------------------- */

/*
 * Headings
 */
h1 {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  color:#45657a;
  font-size: 24px;
  line-height: 1.3em;
  font-weight:400;
}

h2,
h3.widgettitle {
  font-family: 'Exo 2', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  color: #642c8f;
  font-weight:400;
  margin-bottom:15px;
}

h3 {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height: 1.3em;
  color: #333;
  font-weight:700;
  margin-bottom:15px;
}

h4,
h5,
h6 {
  font-size:14px;
  line-height: 1.3em;
  color: #333;
}

/* Text elements
-------------------------------------------------------------- */

p {
  margin: 1em 0 1.2em 0;
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
  margin: 1em 0;
  padding-left: 2em; /* LTR */
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link {
  color: #653290;
  font-weight: bold;
  text-decoration:none;
}

a:visited {
  color: #653290;
  font-weight: bold;
  text-decoration:none;
}

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

a:active {
  color: #70a717;
  font-weight: bold;
  text-decoration:none;
}

body {
  background: #EEE8D5 url(img/body-bg.jpg) top center no-repeat;
}

/*
 * Just for book keeping...
 */
.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


#logo {
	position:absolute;
	top:85px;
	left:40px;
}

#footer {
	font-size:11px;
	color:#45657a;
	background: url('img/content-footer-shadow.png') top center no-repeat;
	padding-top:20px;
	margin-bottom:40px;
}

#footer ul {
	list-style:none;
	list-style-type:none;
	margin:15px 0 0 0;
	padding:0;
}

#footer li {
	background:none;
	list-style:none;
	list-style-type:none;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}

.footer-left {
	width:710px;
	float:left;
}

#siteinfo {
	float:left;
	text-align:right;
	clear:right;
	color: #fff;
}
#siteinfo span {
	margin-left: 285px;
}

#siteinfo a:link, #siteinfo a:active, #siteinfo a:visited {
	font-weight:400;
	color:#fff;
}



/** table **/
table {
}
th {
	text-align:left;
}
th, td {
	vertical-align:top;
	padding:3px 3px 3px 2px;
	border-bottom:1px dotted #c0c0c0;
}

/** main menu **/
#access .menu {
	/*background:url('img/navi-bg.png') no-repeat;*/
	background: #653290;
	height:45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#menu-main-menu {
	list-style:none;
	list-style-type:none;
	margin:0 15px;
	padding:0;
}

#menu-main-menu li {
	background:none;
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

#menu-main-menu a:link, #menu-main-menu a:active, #menu-main-menu a:visited {
	font-size:14px;
	font-weight:400;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	display:block;
	padding:0 15px;
	color:#fff;
	text-shadow:#222 1px 1px 1px;
	line-height:45px;
	text-decoration:none;
	text-transform: uppercase;
}

#menu-main-menu a:hover, #menu-main-menu a:focus,
#menu-main-menu .sfHover a {
	/* background:url('img/navi-hover-bg.png') repeat-x; */
	background: #492275;
}

#menu-main-menu .current_page_item a:link, #menu-main-menu .current_page_item a:active, #menu-main-menu .current_page_item a:visited,
#menu-main-menu .current_page_parent a:link, #menu-main-menu .current_page_parent a:active, #menu-main-menu .current_page_parent a:visited {
	/*background:url('img/navi-hover-bg.png') repeat-x;*/
	background: #492275;
}	

.home #menu-main-menu #menu-item-25 a:link, .home #menu-main-menu #menu-item-25 a:active, .home #menu-main-menu #menu-item-25 a:visited {
	/*background:url('img/navi-hover-bg.png') repeat-x;*/
	background: #492275;
}

#menu-main-menu .sub-menu {
	margin:0;
	padding:0;
	position:absolute;
	top:45px;
	left:0;
}

#menu-main-menu .sub-menu li {

}

#menu-main-menu .sub-menu a:link, #menu-main-menu .sub-menu a:active, #menu-main-menu .sub-menu a:visited {
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#000;
	background: #fff;
	border:1px solid #c0c0c0;	
	border-top:0;
	text-shadow:none;
}
#menu-main-menu .sub-menu a:hover, #menu-main-menu .sub-menu a:focus {
	background:#f1f1f1;
}



/*** general and random ***/
.leadtext {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	color:#45657a;
	font-weight:700;
	margin-top:0;
}

.home .entry-title {
	display:none;
}

.skip-link { display:none; }

.entry-content li:before {
	content: "● ";
	color: purple;
}
li {
	padding:0 0 0 30px;
	list-style-type:none;
	list-style:none;
	font-size:12px;
	color:#545454;
	margin:0 0 12px 0;
}

.entry-title {
	margin-bottom:15px;
}

.button {
	width:148px;
	height:31px;
	display:block;
	line-height:31px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button:link, .button:active, .button:visited {
	color:#fff;
	text-shadow: #666 1px 1px 2px;
	text-align:center;
}

.green {
	background:url('img/button-green-bg.png') no-repeat;
}

/*** right column ***/
.xoxo {
	padding:10px 20px 0 25px;
	list-style-type:none;
	list-style:none;
}

.xoxo li {
	list-style-type:none;
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}

.latest-news {
	color:#45657a;
}

.latest-news p {
	margin:0;
}

.latest-news h4 a:link, .latest-news h4 a:visited, .latest-news h4 a:active {
	color:#45657a;
	font-size:12px;
	margin-bottom:10px;
}
.latest-news h4 a:hover, .latest-news h4 a:focus {
}

.read-more:link, .read-more:active, .read-more:visited {
	display:block;
	text-align:right;
	margin:7px 0 0 0;
	color:#45657a;
}
.read-more:hover, .read-more:focus {

}

.news-divider {
	height:3px;
	background: url('img/latest-news-divider.png') no-repeat center center;
	margin:10px 0;
}

.latest-news-readmore {
	margin:20px auto 10px auto;
}

/** newslist **/
.newslist {
}
.newslist h2 {

}
.newslist a {
	font-size:16px;
	display:block;
}

.newslist li {
/*	padding-left:0;
	background:none;*/
	margin-bottom:20px;
}

/** image gallery **/
.ngg-galleryoverview {
	margin-bottom:30px;
}

/** pagination **/
.pagination {
	/*background:url('img/latest-news-divider.png') no-repeat top left;*/
	margin-top:20px;
	padding-top:15px;
}
.wp-paginate {
	list-style:none;
	list-style-type:none;
}
.wp-paginate li {
	list-style:none;
	list-style-type:none;
	background:none;
	padding:0;
}

#sigmona-name { margin: -22px 0 25px 40px; }
