/*
    Theme Name: Simply Ornate "Twirl II"
    Theme URI: http://www.evaneckard.com/
    Description: Simply Ornate is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>, brought to you by <a href="http://www.dinpattern.com">DinPattern.com</a>
    Version: 1.0
    Author: Evan Eckard
    Author URI: http://www.evaneckard.com/
*/


body {
	margin:0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background:url(images/body-background.gif) fixed;

}

a{color:#fe9a00;text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}



#header {
	margin-top:20px; 
	width:100%; 
	height:286px;
	background-image:url(images/header-mock.png);
	background-repeat:no-repeat;
	background-position:center;
	}

#container {
	width:1000px;
	padding:10px 0 40px;
	margin:0 auto;
}

/* pages menu */

#nav {
	margin:0 auto;
	font-size:14px;
	padding:0;
	width:1000px;
}
#nav ul {
	float:right;
	margin:8px 12px 0 0;
	padding:0;
	width:590px;
	height:44px;
	background-image:url(images/navbar-background.png);
	background-repeat:no-repeat;
}
#nav li {
	float:left;
	display:block;
	list-style:none;
	padding:0;
	margin:12px 0 0 0;
}
#nav li.page-item{	
	background:url(images/nav-sep.png) no-repeat right;
	}
#nav a {
	color:#4a4a4a;
	text-decoration:none;
	margin:0 15px 0 15px;
}
#nav a:hover {
	color:#333;
}
#nav .current_page_item a {
	text-decoration:none;
	margin:0 31px 0 31px;
	color:#4a4a4a;
}


/* blog title */
h1{
	margin:0 auto;
	padding:90px 0 0 40px;
	display:none;
}

#logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:300px;
	height:136px;
	margin:70px 0 0 45px;
	float:left;

	}
	
#tagline{
	font-size:20px;
	color:#a1c5be;
	width:435px;
	height:100px;
	float:right;
	margin:110px 0 0 0;
	font-weight:lighter;
	}

	
/* main column */

#main-col {
	float:left;
	width:794px;
	font-size:14px;
	color:#fff;
	background-color:#515153;
}
#post

#main-col a, a:hover, a:visited, a:active{
	color:#fe9a00;
	text-decoration:none;
}



#main-col-content{padding:14px;}

#main-col-content img{
	border:1px solid #333;
	padding:4px;
	}

#main-col-content h3{
		background:url(images/header-banner.jpg) no-repeat;
	}
#main-col-content .graybg{
	background-color:#515153;
	}
#main-col-content .indent{
	padding-left:15px;;
	}

#home-col{width:340px;float:left;height:630px;margin-top:-10px;}
#home-col .pillow{
	background:url(images/pillow.png) no-repeat;
	width:328px;
	height:120px;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	}
#home-col .pillow p{
	color:#54504d;
	}
#home-col .pillow p.green{
	padding:40px 40px 40px 80px;
	background:url('images/arrow-green.png') no-repeat;
}
#home-col .pillow p.orange{
	padding:40px 40px 40px 80px;
	background:url('images/arrow-orange.png') no-repeat;
}
#home-col .pillow p.red{
	padding:40px 40px 40px 80px;
	background:url('images/arrow-red.png') no-repeat;
}

#home-col .pillow a{
	color:#54504d;
	}
#home-col .pillow a:hover{
	color:#fe9a00;;
	}

/* side column main */

#side-col {
	float:right;
	width:198px;
	height:650px;
	padding:0 0 40px;
}

#side-col a{
	color:#fe9a00;
	text-decoration:none;
}

#side-col-header{
	background:url(images/left-col-header.png);
	height:89px;
	text-align:left;
	vertical-align:bottom;
	color:#FFF;
	}
#side-col-header div{
	padding:40px 0 0 10px;
	}

#side-col-content{	
	margin:10px 0 0 0;
	background-color:#515153;
height:85%;
}

#side-col-content div{	
	padding:5px;
	border-bottom:1px dashed #666;

}

#side-col-content h3{	
	margin:0 auto;
	color:#a1c5be;
	font-size:12px;
	padding:0;
}

#side-col-content p{
	margin:0 auto;
	padding:0;
	color:#e6e6e6;
	font-size:12px;
}

.inside-left-col{
	float:left; padding:0 10px 10px 0;
	height:500px;
	}

.inside-left-col img{margin-bottom:10px;}

.tags a {
	color:#fff;
	text-decoration:none;
}
.tags a:hover {
	color:#fff;
	text-decoration:underline;
}




/* footer */

#footer {
	font-size:11px;
	color:#fff;
	padding:12px 0;
}
#footer .bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}


