/*
Theme Name: Testcast
Theme URI: http://testcast.net/
Description: testcast
Author: Testcast
Version: 1.0
License: Testcast
License URI: license.txt
*/

* { padding: 0; margin: 0; }

@font-face { font-family:'Dancing Script';src: url("fonts/DancingScript-Regular.ttf") format("truetype");}
@font-face { font-family:'Michroma';src: url("fonts/Michroma.ttf") format("truetype");}
@font-face { font-family:'Cabin';src: url("fonts/Cabin.ttf") format("truetype");}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#bfbfbf;
}

li
{
		list-style: none;
}

#wrapper { 
    margin: 0 auto;
    width: 1020px;
    -webkit-box-shadow:3px 2px 2px #666;
    -moz-box-shadow:3px 2px 2px #666;
    box-shadow:3px 2px 2px #666;
    background: #fff;

}
#header {
    color: #fff;
    width: 1000px;
    float: left;
    padding: 10px;
    height: 160px;
    margin: 0px 0px 0px 0px;
    background: #333;
}

#navigation {
    float: left;
    width: 960px;
    color: #333;
    line-height:38px;
    padding:0px 10px 0px 50px;
    margin: 0px 0px 0px 0px;
    background: #8bc53e;
    
    font-family:'Michroma',Verdana;
    letter-spacing:0.5px;
    font-size:13px;
}

#leftcolumn { 
    color: #333;
    padding: 0px 0px 0px 0px;
    margin: 50px 0px 50px 50px;
    height: 100%;
    width: 550px;
    float: left;
    background: #fff;
}

#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px 0px 0px 0px;
 margin: 50px 50px 50px 0px;
 width: 300px;
 display: inline;
 background: #fff;
}

#onecolumn { 
    color: #333;
    padding: 0px 0px 0px 0px;
    margin: 50px 0px 50px 50px;
    width: 960px;
    float: left;
    background: #fff;
}

h3 {
	padding:5px 10px 5px 10px;
	background:#333;
	color:#fff;
	font-family:'Dancing Script',Verdana;
	font-size: 18px;
	font-weight:400;
	letter-spacing:2px;

}

h3 a
{
	text-decoration:none;
	color:#fff;
}

#footer { 
    width: 1000px;
    height: 200px;
    clear: both;
    color: #333;
    background: #333;
    margin: 0px 0px 50px 0px;
    padding:10px;

}

#footer * h3
{
	font-family:'Michroma',Verdana;
	letter-spacing:0.5px;
    font-size:14px;
	font-weight:400;
	color:#fff;
}

#footer a
{
	font-family:'cabin',Verdana;
	letter-spacing:0.75px;
	
	font-size:12px;
	font-weight:400;
	color:#fff;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}

#footer a:hover
{
	color:#bbb;
}


h4 {
	font-family:'Michroma',Verdana;
	letter-spacing:0.5px;
    font-size:14px;
	font-weight:400;
	color:#000;

}

#footer label
{
	font-family:'cabin',Verdana;
	letter-spacing:0.75px;
	font-size:12px;
	font-weight:400;
	color:#fff;
	
}

#first, #second, #third, #fourth
{
	display: block;
	float: left;
	width:250px;
	line-height:1.4em;
}

li.feed {
         width: 140px;
         background:url("images/icon_rss.png") no-repeat 2px 1px;
         font-size:10px;
         list-style-type:none;
         margin-top:5px;
         padding-left:10px;
}           

#footer li.itunes {
     background:url("images/badge_itunes-sm.gif") no-repeat 2px 1px;
     font-size:10px;
     list-style-type:none;
     margin-top:5px;
     padding-left:40px;
     width: 130px;
}

.posttitlelink, .posttitlethumbnaillink
{
	color:#000;
	border:none;
	text-decoration:underline;
	
}

#searchform
{
	padding:20px 0px 20px 00px;
}


p {
	padding: 0px 0px 20px 0px;	
}

.paddedbox
{
	padding: 0px 0px 10px 0px;
	vertical-align:top;

}

.showtable
{
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;	

}



/* ============================================================================================================================
== TWITTER
** ============================================================================================================================ */

ul.tweets{
	position:relative;
	padding:15px;
	margin:20px 0 0.5em;
	color:#78a041;
	background:#c5e29e;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.tweets li, .tweets p{
	padding:5px 5px 10px 5px;
	font:12px Arial, sans-serif;
	list-style: none;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
a.timesince{
	padding:5px 20px 5px 5px;
	font-size:10px;
	font-family:Verdana;
	font-style:italic;
	}

/* creates the triangle */
.tweets:after {
	content:"";
	position:absolute;
	top:-30px;
	left:50px;
	border:15px solid transparent;
	border-bottom-color:#c5e29e;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

#logoimage
{
	float:right;
	padding:30px 60px 0 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #8bc53e;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	background:#fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
     






