/*
Theme Name: Occipital 
Theme URI: n/a
Description: first time themming a wordpress site
Version: 0.5
Author: Ken
*/

/* css is organised using Mat Wilcox method
- css rules are grouped by their selectors
-/* selector */
-/* [ slector's parent ] */

body {
	text-align:center;
}

/* div */
#page {
	width: 700px; height: 100%; margin: 0 auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; color:#CCC; font-size: 0.75em; text-align: justify;
}

	/* [ #page ] */
	#header {
		width: 700px; height: 263px;
	}

	#content {
		width: 700px; min-height: 100%;
		background-color: black;
	}
		/* [ #content ] */
		#contenttext {
			margin: 0 auto;
			padding: 5px 30px 10px 30px;
		}

    #footer{
        /*position: absolute; bottom:0;*/
        width: 700px; height: 37px;
    	background: url(images/footer.jpg) no-repeat; text-align: center;
    }

* html #page {
  height: 100%;
}

/* [ .post ] */
#title {
	margin-top: 20px; height: 42px;
	font-size: 1.6em; background: url(images/tile.gif); font-weight: bold;
}


/* [ #entry ] */
.flvplayer {
	text-align: center;
}

/* a */
a {
	color: #00CCFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* span */
#footer span {
    position: relative; top: 30%;
    font-size: 0.8em;
}
