/*  
Theme Name: Prosimii Alternative
Theme URI: http://www.oswd.org/design/preview/id/1773
Description: The Prosimii WordPress theme, based on the web layout from <a href='http://www.oswd.org/'>OSWD</a>.
Version: 1.0
Author: Constantinos Neophytou
Author URI: http://www.cneophytou.com/
	
	Prosimii
	 http://www.oswd.org/design/preview/id/1773
	
	This theme was built by Constantinos Neophytou,
	
	The CSS, XHTML and design were taken from the OSWD Prosimii web layout by haran:
	http://www.oswd.org/user/profile/id/3013
*/


/* ##### Common Styles ##### */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  min-width: 800px;
}

acronym, .titleTip, abbr {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
 color: rgb(117,144,174);
 text-decoration: none;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.5em;
  margin: 1.25em 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.5em;
  margin: 1.25em 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1em 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

.access {
  text-decoration: underline;
}

/* ####### Page wrapper ####### */
#page {
  width: 100%;
}

/* ##### Header ##### */

#header {
  /*height: 12em;*/
}

.superHeader {
  color: rgb(130,128,154);
  background-color: rgb(33,50,66);
  text-align: right;
  font-size: 0.75em;
  margin: 0;
  padding: 0.5em 1em;
}

.superHeader span {
  text-decoration: underline;
}

.superHeader a {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25em 0 0;
}

.superHeader a:hover {
  color: rgb(193,102,90);
  background-color: transparent;
  text-decoration: none;
}

.midHeader, .midHeader a {
  color: rgb(255, 255, 255);
  /*background-color: rgb(61,92,122);*/
  background: rgb(117,144,174) url(images/header.gif) repeat-x scroll top left;
  margin: 0;
  padding: 0.26em 1em;
}

.midHeader a {
  text-decoration: none;
  padding: 0;
}

.headerTitle {
  font-size: 270%;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 125%;
  background-color: transparent;
  min-height: 2.4em;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1em 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2em 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5em 0;
  display: block;
}

.headerLinks a:hover {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
  color: rgb(255, 255, 255);
  background-color: rgb(117,144,174);
  margin: 0;
  padding: 0.5em 10px;
}

.subHeader a, .subHeader .highlight {
  color: rgb(255, 255, 255);
  background-color: transparent;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25em 0 0;
}

.subHeader .current_page_item, .subHeader .current_page_item a {
  color: rgb(61, 92, 122);
  border-color: rgb(255, 255, 255);
}

.subHeader a:hover, .subHeader .highlight {
  color: rgb(255,204,0);
}

.subHeader ul {
  margin: 0;
  padding: 0;
}

.subHeader li {
  display: inline;
  list-style-type: none;
  padding: 0 0.2em;
  margin: 0;
  
  border-right: 1px solid;
  padding-left: 0.4em;
}

.subHeader li.last {
  border-right: none;
}

/* ##### Side Menu ##### */

#side-bar1 {
  position: relative;
  float: left;
  left: 1.5em;
  top: 1em;
  padding-bottom: 1em;
}

#side-bar2 {
  position: relative;
  float: right;
  top: 1.5em;
  right: 1em;
}

.side-bar {
  /*width: 15em;*/
  width: 160px;
  margin: 0;
}

[id="side-bar"] {
  /*position: fixed !important;  /* Makes the side menu scroll with the page. Doesn't work in MSIE */
}

.side-bar ul {
  color: rgb(140, 140, 140);
  background-color: transparent;
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
  border: 1px solid rgb(204,204,204);
}

.side-bar ul:hover {
  /*color: rgb(117,144,174);*/
  background-color: transparent;
  border-color: rgb(117,144,174);
}

.side-bar li {
  margin: 0;
  padding: 0 0.5em 0 1em;
}

.side-bar li:hover {
  /*color: rgb(61,92,122);*/
  background-color: transparent;
}

.side-bar li a:hover {
  text-decoration: underline;
}

.side-bar ul ul, .side-bar ul ol {
  border: 0;
  margin: 0;
}

.side-bar ul ul li, .side-bar ul ol li {
  padding-left: 0;
}

.side-bar h2 {
  color: rgb(117,144,174);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0.5em 0 0 0;
}

.side-bar a {
  text-decoration: none;
}

.side-bar img {
  border: 0;
}


/* ##### Main Copy ##### */

#content {
  text-align: justify;
  margin: -0.5em 1em 1em 180px;
  padding: 0.5em 1em;
  clear: none;
}

#content.narrowcolumn {
  max-width: 55em;
  margin-right: 180px; /* size of right side-bar */
}
* html #content.narrowcolumn {
  /* IE HACK - This line breaks validation. darn */
  /* width:expression(document.body.clientWidth > (750/12) * parseInt(document.body.currentStyle.fontSize)? "55em": "auto" ); */
  /* margin-right: 20%; */
}

#content h1 {
  color: rgb(117,144,174);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 186%;
  margin: 0;
  padding: 1.5em 0 0 0;
}

#content h1.pagetitle {
  padding-top: 0.8em;
}

#content h2 {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  padding: 1em 0 0 0;
}

#content p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

#content ul {
  margin: 0.5em 0;
}

#content li {
/*
  line-height: 1em;
*/
}

#content td {
  vertical-align: top;
}

#content img {
  border: none;
}

#content ins {
  text-decoration: none;
}

ins .post_list {
  line-height: 1.4em;
}

.navigation {
  display: block;
  width: 98%;
  text-align: center;
  margin: 0.5em 0 1em 0;
}
.navigation .alignright {
  width: 49%;
}
	
.navigation .alignleft {
  width: 49%;
}


code {
  color: #9f2d00;
  font-size: 110%;
}

.commentlist {
  list-style-type: none;
}

.commentlist li {
  font-style: normal;
  margin: 2em 0;
}
* html .commentlist li { width: 50em; } /* IE bug fix */

.commentlist li.alt {
  /*background-color: rgb(239, 239, 239);*/
}

.commentlist p {
  margin: .6em 0;
}

.posted {
  position: relative;
  font-size: .9em;
  border-top: 1px solid rgb(33,50,66);
  background-color: rgb(117,144,174);
  padding: 0.4em 1em 0.4em 0.7em;
}
* html .posted { width: 50em; } /* IE bug fix */

.posted_comment {
  padding: 0.5em;
}

.posted cite {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}

.posted .number {
  float: left;
  font-weight: bold;
  font-size: 2em;
  color: rgb(255, 255, 255);
  padding: 0 0.3em;
}

.posted a {
  color: rgb(255, 255, 255);
}

.posted a:hover {
  color: rgb(255,204,0);
}

.commentlist li .avatar, .gravatar {
  float:right;
	padding: 2px;
  background-color: transparent;
}

.gravatar img {
  border: 1px solid rgb(117,144,174);
}

.postgrav {
  float: left;
  padding: 3px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid rgb(117,144,174);
  background-color: transparent;
}

/* Postit Date */

.post_cal {
  float: left;
  color: rgb(117,144,174);
  margin: 1em 0.3em 1px 0;
  padding: 0;
  border: 1px solid #A6A6A6;
  text-align: center;
  width: 4em;
  display: inline;
}

  .post_cal .dayname {
    background-color: rgb(117,144,174);
    border-bottom: 1px solid #A6A6A6;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bolder;
    width: 100%;
  }
  
  .post_cal .daynum {
    border-bottom: 1px solid #A6A6A6;
    padding: 0;
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
    width: 100%;
  }
  
  .post_cal .month, .post_cal .year {
    font-size: 1em;
    width: 100%;
  }
  
/* End Postit Date */

.post-date {
  float: left;
  color: rgb(117,144,174);
  font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  margin: 1em 1em 0 0;
  padding: 0.8em 0.3em;
  width: 4.5em;
  background-color: rgb(177,204,234);
  line-height: 1.1em;
}

.alignright {
  float: right;
  width: 55%;
}
	
.alignleft {
  float: left;
  width: 43%;
}

p.blocktext {
  margin: -0.5em 10em 0.5em 1em;
  padding: 100em;
}

blockquote {
  padding: 0 4em 0 2em;
  background: rgb(245, 245, 245) url(images/quote.png) no-repeat scroll top left;
  border: none;
}

.cheetah {
  position: fixed;
  right: 0.5em;
  bottom: 0;
  height: 60px;
}


.newsHeading {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145%;
  text-decoration: none;
  margin: 0;
  padding: 1em 0 0 0;
  display: block;
}

.newsHeading:hover {
  color: rgb(117,144,174);
  background-color: transparent;
  text-decoration: underline;
}

.newsDate {
  font-style: italic;
  margin: 0 !important;
  padding: 0;
}

.newsSummary {
  margin: 1.5em 0 2.5em 0.75em !important;
  padding: 0;
}

.more {
  text-align: right;
  margin: 0;
  padding: 0.5em 0;
}

.more a {
  color: rgb(61,92,122);
  background-color: transparent;
  font-size: 92%;
  text-decoration: underline;
  margin: 0;
  padding: 0.25em 0.75em;
}

.more a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

.center {
  text-align: center;
}

.quote {
  color: rgb(0, 0, 0);
}

img.photo {
  float:left;
  margin:0 1.5em 0.5em 0.5em;
  border: 1px;
  border-color: black;
}

li.nobullet {
  list-style-type: none;
}

span.update {
	color: #aa0000;
	font-weight: bold;
}

span.deprecated {
	text-decoration: line-through;
}

table.info th {
	border-bottom: 1px solid;
	text-align: center;
}

table.info td {
	border-bottom: 1px dashed;
}

table.info td.data {
	text-align: center;
	vertical-align: middle;
}

#content .old-post {
    margin: 1em 0 0 0;
    padding: 0.5em 1.5em 0.2em 1.5em;
    background: #e9e9eb;
}
#content .old-post p {
    background: url(images/warning.png) left no-repeat;
    padding: 5px 0 5px 55px;
    color: #717171;
}

/* ##### Footer ##### */

#footer {
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1em 1em;
  clear: both;
}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
