/*
Theme Name: Options Through Movement
Description: Built based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Author: Creative Expertise


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php






/************** Typography & Colors **************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #eae8c2;
	color: #6e3013;
	text-align: center;
	background-image: url(images/pattern5.jpg);
	background-repeat: repeat;

	}




#content {
	font-size: 1.2em
	}



.narrowcolumn .entry, {
	line-height: 1.4em;
	}


.narrowcolumn .postmetadata {
	text-align: center;
	}


h2 {
	font: 2em Georgia;
	text-align: left;
	color: #6e3013;
	font-weight: bold;
}


#sidebar h2 {
	font: bold 1.3em Georgia;
        background-color: #abbd5b;
        color: #fff;
}


h2 a, h2 a:visited,{
	color: #029d93;
	}
	

#sidebar h2, #wp-calendar caption, {
	text-decoration: none;
	}

.entry a:hover {
	color: #abbd5b;
	font-weight: bold;
	text-decoration: underline;
	}


.entry a {
	color: #6e3013;
	font-weight: bold;
	text-decoration: underline;
	}



#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul, .postmetadata, {
	color: #6e3013;
	}



a {
	color: #6e3013;
	text-decoration: none;
}
	

a:hover {
	color: #029d93;
	text-decoration: none;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font: bold 1.3em Georgia;
        color: #fff;
        background-color:#abbd5b;
        margin-top: 3px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}




/************** Structure **************/
body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
	width: 760px;
	top: 30px;	
}



#page		{

	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px;
	width: 760px;
	position: absolute;
	top: 242px;
	height: 2200px;
	background-color: #fff;
}



#content {
	background-color: #fff;
	top: 0px;
        left: 13px;
	padding-top: 14px;
	width: 500px;
	position: absolute;
	height: 100%;
	}


.narrowcolumn {
	padding: 0px;
	margin: 0px;
	width: 500px;
	height: 100%;
	}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin: 0px;
	height: 100%;
	}



#footer {
	padding:0px;
	margin: 20px 0px 20px 0px;
	width: 460px;
	left: 0px;
	top: 0px;
	clear: both;
	
	
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 1.2em Georgia;
}



/************** Headers **************/


h2 {
	margin: 0px;
	}


#sidebar h2 {
	margin: 20px 0px 0px;
	text-align: center;
	padding: 0;
	font-family: Georgia;
}



/************** Images ***************/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}




/*************** Lists. Stylized non-IE bullets. Do not work in Internet Explorer, which merely default to normal bullets. ***************/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ul li{
	padding: 0;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.entry ul li{
	list-style: url("images/bullet.jpg") inside;
}






/*************** Sidebar ***************/

#sidebar
{
	background: url(images/1pixelgraphic.jpg) repeat; 
	padding: 0px 0px 20px 0px;
	background-color: #cbe06a;
	margin: 0px;
	left: 540px;
	top: 0px;
	width: 220px;
	height: 100%;
	position: absolute;
        font: 1.25em Verdana;

}



#sidebar ul, li {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#sidebar ul li a{
	text-decoration: none;
	text-align: center;
        display: block;
}

#sidebar ul li a:hover {
        color: #fff;
        background-color: #abbd5b;
}


/*************** Horizontal rule that's on the sidebar ***************/
#sidebar .hr {
	background-color: #abbd5b;
	width: 220px;
	height: 19px;
	margin: 20px 0px 10px 0px;
	font: 1px/1px monospace;
}


hr {
	display: none;
	}



/*************** Announcement ***************/

#announcement 
{
        margin: 0;
        padding: 10px;
	width: 200px;
        height: 55px;
        text-align: center;
	background-color: #029d93;
        font-size: 15px;
        font-weight: bold;
        color: #eae8c2

}


#announcement a {
	color: #eae8c2;
	text-decoration: underline;
}


#announcement a:hover {
	color: #6e3013;
	text-decoration: underline;
	}



/*************** Calendar ***************/





#wp-calendar {
	empty-cells: show;
	margin: 0px;
	width: 220px;
	}


#wp-calendar #prev a {
	font-size: 100%;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	padding: 3px 0px 3px, 0px;
	text-align: center;
	font-family: Georgia;
        word-spacing: 2em;
	border-bottom: 2px solid #abbd5b;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-family: Georgia;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }




/*************** Various Tags & Classes ***************/




.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}



/*************** Entries ***************/

.post-top, .title, .entry, .post-bottom {
	width:  510px;
}

.post-top {
	
	margin: 0px;
	top: 0px;
	
}



.title {
	background: url(images/title_body.jpg) repeat-x center top;
	margin: 0px auto auto auto;
	padding: 18px 0px 0px 0px;
	height: 50px;
	

}


.title h2 {

	text-align: center;
}


.entry {
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: relative;
	font-family: Verdana;
	text-align: justify;
        border-left: 2px solid #abbd5b;
        border-right: 2px solid #abbd5b;
	border-bottom: 2px solid #abbd5b;
	
}


.entry p {
	margin:  0px;
	padding: 15px;
	}

	
	
/*************** Header Image ***************/

#headerimg {
	height: 200px;
	width: 760px;
	background: url("images/header.jpg") no-repeat center;
	margin: 0px auto 0px auto;
}



/*************** Nav bar on top of the page.***************/

#topbar {
	background-color: #abbd5b;
	margin: 0px;
	height: 22px;
	text-align: center;
	width:  760px;
	top:  200px;
}



#topbar .nav {
	height: 18px;
        width: 760px;    
        font: 1.2em Verdana;
        text-align: center;
	padding-top: 3px;
	font-weight: bold;
	color: #fff;
}

.nav a {
	color: #fff;
	text-decoration: none;
}




.nav a:hover {
	color: #6e3013;
	text-decoration: none;
}

