div#container {
float:left;
margin:0 -200px 0 0;
width:80%;
}

div#content {
margin:0 100px 50px 50px;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {
float: left;
clear:both;
width:80%;
}

/* testing */

body {
	background: #FFF;
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
} 

/* Colors */
/*
Magenta
color: #e90e8b;
Yellow
color: #fcee21;
Cyan
color: #2aabe2;
*/

a { color: #000; border-bottom: 1px dashed #000;  text-decoration: none; }

a:focus, a:hover { background: #fcee21;} 

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, nolink {border-bottom: none;}

/* link style */
p a, div.sidebar a { font-weight: bold; }

em { font-weight: bold; }

div.post .entry-content h1 a {
	color: #2aabe2;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

div.entry-content h4 a,div.entry-content h4 a:visited {
	/* color: #e90e8b; */
	border-bottom: none;
}

div.entry-content h4 {
	/* color: #e90e8b; */
	text-transform: uppercase;
}


h1#blog-title { float: left; margin:0px 0px 0px 50px;}

/* sidebar */
.widgettitle { text-transform: uppercase; font-weight: bold; }
div.sidebar h3 { margin: 0 0 10px 0; padding: 0; }


div#primary .sidebar ul {
	list-style:none;
}

div#primary .sidebar ul li {
	list-style:none;
}

/* images */

p img { border-bottom: 5px solid #fcee21; }

/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}


/* disabled elements */
div.entry-date { display: none; }
/* div.entry-meta { display: none; } */
span.tag-links { display: none; }
div#nav-above { display: none; }
li#linkcat-2 { display: none; }
li#meta { display: none; }
.edit-link { display: none; }

body.home div.post { display: none; }
body.home div.tag-front-page { display: block; }

/* Event Calendar */
.ec3_list_day ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

.ec3_list_date li { font-weight: bold; }
.ec3_list_day ul li a { color: #2aabe2; }

.ec3_list {
 margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 /* color:#800; */
}

.ec3_list li {
 font-size:1em !IMPORTANT;
 padding-bottom: 5px;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/* Just some example content */
 
div.skip-link {
display: none;
position:absolute;
right:1em;
top:1em;
}

div#menu {
float: left;
/* background:#EEE; */
height:1.5em;
/* margin:1em 0; */
margin: 10px 0px 20px 50px;
width:90%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:.5em;
padding:0.2em 0.25em;
text-decoration:none;
border: 0;
border-bottom: 5px solid #fcee21;
}

div#menu ul li.current_page_item a {
	background: #fcee21;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

/* *** */
.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
/* list-style:disc; */
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
/* list-style:circle; */
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

/* div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul { */
div.gallery *,div.sidebar div,div.sidebar ul {
margin:0;
padding:0;
} 