/* rditoonz.com */

/* COMMON LAYOUT */
/******************************************************/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #333;
margin: 0;
padding: 0;
text-align: center;
}
#container {
width: 970px;
margin: 0 auto;
padding:0;
position:relative;
background-color: #DCDCDC;/* OFF WHITE */
text-align:left;
border-left:3px solid #191919;
border-right:3px solid #191919;
}
#titlebarSWF {
position: relative;
left: 25px;
top: 0;
text-align: center;
width: 920px;
height: 260px;
background-color: #330066;
background: url(../a-misc/title-bar-tall.jpg) no-repeat;
}
#titlebarSWF p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #9966FF;
font-weight: normal;
margin-top: 0;
padding: 110px 0 10px 0;
text-align: center;
}
#titlebarImage {
position: relative;
left: 25px;
top: 0;
text-align: center;
width: 920px;
height: 90px;
background-color: #330066;
background: url(../a-misc/title-bar.jpg) no-repeat;
}
#titlebarImage span {
display: none;
}

/******************************************************/

/* FULL WIDTH COLUMN */
#fullColumn920 {
position: relative;
left: 25px;
top: 10px;
width: 920px;
float: left;
margin-bottom: 50px;
}

/* LEFT COLUMN SIZES */
#leftColumn735 {
position: relative;
/*left: 25px;
top: 10px;*/
width: 735px;
float: left;
}
#leftColumn460 {
position: relative;
width: 460px;
float: left;
}

/* RIGHT COLUMN SIZES */
/* RIGHT COLUMN TEASERS */
#rightColumn-HomePage {
margin: 0 10px 0 0;
float: right;
height: 350px;
}
#rightColumn430 {
margin: 0 0 0 25px;
width: 430px;
float: right;
}

/******************************************************/

/* COLUMN TITLE BAR, BUTTON, AND WHITE BACKDROP */
.columnTitleBar {
height: 27px;
background-color: #191919;
}
#columnTitleBarButton {
height: 27px;
background-color: #191919;
}
#columnTitleBarButton a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFF;
font-weight: normal;
height: 14px;
padding-top: 5px;
margin-left: 20px;
}
#columnTitleBarButton a:hover {
color: #33FF00;
}
#columnTitleBarButton .titleButton {
float: left;
width: auto;
height: 14px;
margin-top: 5px;
margin-left: 15px;
padding-right: 0;		
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
.whiteBackdrop {
height: auto;
background-color: #FFF;
margin-top: 5px;
padding: 13px 13px 16px 13px;
}
.sketchBookBackdrop50 {
height: 50px;
background-color: #333;
margin-top: 5px;
padding: 13px 13px 16px 13px;
}
.sketchBookBackdrop120 {
height: 120px;
background-color: #333;
margin-top: 5px;
padding: 13px 13px 16px 13px;
}

/********************** VIDEO ************************/

.video1Backdrop {
height: auto;
background-color: #FFF;
margin-top: 5px;
padding: 20px;
text-align: center;
}

/******************************************************/

/******************************************************/

/* SLIDES */
#slideshow ul{
position: relative;
margin: 0 0 10px 0;
padding: 0;
float: left;
white-space: nowrap;
list-style: none;
}
#slideshow ul li{
display: inline;
}
#slideshow ul .thumbnail{
margin: 0;
padding: 0 8px 0 0;	
width: 78px;
height: 55px;
}
#slideshow a img{
border: 0;
}

/******************************************************/

/* RIGHT COLUMN TEASER IMAGES */
#FlashGamesTeaser {
display: block;
background: url(../teasers/Flash-games-teaser.jpg) no-repeat;
width: 147px;
height: 180px;
position: relative;
top: 10px;
margin-left: 12px;
}
#DemoReel {
display: block;
background: url(../teasers/Demo-Reel-teaser.jpg) no-repeat;
width: 147px;
height: 151px;
position: relative;
top: 20px;
margin-left: 12px;
}
#FlashGamesTeaser:hover { 
  background-position: 0 -180px;
}
#DemoReel:hover { 
  background-position: 0 -151px;
}
#FlashGamesTeaser span, #DemoReel span {
  display: none;
}

/******************************************************/

/* TEXT FORMATTING */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 14px;
color: #333;
font-weight: bold;
margin-bottom: 0;
padding-bottom: 0;
}
h2 {/* TITLE BAR TEXT */	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFF;
font-weight: normal;
height: 14px;
padding-top: 5px;
margin-left: 20px;
}
h3 {	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
font-weight: bold;
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 5px;
}
p {
margin: 1em 0 0 0;
padding: 0;
}
h1 + p, h3 + p {
margin-top: 0;
padding-top: 0.25em;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
a {
text-decoration:none;
}
em {
font-style: normal;
font-weight: normal;
}
#pageSWF1 p{
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 14px;
color: #CCCCCC;
text-align: center;
width: 460;
}

/******************************************************/

/* VIDEO LIST */
#videoDownloadList {
margin: 0;
padding: 0;
list-style: none;
white-space: nowrap;
}

/******************************************************/

/* CLEARFIX */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* CSS rule for IE6 */
* html .clearfix {
height: 1%;
}
/* CSS rule for IE7 */
*:first-child+html .clearfix {
min-hieght: 1px;
}
