@charset "utf-8";
/* CSS Document */

body  {
	font-size: 14px;
	background-image: url('../images/bg.jpg');
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
 font: 15px "Book Antiqua", Verdana, sans-serif;
 background-color: #DDDDDD;
 height: 100%; /* IE fix */
}

a {
 text-decoration: none;
}


.head {
  font-size:26px;
  color:#FF0000;
  font-family: 'Trebuchet MS','Tahoma',Myriad,Geneva;
  text-shadow: -1px 1px 1px #6e97b3 ;
}

.bio_name {
  font-size:26px;
  color:#FF0000;
  font-family: 'Trebuchet MS','Tahoma',Myriad,Geneva;
  text-shadow: -1px 1px 1px #6e97b3 ;
}


* html #mainContent a {
 border: 1px solid white;
}
a:link {
 color: #36C;
 text-decoration:none;
}
a:visited {
 color: #36C;
}
#mainContent a:hover {
 /*background: #DEF;
 border-color: #BDE;
 box-shadow: 0.2em 0.2em 0.4em #CCC;
 -moz-box-shadow: 0.2em 0.2em 0.4em #CCC; -webkit-box-shadow: 0.2em 0.2em 0.4em #CCC;*/
 text-decoration: none;
}
#mainContent a:active {
 /*background: #36C;
 color: #FFF;
 border: 1px inset #36C;
 box-shadow: 0.2em 0.2em 0.4em #999;
 -moz-box-shadow: 0.2em 0.2em 0.4em #999; -webkit-box-shadow: 0.2em 0.2em 0.4em #999;*/
}


.success {padding:10px; font-weight:bold; color:#CC3333; background:#ccffcc; border:1px solid #00ff00; margin-bottom:30px; font-size:10pt;}


A.sub_menu:link {color: #006699; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 17px; line-height: normal; text-decoration: none }
A.sub_menu:visited {color: #006699; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 17px; line-height: normal; text-decoration: none }
A.sub_menu:hover {color: #FF0000; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 17px; line-height: normal; text-decoration: none; }

A.sub_menu_selected:link {color: #FF0000; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 17px; line-height: normal; text-decoration: none }
A.sub_menu_selected:visited {color: #FF0000; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 17px; line-height: normal; text-decoration: none }
A.sub_menu_selected:hover {color: #006699; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 17px; line-height: normal; text-decoration: none; }

A.inline_link:link {color: #000000; line-height: normal; text-decoration: underline }
A.inline_link:visited {color: #000000; line-height: normal; text-decoration: none }
A.inline_link:hover {color: #006699; line-height: normal; text-decoration: none; }

A.artist_name:link {color: #000000; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 20px; line-height: normal; text-decoration: none }
A.artist_name:visited {color: #000000; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 20px; line-height: normal; text-decoration: none }
A.artist_name:hover {color: #FF0000; font-family: "Book Antiqua", Arial, Helvetica, "sans serif"; font-size: 20px; line-height: normal; text-decoration: none; }


A.side_nav:link {color: #006699; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 25px; text-decoration: none }
A.side_nav:visited {color: #006699; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 25px; text-decoration: none }
A.side_nav:hover {color: #FF0000; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 25px; text-decoration: underline; }

A.list_artists:link {color: #006699; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 30px; text-decoration: none }
A.list_artists:visited {color: #006699; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 30px; text-decoration: none }
A.list_artists:hover {color: #FF0000; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 30px; text-decoration: underline; }

A.article_title:link {color: #006699; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 30px; text-decoration: none }
A.article_title:visited {color: #006699; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 30px; text-decoration: none }
A.article_title:hover {color: #FF0000; font-family: "Trebuchet MS", Helvetica, "Tahoma", Myriad; font-size: 20px; line-height: 30px; text-decoration: underline; }



.thrColFixHdr #container { 
  width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-box-shadow: 5px 5px 5px #999999;
  -webkit-box-shadow: 5px 5px 5px #999999;
  box-shadow: 5px 5px 5px #999999;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent {
	width: 970px; 
	margin: 0 0 0 0px ; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	background:#FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	padding:0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}







#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	/*border: 1px solid #FFFFFF;*/
	height:25px;
	/*background-color:#333333;*/
	opacity: 0.80;
}
	
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
}

#sddm li a
{	display: block;
	margin: 0 6px 0 0;
	padding: 4px 10px;
	/*background: #333333;*/
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	
background: #eeeeee;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #333333;
	/*border: 1px solid #663366;*/
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #CCCCCC;
		color: #000000;
		font: 12px arial}

	#sddm div a:hover
	{	background: #FFFFFF;
		color: #000000}




.one_container {height:35px; display:block; font-size:12px; font-weight:bold;}
.one_container a {font-size:14px;}
.one_container .c {height:35px; background:url(../images/borders/taglineb_c.gif) repeat-x; }
.one_container .r {height:35px; background:url(../images/borders/taglineb_r.gif) no-repeat top right; }
.one_container .l {height:35px; background:url(../images/borders/taglineb_l.gif) no-repeat top left; padding:0 15px; line-height:35px; }
.one_container .l .left {float:left; width:85%; font-size:18px; font-weight:bold; margin-left:-5px;}
.one_container .l .right {float:right; width:15%; text-align:right; font-weight:normal;}


.tlg_container {height:35px; display:block; font-size:12px; font-weight:bold;}
.tlg_container a {font-size:14px;}
.tlg_container .c {height:35px; background:url(../images/borders/taglineg_c.gif) repeat-x; }
.tlg_container .r {height:35px; background:url(../images/borders/taglineg_r.gif) no-repeat top right; }
.tlg_container .l {height:35px; background:url(../images/borders/taglineg_l.gif) no-repeat top left; padding:0 15px; line-height:35px; font-size:14px; color:#666; }
.tlg_container .l .left {float:left; width:85%; font-size:18px; font-weight:bold; margin-left:-5px; color:#666;}
.tlg_container .l .left a {color:#666;}
.tlg_container .l .right {float:right; width:15%; text-align:right; font-weight:normal;}
.untaglineg {
  min-height:20px;
  background:#fff; 
  border-left:1px solid #dddddd; 
  border-right:1px solid #dddddd; 
  border-bottom:1px solid #dddddd; 
  padding:5px 15px 15px 15px;

  }
  
.tlgr_container {height:35px; display:block; font-size:12px; font-weight:bold;}
.tlgr_container a {font-size:14px; }
.tlgr_container .c {height:35px; background:url(../images/borders/taglinegr_c.gif) repeat-x; }
.tlgr_container .r {height:35px; background:url(../images/borders/taglinegr_r.gif) no-repeat top right; }
.tlgr_container .l {height:35px; background:url(../images/borders/taglinegr_l.gif) no-repeat top left; padding:0 15px; line-height:35px; font-size:14px; color:#7f8d0e;}
.tlgr_container .l .left {float:left; width:85%; font-size:18px; font-weight:bold; margin-left:-5px; color:#7f8d0e;}
.tlgr_container .l .left a {color:#7f8d0e;}
.tlgr_container .l .right {float:right; width:15%; text-align:right; font-weight:normal;}
.untaglinegr {
  min-height:20px;
  background:#fff; 
  border-left:1px solid #d4e0a4; 
  border-right:1px solid #d4e0a4; 
  border-bottom:1px solid #d4e0a4; 
  padding:5px 15px 15px 15px;

  }



.untagline {
  min-height:20px;
  background:#fff; 
  border-left:1px solid #b8d6f0; 
  border-right:1px solid #b8d6f0; 
  border-bottom:1px solid #b8d6f0; 
  padding:5px 15px 15px 15px;
 /* -moz-box-shadow: 1px 2px 2px #999999;
  -webkit-box-shadow: 1px 2px 2px #999999;
  box-shadow: 1px 2px 2px #999999;*/
  }
 
 .untagline_links {margin-top:10px; text-align:right;float:right; }
 .untagline_links a {float:right;}
 
.untaglineb {
  min-height:20px;
  background:#fff; 
  border-left:1px solid #b8d6f0; 
  border-right:1px solid #b8d6f0; 
  border-bottom:1px solid #b8d6f0; 
  padding:5px 15px 15px 15px;
  }


.list_under_exercise {
  width:700px;
  min-height:20px;
  background:#fff; 
  border-left:1px solid #b8d6f0; 
  border-right:1px solid #b8d6f0; 
  border-bottom:1px solid #b8d6f0; 
  padding:5px 3px 5px 5px;
  }  
 
.one_container .bc {height:35px; background:url(../images/borders/taglineb_c.gif) repeat-x; }
.one_container .br {height:35px; background:url(../images/borders/taglineb_r.gif) no-repeat top right; }
.one_container .bl {height:35px; background:url(../images/borders/taglineb_l.gif) no-repeat top left; padding:0 15px; line-height:35px; color:#333; font-size:14px; }
 

  
/*top menu*/

ul#mainmenu  {
		list-style: none;
		padding: 0;
		margin: 0;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		font-weight:bold;
		width:800px;
		float:left;
	}
	
	#mainmenu li {
		float:left;
		background: top right no-repeat;
		margin: 0 10px 0 0;
	}
	#mainmenu li:hover {
		background: url(../images/tabright.png) top right no-repeat;
		}
	#mainmenu a:hover {
		background: url(../images/tableft0.png) top left no-repeat; 
		}
	
	#mainmenu a {
		display: block;
		background:top left no-repeat;
		color: #fff;
		text-decoration: none;
		padding: 6px 10px;
	}
	
	#mainmenu a:hover {
		color: white;
	}
	
	#mainmenu #selected {
		font-weight: bold;
		background-image: url(../images/tabrighu.png);
	}
	
	#mainmenu #selected a {
		background-image: url(../images/tablefta.png);
		color: #dc2c27;
	}


.loginout {width:135px; float:right; margin-right:9px; text-align:right; }
.loginout  img {display:inline;}

/*top menu*/

h2 {color:#d52d2b; margin:0; font-family:Tahoma, Geneva, sans-serif; font-size:16px;}

.acc_upgrade {
	width:200px;float:left;
	/* border-top:1px solid #dedfe2; border-bottom:1px solid #dedfe2; border-left:1px solid #dedfe2; */
	background:url(../images/acc_up_right.gif) no-repeat right center #eef3f6; 
	padding:10px 30px 10px 10px; 
	font-size:12px; color:#5b829c;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
.acc_upgrade p {padding:0 0 5px 0;}

.acc_upgrade h1 {color:#005085; font-weight:bold; font-size:15px; font-family:Tahoma, Geneva, sans-serif; margin:0; padding:0;}

input.continue {width:67px; height:20px; line-height:20px; color:#fff; font-size:12px; font-family:Tahoma, Geneva, sans-serif; border:0; background:url(../images/continue.gif) no-repeat; text-align:center; cursor:pointer;}

.iblock_container2 {
	padding:20px; 
	background:#f3f6f8; 
	border:1px solid #dddee1; 
	font-family:Arial, Helvetica, sans-serif; 
	
}

.iblock_container2 table {border:0; margin:20px 0; width:100%;}
.iblock_container2 table input { background:#fff; border:2px solid #d3d4d5; padding:4px; width:97%;}
.iblock_container2 h1 {
	color:#d52d2b; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; font-size:18px; margin:0 0 10px;
	}

.iblock_inside {
	padding:20px; 
	background:#fff; 
	border:1px solid #dddee1;
}



.poet_name {height:68px; line-height:68px; 
font-size:24px;
  font-weight:bold;
  color:#dc2c27;
  font-family: 'Trebuchet MS','Tahoma',Myriad,Geneva;
  float:left;
}
.poet_name a {font-size:24px;
  font-weight:bold;
  color:#dc2c27;
  font-family: 'Trebuchet MS','Tahoma',Myriad,Geneva;}
.view_poem {width:100px; float:left; text-align:right; margin-top:18px; margin-left:20px; }
.view_poem a {display:block; width:96px; height:28px; line-height:28px; background:url(../images/view_poem.gif) no-repeat; text-align:center; color:#1e4187; border:none; float:right}

a.watch {width:117px; height:31px; background:url(../images/watch.gif) no-repeat; display:block; margin:0 5px;}
a.readmore {width:109px; height:31px; background:url(../images/readmore.gif) no-repeat; display:block; margin:0 5px;}

ul.video {list-style: none;
		padding: 0;
		margin: 10px 0 0 0;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		font-weight:bold;}
ul.video li {
	float:left;
		background: url(../images/video.gif) no-repeat;
		margin: 0 30px 0 0;
		padding:0 0 0 20px;
	}



	

.button_color1 {
  border:2px dotted #cccccc;
  background-color:#ff6666;
  padding:2px;
  text-align:center;
}

.button_color2 {
  border:2px dotted #cccccc;
  background-color:#6acce2;
  padding:2px;
  text-align:center;
}

.button_color3 {
  border:2px dotted #cccccc;
  background-color:#99cc33;
  padding:2px;
  text-align:center;
}










/* NEW NAV */


#left-nav-container {
width: 190px;
float: left;

padding-bottom: 48px;
padding-top: 0px;
}

#left-nav-container ul, #left-nav-container ul li, #left-nav-container ul ul li, #left-nav-container li {
line-height: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style:none;
list-style-type:none;
}
#left-nav-container li {
line-height: 20px;
}
#left-nav-container ul {
margin-bottom: 20px;
}
#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 0px 6px 0px 8px;
	
}


#left-nav-container ul li a:link, #left-nav-container ul li  a:visited{
	padding-left: 14px;
	font-size: 14px;
	border-bottom: 0px solid #ececec;
	line-height: 20px !important;
	margin: 0px !important;
}

#left-nav-container ul ul li  a:link, #left-nav-container ul ul li  a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #ececec;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0px !important;
}

#left-nav-container ul  ul ul li  a:link, #left-nav-container ul  ul ul li  a:visited{
	padding-left: 30px;
}

#left-nav-container a:hover{
	color: #ffffff;

	
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;

}






#left-nav-container {
padding-top: 40px !important;

}
#left-nav-container a:link, #left-nav-container a:visited, #left-nav-container ul li a:link, #left-nav-container ul li  a:visited {
		
		font-size: 18px !important;
		background-image:url(/common/frontpage_images/left-naver-link.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 5px !Important;
}


#left-nav-container ul ul li  a:link, #left-nav-container ul ul li  a:visited, #left-nav-container ul  ul ul li  a:link, #left-nav-container ul  ul ul li  a:visited {
		
		background-image:url(/common/frontpage_images/left-naver-link.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 20px !Important;
}

#left-nav-container a:hover{
	background-color: #000;
	color: #ffffff !important;
}



.spacer {
height: 12px;
}
/* more links */
.more a:link, .more a:visited {
color: #007895 !important;
background-image:url(/common/images/more-info-arrow-blue.gif);
}

ul.color3_links li a {color:#f99b65;}
ul.color2_links li a {color:#88519f;}
ul.color1_links li a {color:#afc32d;}
ul.color4_links li a {color:#dc2b27;}
ul.color5_links li a {color:#6acce2;}

#content-container .color1, #content-container .color1 a,  #left-nav-container .color1,  .color1  {
	color: #80c33e !important;
	text-transform: uppercase;
}
#content-container .color2, #content-container .color2 a,  #left-nav-container .color2,  .color2 {
	color: #c97ab3 !important;
	text-transform: uppercase;
}
#content-container .color3, #content-container .color3 a, #left-nav-container .color3,  .color3{
	color: #ffc92f !important;
	text-transform: uppercase;
}
#content-container .color4, #content-container .color4 a, #left-nav-container .color4, .color4{
	color: #dc2b27 !important;
	text-transform: uppercase;
}
#content-container .color5, #content-container .color5 a, #left-nav-container .color5, .color5{
	color: #2c73a1 !important;
	text-transform: uppercase;
}

#left-nav-container li .color1{
	border-left: 5px solid #80c33e;
}
#left-nav-container li .color2{
	border-left: 5px solid #c97ab3;
}
#left-nav-container li .color3{
	border-left: 5px solid #f3c335;
}
#left-nav-container li .color4{ 
	border-left: 5px solid #dc2b27;
}
#left-nav-container li .color5{ 
	border-left: 5px solid #2c73a1;
}
#left-nav-container li a.color1, #left-nav-container li a.color2 , #left-nav-container li a.color3 , #left-nav-container li a.color4  {
	background-image: none !important;
}




.cblock2_container {
	width:560px; padding:20px; background:#f3f6f8; border:1px solid #dddee1; font-family:Arial, Helvetica, sans-serif; margin:0 auto;
}
.cblock2_inside {
	padding:20px; background:#fff; border:1px solid #dddee1;
}
.cblock2_inside label {
	font-size:10pt; font-weight:bold; width:400px; display:block; 
}
.cblock2_inside input[type="text"], .cblock2_inside input[type="password"] {
	width:356px; background:#f8f9fa; border:2px solid #d3d4d5; height:24px; line-height:24px; font-size:12pt; padding:0 10px;  margin-bottom:12px;
}
.cblock2_inside textarea {
	width:496px; background:#f8f9fa; border:2px solid #d3d4d5; height:240px; font-size:11pt; padding:10px;  
}
.cblock2_inside input[type="submit"] {
	background:url(../images/signup/button.gif) repeat-x; height:24px; border:1px solid #86a701; color:#fff; font-weight:bold; padding:0 15px; cursor:pointer; margin-top:15px;
}
.cblock2_inside input[type="submit"]:hover {
	background:#b8cc35;
}

 .message {background:#ffcccc; color:#000000; border:1px solid #FF3333; padding:5px; font-size:12pt; font-weight:bold; margin-bottom:10px;}



