/*
		<link href="css/Content.css" type="text/css" rel="stylesheet" />
		<link href="css/MasterStyle.css" type="text/css" rel="stylesheet" />
		<link href="css/menu.css" type="text/css" rel="stylesheet" />
		<link href="css/navbar.css" type="text/css" rel="stylesheet" />
		<link href="css/Sidebar.css" type="text/css" rel="stylesheet" />
		<link href="css/Speakin.css" type="text/css" rel="stylesheet" />
		<link href="css/SpeakinApp.css" type="text/css" rel="stylesheet" />
		<link href="css/Support.css" type="text/css" rel="stylesheet" />

*/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address, hr {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#000000;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.8em;
	font-weight: normal;
	color: #01B2F1;
	line-height:70px;
	margin-top:20px;		
}
h2 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
	color: #01B2F1;	
}
h3 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
	color: #01B2F1;	
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
	color: #01B2F1;	
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
	color: #01B2F1;	
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
	color: #01B2F1;	
}

img {border: 0;}

ol, ul, li {
	margin:0.2em 0 0.1em 0;
	font-size:9pt;
	line-height: 1.8em;
}
p {
	margin: 0.8em 0em 1.2em 0em;
	font-size:9pt;
	line-height: 1.8em;
	color:#FFF;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

body 
{
	/*background: #252525;*/
	background:#000;
	margin: 0; 
	
	/*font-family:"Marker Felt", "Comic Sans", "Comic Sans MS", cursive, sans-serif;*/
	font-family: "Trebuchet MS",Tahoma, Verdana, Arial, Serif;
	font-size:10pt;
	/*font: 76%/1.6em verdana, tahoma, arial,  sans-serif; */
	color: #FFF; 
	text-align: center;
}

#container {
	border: #000 2px solid; 
	background: #151515;
	margin: 0 auto; 
	width: 900px;
	/* width:800px;*/ 	
	position: relative; 
	text-align: left;
	overflow:hidden;
}



/* ---------Navigation---------*/
#Navigation {
	background: transparent; 
	/*margin: 20px auto 0; */
	margin: 0 auto;
	overflow: hidden; 
	width: 900px;
	/* width:800px;*/ 	
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;
}
html #Navigation {
	height: 1%;
}
#Navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#Navigation ul li a {
	border: #dedede 1px solid; 
	border-bottom:none;
	padding: 2px 10px; 
	display: block; 
	font-weight:bold;
	color:#666;		
	text-decoration: none;
	background:#ededed;
}

#Navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}
#Navigation ul li.search {
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 0;
}
#Navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px; 		
}


/*------------------ Header--------------------------- */

#HeaderArea
{
    border: #dedede 1px solid; 
	/* width:800px;*/ 
	margin: 0 auto; 		
}

#HeaderContent
{
    height:160px;
    background-image: url('img/masterpage/header.png');
}


/*---------------------------------------------------*/


/*------------------CONTENT AREA--------------------*/
#ContentArea
{
	width: 900px;
	/* width:800px;*/ 	
    height: 100%;
    overflow:hidden;
    vertical-align:top;
    /*background-image: url('img/masterpage/dotted-line.png'); 
    background-repeat:repeat-y;*/
}

#ContentPlaceHolder
{
    vertical-align:top;
}


#PageContent
{
    float:left;
    text-align: left;
    vertical-align: top;
    height: 100%;
    width: 650px;
    padding: 0 5px 5px 5px;
}

#SidebarContent
{

    vertical-align: top;
    width: 220px;
    padding: 50px 0 0 0;
    margin-left:679px;
}

/*-----------------END CONTENT AREA-----------------*/


/*-----------------FOOTER---------------------------*/
#FooterArea
{
    overflow:hidden;
    vertical-align: bottom;
    min-width: 800px;
	width: 100%;
	/* width:800px;*/ 	
    margin: 0px auto;
}

#FooterContent {
	margin: 0 auto 0; 
	position: relative;
	text-align: center;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
}
html #FooterContent {
	height: 1%;
}
#FooterContent ul li {
    float:left;
	margin: 0 5px 0 0; 
	list-style-type:none;
}
#FooterContent ul li a {
	border-bottom:none;
	border-top:none;
	padding: 0 10px;
	color: #FF4B8D;
	text-decoration: none;
}

#FooterContent p ul li a:hover, a:visited, #navigation ul li a:active, #navigation ul li.current_page_item a {
	/*background: #fff;*/
	color: #FF4B8D;
	text-decoration: none;	
	font-size: 8pt;
}

/*-----------------------END FOOTER-----------------------------


/*  Links --------------- */
#PageContent a
{
}

#PageContent a:hover
{
    color:Black;
}

a, a:visited, a:hover, a:link {

	color: #FF4B8D;
	text-decoration: none;
}



/* Social Classes  */
.socialbar {
	float:right;

}

.fb-like-box {

	margin-bottom:20px;

}

.seperator {
    width:100%;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#808080;
    height:1px;
    
}



/*    MENU  */

.menu
{
    width:800px;
    vertical-align:middle;
   
}

.StaticMenuStyle
{
    width:800px;
    
}

.StaticMenuItemStyle
{
    padding:10px 20px 10px 20px;
}

.StaticMenuItemStyle a
{
    color:#FF6600;
}

.StaticMenuItemStyle a:visited {
	color: #FF4B8D;
}

.StaticMenuItemStyle a:hover
{
	color: #FF4B8D;
}



/*  NAVBAR  */
.navbar-default
{
    width:100%;
    height:60px;
    min-height:55px;
    margin:0 auto;
    padding-top: 3px;
    
}

.navbar-default-left
{
    float:left;
}

.navbar-default-right
{
    float:right;
}

.SpeakinButton
{
    padding-left:2px;
}

.SpeakinButton:hover
{
    border:solid 3px Red;
    cursor:hand;
}



/* SIDEBAR  */
.highlight-container{
font-size: 11px;
color: #FFF;
line-height: 13px;
border-bottom: 1px black dotted;
background: url('img/elements/gray-dot.png') repeat-x; 
margin-left:3px; 
margin-right:2px; 
margin-top:5px; 
margin-bottom:4px; 
padding-left:3px; 
padding-right:2px; 
padding-top:5px; 
padding-bottom:4px;
}


.highlight-section{
margin: 2px 0 0 5px;
padding: 2px 0 0 5px;
list-style: none;
}

.highlight-section li{
line-height: 13px;
background-image: url('img/elements/arrow-gray.png');
background-repeat: no-repeat;
background-position: 0 4px; 
padding-left:10px; 
padding-right:0; 
padding-top:0; 
padding-bottom:5px;
list-style-type:none;
}

.highlight-section a{
color: #FF4B8D;
text-decoration: none;
}

.highlight-section a:hover{
color: #FFF;
}


.highlight-container-AppsSidebar{
font-size: 11px;
color: #FFF;
line-height: 20px;
border-bottom: 1px black dotted;
/*background: url('img/elements/gray-dot.png') repeat-x; */
margin-left:2px; 
margin-right:2px; 
margin-top:5px; 
margin-bottom:4px; 
padding-left:2px; 
padding-right:2px; 
padding-top:5px; 
padding-bottom:4px;
text-align: center;
}

.iTunesLink {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center !important;
}

#HyperLinkITunes1 {

	text-align: center;

}

#HyperLinkITunes2 {

	text-align: center;

}





/*  SPEAKIN  */
/* Speakin Default Page - SpeakinDefault.ascx */

.Speakin-MainColumn
{
    width:575px;
    height:100%;
}

.Speakin-Even
{
    background-color: #F0FFFE;
}

.Speakin-Odd
{
    background-color: #FFFDEC;
}

.Speakin-Title
{
    float:left;
    padding-top:5px;


}

.Speakin-Purchase
{
    float:right;
    padding-right:10px;

}


.Speakin-Description
{

}

.Speakin-Description p
{
    
}

.Speakin-Description a
{
    
}

.Speakin-Top
{
    height:80px;
    min-height:80px;
}




/*  SPEAKIN APP */
.Speakin-App-Main
{
    width:580px;
    height:100%;
    vertical-align:top;
}

.Speakin-App-Title
{
    float:right;
    padding-left:4px;
    padding-bottom:4px;
    height:200px;
}

.Speakin-App-Description
{
}

.Speakin-App-Description ul
{
    margin-top:10px;
}

.Speakin-App-Description ul li
{
    background-image: url('img/elements/arrow-gray.png');
    background-repeat: no-repeat;
    background-position: 0 4px; 
    padding-left:10px; 
    padding-right:0; 
    padding-top:5; 
    padding-bottom:5px;
    list-style-type:none;
}

.Speakin-App-Screenshots
{
    margin-top:4px;
    margin-left:4px;
}

.Speakin-App-Shot
{
    padding-right:10px;
    text-decoration: none;
    border:none;
}

.Speakin-App-Purchase
{
    margin-top:4px;
    margin-left:4px;
}

.Speakin-App-Purchase-Image
{
    margin:20px;
}

.Speakin-App-Shot-Shrink 
{
	width:320px;
	height:480px;
}

.Speakin-App-WordSubmit
{
    margin-top:4px;
    margin-left:4px;
}





/* SUPPORT */
