/*  
Theme Name: MooFx
Theme URI: http://www.shortcutstudio.net/
Description: Worpress theme based on the moo.fx website using the moo.fx javascript library
Version: 1.0
Author: Clayton Ferris
Author URI: http://www.shortcutstudio.net/

	MooFx v1.0
	 http://www.shortcutstudio.net/
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/

body {
	background: #fff;
	font: 62.5% verdana, arial, helvetica, sans-serif;
	color: #282828;
	text-align: center;
	margin: 5px 0 0;
	padding: 0;
	}
a img {
	border: 0;
}

::-moz-selection{
	background:#99d4f6;
	color:#2f7ba6;
}

::selection {
	background:#99d4f6;
	color:#2f7ba6;
}

code::-moz-selection {
	background: #535353;
	color:#3cb4d6;
}

code::selection {
	background: #535353;
	color:#3cb4d6;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #2f7ba6;
}

a:hover, a:active, a:focus {
	color: #3c9dd6;
}

a.rss:link, a.rss:visited {
	color: #2f7ba6;
}

a.rss:hover, a.rss:active, a.rss:focus {
	color: #3c9dd6;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h3 {
	background: #3c9dd6;
	margin: 5px 0 0;
	padding: 1px 0;
	height: 17px;
	width: 401px;
	cursor: pointer;
	font-size: 0.99em;
}

h3 a:link, h3 a:visited {
	color: #fff;
	text-shadow: 2px 2px 1px #336699;
	padding: 2px 8px 1px;
	-moz-outline-style: none;
	display: block;
	height: 14px;
	width: 330px;
	text-decoration: none;
}

h4 {
	background: #3c9dd6;
	margin: 5px 0 0;
	padding: 1px 0;
	height: 17px;
	width: 175px;
	cursor: pointer;
	font-size: 0.99em;
}

h4 a:link, h4 a:visited {
	color: #fff;
	text-shadow: 2px 2px 1px #336699;
	padding: 2px 8px 1px;
	-moz-outline-style: none;
	display: block;
	height: 14px;
	width: 175px;
	text-decoration: none;
}

#container {
	width: 644px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 78px;
}

#content {
	padding: 0 10px 25px 33px;
}

#sidebar {
	float: right;
	width:195px;
	overflow:hidden;
	}

p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}

p b{
	color: #4FA3DA;
	font-weight: bold;
	font-size: 1.1em;
}

p i {
	font-size: 1.1em;
	font-style: normal;
	color: #3c9dd6;
}

b.date {
	color: #535353;
	margin-left: 5px;
}

a.big {
	font-size: 1.1em;
}

code {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	background: #EBEBEB;
	color: #535353;
}

code b {
	color: #4fa3da;
	font-weight: normal;
}

ol {
	margin: 0;
	padding: 0 0 0 5px;
}

li {
	margin-top: 2px;
	list-style: none;
}

ul {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style: none;
}

div.wrapper {
	background-color: #EBEBEB;
}

#content div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.page_item {
	list-style: none;
}

.stretcher {
	background: none !important;
	background: #fff;
	width: 400px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.post {
	width: 400px;
	margin: 0 0 40px;
	text-align: left;
	}
	
#themeswitcher {
	list-style: none;
	padding: 0px; 
	margin: 0px;
	}
	
#themeswitcher ul ol li {
	margin:0px;
	padding:0px;
}

.technoratitags {
	margin: 0 7px 2px 0;
	width: 10px;
	overflow: hidden;
}