/*
Theme Name: Copula 2009
Theme URI: http://wearecopula.com/
Description: The very first Copula wordpress site created. Very basic, bare bones. Using flash as the home page and linking to the other pages. But is still connected to the blog.
Version: 1.0
Author: Josef Lagunas
Author URI: http://contactdesignstudios.com/
*/



/* START TAGS */
a
{
	color: #666666;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #333333;
}

body
{
	font-family: "Lucida Grande", Helvetica, Verdana;
	font-size: 14px;
	color: #939598;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

hr
{
	border-style: none;
	clear: both;
	margin: 0px;
}

p
{
	line-height: 20px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

small
{
	font-size: 10px;
}
/* END TAGS */


#page
{
	margin: 0px auto;
	width: 950px;
}


/* START HEADER */
#header
{
}

#headtext
{
	display: none;
}

#headerimg
{
	padding: 20px;
}

#headerimg a
{
	background-image: url(images/logo-button-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	margin: 0px auto;
	width: 225px;
}

#headerimg a:hover
{
	background-position: bottom center;
}

#headerimg a img
{
	border: 0px;
}

#headermenu
{
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
}

#headermenu ul
{
	list-style-type: none;
	margin: 0px;
}

#headermenu li
{
	display: inline;
}

#headermenu a
{
	color: #C1C2C4;
	margin: 20px 30px;
	text-transform: uppercase;
}

#headermenu a:hover
{
	color: #333333;
}

#headermenu .current_page_item a
{
	color: #666666;
}
/* END HEADER */


/* START CONTENT */
#content
{
	padding: 40px 0px;
	float: left;
	width: 650px;
}

#content .navigation
{
	display: block;
	font-size: 11px;
	height: 40px;
}

#content .navigation .alignleft
{
	float: left;
}

#content .navigation .alignright
{
	float: right;
}

#content .pagetitle
{
	display: none;
}

#content .post
{
	
}

#content .post img
{
	
}

#content-page
{
	padding: 40px 0px;
}

#content-page .pagetitle
{
	display: none;
}
/* END CONTENT */


/* START SIDEBAR */
#sidebar
{
	float: left;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 40px;
	width: 280px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li
{
	padding-bottom: 20px;
}

#sidebar ul li ul li
{
	background-image: url(images/icon-list-arrow.jpg);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 5px;
	padding-left: 11px;
}

/* END SIDEBAR */


/* START MISC TAGS */
.entry-subtitle
{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
/* END MISC TAGS */