/*
Colours:
    Background
        >> color:#333
    Text
        >> color:#333
        >> sans-serif

    Links
        >> color:#c32c81
        >> hover:#aa0060
*/

/* ========== BASIC OVERRIDES
*/

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#222;
	font-style:normal;
	font-variant:normal;
	background-color:#333333; /* dark grey */
	line-height:1.5em;
	margin:auto;
	padding-bottom:50px;
	position:relative;
	width:900px;
}

/* ========= VERY FANCY ITALICS :)
*/
em {
    font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	margin:15px;
}
p.img {
	margin:0px;
}

/* ========== BORDERLESS IMAGES
*/
img{
	border:0 none;
}

/* ========= STYLING THE LINKS
*/
a, a:link, a:visited {
    white-space:nowrap;
	color:#c32c81;
	text-decoration:none;
	border-style:none;
}
a:hover{
	color:#aa0060;
}
/* ========== CUSTOM LINKS
*/
a.more {
    font-size:1em;
    float:right;
	border: 1px solid;
	background-color:#222;
	padding:4px;
	color:#ffff7c;
	margin:15px;
	margin-top:0px;
}
a.more:hover {
	color:#f97692!important;
	border:1px solid;
}
a.more:visited {
    color:#ffff7c;
}
p a:link {
    white-space:nowrap;
}
p a:hover {
    border-bottom:1px dotted;
}
.headline a:hover {
    border-bottom:1px dotted;
}


/* ====== HEADER OVERRIDES
*/
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
	margin:none;
}
h1 a {
    background:transparent url(../img/logo.png) no-repeat scroll 0% 0%;
    border:none;
    display:block;
    height:67px;
    text-indent:-9000px;
    position:abolute;
    margin-right:370px;
    outline: 0;
}
h1 a:hover {
    background:transparent url(../img/logo_on.png) no-repeat scroll 0% 0%;
	border:none;
}
h1 a:active {
	border:none;
}
h1 a:visited {
    border:none;
}
h2 {
    background-position:left center;
    background-repeat:no-repeat;
    border-bottom:2px solid #222222;
    border-top:2px solid #222222;
    padding:15px 0 10px 0;
    text-indent:-9000px;
	font-size:2em;
	color:white;
	font-weight:normal;
	text-align:center;
}
h2#home {
    background-image:url(../img/headers/home.png);
    height:155px;
}
h2#software {
    background-image:url(../img/headers/software.png);
    height:106px;
}
h2#contact {
    background-image:url(../img/headers/contact.png);
    height:106px;
}
h2#blog {
    background-image:url(../img/headers/blog.png);
    height:106px;
}
h2#photography {
    background-image:url(../img/headers/photography.png);
    height:106px;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
    line-height:1.2em;
}

h4 {
	margin:0 15px 0 15px;
	padding:5px;
	font-size:1.2em;
	border-bottom:1px solid #777;
	border-left:4px solid #777;
	font-weight:normal;
}
h4 a {
    white-space:normal!important;
}

/* =============== THE TOP PART OF ANY WEB PAGE */
#header {
    padding:15px 15px 0px 15px;
    border-top:6px solid white;
}
#header ul {
    line-height:1;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:6px;
}

#header ul li{
	float: left;
	background-color:#222;
}
#header ul li a{
    border: 0 none;
    color: #FFFF7C;
    display:block;
    font-size:1.12em;
    font-weight:bolder;
    margin-left:10px;
    margin-right:10px;
    padding:10px;
    outline:0;
}
#header ul li a:hover{
	display: block;
	color:#f97692;
	background-color:#444;
}
#header ul li.current-page a{
    color:white;
}

/* WHERE THE MAIN CONTENT SITS */
.main {
	background-color:white;
	margin-top:20px;
	padding-bottom:50px;
	width:900px;
	display:table;
	
	/* CSS3 rounded corners */
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* A BLOCK OF CONTENT INSIDE THE MAIN CONTAINER
============= USES h3 TITLES */
.section{
    border-bottom:1px dotted #999;
    display:table;
    width:896px;
    padding: 15px 0 15px 0px;
    margin-left: 2px;
}
.section h3 {
    border:0px;
    display:block;
    float:left;
    font-family: Cambria,Georgia,'Book Antiqua',Times New Roman,serif;
    font-size:2.5em;
    line-height:1.2em;
    margin:20px 15px 15px;
    width:171px;
    background-color:#FFFFFF;
}
.section-content{
    float:right;
    display:block;
    width:650px;
    margin-right:15px;
	background-color:#FFFFFF;
}

/*========== CUSTOM LI CLASSES
*/
li.download {
  list-style-type: none;
  background: url(../img/bullets/download.png) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 7px;
}
li.windows {
  list-style-type: none;
  background: url(../img/bullets/windows.png) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 7px;
}
li.coffee {
  list-style-type: none;
  background: url(../img/bullets/coffee.png) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 7px;
}
li.text {
  list-style-type: none;
  background: url(../img/bullets/text.png) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 7px;
}
li.rss{
  list-style-type: none;
  background: url(../img/bullets/rss_feed.gif) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 7px; 
}

li.email{
  list-style-type: none;
  background: url(../img/bullets/rss_email.png) left top no-repeat;
  padding-left: 25px;
  margin-bottom: 7px;
}

/*========== THE FOOTER STYLE OF ANY WEB PAGE
*/
.footer {
	clear:both;
    color:white;
    font-size:0.8em;
    text-align: center;
}
.footer p {
    font-size:1.3em;
    margin-top:20px;
    padding:0px;
}
.footer a {
    color:white;
}

/* OTHER OVERRIDES AND CLASSES */
blockquote {
	background-image:url(../img/skins/enso/r-brace.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin: 15px 15px 15px 60px;
	min-height:90px;
	padding: 5px 5px 5px 40px;
	
}
code {
	margin:15px;
	font-family:Consolas, "Courier New", Courier, monospace;
	font-size:0.9em;
	white-space:pre;
	background-color:#F5F5F5; /*whitesmoke;*/
	padding:1px;
	border:2px dotted dimgray;
}

/* ============ OVERRIDING FEEDBURNER'S OUTPUT
*/
.feedburnerFeedBlock {
    padding:0px;
    margin:0px;
}
.feedburnerFeedBlock ul{
    list-style:none;
    margin:0px;
    padding:15px;
}
.feedburnerFeedBlock li span.headline a{
    font-size:1.2em;
}
.date {
    display:inline;
    color:#666;
    font-size:0.9em;
    margin:0px;
    padding:0px;
    padding-left:1em;
}
#creditfooter {
    display:none;
}

/*============= SIFR STUFF BELOW
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash .section h3 {
    visibility: hidden;
}
/*================= END OF SIFR STUFF
*/
