/* Adstrakt Creative Bureau - Stylesheet */

/* Default Styles */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	list-style-type: none; 
	text-decoration: none;
	outline: none;
}

* {
	behavior: url(iepngfix.htc);
}
html {
	overflow-x: hidden;
}
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #393029;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

#skipto {
	display: none;
}

a {
	cursor: hand;
	outline: none;
}

strong {
	font-weight: bold;
}



.clear {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* Client Login Styles */

#clientlogin {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	background: #f6f6f6;
	border-bottom: 1px dashed #3a312a;
	border-top: 1px dashed #3a312a;
	margin-top: 5px;
	padding-top: 20px;
}

#clientlogin fieldset {
	display: block;
	margin: 0 auto;
	text-align: left;
	
}

#clientlogin fieldset label {
	float: left;
	display: block;

	padding-top: 7px;text-shadow: #cfcec5 1px 1px 0;
	font: italic 1.273em/1em 'Arvo', arial, serif;
	padding-left: 15px;
}

#clientlogin fieldset input {
	float: left;
	display: block;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	color: #5f9cb1;
	margin-right: 30px;
	padding: 5px;
	margin-left: 10px;
	width: 160px;text-shadow: #b7d3e2 1px 1px 0;
	font: italic bold 1.091em 'Arvo', arial, serif;
-webkit-border-radius: 4px;
	-moz-border-radius: 4px;-webkit-box-shadow: 1px 2px 2px #fff;
	-moz-box-shadow: 1px 2px 2px #fff;
	background-color: #fcfcfc;
}

#clientlogin fieldset #loginbutton{
	float: left;
	display: block;
	padding: 0;
	border: none;cursor: pointer;
	text-shadow: #cfcec5 2px 1px 0;
	font: italic 1.364em 'Arvo', arial, serif;
	margin-top: 6px;
}
#clientlogin fieldset  #loginbutton:hover {
	color: #639db2;text-shadow: #bad4e3 2px 1px 0;
}

#clientlogin fieldset .error {
	border: 1px solid #a3371a;
	background: url(../images/error.gif) right center no-repeat;
}

/* Content Styles */

#container {
	display: block;
	width: 100%;
	background: #FFFFFF url(../images/site-bg.gif) center 5px repeat-x;
	overflow:  hidden;
}

#content {
	display: block;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	padding-top: 15px;
}

h1 {
	text-shadow: #9dbcd4 3px 3px 1px; 
	text-decoration: none;
	text-align: center;
	padding-bottom: 8px;
	font: italic bold 5.455em 'Arvo', Georgia, Helvetica, Arial;
	color: #000;
}



h3 {
	text-shadow: #d9c7a7 2px 2px 1px;
	display: block;
	float: none;
	clear: left;
	position: relative;
	bottom: 1px;
	text-decoration: none;
	text-align: center;
	font: italic bold 1.818em 'Arvo', arial, serif;
}
*:first-child+html  h3{
	padding-bottom: 20px;
}


#thisisadstraktbg #content {
	background: url(../images/backgrounds/bg3.jpg) repeat-y center 70px;*background: white;
	border-style: none;
	margin-right: auto;
	overflow: visible;
	margin-top: 180px;
}


#container a#toggle,
#container a#toggle:visited,
#container a#toggle:active {
	text-shadow: #9dbcd4 1px 1px 1px;
font: italic bold 1.182em 'Arvo', arial, serif;

	display: block;
	width: 128px;
	height: 25px;
	background: url(../images/pull-down.png) no-repeat 0 0;
	float: left;
	color: #5f9cb1;
	margin-top: 5px;
	position: relative;
}

#container a#toggle:hover {
	color: #393029;
}



#container a#language
{
	text-shadow: #d9c7a7 1px 1px 1px;
font: italic bold 1.182em 'Arvo', arial, serif;

	overflow: hidden;
	display: block;
	width: 128px;
	height: 25px;
	background: url(../images/pull-down.png) left top no-repeat;
	color: #a3371a;
	margin-top: 5px;
	position: relative;
}
*:first-child+html #container a#language
{
	right: 500px;
}

#container a#language:hover {
	color: #393029;
}

/* Content Navigation Styles */

#content ol li{
	float: left;
}
#content ol li a{ color: #393029;
	text-decoration: none;
	font: normal bold 2.455em/1em 'Arvo', arial, serif;
	letter-spacing: 4px;
	position: relative;
	z-index: 9999999999;
	visibility: visible;
	margin: 0;
	padding-right: 0;
	left: 105px;
	top: 33px;
}

#content ol li a#branding,
#content ol li a#branding:visited {
	float: left;
	display: inline-block;
	color: #A3371A;
	text-shadow: #c9bda3 2px 2px 1px;
	text-align: center;
	padding-right: 45px;
	padding-left: 17px;
	margin: 0;
}
#content ol li a#branding:hover{
	color: #5f9cb1;
}
#content ol li a#print,
#content ol li a#print:visited {
	float: left;
	display: inline-block;
	color: #5f9cb1;
	padding-right: 50px;text-shadow: #cfcec5 2px 2px 1px;
	text-align: center;
	margin: 0;
}


#content ol li a#print:hover{
	color: #a3371a;
}


#content ol li a#webdesign,
#content ol li a#webdesign:visited {
	float: left;
	display: inline-block;
	color: #000;
	text-shadow: #b7d3e2 2px 2px 1px;
	text-align: center;
	padding-right: 45px;
	margin: 0;
}

#content ol li a#webdesign:hover{
	color: #5F9CB1;
}
#content ol li a#seo,
#content ol li a#seo:visited {
	float: left;
	display: inline-block;
	
	
	color: #A37750;
	text-shadow: #c2c6b8 2px 2px 1px;
	text-align: center;
	padding-right: 40px;
	margin: 0;
}
#content ol li a#seo:hover{
	color: #a3371a;
}

#content ol li a#webhosting,
#content ol li a#webhosting:visited {
	float: left;
	display: inline-block;*padding-top: 0px;
		color: #393029;text-shadow: #d2cfb8 2px 2px 1px;
	text-align: right;
	margin: 0;
}

#content ol li a#webhosting:hover{
	color: #5f9cb1;
}

#content ol li a#thisisadstrakt,
#content ol li a#thisisadstrakt:visited {
	float: left;
	display: inline-block;
	color: #A3371A;
	
	text-shadow: #c9bda3 2px 2px 1px;
	text-align: right;
	text-indent: 20px;
	margin: 0;
	width: 241px;
}
#content ol li a#thisisadstrakt:hover{
	color: #393029;
}

/* Content Body Styles */
#content #logo {
	
	text-indent: -999999px;
	font-size: 0;
	overflow: hidden;
	display: block;
	width: 305px;
	height: 90px;
	background: url(../images/adstrakt.png) left top no-repeat;
	position: relative;
	left: 300px;
	
}
*:first-child+html 
#content #logo {
	left:0px;
}

#content h2 {
	display: block;
	width: 948px;
	height: 15px;
	text-shadow: #d9c7a7 2px 2px 1px;
	color: #A3371A;
	font: italic bold 2.727em 'Arvo', Georgia, Helvetica, Arial;
	text-align: center;
	padding: 3px 6px 15px;
}
#content h4 {
	display: block;
	width: 948px;
	height: 15px;
	text-shadow: #c0dfef 1px 1px 0;
	color: #000;
	font: italic 1.818em 'Arvo', Georgia, Helvetica, Arial;
	text-align: center;
	padding: 8px 6px 15px;
}

#content h5 {
	display: block;
	width: 948px;
	height: 15px;
	text-shadow: #c0dfef 1px 1px 0;
	color: #000;
	font: bold 1.818em 'Arvo', Georgia, Helvetica, Arial;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-right: 6px;
}
#content h4 a{
	font-weight: bold;
	font-style: italic;
	color: #a3371a;
	
}
#content h4 a:hover{
	font-weight: bold;
	font-style: italic;
	color: #5f9cb1;
}

#content .notop {
	margin: 0;
	margin-top: 18px;
}

#content p {
	margin-top: 18px;
	
	line-height: 18px;
	margin-bottom: 20px;
}

#content .push {
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}

#content p a,
#content p a:visited {
	color: #a3371a;
	font-weight: bold;
}

#content p a:hover,
#content p a:active {
	color: #639db2;
}
.brake{
	border-top: thin solid #cfcec5;
	padding-bottom: 5px;
	margin-top: 20px;
}

.brake2{
	width: 1169px;
	background: url(../images/brake3.png) repeat-y;
	position: relative;
	display: block;
		clear: both;
	z-index: 0;
	height: 139px;
	right: 105px;
}
#content .left {
	display: block;
	width: 305px;
	float: left;
	padding-right: 20px;
}


#content .leftbox {
	display: block;
	width: 280px;
	float: left;
	text-align: center;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-left-color: #dcdcdc;
	height: 350px;
	-moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  border-radius: 3px; /* CSS3 */
  -moz-box-shadow: 0px 0px 4px #000; /* Firefox */
  -webkit-box-shadow: 0px 0px 3px #464646; /* Safari, Chrome */
  box-shadow: 0px 0px 3px #464646;
	margin: 5px 15px 5px 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#content .leftextended {
	float: left;
	position: relative;
	bottom: 90px;
	padding-right: 25px;
	width: 630px;
	margin-top: 80px;
}


#content .leftextended img {
	float: left;
	padding-right: 56px;
}
#content .middle {
	display: block;
	width: 305px;
	float: left;
	padding-right: 20px;
}

#content .rightcolumn {
	display: block;
	width: 305px;
	float: left;
	_margin-right: -10px;
	text-align: left;
	padding-top: 18px;
	position: relative;
}

#content .middlebox {
	display: block;
	width: 280px;
	float: left;
	padding-right: 10px;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-left-color: #dcdcdc;
	height: 350px;
	-moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  border-radius: 3px; /* CSS3 */
  -moz-box-shadow: 0px 0px 4px #000; /* Firefox */
  -webkit-box-shadow: 0px 0px 3px #464646; /* Safari, Chrome */
  box-shadow: 0px 0px 3px #464646;
	opacity: 1;
	margin: 5px 5px 30px;
	padding-left: 10px;
}

#content .rightbox {
	display: block;
	width: 290px;
	float: left;
	_margin-right: -10px;
	text-align: center;
	border-right-width: thin;
	border-left-width: thin;
	border-left-color: #dcdcdc;
	height: 250px;
	margin: 5px;
	-moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  border-radius: 3px; /* CSS3 */
  -moz-box-shadow: 0px 0px 4px #000; /* Firefox */
  -webkit-box-shadow: 0px 0px 3px #464646; /* Safari, Chrome */
  box-shadow: 0px 0px 3px #464646;
	padding-right: 20px;
}

#content .left h2,
#content .middle h2,
#content .right h2, 
#content .rightcolumn h2 {
		color: #000;
text-shadow: #9dbcd4 2px 1px 0;
font: normal bold 2.273em 'Arvo', Georgia, Helvetica, Arial;	text-align: left;
}

#content .leftextended h2 {
	display: block;
	color: #000;
	text-shadow: #9dbcd4 3px 3px 1px;
	text-align: left;
	padding-bottom: 55px;
	font: bold 4.818em 'Arvo', Georgia, Helvetica, Arial;
	width: 615px;
	padding-left: 0;
}

#content .leftextended h5 {
	text-shadow: #9dbcd4 2px 2px 1px;
	text-align: left;
	font-style: normal;
	font-family: 'Arvo', Georgia, Helvetica, Arial;
	font-weight: bold;
}
#content .leftextended h5 a{
	color: #a3371a;
		font-size: 1.7em;
}
#content .leftextended h5 a:hover {
	color: #393029;
}
#content .left p,
#content .middle p {text-shadow: white 1px 1px 0;
	text-align: center;
	color: #393029;
	margin-top: 1px;
	padding-bottom: 10px;
	font: bold 1.182em/1.6em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#content .right {
	display: block;
	width: 305px;
	float: left;
	_margin-right: -10px;
	text-align: left;
	
}




#content .right p {text-shadow: white 1px 1px 0;
	text-align: center;
	font: bold 1.182em/1.6em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #393029;margin-top: 1px;
	padding-bottom: 10px;
	
}
#content .rightcolumn p {text-shadow: white 1px 1px 0;
	text-align: left;
	color: #393029;
	padding-left: 5px;
	font: bold 1.182em/1.909em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#content .left address,
#content .middle address,
#content .rightcolumn address {
	display: block;
	padding-left: 5px;
	padding-right: 6px;
	text-shadow: white 1px 1px 0;
	margin-bottom: -10px;
	color: #393029;
	text-align: left;
	margin-top: -10px;
	font: normal bold 1.182em/1.909em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content .rightcolumn address a{
	color: #a3371a;
	font-weight: bold;
}
#content .seo{
width: 305px;
	float: left;}
#content .seo p {
	display: block;
	text-shadow: white 1px 1px 0;
	text-align: left;
	color: #393029;
	float: none;
	clear: none;
	font: normal bold 1.182em/1.909em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content .leftextended p {text-shadow: white 1px 1px 0;
	text-align: left;
	margin: 12px 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	font: bold 1.182em/1.909em Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#content .leftextended  a{
	color: #a3371a;
	font-weight: bold;cursor: pointer;
}

#content .leftextended ul {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 18px;
}

#content .leftextended ul li {
	text-shadow: white 1px 1px 0;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: thin none silver;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/list-diamond.gif);
	margin-bottom: 10px;
	font: normal bold 1em 'Arvo';
}

#content dl {
	display: block;
	padding-top: 18px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: arial, verdana, sans-serif;
	line-height: 1.636em;
	font-size: 1.091em;
}

#content .contacts {
	display: block;
	padding: 0;
	padding-top: 18px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: arial, verdana, sans-serif;
	line-height: 1.636em;
	font-size: 1.091em;
}

#content .adjust {
	margin-bottom: -35px;
}

#content .clients dt {
	display: block;
	width: auto;
	color: #6eacbf;
	float: none;
	text-align: center;
}

#content dl dd {
	
	clear: right;
	text-shadow: white 1px 1px 0;
	
	color: #a3371a;
	font: normal bold 1.7em 'Arvo', Georgia, Helvetica, Arial;
	text-align: left;
	position: relative;
	text-indent: -1px;
	padding-bottom: 5px;
}

#content .contacts dd {
	font-weight: bold;
}

#content .clients dd {
	display: block;
	clear: none;
	margin-bottom: 18px;
	font-style: italic;
}

#content .contacts dd a,
#content .contacts dd a:visited {
	font-weight: bold;
	color: #393029;
}

#content .contacts dd a:hover,
#content .contacts dd a:active {
	color: #5f9cb1;
}

#content img {
	border: none;
	display: block;
	margin-top: 18px;
	margin-bottom: 10px;
}

#content a.visit,
#content a.visit:visited {
	display: block;
	color: #343535;
text-shadow: #b2b2aa 1px 1px 0;
	text-align: left;
	text-align: center;
	letter-spacing: 0.1em;
	font: bold 1.7em 'Arvo', Georgia, Helvetica, Arial;
}

#content a.visit:hover,
#content a.visit:active {
	color: #a3371a;
}

#content fieldset {
	display: block;
	_margin-bottom: 0;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#content fieldset dl {
	float: left;
	width: 299px;
	margin: 0;
	padding: 0 20px 0 0;
}

#content fieldset dl dt {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content fieldset dl dt label {
	color: #393029;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: white 1px 1px 0;
	margin: 0;
}

#content fieldset #emailmessage {
	float: left;
	width: 299px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#content fieldset #emailmessage dt,
#content fieldset #emailmessage dd {
	float: none;
	clear: none;
}

#content fieldset #emailmessage dt {
	text-align: left;
	padding-top: 4px;
}

#content fieldset #emailmessage dd textarea { color: #393f3f; text-shadow: #fffeff -1px 1px 1px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;width: 283px;
	height: 351px;
	border: 1px solid #c5c4c4;
	background-color: #f9f9f9;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 8px;
}

#content fieldset dl dd input { color: #393f3f; text-shadow: #fffeff -1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 8px;
	border: 1px solid #c5c4c4;
	width: 285px;
	background-color: #f9f9f9;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content fieldset dl dd select {
	border: 1px solid #c5c4c4;
	color: #393029;text-shadow: #fffeff 1px 1px 1px;
	width: 302px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 30px;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

#content fieldset dl dd select option {
	width: auto;
}

#content fieldset #submitbutton {
		text-shadow: #9dbcd4 2px 2px 1px;
	text-align: left;
	color: #a3371a;
	background-color: transparent;
	margin-top: 5px;cursor: pointer;
	display: block;
	float: left;
	clear: both;
	position: relative;
	font: normal bold 3em 'Arvo', Georgia, Helvetica, Arial;
}
#content fieldset #submitbutton:hover{
	color: #393029;
}

#content fieldset .error,
#content fieldset #emailmessage .error {
	border: 1px solid #a3371a;
	background: url(../images/error.gif) right center no-repeat;
}

/* Footer Styles */


#footer {
	display: block;
	background: #4a3f36 url(../images/footer-bg.jpg) left top repeat-x;
	text-align: center;
	padding-top: 145px;
	overflow-y:auto;
overflow-x:hidden;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#contactinfo{
	margin: 0 auto;width: 990px;
	height: 80px;
}

#contactinfo ol li {
	
	text-shadow: #393029 1px 1px 1px;	color: #a3371a;	
	
	font: bold 1.080em/1.636em 'Arvo', Georgia, Helvetica, Arial;
	padding-right: 27px;padding-right: 7px\9;
	padding-left: 30px;
	padding-left: 15px\9;
	
	float: left;
	clear: none;
	position: relative;
}


#contactinfo ol li address,
#contactinfo ol li em {
	display: block;
	font-weight: bold;
	color: #f1efee;
}

#contactinfo ol li a,
#contactinfo ol li a:visited {
	color: #639db2;
	font-weight: bold;
}

#footer ol li a:hover,
#footer ol li a:active {
	color: white;
	
}

#socialmedia{
	display: block;
	color: #f1efee;
	margin-right: auto;
	margin-left: auto;
	text-shadow: #1e1814 1px 1px 0;
	letter-spacing: 1px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	height: 150px;
	width: 958px;
	font-family: 'Arvo', Georgia, Helvetica, Arial;
	font-weight: bold;
}

#socialmedia #share p{
text-align: left;
	font-weight: bold;
	float: left;
	clear: none;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 3px;
}
#socialmedia #fb-root{
	float: none;
	clear: none;
	display: block;
	visibility: visible;
	overflow: visible;
}

.twitter-share-button{
	position: relative;
	float: left;
	clear: none;
	z-index: 9;
	padding-left: 33px;
}
#socialmedia #follow{
	position: relative;
	padding-bottom: 0;
	width: 255px;
	float: right;
	bottom: 20px;
	left: 30px;
	clear: both;
	display: block;
}
#socialmedia #follow p{
	float: left;
	font-weight: bold;
	margin-top: 3px;
}
#folllow li a img:hover{
	opacity: 0.55;
	color: #c10d18;
	
}


/* Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #6eacbf; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption {
	color: #ffffff;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 10px;	
}
		
#lightbox-secNav-btnClose {
	width: 110px; 
	float: right;
	padding-bottom: 10px;	
}
div.tweet{
	margin-left: 7px;
	margin-top: 10px;
}
span.tweet_text{
	color: #393029;
	clear: none;
	float: none;
	text-shadow: white 1px 1px 0;
	font: italic normal bold 1.091em/1.636em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
span.tweet_text a{
	color: #a3371a;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}
span.tweet_text a:hover{
	color: #393029;
	text-shadow: #a5c0d5 1px 1px 0;
}
span.tweet_time a{
	color: #639db2;
	text-shadow: white 1px 0 0;
	font: normal bold 0.727em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

li.tweet_first.tweet_odd{
	
	margin-bottom: 15px;
	margin-top: -12px;
}
li.tweet_even{
	margin-bottom: 15px;
	}
li.tweet_odd{
	margin-bottom: 15px;
	}
	a.linkopacity img {
	filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;}
a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;
 }

