Cor dos links

alexandrepereir

Power Member
Amigos a dúvida é a seguinte, uso o wordpress num alojamento do alojagratis e finalmente encontrei um template que gosto, o problema é a cor dos links, alguém sabe como mudar isso?
 
Nao consegui mudar, onde tem #ff0066 tinha #ee0088 mas os links continuam a rosa, alguém sabe o que fazer?

Código:
[B][I]/*
Theme Name: Black Minimalism
Theme URI: http://cinexl.net/blog/?page_id=45
Description: Designed and created by <a href="http://cinexl.net/blog">Valter Nepomuceno</a>. Based in K2 structure. All rights reserved. Use, abuse and tell your friends.
Version: 1.0
Author: Valter Nepomuceno
Author URI: http://cinexl.net/blog


	This theme is based in the K2 Wordpress Structure:
	http://binarybonsai.com/k2/

	This theme was created by Valter Nepomuceno:
	http://binarybonsai.com/

	All elements of this theme are protected by the GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Black Inspiration uses Fam Fam Fam Silk Icons: 
	http://www.famfamfam.com/lab/icons/silk/
	
	Please, while using this Wordpress Theme, if you find any bugs, contact me:
	[email protected]
	

-->	CSS Overview
	
	There are sections throughout, roughly describing 
	the contents inside each section. To step through each
	section, do a search for '/ * -' (without spaces) and
	repeat the search until you find the section you need.
	
	The use of selectors has been exagerrated in some places,
	so as to make it easier for people to gain an overview
	of what classes belong where in the hierarchy.
	
*/[/I]


[I]/*- Page Structure */[/I]

body [/B]{[U]
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; [I]/* Resets 1em to 10px */[/I]
	background-image:url(images/wallpaper.jpg);
	text-align: center;
	margin: 0 0 30px;
	[/U]}[B]

#page [/B]{[U]
	background: url(images/layout_middle.png);
	text-align: left;
	margin: 0px auto;
	[I]/* The entire template's width is set in this class. */[/I]
	width: 719px;
	_width: 719px;
	[/U]}[B]

#top_layout [/B]{[U]
	background: url(images/layout_top.png);
	width:719px;
	height:53px;
	margin: 30px auto 0;
[/U]}[B]

#header [/B]{[U]
	text-align:left;
	width: 658px;
	padding:0px;
	margin:0px;
	position: relative;
	height: 200px;
	background-image: url(images/header.jpg);
	[/U]}[B]
	
#footer [/B]{[U]
	font-size: .9em;
	line-height: 1.5em;
	color: #FFF;
	width:719px;
	height:53px;
	background-image: url(images/layout_bottom.png);
	text-align: center;
	[/U]}[B]

#footer a [/B]{[U]
	color: #FFF;
	font-weight: bold;
	[/U]}[B]

#footer a:hover [/B]{[U]
	border: none;
	font-weight: bold;
	[/U]}[B]

.primary [/B]{[U]
	width: 655px;
	_width: 655px; [I]/* IE Hack */[/I]
	padding: 15px 0 10px;
	margin: 0 10px 0 30px;
	_margin: 0 20px 0 15px; [I]/* IE Hack */[/I]
	[/U]}[B]

.primary img [/B]{[U]
	margin-left: -5px;
	padding:2px;
	border: 2px solid #999;
	max-width: 100%;
	[/U]}[B]
	
.primary a img [/B]{[U]
	margin-left: -5px;
	padding:2px;
	border: 2px solid #999;
	max-width: 100%;
	[/U]}[B]
	
.primary a:hover img [/B]{[U]
	margin-left: -5px;
	padding:2px;
	border: 2px solid #585858;
	max-width: 100%;
	[/U]}[B]

.secondary [/B]{[U]
	font: 11px/14px Lucida Grande, Verdana, Arial, Sans-Serif, Segoe UI, Sans-Serif;
	padding: 0px 0 10px;
	color: #666;
	width:100%;
	position: relative;
	[I]/* The following are IE Fixes */[/I]
	_padding: 30px 0 10px;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 26.5%;
	[/U]}[B]
	
.vertical [/B]{[U]
	vertical-align:top;
	[/U]}[B]

.comments [/B]{[U]
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	[/U]}[B]


[I]/*- Main Menu in Header */[/I]

ul.menu [/B]{[U]
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	[/U]}[B]

ul.menu li [/B]{[U]
	display: inline;
	margin: 0;
	[/U]}[B]

ul.menu,
ul.menu li a [/B]{[U]
	padding: 5px 15px 6px;
	[/U]}[B]

ul.menu li a [/B]{[U]
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #000;
	margin: 0;
	[/U]}[B]

ul.menu li a:hover [/B]{[U]
	background: #ee0088;
	color: #eee !important;
	text-decoration: none;
	[/U]}[B]

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover [/B]{[U]
	color: #333 !important;
	background: white;
	text-decoration: none;
	[/U]}[B]

.admintab [/B]{[U]
	position: absolute;
	right: 0px;
	_padding: 5px 15px 6px; [I]/* IE hack */[/I]
	[/U]}[B]

a img,:link img,:visited img [/B]{[U] border:none [/U]}[B]

[I]/*- Sidebar Subpages Menu */[/I]

#sidebar [/B]{[U]
	width:658px;
	padding:4px;
[/U]}[B]

.sb-pagemenu ul [/B]{[U]
	margin-left: 10px;
	[/U]}[B]

.sb-pagemenu ul ul [/B]{[U]
	margin-top: 2px;
	[/U]}[B]

.sb-pagemenu ul ul .page_item [/B]{[U]
	margin-left: 10px;
	padding: 0;
	[/U]}[B]

.sb-pagemenu .current_page_item [/B]{}[B]


[I]/*- Headings */[/I]

h1, h2, h3, h4 [/B]{[U]
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	[/U]}[B]

h1 [/B]{[U] [I]/* H1 is used for the title of your blog */[/I]
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	width: 100%;
	[/U]}[B]

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description [/B]{[U]
	text-decoration: none;
	color: white;
	[/U]}[B]

h1:hover [/B]{[U]
	text-decoration: underline;
	[/U]}[B]

#header .description [/B]{[U] [I]/* Blog description, under blog title */[/I]
	font-size: 1em;
	margin: 0 0 0 40px;
	display: inline; [I]/* Checking for IE bug. If people start having problems with header width, then this is it */[/I]
	[/U]}[B]

.pagetitle [/B]{[U] [I]/* Used on static pages and archives */[/I]
	text-align: center;
	margin: 15px 0 15px;
	[/U]}[B]

.pagetitle h2 [/B]{[U] [I]/* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */[/I]
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	[/U]}[B]

.secondary h2 [/B]{[U] [I]/* Secondary H2 is sidebar headlines */[/I]
	font-size: 15px;
	padding: 0;
	display: inline;
	[/U]}[B]

.primary h3, .primary h4, .permalink .primary .aside h3 [/B]{[U] [I]/* H3 is entry headlines. H4 is comments and replyform headlines */[/I]
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	[/U]}[B]

.primary .aside h3 [/B]{[U]
	font-size: 1.6em;
	font-weight: normal;
	[/U]}[B]

.itemhead [/B]{[U]
	margin-top: 10px;
	[/U]}[B]

.itemtext h3 [/B]{[U] [I]/* For use on Pages */[/I]
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	[/U]}[B]

.itemtext h4 [/B]{[U] [I]/* For use on Pages */[/I]
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	[/U]}[B]

.secondary div [/B]{[U]
	margin: 20px 0 0;
	padding: 0;
	[/U]}[B]

.secondary div div div [/B]{[U]
    margin: 0;
    [/U]}[B]
	
.primary .metalink a, .primary .metalink a:visited, [I]/* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */[/I]
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited [/B]{[U]
	color: #999;
	font-weight: normal;
	[/U]}[B]

.primary .item .itemhead .metalink, .comments .primary .metalink [/B]{[U]
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	[/U]}[B]

.primary .aside .itemhead .metalink [/B]{[U]
	font-size: 1.4em;
	[/U]}[B]

.permalink .primary .aside .itemtext [/B]{[U]
	font-size: 1.4em;
	color: #999;
	[/U]}[B]

.comments .primary .metalink [/B]{[U]
	margin: 0 15px 0 0;
	float: none;
	[/U]}[B]

.feedicon [/B]{[U] [I]/* Next to Comment Section Headline */[/I]
	border: 0 !important;
	padding: 0 !important;
	[/U]}[B]

.feedlink img [/B]{[U] [I]/* On the sidebar */[/I]
	height: 16px;
	width: 16px;
	border: none;
	position: absolute;
	right: 0;
	[/U]}[B]

.primary .aside [/B]{[U]
	padding: 8px;
	margin: 0 4%;
	[/U]}[B]

.secondary .aside [/B]{[U]
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	[/U]}[B]

.secondary .aside .metalink [/B]{[U]
	padding-left: 0px;
	[/U]}[B]

.secondary span a [/B]{[U]
	margin-left: 10px;
	[/U]}[B]

.editlink img [/B]{[U]
	width: 16px;
	height: 16px;
	border: none !important;
	padding: 0 !important;
	margin: 4px 0 0 !important;
	position: absolute;
	right: 0;
	[/U]}[B]

.aside .editlink img [/B]{[U]
	top: 9px;
	[/U]}[B]

.commentseditlink [/B]{[U]
	border: none;
	padding: 2px;
	padding-left: 10px;
	[/U]}[B]

.metalink a span [/B]{[U]
	display: none;
	[/U]}[B]

.metalink a:hover span [/B]{[U]
	display: inline;
	[/U]}[B]

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited [/B]{[U]
	color: #444;
	[/U]}[B]

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited [/B]{[U]
	text-decoration: none;
	[/U]}[B]

.metadata [/B]{[U] [I]/* Time and category for blog entries */[/I]
	font-size: 1em;
	display: block;
	margin-top: 2px;
	color: #bbb;
	[/U]}[B]

.metadata a [/B]{[U]
	color: #777;
	[/U]}[B]

.commentslink [/B]{[U]
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-right: 10px;
	[/U]}[B]

.chronodata [/B]{[U]
	padding: 2px 0 2px 20px ;
	background: url('images/time.png') left center no-repeat;
	[/U]}[B]

.chronodata:after [/B]{[U]
	content: ".";
	[/U]}[B]

.tagdata [/B]{[U]
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag_blue.png') left center no-repeat;
	[/U]}[B]

[I]/*- Primary Contents */[/I]

.primary .item [/B]{[U]
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	[/U]}[B]

.primary .item .itemtext [/B]{[U]
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #444;
	[/U]}[B]

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote [/B]{[U]
	margin: 13px 0;
	[/U]}[B]

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote [/B]{[U]
	margin: 5px 0;
	[/U]}[B]

.permalink .primary .aside .itemtext p,
.permalink .primary .aside .itemtext ul,
.permalink .primary .aside .itemtext ol,
.permalink .primary .aside .itemtext div,
.permalink .primary .aside .itemtext blockquote [/B]{[U]
	margin: 13px 0;
	[/U]}[B]

.metalinks [/B]{[U]
	margin-top: 3px;
	[/U]}[B]

.commentsrsslink [/B]{[U]
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	[/U]}[B]

.trackbacklink [/B]{[U]
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	[/U]}[B]

.commentsrsslink a, .trackbacklink a [/B]{[U]
	color: #999;
	padding: 2px;
	[/U]}[B]

.comments .commentlist [/B]{[U]
	margin: 0;
	padding: 20px 0;
	position: relative;
	[/U]}[B]

.comments .commentlist li [/B]{[U]
	margin: 10px 0;
	padding: 10px 10px 5px;
	list-style: none;
	[/U]}[B]

.comments .commentlist .commentmetadata [/B]{[U]
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	display: block;
	[/U]}[B]

.commentmetadata a[/B]{[U]
	color:#666;
	[/U]}[B]

.comments .commentlist li img [/B]{[U]
	padding: 0;
	border: none;
	[/U]}[B]

.comments .commentlist li img.gravatar [/B]{[U]
	float: right;
	margin: -5px 0 0;
	[/U]}[B]

.comments .commentlist li .commentauthor [/B]{[U]
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	[/U]}[B]
	
.commentauthor [/B]{[U]
	color:#444;
	[/U]}[B]
	
.commentauthor a [/B]{[U]
	text-decoration:underline;
	color:#444;
	[/U]}[B]
	
.comments .commentlist li .counter [/B]{[U]
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	[/U]}[B]

.comments .commentlist li.authorcomment [/B]{[U]
	background: #f6f7f8;
	[/U]}[B]

.comments .pinglist [/B]{[U]
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	[/U]}[B]

.comments .pinglist li [/B]{[U]
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	[/U]}[B]

.comments .pinglist li .commentauthor [/B]{[U]
	font-weight: bold;
	display: block;
	[/U]}[B]

.comments .pinglist li small [/B]{[U]
	font: .8em Arial, Sans-Serif;
	display: block;
	[/U]}[B]

.comments .pinglist li .counter [/B]{[U]
	display: none;
	[/U]}[B]

.comments .pinglist li span.favatar img [/B]{[U]
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	[/U]}[B]

.comments .pinglist li img [/B]{[U]
	padding: 0;
	border: none;
	[/U]}[B]
	
.comments #leavecomment [/B]{[U]
	text-align: center;
	margin-bottom: 40px;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	[/U]}[B]

.comments #loading [/B]{[U]
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -1px;
	[/U]}[B]

.comments form [/B]{[U]
	clear: both;
	padding: 1px 0 30px;
	margin: 0;
	[/U]}[B]

input[type=text], textarea [/B]{[U]
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #777;
	[/U]}[B]

input[type=text]:focus, textarea:focus [/B]{[U]
	background: #fff;
	color: #333;
	border-color: #666;
	[/U]}[B]

.comments form input[type=text] [/B]{[U]
	width: 45%;
	margin: 5px 5px 1px 0;
	[/U]}[B]

.comments form textarea [/B]{[U]
	height: 250px;
	padding: 2px;
	width: 100%;
	_width: 98.5%; [I]/* IE hack */[/I]
	[/U]}[B]

.comments form #submit [/B]{[U]
	margin: 0;
	float: right;
	[/U]}[B]

[I]/*- Links */[/I]

.primary a:hover, .primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover [/B]{[U]
	text-decoration: underline;
	[/U]}[B]

h2 a:hover, h2 span a:hover [/B]{[U]
	color: #ff0066 !important;
	[/U]}[B]

a [/B]{[U]
	color: #ff0066;
	text-decoration: none;
	[/U]}[B]

.itemtext a:visited [/B]{[U]
	color: #ff0066;
	[/U]}[B]


[I]/*- Various Tags and Classes */[/I]

.clear [/B]{[U]
	clear: both;
	margin: 0;
	padding: 0;
	[/U]}[B]

.center [/B]{[U]
	text-align: center;
	[/U]}[B]

.alignright [/B]{[U]
	float: right;
	[/U]}[B]
	
.alignleft [/B]{[U]
	float: left
	[/U]}[B]

img.center, img[align="right"] [/B]{[U]
	display: block;
	margin-left: auto;
	margin-right: auto;
	[/U]}[B]
	
img.alignright, img[align="right"] [/B]{[U]
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	[/U]}[B]

img.alignleft, img[align="left"] [/B]{[U]
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	[/U]}[B]
	
img.noborder [/B]{[U]
	border: none !important;
	[/U]}[B]

.favorite img [/B]{[U]
	padding: 0;
	border: none;
	[/U]}[B]

small [/B]{[U]
	font-size: .9em;
	line-height: 1.5em;
	[/U]}[B]

small, strike [/B]{[U]
	color: #666;
	[/U]}[B]
	
code [/B]{[U]
	font: 1.1em 'Courier New', Courier, monospace;
	[/U]}[B]

acronym [/B]{[U]
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	[/U]}[B]
	
abbr [/B]{[U]
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
[/U]}[B]

blockquote [/B]{[U]
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') 5% no-repeat;
	border: none;
	[/U]}[B]

hr [/B]{[U]
	display: none;
	[/U]}[B]

.navigation [/B]{[U]
	text-align: center;
	margin: 10px 0 10px;
	padding: 0;
	width: 100%;
	[/U]}[B]

.navigation .left [/B]{[U]
	float: left;
	width: 50%;
	text-align: left;
	[/U]}[B]

.navigation .right [/B]{[U]
	float: right;
	width: 50%;
	text-align: right;
	[/U]}[B]

.navigation p [/B]{[U]
	margin: 0;
	padding: 0;
	[/U]}[B]

.navigation a [/B]{[U]
	color: #999;
	[/U]}[B]

.alert [/B]{[U]
	background: #FFD5EA;
	border-top: 2px solid #ee0088;
	border-bottom: 2px solid #ee0088;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	[/U]}[B]

img.wp-smiley [/B]{[U]
	border: none !important;
	padding: 0 0 0 5px !important;
	[/U]}[B]



[I]/*- Begin Lists */[/I]
.itemtext ol, .itemtext ul [/B]{[U]
	padding: 0 0 0 35px;
	margin: 0;
	[/U]}[B]

.itemtext ol li, .itemtext ul li [/B]{[U]
	margin: 0 0 3px;
	padding: 0;
	[/U]}[B]

.secondary ul, .secondary ol [/B]{[U]
	margin: 5px 0 0;
	padding-left: 0;
	[/U]}[B]

.secondary ul [/B]{[U]
	_margin-left: 0px; [I]/* IE Fix */[/I]
	[/U]}[B]

.secondary ol [/B]{[U]
	margin-left: 15px;
	[/U]}[B]

.secondary ul li, .secondary ol li [/B]{[U]
	margin: 0;
	padding: 1px 0;
	[/U]}[B]
	
.secondary ul li [/B]{[U]
	list-style-type: none;
	list-style-image: none;
	[/U]}[B]

ol li [/B]{[U]
	list-style: decimal outside;
	[/U]}[B]

.sb-links ul li [/B]{[U]
	margin-top: 20px;
	[/U]}[B]

.sb-links ul ul li [/B]{[U]
	margin-top: 0;
	[/U]}[B]

[I]/*- Search Form and Livesearch */[/I]

.sb-search [/B]{[U]
	margin-top: 0px;
	[/U]}[B]

input[type=text], textarea [/B]{[U]
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	[/U]}[B]

input#livesearch [/B]{[U]
	width: 97.1%;
	[/U]}[B]

input#s [/B]{[U]
	width: 75%;
	[/U]}[B]

.livesearchform input[type=submit] [/B]{[U]
	margin: 0;
	[/U]}[B]

#LSResult [/B]{[U]
	margin: 0;
	width: 100.1%;
	z-index: 100;
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	[/U]}[B]

#searchcontrols [/B]{[U]
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	[/U]}[B]

#searchcontrols small [/B]{[U]
	margin: 0;
	padding: 0;
	[/U]}[B]

.LSRow:hover, #LSHighlight, #LSHighlight:hover [/B]{[U]
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	[/U]}[B]

#LSResult:hover #LSHighlight [/B]{[U]
	background: none;
	border: none;
	padding: 5px 2px;
	[/U]}[B]

#LSHighlight small, #LSHighlight small span a [/B]{[U]
	color: #999;
	[/U]}[B]

.LSRow [/B]{[U]
	padding: 5px 10px;
	[/U]}[B]

.LSRow span a, .LSRow span a:visited [/B]{[U]
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	[/U]}[B]


[I]/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */[/I]


[I]/*-
	Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/[/I]

.secondary div.sb-comments ul li span a, div.sb-comments ul li small a [/B]{[U]
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	[/U]}[B]

.secondary div.sb-comments ul li [/B]{[U]
	margin-bottom: 6px;
	[/U]}[B]

.activityentry [/B]{[U]
	font-size: 1em;
	[/U]}[B]

div.sb-comments small [/B]{[U]
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	[/U]}[B]
	
.sb-flickr [/B]{[U]
	width:658px;
	[/U]}[B]

.sb-flickr img [/B]{[U]
	margin:0 2px 0 2px;
	padding: 4px;
	border: 2px solid #999;
	[/U]}[B]
	
.sb-flickr a img [/B]{[U]
	padding: 4px;
	border: 2px solid #999;
	[/U]}[B]
	
.sb-flickr a:hover img [/B]{[U]
	padding: 4px;
	border: 2px solid #585858;
	[/U]}[B]


[I]/*-
	WordPress: Touched
	http://twilightuniverse.com/2005/03/wordpress-touched/
	
	No support for Touched 0.6 in the rest of K2.
	Seems a bit flaky just now. Waiting for new version.
*/[/I]

#poststuff fieldset [/B]{[U]
	border: none;
	[/U]}[B]

#poststuff #title, #poststuff #excerpt, #poststuff #tags [/B]{[U]
	width: 470px;
	[/U]}[B]
	
#poststuff #title [/B]{[U]
	font-size: 2em;
	[/U]}[B]


[I]/*
	Ultimate Tag Warrior
	K2 removes UTW's default tags for more default control.
*/[/I]

.localtags, .technoratitags [/B]{[U]
	display: none;
	[/U]}[B]


[I]/*
	Contact Form
*/[/I]

.contactform [/B]{[U]
	width: 100%; 
	position: relative;
	[/U]}[B]

.contactleft [/B]{[U]
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	[/U]}[B]

.contactright [/B]{[U]
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	[/U]}[B]
	
.contacterror [/B]{[U]
	border: 1px solid #ff0000;
	[/U]}[B]

#main_start [/B]{[U]position: absolute;left: -10000px;[/U]};
 
Back
Topo