/*  
Theme Name: Primate
Theme URI: http://cinemachimp.com/blog/wp-content/themes/primate
Description: The blog theme for The Cinema Chimpanzee website.
Version: 0.1
Author: Samir Sinha
Author URI: http://cinemachimp.com/

	In progress

*/

/*	Common Elements */

html, body {
	background-color: #fff;
	color: #111;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16pt;
}

a, a:visited, a:link, a:active {
	text-decoration: none;
	font-weight: bolder;
	color: #33a;
}

a:hover {
	color: #55f; 
}

h1 {
	padding-top: 12px;
	font-size: 18px;
	font-weight: bolder;
}

ul {
	list-style-type: disc;
}

.title {
	padding-top: 12px;
	font-size: 18px;
	font-weight: bolder;	
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/*	Header Frame */
#sheet {
	width: 100%;
}

#Header {
	clear: both;
	width: 960px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('//cinemachimp.com/web/header/chimpheader-0.jpg');
	background-repeat: no-repeat;
	background-position:top center;
	position: relative;
	font-family: "century gothic", sans-serif;			
}

#Header .name {
	font-size: 30px;
	letter-spacing: 5px;
	padding-top: 20px;
}

#headernav {
	width: 960px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
}

#headernav .description {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
	line-height: 10pt;
	text-align: left;
	padding: 4px 8px;
}


/*	Main Blog Frame */

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px;	
	background-color: #fff;
	position: relative;	
}

#container h1 {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

#main {
	width: 70%;
	float: left;
	display: inline;
	margin: 0px auto;
	padding: 1em 0em;
	position: relative;
}


/*	Posts */

#main .postinfo {
	margin-top: 0em;
	margin-left: 0em;
	font-size: 11px;
}

#main .post {
	color: #000;
	font-size: 12px;
	font-weight: lighter;
	line-height: 14pt;
	padding: 1em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
}

.commentLink {
	margin-left: 0em;
}


/*navigationlinks*/
#navigation_bar {
	float: left;
	position:relative;
	padding: 10px;
}

.navigation a {
	text-align: center;
	font-family: verdana , sans-serif;
	font-size: 14px;
}


/*	Sidebar Frame */

#sidebar {
	width: 30%;
	float: right;
	display: inline;
	margin: 0px auto;
	padding: 1em 0em;	
	position: relative;
}

#sidebar ul {
    list-style-type: none;
}


/*	Footer Frame */

#footer {
	clear: both;
	width: 960px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
	padding: 10px 0px 10px 0px;
}
