@import url("basic.css");


/** Static */
body {
	margin: 100px 0 20px 85px;
}

#wrap {
	width: 790px;
}

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

#right {
	float: right;
	width: 570px;
	margin-left: 20px;
}

#tongue_by {
	margin-top: 80px;
	font-size: 10px;
	text-align: center;
	cursor: default;
}


/** Content and Lilink Content */
#content,
#lilink_content {
	position: relative;
	margin: 20px 0 0;
	padding: 0 8px 20px;
} 

#content #close_link,
#lilink_content #close_link {
	display: none;
	position: absolute;
	right: 8px;
	top: 0;
	width: 15px;
	height: 15px;
} 


/** Page Content */
#content {
	background: green;
}


/** Lilink Content */
#lilink_content {
}

#lilink_content .inside {
}

#lilink_content .inside p {
}

#lilink_content .inside p.preview_url {
	padding-bottom: 1px;
	line-height: 20px;
}


/** Lilink Form */
#wrap_longlink {
	float: left;
	width: 495px;
	padding-left: 8px;
	padding-right: 7px;
	background: url(../images/bg-longlink.gif) no-repeat;
}

#longlink {
	padding: 9px 0 9px 0;
	border: 0;
	width: 495px;
	background: transparent;
	outline: none;
}

#email {
	display: none;
}

#submit {
	float: right;
}


/** Colors */
body {
	background: #f2f2f2;
}

body,
a,
a:hover {
	color: #343234;
}

#content,
#lilink_content {
	background: url(../images/dotted.gif) bottom no-repeat;
}

.error,
.color_red {
	color: #cc0000;
}

.color_green {
	color: #006633;
}

#content #close_link,
#lilink_content #close_link {
	background: url(../images/close.gif) no-repeat;
} 


/** Fonts */
body {
	font: 11px Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 13px;
	margin-bottom: 10px;
}

h2 {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 2px;
}

/*h2:before{
	content:"» ";
}*/

p {
	padding-bottom: 5px;
	line-height: 16px;
}

.error {
	font-size: 12px;
	font-weight: bold;
}

#lilink_content .codeXX,
#lilink_content .preview_url {
	font-size: 16px;
	font-weight: bold;
}

.tnr {
	font-family: "Times New Roman";
}


/** Links */
a {
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#tongue_by a,
#lilink_content .preview_url a {
	text-decoration: none;	
}

#tongue_by a:hover,
#lilink_content .preview_url a:hover {
	text-decoration: underline;
}


/** Sitemap */
.sitemap li {
	padding-bottom: 5px;
}



/** News / Blog */
p.back {
	display: none;
}


/** Misc */
.ui-effects-wrapper {
	display:  inline;
}
