/*
    Layout     : 201005
    Document   : main.css
    Created on : May 9, 2010, 10:26:02 AM
    Author     : Brandon Evans, Arizona Golf Technologies
    Description:
        Elephantrocks.net, a simple fan/information website for Elephant Rocks Golf Course, located
        in Williams, AZ.
*/

* {
    margin:0;
    padding:0;
}
root { 
    display: block;
}

body {
    background: #4c4c4c url(../images/grad1.png) 0 0 repeat-x;
    margin:0;
    font-family: sans-serif, Verdana, Georgia;
    font-size: 0.9em;
}

#canvas {
    width: 900px;
    margin: 0 auto;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    background-color: #D0D0D0;
}

#heading {
    width:900px;
    height:350px;
    background-image: url("../images/201005_heading_12.jpg");
    background-repeat: no-repeat;
    border-bottom: 2px #D0D0D0 solid;
}

#nav {
    color: #d9d9d9;
    font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
}

#weather {
    text-align: center;
    color: #fff;
    font: 12px/normal Tahoma, Arial, Helvetica, sans-serif;
    width: 150px;
    float: right;
    padding-top:3px;
}

#content {
    padding:0px 10px 10px 10px;
    width: 880px;
    border-top: 2px #000 solid;
}

#content-left {
    width: 580px;
    float: left;
    padding-left:10px;
    padding-right:10px;
}

#content-left h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 10px;
}

#content-right {
    width:280px;
    float:left;
}

#footer {
    width: 900px;
    text-align: center;
    font-size: 10px;
}

.clear {
    clear:both;
}

p {
	/*text-indent: 2em;*/
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: .5em;
}

hr {
	color:#409568;
	height: 2px;
	background-color: #27765F;
}
/*-------------------------<TEXT EFFECTS>-----------------------*/
/* Interesting things being done to the text */

/* Sets the first letter in a paragraph to a drop cap */
/* Must be applied to only the first letter with span tags */
.dropCap {
	float: left;
	color: #D0D0D0;
	font-size: 45px;
	line-height: 37px;
	font-family: Georgia;
	background-color:#3F3F3F;
	padding: 2px 3px 2px 3px;
	margin-right: 3px;
}

img.lfloat {
	float: left;
	margin: 2px 15px 2px 0px;
}

img.rfloat {
	float: right;
	margin: 2px 0px 2px 15px;
}

.thinImageBorder, .imgb {
	border: 2px ridge #333;
}
