/*
Theme Name: Tylr Slidr
Theme URI: http://tylrslidr.com/
Description: The wordpress theme for tylrslidr.com
Version: 1.0
Author: Tyler Craft
Author URI: http://tylercraft.com/

*/

*{
	margin: 0;
	padding: 0;	
}

body{
	background: #fff url("images/bground.gif") top left repeat-x;
	font: 12px/16px arial, verdana, sans serif;
	color: #333333;
}

/**************************
	GENERAL TAGS
**************************/

a{
	outline: none;
	color: #ff0084;
}

a img{border: none;}

a:hover{color: #000;}

textarea{width: 300px;}

/**************************
	CONTAINERS
**************************/

#page{
	width: 900px;
	margin: 0 auto;	
	padding: 40px 0 0;
	position: relative;
}

#mainContent{
	position: absolute;
	width: 239px;
	top: 183px;
	left: 649px;
	height: 459px;
}

#secondaryContent{
	height: 537px;
	width: 606px;
	margin: 0 0 0 31px;
	padding: 28px 0 0 0;
}

#commentsContainer{
	width: 570px;
	margin: 0 0 0 67px;	
}

#sitecredit{
	clear: both;
	padding: 30px 0 0 67px;
	position: relative;
}

/**************************
	DETAILS
**************************/

	/* SIDEBAR / MAIN CONTENT DETAILS */
#download a{
	display: block;
	height: 47px;
	width: 239px;
	overflow: hidden;
	position: relative;
}

#download a:hover img{
	position: absolute;
	top: -47px;
}

#download p{
	font-size: 9px;
	text-transform: lowercase;
	text-align: right;
	position: relative;
	top: -3px;
	right: 4px;
	color: #737373;
}

#download p img{
	position: absolute;
	right: 50px;
}

#about{
	padding: 3px 12px 0 12px;	
}

#about h3{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	letter-spacing: -.2px;
	padding: 7px 0 0 0;
}

#about p, #donate p{
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	letter-spacing: -.2px;
	padding: 9px 0 1px;
}

#donate{
	position: absolute;
	bottom: 0;
	padding: 3px 12px 0 12px;
}

#donateBtns{padding: 2px 0 0 1px; list-style: none;}
#donateBtns li{height: 26px; float: left;}
#donateBtns li form{display: inline;}
#donateBtns li.dollarAmount{padding: 6px 11px 0 0;}

#socialNetworks{clear: both;}
#socialNetworks ul{list-style: none; padding: 4px 0 0 3px;}
#socialNetworks ul li{display: inline; padding-right: 2px;}

	/* CONTENT DETAILS */

#tabbedNav{
	height: 25px;
	padding: 0 0 0 35px;
}

#tabbedNav li{
	list-style: none;
	float: left;
	margin-right: 3px;
}

#tabbedNav li a{
	font-size: 12px;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
}

#tabbedNav li a#example{width: 62px; background: url("images/nav-example.gif") top left no-repeat;}
#tabbedNav li a#faqs{width: 47px; background: url("images/nav-faqs.gif") top left no-repeat;}
#tabbedNav li a#installation{width: 76px; background: url("images/nav-installation.gif") top left no-repeat;}
#tabbedNav li a#changelog{width: 79px; background: url("images/nav-changeLog.gif") top left no-repeat;}

#tabbedNav li a#example:hover, #tabbedNav li a#faqs:hover, #tabbedNav li a#installation:hover, #tabbedNav li a#changelog:hover{background-position: 0 -25px;}
#tabbedNav li a#example.active, #tabbedNav li a#faqs.active, #tabbedNav li a#installation.active, #tabbedNav li a#changelog.active{background-position: 0 -50px;}

#content{
	background: #fff url("images/bground-content.gif") top left no-repeat;
	height: 467px;
	padding: 33px 36px 15px 36px;
}

#content div.contentBlock{display: none;}
#content div.contentBlock.active{display: block;}

#content p{padding: 0 0 10px 0;}
#content ol{padding: 0 0 10px 20px;}

#accordion h3{
	color: #ff0084;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: -.2px;
	cursor: pointer;
	padding: 5px 0 5px;
}

#accordion h3:hover{color: #000;}

#accordion div.element{
	padding: 5px 0 5px;
}
	
	/* COMMENT DETAILS */
#commentsContainer h3{padding: 0 0 16px 0;}
#commentform p{padding: 0 0 8px 0;}
#commentform input{width: 255px; padding: 1px;}
#commentform textarea{
	height: 115px; 
	width: 445px;
	font: 12px/16px arial, verdana, sans serif
}

#commentform input#submit{width: 78px; height: 25px;}

#commentlist li{list-style: none; padding: 0 70px 18px 35px; position: relative; font-size: 12px; line-height: 16px; letter-spacing: -.2px; color: #333333;}
#commentlist li .gravatar{position: absolute; top: 0; left: 0;}
#commentlist li .commentmetadata{font-size: 10px; line-height: 13px; color: #000; position: relative; top: -4px; padding-bottom: 5px;}
#commentlist li p{padding-bottom: 8px;}

	/* FOOTER DETAILS */
#sitecredit h2{
	position: absolute;
	width: 137px;
	height: 27px;	
}

#sitecredit h3, #sitecredit h4{
	padding-left: 142px;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: -.2px;
}
#sitecredit h3{color: #000; padding-top: 3px;}
#sitecredit h4{color: #7a7a7a;}
#sitecredit a:hover{color: #70bdcd;}
