/*
Theme Name: ZionCup Theme, 2 col fix left
Theme URI: http://www.zioncup.org
Description: Simple and colored theme for the Zion Cup regatta website
Author URI: http://www.zioncup.org

/*-----------Text Styles--------------*/
.redtitle{
	color: Red;
	font: italic small-caps normal 12px "Arial Black";
}
.darkorangetitle{
	color: #ff6600;
	font: italic bolder 14px Arial;
}
.darkgreentitle{
	color: #003333;
	font: bolder 14px Arial;
}

.date {
	color: Red;
	font: x-small sans-serif, monospace;
}

.link a, .postmetadata a, #commentform a {
	text-decoration: none;
	color: #336699;
}

.link a:hover, .postmetadata a:hover, #commentform a:hover {
	text-decoration: underline;
}

/*-----------Block Level Elements--------------*/

Body {
	font: medium "Arial Unicode MS";
}

#page {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 100%;
}

#headerimg {
	background: url("images/headerimg2011.jpg") no-repeat center;
	height: 263px;
}

.description {
	display: inline;
	color: #003333;
	font: 25px Mistral;
}

#wrapper {
	width: 100%;
}

#content {
	float: right;
	width: 70%;
}

#sidebar {
	width: 28%;
	margin-right: 70%;
}

#footer {
	width: 100%;
	height: 84px;
	clear: both;
	background: url("images/partners-footer.jpg") no-repeat center;
}

/*-------------Headings-------------*/

h1 {
	text-indent: -9999px;
}

h2 {
	color: Green;
	display: inline;
}

h2 li{
	color: #ffcc33;
	list-style-position: inside;
	list-style-image: url(images/pucespiFFCC33.gif);
	font-size: 70%;
}

.contactlink a {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

.contactlink a:hover {
	color: #ff6600;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

h2 a:visited, h2 a {
	color: Green;
	text-decoration: none;
}

h2 a:hover {
	color: Green;
	text-decoration: underline;
}

h2 a.description {
	text-decoration: none;
	color: #003333;
}

.post {

}

.post p {

}

.post a {

}

.post a:hover {

}



.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
		color: #ff6600;

}

.navigation a {
	color: #ff6600;
}

.navigation a:hover {
	color: Red;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}


ul li {
}

#sidebar ul li {
	list-style-position: outside;
	list-style-image: url(images/pucespiFFCC33.gif);
}

#sidebar ul li h2 {
	color: #ffcc33;
	font-size: 18px;
	font-weight: lighter;
}

#sidebar ul li ul li {
	list-style-position: outside;
	list-style-image: url(images/pucetriangleFF6600.gif);
	margin-left: -20px;
	text-indent: 0px;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
	color: #ff6600;
}
#sidebar a:hover {
	color: Red;
}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*-------------commentform---------------*/
#respond {
	color: #ffcc33;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


