/*
Theme Name: Panorama
Theme URI: http://themocracy.com/2009/04/panorama-free-wordpress-theme/
Description: 2 column theme, compatible with WP2.8 and threaded-comments - add your own header image - 6 backgrounds, left or right sidebar, link/hover colors, jQuery dropdown page menu, and twitter badge all fully customizable - licenced under the GPL. Language localization supported, DA, AR, DE, FR, IT, NL, ES, TR.
Version: 2.1
Tags: fixed-width, two-columns, white, theme-options, threaded-comments
Author: Themocracy
Author URI: http://themocracy.com/
*/


body {
margin: 0;
padding: 0;  
color: #222;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
}

a img {
	text-decoration: none;
	border: 0 none;
}

#wrapper{
width: 949px;
margin: 0px auto;
padding: 0px;
text-align:left;
font-size: 78%;
line-height:20px;
}


#header{
height: 54px;
padding: 0 0 0 20px;
margin: 0;
}	
 
#container{
padding: 0 21px 0 20px;
}

#headerimage{
height:0px;
}

#topmenu{
margin:0;
padding:7px 0 0 0;
}
		
#content{
clear:both;
margin: 0px;
padding: 10px 0 0 0;
}	


#footer {
clear: both;
margin: 0;
padding: 0px 0px 115px 0px;
text-align: center;
font-size: 10%;
}

#footer-inner{
background: #ffffff;
height: 0px;
}

#footer p{
margin:0;
padding:15px 0;
}

#navigation{
padding: 5px 15px;
}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:right;
padding: 0 15px;
}

#credit p{
margin:0;
font-size:85%;
}

#credit p a, #credit p a:hover{
font-weight:100;
text-decoration:none;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: tahoma, arial, helvetica, sans-serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
font-weight:800;
text-decoration:none;
color: #7b9d26;
}
a:hover{
text-decoration:underline;
color: #7b9d26;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}


blockquote{
padding: 10px 35px 5px 35px;
margin: 3px 30px;
background: #f4f4f4  url("images/quotes.gif") top left no-repeat;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}


form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
font-size: 95%;
font-family: "Courier New", Courier, monospace;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
	 margin: 0 10px 0 0;
}

.alignright {
   float: right;
	 margin: 0 0 0 10px;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Tabs  */

.horizmenu{
width: 100%;
line-height:16px;
background: #ccc;
float:left;
font-size:95%;
}

.horizmenu a{
font-weight: 100;
}

.horizmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.horizmenu ul li{
position: relative;
display: inline;
float: left;
}

.horizmenu ul li a{
display: block;
background: #ccc; 
padding: 8px 15px;
border-right: 1px solid #fff;
color: #999;
text-decoration: none;
}

* html .horizmenu ul li a{ 
display: inline-block;
}

.horizmenu ul li a:link, .horizmenu ul li a:visited{
color: #222;
}

.horizmenu ul li a:hover{
background: #999; 
color: white;
}

.horizmenu ul li a:hover, .horizmenu ul li ul li a:hover{
 text-decoration:none;
}

.horizmenu ul li.current_page_item a, .horizmenu ul li.current_page_item ul li a{
color:black;
background: #a7d336;
}

.horizmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

.horizmenu ul li ul li{
display: list-item;
float: none;
}

.horizmenu ul li ul li ul{
top: 0;
}

.horizmenu ul li ul li a{
width: 150px; 
padding: 5px 8px;
margin: 0;
border-top-width: none;
border-bottom: 1px solid #f2f2f2;
}

.horizmenu ul li ul li a:hover{ 
background: #999;
color: white;
}

.downarrow{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrow{
position: absolute;
top: 9px;
right: 5px;
}



/* Headings */ 


#surheader{
color:white;
text-align:right;
padding: 0 14px 0 0;
}

#surheader p{
margin: 4px 0;
}

#surheader a{
color:white;
font-weight:100;
}

form#searchform2{
display: block;
float:right;
margin: 35px 14px 0px 5px;
}

#header h3{
margin:  0;
padding: 0 0 0 20px;
}

#header h3 a{
font-weight:100;
color: #000;
text-decoration: none;
font-size: 26%;
line-height:28px;
}

#header h3 a:hover{
color: #000;
text-decoration: none;
}

#header h2{
margin: 0;
padding: 10px 0 5px 20px;
font-weight:800;
font-family:  arial, verdana, sans-serif;
color: #ccc;
font-size: 100%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:140%;
font-weight: 100;
padding: 6px 6px 6px 10px;
margin: 1px 5px 10px 5px;
background: #f5f5f5;
color: #444;
}

/* post styles */

.post{
margin: 0px 15px 18px 15px;
padding: 10px 0px;

}

.entry{
margin: 0;
padding: 0px 10px 3px 30px;
}

.post h2 {
font-family: Arial, Helvetica, sans-serif;
color: #6cb800;
font-size: 24px;
font-weight:bold;
padding: 0 0 5px 0px;
margin: 5px 0 5px 0;
background: #fff url("images/dots.gif") bottom left repeat-x;
}


.post h2 a{
color: #6cb800;
text-decoration:none;
font-weight:bold;
}

.post h2 a:hover{
text-decoration:none;
color: #6cb800;
}

.postmetadata{
font-size:90%;
padding: 1px 8px 1px 30px;
margin: 0;
}

.postmetadata p{
line-height: 18px;
padding: 0;
margin: 2px 0;
}

.authormeta{
color:#a9a9a9;
font-size:10px;
padding: 0px;
margin: 0;
}

.authormeta a{
color:#a9a9a9;
font-size:10px;
padding: 0px;
margin: 0;
}


.fbcomments h3{
	color:#505050;
	font-size:11px;
	font-weight:bold;
}

.commentsmeta{
float:right;
font-size:10px;
padding: 0px;
margin: 0;
}

/* Comments > WordPress 2.6 */

ol.commentlist {
list-style:none;
margin:0;
padding:0; 
text-indent:0;
}

ol.commentlist li { 
border:1px solid #d3d3d3;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
height:1%; 
margin:0 0 10px;
padding:5px 7px 5px 57px;
position:relative;
}

ol.commentlist li div.comment-author {
padding:0 160px 0 0;
}

ol.commentlist li div.vcard {
font:800 12px/1.9  verdana, arial, helvetica, sans-serif;
}

ol.commentlist li div.vcard cite.fn {
font-style:normal;
}

ol.commentlist li div.vcard cite.fn a.url {
text-decoration:none;
}

ol.commentlist li div.vcard img.avatar { 
border:2px solid #eee; 
top:7px;
left:7px; 
position:absolute;
}

ol.commentlist li div.comment-meta {
font:100 11px/1.9 verdana, arial, helvetica, sans-serif;
position:absolute;
top:5px;
right:10px;
text-align:right;
}

ol.commentlist li div.comment-meta a {
color:#333;
text-decoration:none;
}

ol.commentlist li p {
font:normal 12px/1.5 verdana, arial, helvetica, sans-serif;
margin:0 0 1em;
}
ol.commentlist li ul {
font:normal 12px/1.4  verdana, arial, helvetica, sans-serif;
list-style:square;
margin:0 0 1em;
padding:0;
text-indent:0;
}

ol.commentlist li div.reply {
color:#374C76;
font:bold 12px/1.4 verdana, arial, helvetica, sans-serif;
}

ol.commentlist li div.reply:hover {
color: black;
}

ol.commentlist li div.reply a {
text-decoration:none; 
}

ol.commentlist li ul.children {
list-style:none;
margin:1em 0 0;
text-indent:0;
}
  
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 {
margin:0 0 .25em;
}

ol.commentlist li.even {
background:#fff;
}
ol.commentlist li.odd {
background:#f3f3f3;
}

ol.commentlist li.pingback div.vcard {
padding:0 160px 0 0;
}

#respond h3, h3#comments, h3#postcomment{
font-size: 105%;
font-family: verdana, arial, helvetica, sans-serif;
margin: 10px 0;
}

.replysubmit{
background:#ddd;
border:1px solid #aaa;
padding:2px 10px;
text-align:center;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

/*  Legacy Comments < WordPress 2.7  */

ol#lcommentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#lcommentlist li{
padding: 0px 3px;
margin: 0;
}

ol#lcommentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}


ul#lcommentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#lcommentlist li{
display: block;
padding: 0;
margin: 0 15px 5px 15px;
font-size:90%;
background: #f2f2f2;
}

ul#lcommentlist p{
margin: 6px 0;
}

ul#lcommentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#lcommentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#lcommentlist li div.gravatar img{
border: 2px solid #ccc;
}

ul#lcommentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#lcommentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}



/*  sidebar styles */


.menu{
padding:0;
font-size:95%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding: 2px;
margin:0 0 10px 0;
}

.menu ul li.widget ul{
margin: 0;
padding:0;
}

.menu ul li.widget ul li{
padding: 3px 0 3px 20px;
margin:1px 0 0 0;
display:block;
background: #f2f2f2 url("images/bullet.gif") no-repeat 4px 8px;
}

.menu ul li.widget h3{
font-size:140%;
padding:4px 0 4px 7px;
margin: 0 0 2px 0;
color: #444;
font-weight: 100;
background: #e5e5e5;
border-bottom:1px solid #ccc;
}

.menu ul li h3 a{
color: #333;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget #search, li.widget #tags {
display:block;
padding: 2px 5px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 230px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
background: #f0ffcb;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
background: #f2f2f2;
}


#search{
background: #555;
border: 1px solid #b3b3b3;
float: right;
height: 21px;
margin: 27px 43px 0 0;
padding: 0 5px 0 0;
width:234px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 10px;
}

* html #search{
margin-right: 8px;
}

#search input{
background: transparent;
border: 0;
float: left;
font-size: 105%;
margin: 2px 0 0;
padding: 1px 2px 2px 10px;
width:198px;
}
#search .searchsubmit{
margin: 3px 0 0 5px;
padding: 0;
width: auto;
}

#footer a{
font-weight: 100;
}











body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_01.jpg);
	background-color: #8eb233;
}
.bigbg { 
	background-image: url(images/big_bg_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6cb800;
	font-weight: bold;
	text-decoration:none;
}
.gametitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6cb800;
	font-weight: bold;
	text-decoration:none;
}

.nav_butt_a, .nav_butt_a a:link, .nav_butt_a a:visited, .nav_butt_a a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E1E1E;
	text-decoration:none;
	vertical-align: middle
}
.nav_butt_a a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	vertical-align: middle
}
.nav_butt_b, .nav_butt_b a:link, .nav_butt_b a:visited, .nav_butt_b a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BADC2E;
	text-decoration:none;
}
.nav_butt_b a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.nav_butt_bg_a {
	background-image: url(images/2011_button_A2.gif);
	background-repeat: repeat-x;
	background-position: left middle;
}
.nav_butt_bg_b {
	background-image: url(images/2011_button_B2.gif);
	background-repeat: repeat-x;
	background-position: left middle;
}

.game_tab_a, .game_tab_a a:link, .game_tab_a a:visited, .game_tab_a a:active, .game_tab_a a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6CB800;
	background-color: #FFFFFF;
	text-decoration:none;
}
.game_tab_b, .game_tab_b a:link, .game_tab_b a:visited, .game_tab_b a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AFAFAF;
	background-image: url(images/game_tab_c.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration:none;
}
.game_tab_b a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/game_tab_c.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration:none;
}
.dark_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
.dark_text a:link, .dark_text a:visited, .dark_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6cb800;
	font-weight: bold;
	text-decoration:underline;
}
.dark_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #833708;
	font-weight: bold;
	text-decoration:underline;
}
.bottom_links, .bottom_links a:link, .bottom_links a:visited, .bottom_links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.bottom_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

.top_left {
	background-image: url(images/2011_left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.top_right {
	background-image: url(images/2011_right_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navbg {
	background-image: url(images/2011_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: none;
}
.ad_bg_2011 {
	background-image: url(images/2011_ad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
.g_bg {
	background-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: bold;
	text-decoration:none;
}
.g_bg a:link, .g_bg a:visited, .g_bg a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: bold;
	text-decoration:none;
}
.g_bg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: bold;
	text-decoration:underline;
}
.g_corner_br {
	background-image: url(images/corners_g.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.g_corner_bl {
	background-image: url(images/corners_g.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.g_corner_tr {
	background-image: url(images/corners_g.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.g_corner_tl {
	background-image: url(images/corners_g.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ad_bg {
	background-color: #2E2E2E;
}
.b_corner_br {
	background-image: url(images/corners_b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.b_corner_bl {
	background-image: url(images/corners_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.b_corner_tr {
	background-image: url(images/corners_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.b_corner_tl {
	background-image: url(images/corners_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.w_bg {
	background-color: #ffffff;
}
.w_corner_br {
	background-image: url(images/corners_w.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.w_corner_bl {
	background-image: url(images/corners_w.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.w_corner_tr {
	background-image: url(images/corners_w.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.w_corner_tl {
	background-image: url(images/corners_w.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bk_bg {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.bk_bg a:link, .bk_bg a:visited, .bk_bg a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
.bk_bg a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d86c29;
	font-weight: bold;
	text-decoration:none;
}
.bk_corner_br {
	background-image: url(images/corners_bk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bk_corner_bl {
	background-image: url(images/corners_bk.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bk_corner_tr {
	background-image: url(images/corners_bk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bk_corner_tl {
	background-image: url(images/corners_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}.h_line {
	background-image: url(images/h_line_1.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.article_text a:link, .article_text a:visited, .article_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6CB800;
	text-decoration:underline;
}
.article_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #599B00;
	text-decoration:underline;
}
.lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6CB800;
	list-style-position: inside;
	list-style-type: disc;
}


.screenshot_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
}
.screenshot_text a:link, .screenshot_text a:visited, .screenshot_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6CB800;
	text-decoration:none;
	outline:none;
	background-color:#FFFFFF;
	
}
.screenshot_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
	outline:none;
	background-color:#FFFFFF;
	
}

.screenshot_selected, .screenshot_selected a:link, .screenshot_selected a:visited, .screenshot_selected a:hover, .screenshot_selected a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	background-color:6CB800;
	outline:none;
	padding-top:3px;
	padding-bottom:3px;
}
.system_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #757575;
}

.system_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
}
.playlist_text, .playlist_text a:link, .playlist_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/playlist_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	color:#000000;
}

.playlist_text a:hover, .playlist_text a:active {
	text-decoration:underline;
	color:#000000;
}
.tournament_bg {
	background-image: url(http://www.flipline.com/blog/images/tournament_bottom.jpg);
	background-repeat: no-repeat;
}
.flipdeck_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.flipdeck_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6cb800;
}
.flipdeck_link, .flipdeck_link a:link, .flipdeck_link a:visited, .flipdeck_link a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #6cb800;
}

.flipdeck_link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: #569300;
}
	
.flipdeck_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.flipdeck_back {
	background-image: url(http://www.flipline.com/blog/images/flipdeck_back.jpg);
	background-repeat: no-repeat;
}
.newgame_bg {
	background-image: url(http://i.flipline.com/images/blog_newgame_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}