
/* ---- Basics ---- */

*{
font-family: Arial, sans-serif;
}

.Clear,
.clear {
clear: both;
}

.left,
.Left{
float:left;
}

.right,
.Right{
float:right;
}

.center,
.Center{
text-align:center;
}

.entry h1,
.page h1{
font-size: 21.6px;
}

.entry h2,
.page h2{
font-size: 20.4px;
}

.entry h3,
.page h3{
font-size: 19.2px;
}

.entry h4,
.page h4{
font-size: 18px;
}

.entry h5,
.page h5{
font-size: 16.8px;
}

.entry h6,
.page h6{
font-size: 15.6px;
}

a:link,
a:visited{
font-size: 12px;
color: #77756f;
text-decoration: none;
}

a:hover{
color: #505050;
}

#content-inner p {
margin-bottom: 10px;
}

/* Begin Images */
.post img{
display:block;
margin:0 auto;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.aligncenter{
display:block;
margin:0 auto;
}
/* End Images */


/* ---- Universal ---- */

body {
	color: #77756f;
	font-size: 12px;
	background: #ffffff url("http://www.timryansmith.com/blog/clove-blog-gateway.php?action=create_gradient&hex1=ffffff&hex2=ffffff&height=1000") repeat-x;
}

#body-inner {
	background-image: url("http://www.timryansmith.com/blog/clove-blog-data/storage/asset/bg-4759.jpg");
		background-repeat: repeat;
	}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
}

#content-top{
}

#content-wrapper {
background: #ffffff;
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#content-inner{
}

#content-bottom{
}

.indent{
padding:0 25px;
}





/*  ---- Header ---- */

#header-container{
	width: 100%;
	position: relative;
	display: block;
	z-index: 2;
}

#header {
	text-align: center;
	width: 800px;
	position: relative;
	margin: 0 auto 0 auto;
	overflow: hidden;
	height: 350px;
}





/* ---- Welcome ---- */
#welcome-block{
	margin:0 auto;
	padding:10px 25px;
	border-bottom:1px solid #77756f;
}

#welcome-img{
	float:left;
}

#welcome-about{
	float:left;
	width:388px;
		padding:0 10px 0 10px;
		font-size: 12px;
}

#welcome-about .WelcomeTitle{
	padding:0 0 8px 0;
	display:block;
	font-size:16px;
	color: #505050;
}





/* ---- Search Form ---- */

#search-container {
	padding-top: 62.5px;
	height: 25px;
	margin:0 auto;
	position:relative;
	z-index:40;
	float:left;
	width: 242px;
}

#search-form{
	float:right;
	width:158px;
}

#search-form #searchform .screen-reader-text{
	display:none;
}

#search-container #searchform{
	float: right;
	display: inline;
}

#search-container #searchsubmit{
	float: left;
	vertical-align: top;
	height: 22px;
	width: 22px;
	display: block;
	text-indent: -9999px;
	border: none;
	background: url("images/searchbtn.png") no-repeat;
	position: relative;
	top: 1px;
	font-size: 0;
	line-height:0;
	margin-left:5px;
}

#search-container input#s{
	float: left;
	width: 112px;
	border: none;
	padding: 2px 5px;
	border:1px solid #77756f;
	position: relative;
	top: 2px;
	font-size:12px;
}






/*  ---- Twitter ---- */

#twitter-wrapper{
	position:relative;
	float:right;
	font-size:12px;
	top:1px;
	width: 84px;
}

#twitter-container{
}

#twitter-container ul{
	list-style:none;
	padding:0;

}

#twitter-container ul li{
	float:right;
	width:28px;
}

#twitter-container ul li ul {
	clear: both;
	position: absolute;
	left: -999em;
	z-index: 5000;
	margin-left: -260px;
	width: 350px;
	line-height: 16px;
	height: 80px;
	top:30px;
	border: 2px solid #ffffff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
}

#twitter-container li ul li {
	clear:both;
}

#twitter-container li ul li:hover {
border-style: none;
}

#twitter-container li:hover ul ul,
#twitter-container li:hover ul ul ul,
#twitter-container li.sfhover ul ul,
#twitter-container li.sfhover ul ul ul {
left: -999em;
}

#twitter-container li:hover ul,
#twitter-container li.sfhover ul {
left: auto;
}

#twitter-container li li:hover ul,
#twitter-container li li.sfhover ul {
}iner li li.sfhover ul {
}

/* --TWITTER DROPDOWN BOX START-- */
#twitter{
	padding:7px 10px;
	height: 66px;
	text-transform:none;
	width:330px;
	background: #ffffff;
	color: #666666;
	position:absolute;
	left:0;
}

#twitter-logo{

}

#twitter .twitter-link{
	clear:both;
}

#twitter .twitter-clear{
	clear:both;
	height:7px;
}

#twitter .twitter-date{
	padding:0 5px 0 0;
}

#twitter .twitter-timestamp{
	padding:0 0 0 5px;
	border-left: 1px solid #666666;
}

#twitter a:link,
#twitter a:visited{
	color: #666666;
}

#twitter a:hover {
	color: #666666;
}
/* --TWITTER DROPDOWN BOX END-- */






/*  ---- Logo ---- */

#logo{
margin:0;
position:relative;
z-index:9999;
float:left;
}





/*  ---- Navigation ---- */

#navigation-container {
position:relative;
z-index: 9999;
width: 800px;
margin:0 auto;
}

#navigation {
float: right;
position: relative;
background: url('images/1pxbg.png') bottom right no-repeat;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}

#nav a{
display:block;
padding-left: 15px;
text-decoration:none;
background:none;
font-size: 13.5px;
line-height: 52px;
color: #666666}

#nav a:hover{
background:none;
color: #333333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:190px;
background: #ffffff;
border: 1px #ffffff solid;
box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
margin:0 0 0 7.5px;
}

#nav li ul a{
height:auto;
float:left;
width: 175px;
line-height: 22.5px;
font-size: 11.25px;
padding: 0 7.5px 0 7.5px;
height: 22.5px;
}

#nav ul ul{
top:auto;
margin:-1px 0 0 0;
}

#nav li ul ul {
left:190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}










/* ---- Post ---- */

.post {
	padding: 20px 0 10px 0;
	border-bottom:1px solid #77756f;
}

.post .title {
	float:left;
	padding:0 0 0 25px;
}

.post .title h2 a {
	font-size: 24px;
	color: #505050;
	text-decoration: none;
}

.post .title h2 a:hover {
	color: #333333;
}

.post .date {
	font-size: 15.6px;
	color: #505050;
	float:right;
	clear:both;
	line-height: 24px;
	font-style:italic;
	padding:0 25px 0 0;
}

.post .entry {
	padding: 12px 25px;
	margin:0 auto;
}

.post .entry p{
}

.post .entry ul {
	list-style-type: disc;
	margin-bottom: 10px;
}

.post .entry li {
	margin-left: 20px;
}

.post .entry ul ul{
	margin-bottom: 0px;
}

.post .entry a {
	font-size: 12px;
	color: #77756f;
	text-decoration: underline;
}

.post .entry a:hover {
	color: #333333;
}

.post .entry strong {
	font-weight: bold;
}

.post .postmetadata{
	height: 43.68px;
	line-height: 43.68px;
	width:100%;
}

.post .postmetadata .link {
	font-size: 16.8px;
	padding-left: 25px;
	color: #505050;
	float:left;
position:relative;
}

.post .postmetadata a{
	font-size: 16.8px;
	color: #505050;
}

.post .postmetadata a:hover {
	color: #333333;
}





/* ---- Page ---- */

h2.pagetitle{
	font-size: 24px;
	color: #505050;
	padding:0 25px;
}

h2.archivestitle{
	font-size: 24px;
	color: #505050;
}





/* ---- Single Entry Post ---- */

.single-entry-data{
	padding:15px 0 0 0;
	font-size: 16.8px;
	color: #505050;
}

.pages{
	font-weight:bold;
}

.pages a{
	text-decoration:underline;
}



/* ---- Comments ---- */
#comment-area{
}

ul.commentlist{
	list-style:none;
}

ul.commentlist li{
	padding:0 0 10px 0;
}

ul.commentlist ul{
	padding:0 0 0 20px;
}

ul.commentlist li li{
	padding:10px 0 0 0;
}

ul.commentlist ul ul{
	padding:0 0 0 40px;
}

ul.commentlist ul ul ul{
	padding:0 0 0 60px;
}

ul.commentlist ul ul ul ul{
	padding:0 0 0 80px;
}

ul.commentlist ul ul ul ul ul{
	padding:0 0 0 100px;
}

ul.commentlist ul ul ul ul ul ul{
	padding:0 0 0 120px;
}

ul.commentlist .comment-author,
ul.commentlist .comment-text,
ul.commentlist .comment-text p,
ul.commentlist .comment-date{
	display:inline;
}

ul.commentlist .comment-author{
	font-weight:bold;
}

ul.commentlist .comment-text p,
ul.commentlist .comment-date a{
}

ul.commentlist .comment-reply,
ul.commentlist .comment-reply a{
	display:inline;
}

#respond{
}

#respond .cancel-comment-reply{
	padding:5px 0;
}

#respond input,
#respond textarea{
	padding:4px;
	margin:0 0 10px 0;
	border: 1px solid #77756f;
	background:none;
	color: #77756f;
	font-size: 12px;
}

#respond .label-container{
	position:relative;
}

#respond .label-container label{
	position:absolute;
	top:4px;
	padding:0 0 0 10px;
}

#respond input#submit{
	background:none;
	color: #77756f;
}

#respond #contact-failed,
#respond #contact-success{
	padding:7px;
	border: 1px solid #77756f;
	margin:0 0 10px 0;
}



/* ---- Footer ---- */

#footer {
	margin:0 auto;
	z-index:5000;
	padding:15px 25px;
}

#footer a {
	font-size: 16.8px;
	color: #505050;
}

#footer a:hover {
	color: #333333;
}

#footer #entry-navigation{
	/* --- needed for IE7 ---- */
	border:1px solid transparent;
}

#footer .Left {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	float: left;
}

#footer .Right{
	height: 36px;
	line-height: 36px;
	float: right;
}

#footer-info {
	color: #77756f;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	position:relative;
}

#footer-info p {
	display: inline;
	font-size: 12px;
}

#footer-info a {
	color: #77756f;
	font-size: 12px;
}

#footer-info a:hover {
	color: #333333;
}


/* ---- aWP Plugin styles ---- */
.awpcomments{
	margin:0 auto;
	height:110px;
	overflow:auto;
	padding:0 25px;
	margin:0 0 15px 0;
}

.inline-comments-container{
}

#DOMWindow .commentform,
#DOMWindow .commentform p,
#DOMWindow .commentform .submit{
	color: #666666;
}

#DOMWindow .commentform a{
	color: #666666;
}

#DOMWindow .commentform h3{
	display:none;
}

#DOMWindow .commentform p{
	padding:4px 0;
}

#DOMWindow .commentform hr{
	display:none;
}

#DOMWindow .commentform input,
#DOMWindow .commentform textarea{
	border: 1px solid #666666;
	padding:4px;
}

#DOMWindow .commentform textarea.commentbox{
	width:40px;
	height:100px;
}

#DOMWindow .commentform .commentform_link img{
	display:none;
}

#DOMWindow .commentform .submit{
	background: none;
}

#DOMWindow .close{
	color: #666666;
	cursor:pointer;
	padding:0 0 10px 0;
	float:right;
}

.throbber{
	display:none;
	height:0px;
	width:0px;
}