﻿/* CSS layout */

body {
background-image:url('../images/golden gradient.png');background-repeat:no-repeat;
}
#main {
	
	position:relative;
	width:1200px;
	
	
}
#masthead {
	height:75px;
	padding: 25px;
	background-color:transparent;
	background-image:url('../images/logo.png') ;
	background-image:no-repeat;
	background-repeat:no-repeat;
	background-position:right;
	
	
}

#left_col {
	float:left;
	left: 0px;
	top: 125px;
	width: 250px;
	height:500px;
	
	
	
	
}

#page_content {
margin: 0 auto;
    float:left;
	background-color:#E8E6E7;
	width:700px;
	font-family:"Century Gothic";
	padding:15px;
	border:thin;
	border-style:groove;
	list-style:square;
	list-style-type:square;
	border-radius: 20px;
	box-shadow: #aaa 2px 2px 20px;
	border: dashed 1px #222;
	
}

#right_col {
	float:right;
	right: 0px;
	top: 125px;
	width:210px;
	font-family:"Century Gothic";
	font-size:small;
	/*background-image:url('../images/twitter_borderA.gif');
	background-repeat:no-repeat*/
	
}

#footer {

padding-bottom: 20px;
padding-top: 40px; 
padding-left: 1px;
margin-left: 30%;
margin-right: 25%; 
background-color:transparent
}

#footer2 {
padding-bottom: 20px;
padding-top: 20px; 
padding-left: 20px;
margin-left: 25%;
margin-right: 25%; 
background-color:transparent
}

h1 {
	color: black;
	text-align: left;
	font-size: 200%;
	font-family: "Century Gothic";
	font-weight: lighter;
	
}

h2 {
	color: black;
	text-align: left;
	font-size: 150%;
	font-family: "Century Gothic";
	font-weight: lighter;
	
}
h3 {
	color: black;
	text-align: left;
	font-family: "Century Gothic";
}
hr {
	color:olive;
	width:75%
}
p:first-letter {font-size:110%;color:black;}
p {text-indent:10px}
.communityp {
	background-color:#FFFFCC;
	font-style:italic;
	text-indent:1px;
}

ul#links {list-style-type: none; display: inline;}
ul#links li {display: inline; list-style-type:square;}
ul#links a {font-family: "Century Gothic"; text-decoration: overline; padding : 5px; margin: 15px; background-color:#FFFFCC ; text-align: center; color: black; font-size: smaller ;}
ul#links a:hover {color:black;
	background-color:#FFFF66 ;
	-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
#container {
	padding:5px;
	margin-bottom:20px;
	clear:both;
	
}

.box{
	margin:3px;
	padding:2px;
	/*background:#FEEDC5;*/
	border:thin;
	/*border-style:inset;*/
	border-top-style:dashed;
	border-bottom-style:dashed
	font-size: 1em;
	line-height: 1.4em;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	font-family:Arial, Helvetica,sans-serif;
}

.box img{
	
	display:block;
	width: 100%;
	
}

.col1 {width:180px;}
.col2 {width:280px;}
.col3 {width:380px;}
.clearfix:before, 
.clearfix:after{content: ""; display: table;}
.clearfix:after {clear: both }
.clearfix { zoom: 1;  }

.twitStream{
	font-family: verdana;
	font-size: 11px;
}
.twitStream a{
	font-family: verdana;
	font-size: 11px;
}
.tweet{
	display: block;
	padding: .4em;
	padding-top: 32px;
	margin: .4em 0;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}
