/*   
Theme Name: Greenius
Theme URI: http://www.greenius.ltd.uk
Description: Theme for Greenius Website
Author: Dave Mitchell
Author URI: http://blog.lightvoid.net
Version: 0.0.1	
*/

/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #828282;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #777777;
}

a {
	color: #5f5f5f;
}

a:hover {
  color: #3333ff;
}

img {
	border: 0;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}



/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	background-color: #127818;
	/* height: 1.2em; */
	padding:5px 0px 5px 0px;
	border-top: 1px solid #002f03;
	border-bottom: 1px solid #002f03;
}

#menu ul {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	line-height: 1.2em;
	font-size: 1em;
}

#menu .page_item a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #ffffff;
}

/* Header */

#header-wrap {
	/* background: url(images/header-repeat.jpg) repeat-x center top; */
	background:#ffffff;
}

#header {
	height: 109px;
	background: url(images/header.gif) no-repeat center;
}

#header_link {
	cursor: hand;
	height: 109px;
	position:absolute;
	top:0;
	left:0;
	width: 600px;
}

/* #header div {
	width: 900px;
	margin: 0 auto;
} */

/* #header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
} */

/* #header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
} */

/* #blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
} */

/* Content */

/* #content-top {
  background: #cdcdcd url(images/body-top.gif) no-repeat center top;
	padding-top: 17px; / should match size of body-top.gif /
	background-color: #cdcdcd;
} */

/* 
#content-container {
  background: #cdcdcd;  url(images/body.gif) repeat-y center top;
  padding-top:10px;
  padding-bottom:50px;
  background-color: #cdcdcd;
} */

#content-top {
  background-color: #cdcdcd;
}

#content-container {
	width: 80%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
	padding-top:25px;
  padding-bottom:50px;
}

/* #content { } */

#body-outer {
	float: left;
	/* width: 490px; */
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#body-outer-nosidebar {
  float: left;
  /* width: 490px; */
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#body {
	padding-left: 20px;
	padding-right: 20px;
}

/* Sidebar */

#sidebar-outer {
	float: right;
	font-size: 0.9em;
	/* width: 220px; */
	width: 30%;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#sidebar {
	/* float: right; */
  padding-right: 20px;
}

/* Footer */

#footer {
	background:#828282;
}

#footer-bottom {
	background:#828282 url(images/footer.gif) no-repeat center top;
  padding-top:17px;
	width:100%;
}

#footer .legal {
  color: #000000;
  font-size:11px;
	padding-bottom:10px;
	margin-top:-5px;
}

#footer .legal {
  text-align:center;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
  color: #cccccc;
}

#footer a:hover {
  color: #ffffff;
}

/* meta links */

#meta-links-outer {
	width:100%;
	height:0.8em;
	padding:5px 0px 5px 0px;
  background-color: #127818;
  border-top: 1px solid #002f03;
  border-bottom: 1px solid #002f03;
}

#meta-links {
  width:800px;
	margin-left:auto;
	margin-right:auto;
}

#meta-links ul {
	float:right;
  margin: 0 auto;
	padding: 0;
  bottom: 0;
  left: 0;
  list-style: none;
	font-size:0.8em;
	line-height:0.8em;
}

#meta-links ul li {
  float: left;
	display: block;
  padding-right: 5px;
  padding-left: 10px;
}

#meta-links a, #meta-links a:link, #meta-links a:visited, #meta-links a:active {
  color: #000000;
  text-decoration: none;
}

#meta-links a:hover {
  color: #ffffff;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #3b3b3b;
}

h2 a:hover {
  color: #3333ff;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 20px;
  margin-bottom: 0px;
}

.post-divider {
	margin-top: 40px;
	margin-bottom: 40px;
}

.post .entry {
	font-size: 0.9em;
	/* line-height: 1.3em; */
	clear: both;
}

.post .author {
	text-transform: uppercase;
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -70px;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(images/date.gif);
	width: 44px;
	height: 49px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	margin: 5px 5px 5px 5px;
}

.post .date .month {
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding-top: 0px;
	color: #333333;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 1px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.5em;
	padding-top: 0px;
	color: #a5a5a5;
	margin-top: -1px;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

/* .metadata a {
	text-decoration: none;
} */

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

hr {
	clear: both;
  border: 0;
  color: #8e8e8e;
  background-color: #dddddd;
  /* width: 450px; */
	width: 90%;
  height: 1px;
}

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

blockquote {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 0px 10px 0px 10px;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	background: url(images/comment-top.gif);
	width: 481px;
	height: 33px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
	background: url(images/comment-middle.gif) repeat-y;
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
	background: url(images/comment-bottom.gif);
	width: 481px;
	height: 30px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;
	background: transparent url(images/bg-form-inputs.png) no-repeat scroll left top;
  border: 1px solid #cccccc;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,Helvetica,"Trebuchet MS",Verdana,sans-serif;
  font-size: 1.0em;
  padding: 6px;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	background: transparent url(images/bg-form-inputs.png) no-repeat scroll left top;
  border: 1px solid #cccccc;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,Helvetica,"Trebuchet MS",Verdana,sans-serif;
  font-size: 1.0em;
  padding: 6px;
}

#sidebar #searchform div #s {
  /* width: 152px; */
	width: 65%;
	background: transparent url(images/bg-form-inputs.png) no-repeat scroll left top;
  border: 1px solid #cccccc;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,Helvetica,"Trebuchet MS",Verdana,sans-serif;
  font-size: 1.0em;
  padding: 6px;
}

#header #searchform {
	float: right;
	margin: 20px 20px 0px 0px;
}

#header #searchform div #s {
  width: 152px;
  background: transparent url(images/bg-form-inputs.png) no-repeat scroll left top;
  border: 1px solid #cccccc;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,Helvetica,"Trebuchet MS",Verdana,sans-serif;
  font-size: 1.0em;
  padding: 6px;
}

/* Frame */


/* .frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
} */

/****************************
 **   Sidebar
 ****************************/

/* General */

#sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

#sidebar h4 {
  margin-top: 20px;
	margin-bottom: 0px;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #9f9f9f;
	text-decoration: underline;
}

#sidebar a:hover {
  color: #3333ff;
	text-decoration: underline;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar .current_page_item {
	list-style-type: square;
}

/* #sidebar .current_page_item a {
  color: #000000;
} */

/* Search */

/* #sidebar #searchform div {
	background-image: url(images/searchform.gif);
	width: 226px;
	height: 49px;
	margin-left: -7px;
} */

/* #sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: -2000px;
} */

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

#sidebar .greenius_photoblog div {
	text-align: center;
}

#sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}

.personalphoto {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	margin: 0.25em;
	float: right;
	box-shadow: 4px 4px 5px #444444
}

.indent {
	margin-top: 5px;
	margin-left: 35px;
	padding: 5px 5px 5px 5px;
}

.square-screenshot {
	float: left;
  padding: 10px 10px 10px 10px;
}

.square-screenshot img {
  border: 1px solid #999999;
  height: 176px;
  width: 176px;
}

.screenshot-inline {
	float: left;
  padding: 10px 10px 10px 10px;
}

.screenshot-inline img {
  border: 1px solid #999999;
}

.square-pic-noborder {
  float: left;
  margin: 10px 10px 10px 10px;
}

.square-pic-noborder img {
  height: 100px;
  width: 100px;
}

.square-pic {
	float: left;
	margin: 9px 9px 9px 9px;
}

.square-pic img {
  border: 1px solid #cccccc;
	height: 100px;
	width: 100px;
}

/*.square-pic img:hover {
  border: 1px solid #000000;
} */

.applist-pic {
  float: right;
  /* padding: 10px 10px 10px 10px; */
}

.applist-pic img {
  /* border: 1px solid #cccccc; */
  height: 100px;
  width: 100px;
	margin: 5px 5px 5px 5px;
}

.applist-pic-reflection {
	float: right;
}

.applist-pic-reflection img {
  /* border: 1px solid #cccccc; */
  /* height: 100px;
  width: 100px; */
  margin: 5px 5px 5px 5px;
}

/* .applist-pic img:hover {
  border: 1px solid #000000;
} */

.applist-entry-wrapper {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.applist-entry {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.applist-entry h4 {
}

.applist-text {
	/* padding: 5px 5px 5px 5px; */
}

.applist-seperator {
	background-color: #dddddd;
	margin-top: 20px;
	height: 1px;
	width: 100%;
}

.screenshotlist-vert {
	float: right;
	padding: 10px 10px 10px 10px;
}

.screenshotlist-vert img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.downloadlink, div.downloadlink {
   display: block;
   margin-left: auto;
   margin-right: auto;
	 
	 text-align: center;
	 font-size: large;
	 font-weight: bold;
	 
	 padding-top: 10px;
	 padding-bottom: 10px;
}


.contact-map {
	padding: 10px 10px 10px 10px;
	width: 300px; /* should match img size */
	text-align: right;
	margin-left:auto;
	margin-right:auto;
}

.contact-map img {
  border: 1px solid #cccccc;
  height: 230px;
  width: 300px;
}

.contact-map img:hover {
  border: 1px solid #000000;
}

/* .contact-map .link {
	text-align: right;
} */

.latest-posts {
	font-size: 0.9em;
}

.latest-post {
	margin-bottom: 10px;
}
 
.latest-post .post-date {
	font-style: italic;
}

.subscribe {
  background: url(images/rss.png) no-repeat 0 50%;
  padding-left: 33px;
	padding-top: 5px;
	/* padding-top: 7px; */
	height: 28px;
	/* font-size: 14px; */
}

.extra-copyright {
	font-size: 0.6em;
	text-align: center;
}


.appstore-inline {
  float: left;
  padding: 10px 10px 10px 10px;
}

.appstore-inline img {
/*  border: 1px solid #999999; */
}
