/************* CSS RESET *****************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********** CSS RESET ************/




body  {
	font-size: 12px;
	line-height:18px;
	#background: #016832;
	background: #e7faff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
	/*background-image: url('/images/bg.gif');*/
	font-family: Arial, Helvetica, sans-serif;	
}

strong {
	font-weight: bold;
}

a {
	color: #003300;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-style:italic;
font-weight: bold;
margin-top: 25px;
padding-bottom: 10px;
line-height:30px;
}

h2 {
	color: #000;
	background-color: transparent;
        font-size: 10px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        padding: 5px 0 0px 0;
        text-transform: uppercase;
	letter-spacing: 1.5px;
        
}

form h5 {
        font-weight: bold;
        font-size: 13px;
}

form input, form textarea {
        border: 1px solid #ccc;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

p {
	line-height: 22px;
	margin-top: 20px;
}

.tiny {
	font-size: 9px;
	color: #ccc;
}

.steps {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
margin-top: 25px;
padding-bottom: 10px;
line-height:30px;
}

.clear {
	clear: both;
}

.errors {
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px;
}

.errors p {
	margin: 0px;
	padding: 0px;
}


.grey_italic {
	color: #666;
	font-style: italic;
}

.image_block {
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
	width: 120px;
	height: 90px;
	float: left;
	text-align: center;
}

.image_block_large {
	width: 300px;
	height: 225px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}

.pagination a{
	text-align: center;
	font-size: 12px;
}

.thread_title a {
	font-weight: bold;
}

.image_details_attributes {
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
}


#header_left {
	width: 200px;
	float: left;
}

#header_right {
	text-align: right;
	width: 580px;
	position: absolute;
	right: 80px;
	top: 7px;
}

#header_right ul {
	display: inline;
}

#header_right ul li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}

#header_right ul li a {
	font-weight: bold;
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	background-color: #fff;
	padding: 20px 40px 20px 40px;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	min-height: 400px;
}

#home_left {
	width: 420px;
	float: left;
	margin: 0px 5px 10px 0px;
}

#home_left ul li {
        background-image: url('/images/arrow_small.gif');
        background-repeat: no-repeat;
        background-position: 0px px;
        padding-left: 15px;
        margin: 15px 0px 15px 15px;
}

#home_recent_images {
	width: 430px;
	float: right;
	text-align: center;
	margin: 0px 0px 10px 5px;
	padding: 5px;
}

#home_recent_images p {
	padding: 10px 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 12px;	
}

#howto ul li {
        background-image: url('/images/arrow_small.gif');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 15px;
        margin: 15px 0px 15px 15px;
}


#what_is_rt ul li {
        background-image: url('/images/arrow_small.gif');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 15px;
        margin: 15px 0px 15px 15px;
}

#bullet ul li {
        background-image: url('/images/arrow_small.gif');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 15px;
        margin: 15px 0px 15px 15px;
}


#login_container {
	width: 400px;
	margin: 0 auto;
	padding: 20px 0px;
}

#login_form {
	padding: 0px 20px 20px 20px;
	width: 260px;
	margin: 0 auto;
}

#login_new {
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
}

#forgot_pass {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#profile {
	padding-top: 20px;	
}

#profile h4 {
	font-weight: bold;
        font-size: 16px;
	display: inline;
}

#profile p {
	font-size: 16px;
	padding-left: 10px;
	margin: 0px;
	display: inline;
}

#reset_password {
	padding: 20px 0px;
}

#signup_form {
	padding: 40px 0px;
	width: 300px;
	margin: 0 auto;
}

#contact_success {
	padding: 20px 0px;
	text-align: center;
}

#cp_left {
	width: 620px;
	float: left;
}

#cp_right {
	width: 160px;
	float: right;
	padding-top: 20px;
}

#cp_menu {
	margin-top: 10px;
	padding: 15px 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 10px;
	letter-spacing: .5px;
}

#cp_menu ul li {
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	padding-top:3px;
	margin: 15px 0px 15px 15px;
}




/* 
#cp_credits {
	text-align: center;
	width: 200px; 
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	border: 1px solid #e3e3e3;
}

#cp_credits h3 {
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
}
*/


#cp_dash_images {
	padding: 0px 10px 10px 10px;
	border: 1px solid #e3e3e3;
}

#cp_domains_add form p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
	font-size: 12px;
}

#cp_domains_add h4 {
	font-size: 12px;
	
}

#cp_domains h5 {
	display: inline;
}

#cp_domains_list, #cp_payment_history {
	margin-top: 12px;
	border-top: 1px solid #e3e3e3;
}

#cp_domains_list table, #cp_payment_history table {
	width: 100%;
	border-spacing: 2px;
}

#cp_domains_list h5, #cp_payment_history h5 {
	font-weight: bold;
	font-size: 13px;
}

#cp_recent_images p {
	padding: 10px 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 12px;
}

#cp_add_credits_right {
	width: 280px;
	float: right;
}

#cp_add_credits_left {
	width: 280px;
	float: left;
}

#cp_add_credits_success {
	padding-top: 40px;
	text-align: center;
}

#image_details_left {
	/*border: 1px solid #000;*/
	width: 340px;
	float: left;
}

#image_details_right {
	/*border: 1px solid #000;*/
	width: 450px;
	float: right;
}

#image_details_right p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
}

#image_details_bottom {
	padding-top: 10px;
}

#image_details_bottom p {
	padding-top: 0px;
	margin-top: 0px;
}










a:link { text-decoration:none;

}

a:hover { text-decoration:underline;

}



.roam_thr #outer { 
	width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.roam_thr #container { 
	width: 896px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 4px solid #CCC;
	border-left: 4px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.roam_thr #header { 
	width: 906px;
	margin: 0 auto;
	
} 

.roam_thr #nav {
	height:40px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.7px;
} 

.roam_thr .nav_text {
	padding-left: 50px; 
	float: left;
	
}

.roam_thr .nav_login {
	padding-left: 30px; 
	margin-top: -3px;
	float: left;
	font-size: 10px;
	font-weight: bold;	
}

.roam_thr .nav_login a:link{
    color: #000000;	
	
}

.roam_thr .nav_text a:link{
    color: #FFFFFF;	
	
}

.roam_thr .nav_text a:visited{
    color: #FFFFFF;	
	
}

.roam_thr .nav_text a:hover{
    color: #00FF00	
	
}

.roam_thr #nav a:link{
	color: #FFFFFF;		
}



.roam_thr #top {
    width: 904px; 
    height:19px;
	margin: 0 auto;
	background-image: url('/images/top.png');
	background-repeat: no-repeat;
} 

.roam_thr #bottom {
    width: 904px; 
    height:19px;
	margin: 0 auto;
	background-image: url('/images/bottom.png');
	background-repeat: no-repeat;
} 


.roam_thr #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 */
}
.roam_thr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* 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 */
	padding: 15px 10px;
}

.roam_thr #side_head {
	width: 295px; /* 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 */
	height: 22px;
	padding: 0px 0px 0px 10px;
	background-color: #000000;
	background-image: url('/images/side_back.png');
	background-repeat: repeat-x;
	border: 1px solid #999999;
	color:#FFFFFF;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:2px;
	margin-bottom: 10px;
	
}

.roam_thr .image_back {
	letter-spacing:2px;
	background-color: #CCCCCC;
	background-image: url('/images/image_back.png');
	background-repeat: repeat-x;
	float: left;
	height: 100px;
	width: 100px;
	border:1px solid #CCC;
}

.image_overflow_small {
	overflow: hidden;
	width: 90px;
	height: 80px;
}

.image_overflow {
	overflow: hidden;
	width: 120px;
	height: 90px;
}

.image_overflow_large {
	overflow: hidden;
	width: 300px;
	height: 225px;
}

.roam_thr .image {
	
	margin: 20px 9px;
	border:1px solid #AAA;
	overflow:hidden;
}

.roam_thr #mainContent { 
	margin: 0 360px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.roam_thr #main { 
	margin: 0 20px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.roam_thr #cp_style { 
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.hometext  {
	font-size: 14px;
	line-height:22px;
}	

.roam_thr #footer { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	width:900px;
	margin: 0 auto;
} 

#footer a {
	color: #000;
	text-decoration: underline;
}


.roam_thr #footer p {
	font-size: 9px;
	color: #000;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: 1.5px;
	line-height: 9px;
}
.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;
}

.clear {
	clear: both;
}

.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;
}

.fancy_head {

font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-style:italic;
font-weight: bold;
margin-top: 25px;
line-height: 30px;

}

.shots {

border: 5px double #ccc;

}

