/*  
Theme Name: Dark Side of Summer - 2009
Description: Dark theme
Author: Peter Minarik
*/

body {
	background: #192528 url(img/backgroundRays.jpg) no-repeat center top;
	font: 0.84em/1.4 "Trebuchet MS", Arial, Verdana, sans-serif;
	color: white;
	overflow-y: scroll;
}

/* ----- Basic Layout ----------------------------------------- */

#pagecenter {
	width: 70.2em;
	margin: 0 auto;
	position: relative;
}

#topPanel {
  margin: 1em 0 2em;
  padding-right: 1.4em;
}

#colmain {
	float: left;
	width: 48.2em;
}

#colside {
	float: left;
	margin-bottom: 1em;
	width: 22em;
}

#colcontent {
	margin: 9em 0 2.5em;
}

#content {
  padding-right: 2.2em;
}

/* ----- Top  ------------------------------------------------- */

#mainNav {
	float: right;
	margin-right: 1em;
}

#mainNav li {
	float: left;
	margin: 0 1em;
}

#mainNav li a {
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: white;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.1em 0;
	padding: 0.3em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav li a:hover,
#mainNav li a:focus,
#mainNav li a:active {
	background: transparent url(img/bg_black.png) repeat 0 0;
	background: rgba(0,0,0,0.3) none;
}

/* --- Search --- */

#search {
	float: right;
}

#searchterm {
  background: transparent url(img/bg_black.png) repeat  0 0;
  background: rgba(0, 0, 0, 0.3) none;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: white;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0.1em 0;
	padding: 0.3em 0.5em;
	text-transform: uppercase;
}

#searchterm:hover,
#searchterm:focus {
 background-color: #334444;
}

/* ----- forms ------------------------------------------------ */

input,
textarea {
  background-color: white;
  border: none;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333333;
  padding: 0.5em;
}

/* ----- Post ------------------------------------------------- */

.post {
	position: relative;
	overflow: hidden;
	margin-bottom: 5em;
}

.postcontent ul,
.postcontent ol {
  margin-top: 0.7em; 
}

.postcontent ul li {
  line-height: 1.2;
  list-style-type: square;
  margin: 0.4em 0 0.4em 2em;
}

.postcontent li a {
  text-decoration: none;
}

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

.postcontent ol li {
  line-height: 1.2;
  list-style-type: decimal;
  margin: 0.4em 0 0.4em 2em;
}

.postcontent pre {
  font-size: 1.2em;
  padding: 1em 1em 0.5em;
}

.postcontent blockquote {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  font-style: italic;
  margin-top: 0.7em;
  padding: 0.3em 1em 1em 3em;
}

.postcontent img {
  display: block;
}

.postcontent table {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  border: 1px solid #293538;
  border-width: 1px 1px 0 0;
  margin: 1.2em 0;
  width: 100%;
}

.postcontent td,
.postcontent th {
  border: 1px solid #293538;
  border-width: 0 0 1px 1px;
  padding: 5px;
  text-align: center;
}

.postcontent th {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  color: #8EB5BF;
  font-weight: normal;
}

.postinfo {
	width: 6.6em;
	background: transparent url(img/bg_black.png) repeat 0 0;
	background: rgba(0, 0, 0, 0.3) none;
	float: left;
	margin-bottom: -999em;
	padding-bottom: 999em;
}

.postday {
	font-size: 3.3em;
	color: #0acdfd;
	display: block;
	line-height: 0.8;
	letter-spacing: -1px;
}

.postmonth {
	font-size: 1.6em;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	line-height: 0.9;
}

.postauthor,
.postcomments {
	color: #8eb5bf;
	text-transform: uppercase;
	line-height: 0.8;
}

.postcomments {
	position: absolute;
	bottom: 0;
}

.postcomment_num {
	font-size: 1.6em;
	display: block;
	color: white;
	line-height: 0.9;
}

.postcomments a {
	display: block;
	color: #8eb5bf;
	text-decoration: none;
}

.postcomments a:hover .postcomment_num,
.postcomments a:focus .postcomment_num,
.postcomments a:active .postcomment_num {
	color: #192528;
}

.postedit {
  margin-bottom: -2.2em;
  margin-top: 1.5em;
}

.postedit a {
  color: #8EB5BF;
}

.postcontent {
	margin-left: 8.8em;
}

/* --- Fullpost Specials --- */

.fullpost {
  margin-bottom: 0;
  
}

.post .update {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 1em 0;
  padding: 0.5em
}

/* ----- Archive & Nav Links ----------------------------------- */

#content .arch,
#content .nav {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: -2.5em 0 2.5em 0;
  text-align: center;
}

#content .arch {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}

#content .arch a {
  border: 1px solid #333C3D;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  padding: 0.7em;
  display: block;
  text-decoration: none;
}

#content .arch a:hover,
#content .arch a:focus,
#content .arch a:active {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  color: white;
}

#content .arch a.loading {
  background: transparent url(img/ajax-loader.gif) no-repeat center center;
}

#content .arch a.loading span {
  visibility: hidden;
}

#content .nav {
  background: none;
}

#content .nav div {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  width: 50%;
}

#content #navForward {
  float: right;
}

#content .nav a {
  border: 1px solid #333C3D;
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

#content #navBack a {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

#content #navForward a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#content .nav a:hover,
#content .nav a:focus,
#content .nav a:active {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  color: white;
}

/* ----- Comments --------------------------------------------- */

#comments {
  overflow: hidden;
}

#currentComments {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  padding: 0 0.5em 3em 0;
  width: 6.6em;
}

#yourComment {
  background: transparent url(img/bg_black.png) repeat scroll 0 0;
  margin-top: -2em;
  padding: 3em 0.5em 3em 0;
  width: 6.6em;
}

.noCommentsYet #yourComment {
  background: transparent url(img/bg_black.png) repeat scroll 0 0;
}

#currentComments span,
#yourComment span {
  display: block;
  line-height: 0.8;
  text-align: right;
  text-transform: uppercase;
}

#currentComments .number,
#yourComment .your {
  color: #0ACDFD;
  font-size: 3.3em;
  letter-spacing: -1px;
  text-transform: none;
}

.comment {
  margin-bottom: 2em
}

.commentLeft {
  background: transparent url(img/bg_black.png) repeat scroll 0 0;
  float: left;
  padding: 0 0.5em 0.2em 0;
  text-align: right;
  width: 6.6em
}

#comments .commentLeft p {
  clear: both;
  line-height: 1;
  margin-top: 0;
}

.commentLeft a,
.commentLeft img {
  display: block;
  float: right;
  padding-top: 0.3em;
}

.commentLeft a:hover {
  background-color: transparent;
}

.commentRight {
  background: transparent url(img/bg_black.png) repeat scroll 0 0;
  float: left;
  padding-left: 1.7em;
  width: 37.19em
}

#comments .commentRight .date {
  color: #0ACDFD;
  line-height: 1;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}

.commentRight .date .time {
  color: #8EB5BF;
}

.commentRight .comment-edit-link {
  color: #8EB5BF;
  float: right;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
}

.commentRight .comment-edit-link:hover,
.commentRight .comment-edit-link:focus,
.commentRight .comment-edit-link:active {
  color: #192528;
}

/* --- Comment Form -- */

#commentForm #alreadyLoggedIn {
  margin: 0 0 1.2em 8.8em;
}

#commentForm #alreadyLoggedIn a {
  color: #8EB5BF;
}

#commentForm #alreadyLoggedIn a:hover,
#commentForm #alreadyLoggedIn a:focus,
#commentForm #alreadyLoggedIn a:active {
  color: #192528;
}

#commentForm {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  margin-bottom: 5em;
  padding: 1.5em 0;
}

#commentForm .input {
  margin-bottom: 1.5em;
}

#commentForm label {
  display: block;
  float: left;
  padding: 0.4em 0;
  text-align: right;
  text-transform: uppercase;
  width: 6.6em;
}

#commentForm .input input,
#commentForm .input textarea {
  border: 1px solid white;
  margin-left: 2.2em;
  width: 18em;
}

#commentForm .input textarea {
  width: 30em;
}

#commentForm .input input:hover,
#commentForm .input textarea:hover {
  background-color: #DDDFDF;
}

#commentForm .input input:focus,
#commentForm .input textarea:focus,
#commentForm .input input:active,
#commentForm .input textarea:active {
  background-color: transparent;
  border-color: white;
  color: white;
}

#commentForm .submit {
  padding-left: 8.8em;
}

#commentForm .submit input {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  color: white;
  cursor:pointer;
}

#commentForm .submit input:focus,
#commentForm .submit input:hover,
#commentForm .submit input:active {
  background: white;
  color: #192528;
}

/* ----- colside ---------------------------------------------- */

/* ----- twitter ---------------------------------------------- */

#twitterWrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 4.5em;
  width: 30em;
}

#twitter dt {
  background: transparent url(img/twitterT.png) no-repeat right top;
  clear: both;
  float: left;
  line-height: 1;
  padding: 0 20px 10px 0;
  text-align: right;
  text-transform: uppercase;
  width: 6em;
}

#twitter dt a {
  color: #8EB5BF;
  font-size: 0.9em;
  text-decoration: none;
  visibility: hidden;
}

#twitter:hover dt a {
  visibility: visible;
}

#twitter dt a:hover,
#twitter dt a:focus,
#twitter dt a:active {
  color: #192528;
}

#twitter dd {
  background-color: #1E2C2E;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  float: right;
  font-size: 0.9em;
  min-height: 51px;
  padding: 3px 5px 4px 60px;
  width: 18.9em;
}

#twitter #Funkmaster {
  background-image: url("http://img.tweetimag.es/i/hellamsel_n");
  margin-bottom: 1em;
}

#twitter #Pietropizzi {
  background-image: url("http://img.tweetimag.es/i/pietropizzi_n");
}

#twitter dd a.hashtag {
  color: #8EB5BF;
}

#twitter dd a.hashtag:hover,
#twitter dd a.hashtag:focus,
#twitter dd a.hashtag:active {
  color: #192528;
}

#sidecontent {
  margin-top: 14.3em;
  position: relative;
}

#sidecontent li.topmost {
	margin-bottom: 2px;
}

#sidecontent li.open,
#sidecontent li.alwaysOpen {
	background: transparent url(img/bg_black.png) repeat 0 0;
	background: rgba(0, 0, 0, 0.3) none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidecontent li.alwaysOpen {
  margin-bottom: 1em;
}

#sidecontent li.alwaysOpen .shorthidden {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
}

#sidecontent li.topmost h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.8em 1.1em;
	position: relative;
	text-transform: uppercase;
}

.js #sidecontent li.topmost h2 {
  padding: 0;
}

#colside  #sidecontent li.alwaysOpen h2 {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0, 0, 0, 0.3) none;
  padding: 0.8em 1.1em;
}

#sidecontent li.topmost h2 a {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0,0,0,0.3) none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	color: white;
	text-decoration: none;
	display: block;
	padding: 0.8em 1.1em;
}

#sidecontent li.topmost h2 a:focus {
	text-decoration: underline;
}

#sidecontent li.open h2 a {
	background: none;
}

#sidecontent li.topmost h2 .arrow {
  background: transparent url(img/iconArrowDown.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 10px;
  opacity: 0.1;
  position: absolute;
  right: 1.1em;
  top: 1.2em;
  width: 12px;
}

#sidecontent li.open h2 .arrow {
  background: transparent url(img/iconArrowUp.png) no-repeat 0 0;
  top: 1.15em;
}

/* ----- democracy -------------------------------------------- */

#sidecontent .democracy {
  max-width: none;
	padding: 0 1.4em 1.4em 1.4em;
}

#sidecontent .democracy ul {
	margin: 1em 0;
}

#sidecontent .democracy li {
	margin: 0.2em 0;
}

#sidecontent .democracy li input {
	float: left;
}

#sidecontent .democracy li label {
	display: block;
	padding-left: 2em;
}

#sidecontent .democracy ul li a {
	text-decoration: none;
}

#sidecontent .dem-vote-button {
	background: transparent url(img/bg_black.png) repeat 0 0;
	background: rgba(0,0,0,0.3) none;
	border: none;
	color: white;
	cursor: pointer;
	display: inline;
	font-size: 1em;
	margin: 0 0.4em 0 0;
	padding: 0.6em;
}


#sidecontent .dem-vote-button:hover,
#sidecontent .dem-vote-button:focus,
#sidecontent .dem-vote-button:active {
	color: #192528;
	background: white;
}

#sidecontent .dem-vote-link {
	font-size: 0.9em;
}

/* ----- Recent Comments -------------------------------------- */

#recentcomments {
  padding: 0 1.4em 0.4em;
}

#recentcomments li {
  margin-bottom: 1em;
}

#recentcomments p {
  font-size: 0.9em;
  line-height: 1.3;
}

#recentcomments a {
  text-decoration: none;
}

#recentcomments .avatar {
  float: left;
}

#recentcomments .whowhen {
  color: #8EB5BF;
  line-height: 1;
  margin-bottom: 0.4em;
}

#recentcomments .whowhen span {
  color: #8EB5BF;
}

#recentcomments .text a {
  color: white;
}

#recentcomments .text a:hover,
#recentcomments .text a:focus {
  color: #192528;
}

#recentcomments .avatar img {
  display: block;
}

#recentcomments .right {
  margin-left: 56px;
}

/* ----- shortarticles ---------------------------------------- */

ul#shortarticles {
	padding: 0 1.4em;
}

ul#shortarticles li {
	padding-bottom: 1.4em;
}

ul#shortarticles ul {
  margin: 0.3em 0;
}

ul#shortarticles ul li {
  list-style-position: inside;
  list-style-type: square;
  padding-bottom: 0.1em;
}

ul#shortarticles ul li a {
  text-decoration: none;
}

ul#shortarticles ul li a:hover,
ul#shortarticles ul li a:focus {
  text-decoration: underline;
}

ul#shortarticles h3 a{
	text-decoration: none;
}

ul#shortarticles p.shortinfo {
	text-transform: uppercase;
	position:relative;
}

ul#shortarticles p.shortinfo .shortdate {
	color: #0acdfd;
}

ul#shortarticles p.shortinfo .shortauthor,
ul#shortarticles p.shortinfo .shortcomments {
	color: #8eb5bf;
}

ul#shortarticles p.shortinfo .shortcomment_num {
	color: white;
}

ul#shortarticles p.shortinfo a.shortcomments:hover,
ul#shortarticles p.shortinfo a.shortcomments:focus,
ul#shortarticles p.shortinfo a.shortcomments:active {
	color: #192528;
	background: white;
}

ul#shortarticles p.shortinfo a.shortcomments:hover .shortcomment_num,
ul#shortarticles p.shortinfo a.shortcomments:focus .shortcomment_num,
ul#shortarticles p.shortinfo a.shortcomments:active .shortcomment_num {
	color: #192528;
}

ul#shortarticles p.shortinfo .shortcomments {
	position: absolute;
	right: 0;
}

/* ----- Tags ------------------------------------------------- */

ul.wp-tag-cloud {
	line-height: 1.1;
	padding: 0 1.4em 1.4em 1.4em;
}

ul.wp-tag-cloud li {
	display: inline;
}

ul.wp-tag-cloud li a {
	text-decoration: none;
}


/* ----- fullpost --------------------------------------------- */

.fullpost .postinfo {
	padding-bottom: 5em;
	margin-bottom: 0;
	position: relative;
}

.fullpost .postinfo_link {
	position: absolute;
	bottom: 0;
	line-height: 0.8;
}

.fullpost .postinfo_link a {
	text-decoration: none;
	font-size: 1.6em;
	display: block;
}

.fullpost .postinfo_link a span {
	color: white;
	text-transform: uppercase;
}

.fullpost .postinfo_link a:hover span,
.fullpost .postinfo_link a:focus span,
.fullpost .postinfo_link a:active span {
	color: #192528;
}

/* ----- article & archive ---------------------------------------------- */

#article_info,
#archive_info,
.archive {
	padding: 0 1.4em 1.4em 1.4em;
}

#artikel_info {
  position: relative;
}

#article_info h3,
#archive_info h3,
.archive h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
}

#archive_info h3 {
  color: #8eb5bf;
}

#article_info h3 a {
  color: white;
  text-decoration: none;
}

#article_info h3 a:hover,
#article_info h3 a:focus,
#article_info h3 a:active {
  color: #192528;
}

#article_info h3 a span {
	color: #8eb5bf;
}

#article_info h3 a:hover span,
#article_info h3 a:focus span,
#article_info h3 a:active span {
  color: #192528;
}

#article_info ul,
#archive_info ul {
	margin-bottom: 1em;
}

#article_info ul li,
#archive_info ul li {
	display: inline;
}

#content #months,
#content #cats {
  float: left;
  padding: 0;
  width: 50%;
}

#content #months h2,
#content #cats h2 {
  margin-top: 0;
}

#content #months h4 {
  font-size: 1em;
  margin: 0;
}

#content #tags {
  clear: both;
  padding-top: 0.1em;
}

#content #tags .wp-tag-cloud {
  padding: 0
}

.post-categories li:after {
  content: ", ";
}

.post-categories li:last-child:after {
  content: "";
}

#article_info ul li a,
.archive ul li a {
	text-decoration: none;
}

.archive > ul {
  margin-bottom: 1em;
}

.archive ul li {
  margin: 0.1em 0 0.1em 1em;
}

.archive ul li.current-cat a {
  background-color: #8eb5bf;
  color: #192528;
}

.archive ul li.current-cat a:hover,
.archive ul li.current-cat a:focus,
.archive ul li.current-cat a:active {
  background-color: white;
}

.archive h4 {
  font-weight: normal;
  margin-left: 0.5em;
	text-transform: uppercase;
}

.archive h4 a { 
  color: #8eb5bf;
  display: block;
  text-decoration: none;
}

.archive h4 a:hover,
.archive h4 a:focus,
.archive h4 a:active {
  background: url(img/bg_black.png) repeat 0 0;

}

.archive ul.yearList {
  margin-bottom: 0.5em;
}

.archive ul.yearList li {
  margin-left: 1.5em;
}

/* ----- same category ---------------------------------------- */

#same_category {
	padding: 0 1.4em 1.4em 1.4em;
}

#same_category li {
	margin: 0.1em 0;
}

#same_category li a {
	text-decoration: none;
}

#same_category li a span {
	color: white;
}

#same_category li a:hover span,
#same_category li a:focus span,
#same_category li a:active span {
	color: #192528;
}

/* ----- Footer ----------------------------------------------- */

#footer {
	background: url(img/bg_black.png) repeat 0 0;
	clear: left;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#footer p {
	padding: 0.5em 0;
}

/* ----- Toplink --------------------------------------------- */

#topLink {
  background-color: transparent;
  background-color: rgba(5,17,19,0.2);
  border: 1px solid #293538;
  border-bottom-width: 0;
  color: #8eb5bf;
  color: rgba(142,181,191,0.5);
  position: fixed;
  bottom: 0;
  right: 2em;
  padding: 0.5em 1em;
  text-decoration: none;
}

#topLink:hover,
#topLink:focus,
#topLink:active {
  background-color: #051113;
  background-color: rgba(5,17,19,0.9);
  border-color: #293538;
  color: #8eb5bf;
}

/* ----- Content Stuff ---------------------------------------- */


#header h1 a:hover,
#header h1 a:focus,
#header h1 a:active {
	background-color: transparent;
}

#header h1 a img {
	border: none;
}


#content h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #0acdfd;
	line-height: 1.2;
	margin-bottom: 1.5em;
}

#content h1 a {
	text-decoration: none;
}

#content h2,
#content h3,
#content h4 {
  clear: both;
  color: #8EB5BF;
  font-size: 1.2em;
  font-weight: normal;
  margin: 1.2em 0 0.5em 0;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter,
#content img.alignnone,
#content .wp-caption {
  background: transparent url(img/bg_black.png) repeat 0 0;
  background: rgba(0,0,0,0.3) none;
  border: 1px solid #333C3D;
  display: block;
  margin: 0.5em;
  padding: 8px;     
}

#content .wp-caption.aligncenter img {
  margin: 0 auto;
}

#content img.alignleft {
  float: left;
  margin: 0.5em 0.5em 0.5em 0;
}

#content img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 0.5em;
}

#content img.aligncenter,
#content .wp-caption.aligncenter {
  display: block;
  margin: 0.5em auto;
  text-align: center;
}

#content .wp-caption.aligncenter {
  padding: 8px 3px;
}

#content .wp-caption-text {
  margin-top: 0.8em;
}

#colcontent p {
	margin-top: 1.2em;
	line-height: 1.4;
}

a {
	color: #0acdfd;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 0.4s;
	-moz-transition-property: background-color, color;
	-moz-transition-duration: 0.4s;
	transition-property: background-color, color;
	transition-duration: 0.4s;
}

a:hover,
a:focus,
a:active {
	color: #192528;
	background: white;
	text-decoration: none;
}

/* ----- Special Stuff ---------------------------------------- */

.hidden {
	display:block;
	height:0;
	left:-999em;
	overflow:hidden;
	position:absolute;
	top:-999em;
	width:0;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

