/* 
    Document   : styles
    Created on : 2009-11-9, 4:42:26
    Author     : Lyubomir Petrov
    Description:
        Main css file for smali.me
*/

body {
	background-color: #98BD18;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
}
#main {
    width: 800px;
	margin-left:auto;
	margin-right:auto;
}

/** Header **/
#header {
	width: 500px;
	height: 276px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 63px;
	background-image: url("images/ui.jpg");
	background-repeat: no-repeat;
}

#header #logo {
	text-indent: -9999px;
	width: 196px;
	height: 91px;
	margin-left: 10px;
	float: left;
}
#header #shortenerForm {
	float: left;
	clear: both;
}
#header #shortenerForm #urlField {
	width: 384px;
	height: 33px;
	padding-top:5px;
	margin-left: 47px;
	margin-top: 27px;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
	border: 0px;
	font-size: 23px;
	color: #D31F55;
	/*font-style: oblique;*/
	font-weight: bold;
	outline: none;
}
#header #shortenerForm #submitButton {
	width: 169px;
	height: 80px;
	background-color: transparent;
	background-image: url("images/go.jpg");
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 250px;
	margin-top: 41px;
	cursor: pointer;
	outline: none;
}


/** Main **/

#main {
	width: 504px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#main h1 {
	margin-top: 40px;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #E4FF00;
	text-align: center;
}
#main span {
	font-size: 13px;
	color: white;
	clear: both;
	line-height: 22px;
	display: block;
	text-align: center;
}
#main span a {
	color: white;
}

/** Shortened link page **/
#main span h3 {
	color: white;
	font-size: 20px;
	text-align: center;
	font-style: oblique;
	padding: 0px;
	margin: 0px;
}
#main span #shortenedField {
	width: 504px;
	color: #FFFC00;
	border:0px;
	background-color: transparent;
	font-size: 30px;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
}
#main span #share {
	width: 504px;
	height: 90px;
	margin-top:30px;
	margin-bottom:20px;
	display: block;
	clear: both;
	overflow: auto;
}
#main span #share .share_to {
	width: 240px;
	float: left;
	margin-left: 2px;
}
#main span #share .share_to center strong {
	display: block;
}
#main span #share #edno23, #main span #share #twitter {
	background-image: url("images/share_buttons.png");
	background-repeat: no-repeat;
	float: left;
	clear: both;
	text-decoration: none;
	margin-left: 70px;
}
#main span #share #edno23 {
	background-position: 0px 0px;
	width: 135px;
	height: 52px;
}
#main span #share #edno23:hover {
	background-position: 0px -60px;
}

#main span #share #twitter {
	background-position: -214px -5px;
	width: 132px;
	height: 36px;
}
#main span #share #twitter:hover {
	background-position: -214px -65px;
}
#main .highlight {
	color: #fcffa2;
	}
/** Footer **/
#footer {
	color: #fff;
	font-size: 12px;
	background: url(images/dot.gif) top right repeat-x;
	padding-top: 20px;
}
#footer a {
	color: #EBF8BD;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: white;
}
#footer {
	text-align: center;
}
#footer #copyrights, #footer #copyrights a {
	font-size: 11px;
	font-weight:normal;
}
#footer #copyrights {
	padding-top: 5px;
	margin-top: 5px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
}