* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-family: inherit,sans-serif;
	color: inherit;
	font-weight: inherit;
}

button {border: 0}
a {text-decoration: none;}
a:hover {text-decoration: none;}
ul,li {list-style:none}
img {border:none}
sup {font-size:70%}
strong {font-weight: bold}
*:focus {outline: none;}  
h1,h2,h3,h4,h5,h6 {font-weight: bold;}
.pencil {cursor: url(http://wikicards.net/static/css/pencil.cur) 1 14, auto;}
.crosshair {cursor:	url(http://wikicards.net/static/css/select.cur) 5 6, crosshair;}
.clear{float:none;clear:both}
.clear-after:after {	
    visibility: hidden;
    clear: both;
    float: none;
    display: block;
    height: 0;
}

body, html {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	min-height: 100%;
	background: #c8c8c8 no-repeat center top;
	position: relative;
}

#page {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}


#wrapper{
	position: relative;
	padding: 40px 30px 150px 30px;
	cursor: inherit;
    margin-left: 140px;
}

#harmless-wrapper {
	position: relative;
	padding: 40px 30px 50px 30px;
	cursor: default;
}

#wrapper p a, #harmless-wrapper p a {
	color: rgb(0,0,120);
    text-decoration: underline;    
}

#wrapper > ul  {
    padding: 20px;
}

#wrapper > ul > li {
    list-style-type: circle;
}

#views {
	position: fixed;	
	top: 5px;
	right: 30px;
    width: auto;
    z-index: 500;
    background: white;
    padding: 2px 10px 2px 0;
    color: black;
    font-size: 0.8em;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    -webkit-box-shadow: 2px 2px 4px #333;
    -moz-box-shadow: 2px 2px 4px #333;
    box-shadow: 2px 2px 4px #333;
    cursor: default;
    }

    #views ul {
        white-space: nowrap;
    }

    #views ul li {
        float: left;
        padding: 0 0 0 10px;
    }

    #views ul li a{
        color: black;
        font-weight: bold;
    }

    #views ul li a.off {
        font-weight: normal;
    }


#tools {
	position: fixed;	
	top: 0;
	left: 0;
	background-color: rgb(51,102,153);
	height: 100%;
	min-width: 5px;
    z-index: 855;
	font-size: 15px;
	-webkit-box-shadow: 0.3em 0.3em 0.7em #333;
	-moz-box-shadow: 0.3em 0.3em 0.7em #333;
	box-shadow: 0.3em 0.3em 0.7em #333;
	color: white;
    cursor: default;
	}	
	
	.horizontal-handle {
		background: url(img/horizontal-handle.png) no-repeat;
		width: 16px;
		height: 143px;
		position: absolute;
		top: 50%;
		right: -10px;
		margin-top: -65px;
		font-size: 11px;
		text-align: center;
		cursor: pointer;
		z-index: 857;
		color: white;
	}

	#tool-settings {		
		height: 100%;
		min-height: 100%;
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}
	
	#tool-settings > ul {	
		vertical-align: top;
		width: 120px;
		padding: 20px 0;
	}
	
	#tool-settings > ul:after {	
		content: '.';
		visibility: hidden;
		clear: both;
		display: block;
	}


	#tool-settings > ul > li {
		display: block;
		float: left;
		min-height: 50px;
		min-width: 120px;
		}	
		
#info {
	position: fixed;	
	top: 0;
	right: 0;
	background-color: rgb(51,102,153);
	height: 100%;
	min-width: 5px;
    z-index: 855;
	font-size: 15px;
	-webkit-box-shadow: -0.3em 0.3em 0.7em #333;
	-moz-box-shadow: -0.3em 0.3em 0.7em #333;
	box-shadow: -0.3em 0.3em 0.7em #333;
	color: white;
    cursor: default;
	}	
	
	#info-handle {
		background: url(img/horizontal-right-handle.png) no-repeat;
		width: 16px;
		height: 143px;
		position: absolute;
		top: 50%;
		left: -12px;
		margin-top: -65px;
		font-size: 11px;
		text-align: center;
		cursor: pointer;
		z-index: 857;
		color: white;
	}

	#info-settings {		
		height: 100%;
		max-height: 100%;
		width: 200px;
		padding: 20px 10px 20px 10px;
		display: none;
	}
	
	#info .list-cloud {
		margin-bottom: 10px;
		width: 200px;
	}
	
	#info h1 {
		color: #C2D7EB;
		font-size: 1.2em;
		margin-bottom: 20px;
	}	
		
	#info h2 {
		color: #C2D7EB;
	}
	
#statusbar {
	position: fixed;	
	bottom: 0;
	right: 0;
	background-color: rgb(221,221,221);
	height: 20px;
	width: 100%;
	z-index: 5;
	font-size: 0.9em;
	-webkit-box-shadow: 0 -0.2em 0.7em #333;
	-moz-box-shadow: 0 -0.2em 0.7em #333;
	box-shadow: 0 -0.2em 0.7em #333;
	color: black;
    cursor: default;
	}	
	
	#statusbar ul {
		overflow: hidden;
		padding: 0 0px 0 0px;
        margin: 0 auto;
        position: absolute;
        top: 0px;
        right: 0px;
        width: auto;
		font-size: 0.9em;
	}
	
	#statusbar li {
		float: left;
		height: 20px;
		margin-right: 20px;
	}
	
	#statusbar li label {
		margin-right: 5px;
		color: #A0A0A0;
	}
	
	#loader {
		padding: 0 0 0 20px;
		background: url(img/ajax-loader.gif) no-repeat left 2px;
		height: 20px;
	}


.icon {
	background: url(icons/star.png) no-repeat center 10px;
	display: block;
	width: 120px;
	color: #d3e6f9;
	height: 30px;
	text-align: center;
	padding-top: 40px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS",sans-serif;
	text-shadow: -1px -1px 3px rgba(0,0,0,0.5);
	}
	
	.icon:hover {
		color: white;
		background-color: #6397CB;
		text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
	}	
	
    .i_smiley{background-image: url(icons/smiley.png);}
	.i_gear {background-image: url(icons/gear.png);}
	.i_tag {background-image: url(icons/tag.png);}
	.i_cash {background-image: url(icons/cash.png);}
	.i_info {background-image: url(icons/info.png);}
	.i_twitter {background-image: url(icons/twitter.png);}
	.i_rss {background-image: url(icons/RSS_alt.png);}
	.i_login {background-image: url(icons/login.png);}
	.i_logout {background-image: url(icons/logout.png);}
	.i_register{background-image: url(icons/register.png);}
	.i_lock {background-image: url(icons/lock.png);}
	.i_mail {background-image: url(icons/mail.png);}
	.i_public {background-image: url(icons/public.png);}
	.i_trash {background-image: url(icons/trash.png);}
	.i_user {background-image: url(icons/user.png);}
	.i_applications {background-image: url(icons/applications.png);}
	.i_server{background-image: url(icons/server.png);}
	.i_calendar{background-image: url(icons/calendar.png);}
	.i_books{background-image: url(icons/books.png);}
	.i_assigned{background-image: url(icons/assigned.png);}
	.i_refresh{background-image: url(icons/refresh.png);}
	.i_group{background-image: url(icons/box.png);}
	.i_zip{background-image: url(icons/zip.png);}
	.i_edit{background-image: url(icons/edit.png);}
	.i_copy{background-image: url(icons/copy.png);}
	.i_clock{background-image: url(icons/clock.png);}
	.i_key{background-image: url(icons/key.png);}
	.i_search{background-image: url(icons/search.png);}
	.i_onoff{background-image: url(icons/onoff.png);}
	.i_calc{background-image: url(icons/calculator.png);}
	.i_globe{background-image: url(icons/globe.png);}
	.i_sun{background-image: url(icons/sun.png);}
	.i_notebook{background-image: url(icons/notebook.png);}
	.i_picture{background-image: url(icons/picture.png);}
	.i_splash{background-image: url(icons/splash.png);}
	.i_bug{background-image: url(icons/bug.png);}
	.i_map{background-image: url(icons/map.png);}
	.i_news{background-image: url(icons/news.png);}
	.i_todo{background-image: url(icons/todo.png);}
	.i_help{background-image: url(icons/help.png);}

.group {
    padding: 0;
    -webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	background: #e8e8dc;
	border: 2px solid rgb(120,120,120);
	margin: 0 10px 25px 0;
	clear: left;
	width: 100%;
	position: relative;
	font-size: 100%;
    overflow: visible;
    }

	.group > ul {
		padding: 2em 0 1em 1em;
		display: block;
		width: auto;
	}

	.group > ul > li.card-item {
        vertical-align: top;
        display: inline-block;
	}

	.group > label {
		background: rgb(255,255,225);
		color: black;
		padding: 0.2em 0.7em 0.2em 0.7em;
		font-size: 0.8em;
		-webkit-border-radius: 0.8em;
		-moz-border-radius: 0.8em;
		border-radius: 0.8em;
		position: absolute;
		top: -1.0em;
		left: 20px;
        -webkit-box-shadow: 0.0em 0.0em 0.3em #000;
        -moz-box-shadow: 0.0em 0.0em 0.3em #000;
        box-shadow: 0.0em 0.0em 0.3em #000;
	}

    .group .progress-holder {
        position: absolute;
        right: 1em;
        top: 1em;
        z-index: 500;
        }

        .group .progress-holder .progress-bar {
            border: 2px solid black;
            -moz-border-radius: 1em;
            border-radius: 1em;
            height: 1em;
            width: 10em;
            -webkit-box-shadow: 0.1em 0.1em 0.5em #888;
            -moz-box-shadow: 0.1em 0.1em 0.5em #888;
            box-shadow: 0.1em 0.1em 0.5em #888;
            background: white;
            margin-bottom: 0.5em;
            position: relative;
            overflow: hidden;
            }

            .group .progress-holder .progress-bar span {
                display: block;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 0%;
                height: 1em;
                -moz-border-radius: 1em;
                border-radius: 1em;
                background: white url(img/progress.png);
                }

.card {
	width: 12em;
	margin: 0 1.5em 1.5em 0;
	border: 0.2em solid white;
	padding: 0.2em 0.5em 1.8em 0.5em;
	-webkit-box-shadow: 0.1em 0.1em 0.5em #888;
	-moz-box-shadow: 0.1em 0.1em 0.5em #888;
	box-shadow: 0.1em 0.1em 0.5em #888;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	position: relative;
	background: #F0F0F0;
	background:-webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E0E0E0));
	background:-moz-linear-gradient(top, #F0F0F0, #E0E0E0);
	background:-o-linear-gradient(100% 100% 90deg, #F0F0F0, #E0E0E0);
	background:linear-gradient(100% 100% 90deg, #F0F0F0, #E0E0E0);	
	line-height: 120%;
	cursor: url(http://wikicards.net/static/css/openhand.cur), auto;
	}

    .card a {
        cursor: pointer;
    }
	
	.card h1,.card h2 {
		font-weight: bold;
		border-bottom: 1px dotted black;
		margin-bottom: 3px;
		color: rgb(51,51,51);
		text-shadow: 1px 1px 2px rgb(255,255,255);
	}

	.card h1 {
		font-size: 0.9em;
	}
	
	.card h2 {
		font-size: 0.8em;	
	}		
	
	.card h1 a,.card h1 a:visited {
        color: #0a617e;
        display: block;
        position: relative;
	}
	.card h1 a:hover{
        color: black;
	}

    .card.hover {
    }

    .card div.img {
        position: relative;
        display: block;
    }

    .card a.zoom {
        opacity: 0;
        -webkit-transform: scale(0.01);
        -webkit-transition: all 0.5s ease;
        position: absolute;
        width: 32px;
        padding-top: 32px;
        height: 0;
        overflow: hidden;
        background: url(img/zoomin.png) no-repeat;
        top: 0px;
        right: 0px;
        display: block;
    }

    .card.hover a.zoom {
        -webkit-transform: scale(1.0);
        opacity: 1.0;
	}

    .card .unread {
        cursor: pointer;
        position: absolute;
        background: red;
        color: white;
        font-weight: bold;
        font-size: 0.7em;
        padding: 0.2em 0.4em;
        height: auto;
        line-height: 100%;
        min-width: 1em;
        text-align: center;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        top: -12px;
        right: 15px;
        -webkit-box-shadow: 2px 2px 4px #666;
        -moz-box-shadow: 2px 2px 4px #666;
        box-shadow: 2px 2px 2px #333;
    }

	.card p {
		font-size: 0.7em;	
		border: 1px dotted transparent;
	}
	
	.card img {
		width: 100%;
		height: auto;
	}
	
	.card .file {
		width: auto;
		min-height: 40px;
		padding: 5px 5px 5px 50px;
		font-size: 0.8em;
		background: url(icons/file.png) no-repeat 1px 0;
        overflow: auto;
		}

		.card .file a.file-name {
			font-weight: bold;
			color: rgb(42,131,192);
		}

		.card .file .file-size {			
			font-weight: bold;
		}

		.card .file .file-size:after {			
			content: ' kb';	
			font-weight: normal;		
		}

	
	.card ul.data {
		font-size: 0.7em;
		border: 1px dotted transparent;
		margin-bottom: 1em;
	}	

	.card ul.data label {
        font-weight: bold;
        font-size: 1.1em;
	}

	.card ul.data label:after {
		font-weight: bold;
		content: ': ';
	}

	.card ul.data span.reminder {
		color: rgb(255,120,120);
	}

	.card ul.data a,.card ul.data a:visited {
		color: #2A83C0;
		border-bottom: 1px dotted #2A83C0;
	}
	
	.card ul.data a:hover {
		color: #1A5277;
		border-bottom: 1px solid #1A5277;
	}

    .card ul.data a.count {
        background: rgb(180,180,180);
        color: white;
        -webkit-border-radius: 0.7em;
        -moz-border-radius: 0.7em;
        border-radius: 0.7em;
        padding: 0 0.7em;
        border: none;
        text-decoration: none;
        position: relative;
    }

    .card.highlight ul.data a.count {
        background: rgb(252,200,44);
    }

    .card.selected ul.data a.count {
        background: rgb(128,191,255);
    }

    a.count .preview {
        position: absolute;
        display: none;
        width: auto;
        max-width: auto;
        min-width: auto;
        height: auto;
        overflow: visible;
        font-size: 1.4em;
        z-index: 1500;
    }

    .card.hover .preview h1 a:after {
        display: none;
    }

    .card.hover .preview > li {
        float: left;
        opacity: 0;
        transition: all 0.5s ease;
        transform: scale(0.01);
        -o-transition: all 0.5s ease;
        -o-transform: scale(0.01);
        -webkit-transition: all 0.5s ease;
        -webkit-transform: scale(0.01);
        -moz-transition: all 0.5s ease;
        -moz-transform: scale(0.01);
    }

    .card.hover .preview a,.card.hover .preview a:hover {
        text-decoration: none;
        border: none;
    }

    .card.hover .preview * {
        cursor: default;
        color: rgb(51,51,51);
    }

    .card.hover .preview ul {
        overflow: auto;
    }

    .card.hover .preview.on > li {
        float: left;
        opacity: 1.0;
        transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
    }


    .card.hover a.count .preview {
        display: block;
    }

    .card ul.applied-tags {
        overflow: auto;
    }

    .card ul.applied-tags li {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        border: none;
        font-size: 0.7em;
        float: left;
        padding: 0 0.5em 0 0.5em;
        margin-right: 2px;
        margin-bottom: 2px;
        background: rgb(202,213,214);
        color: rgb(28,71,85);
    }

    .card.selected ul.applied-tags li,.card.highlight.selected ul.applied-tags li {           
        color: rgb(28,71,85);
        background: #bae6f5;
    }

    .card.highlight ul.applied-tags li {
        color: rgb(100,50,0);
        background: rgb(252,200,44);
    }

    .card ul.applied-tags li.tag-over {
        color: rgb(120,0,0);
        background: rgb(245,205,205);
    }

	.card-footer {
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.1);
		height: 1.4em;
		color: rgb(100,100,100);
		font-size: 0.8em;
		width: 100%;
        -webkit-border-radius: 0 0 0.5em 0.5em;
        -moz-border-radius: 0.5em;

    }
		
		.card-footer .id {
			margin-left: 1em;
		}
		
		.card-footer .id:before {
			content: '#';
		}

		.card-footer a.comments,.card-footer a.comments:visited {
			color: #2A83C0;
            display: block;
            text-align: center;
		}

        .card-footer a.card-options  {
            display: none;
            color: #2A83C0;
            width: 16px;
            padding-top: 16px;
            overflow: hidden;
            height: 0px;
            background: url(icons/right_click.png) no-repeat;
            position: absolute;
            bottom: 2px;
            right: 2px;
        }

        .card.hover .card-footer a.card-options  {
            display: block;
        }

		
	.card .tool-icon {
		display: block;
		width: 16px;
		padding-top: 16px;
		height: 0;
		overflow: hidden;
		position: absolute;
		z-index: 4;
	}
	
	.card .add {
		background: url(icons/add.png) no-repeat;
		right: 5px;
		bottom: 0.15em;
	}

	.card .cog {
		background: url(icons/silk/cog.png) no-repeat;
		right: 5px;
		bottom: 0.15em;
	}
	
	.card .zoom {
		background: url(icons/magnifier.png) no-repeat;
		right: 23px;
		bottom: 0.1em;
	}	
	
	.card.highlight {
		background: #fff9df;
		background:-webkit-gradient(linear, left top, left bottom, from(#fff9df), to(#fff3c4));
		background:-moz-linear-gradient(top, #fff9df, #fff3c4);
		background:-o-linear-gradient(top, #fff9df, #fff3c4);
		background:linear-gradient(top, #fff9df, #fff3c4);
		-webkit-box-shadow: 0.2em 0.2em 0.5em #888;
		-moz-box-shadow: 0.2em 0.2em 0.5em #888;
		box-shadow: 0.2em 0.2em 0.5em #888;		
		border: 0.2em solid rgb(255,234,149);
	}	

	.card.selected {
		background: #DFF4FF;
		background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#DFF4FF));
		background:-moz-linear-gradient(top, #FDFDFD, #DFF4FF);
		background:-o-linear-gradient(top, #FDFDFD, #DFF4FF);
		background:linear-gradient(top, #FDFDFD, #DFF4FF);
		-webkit-box-shadow: 0.2em 0.2em 0.5em #888;
		-moz-box-shadow: 0.2em 0.2em 0.5em #888;
		box-shadow: 0.2em 0.2em 0.5em #888;
		border: 0.2em solid rgb(200,220,240);
	}

	.card.selected.hover {
		border-color: rgb(200,220,240);
	}
	
	.card blockquote {
		display: block;
		position: absolute;
		top: -20px;
		font-size: 1.2em;
		right: -200px;
		border: 3px solid #2A83C0;
		width: 200px;
		min-height: 50px;
		background: #FFFEBF;
		padding: 0.4em 0.4em 0.2em 0.4em;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		border-radius: 1em;		
		z-index: 40;
	}
	
	.card blockquote p:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -16px;
		left: 15px;
		width: 27px;
		height: 16px;
		background: url(img/speech.png) no-repeat;
	}
	
div.right {
	text-align: right;	
}	

.left-arr {
	background: url(img/control_rewind_blue.png) no-repeat;	
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	display: inline-block;
	line-height: 16px;
}

.right-arr {
	background: url(img/control_fastforward_blue.png) no-repeat;	
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	display: inline-block;
	line-height: 16px;
}


.close {
	background: url(img/control_stop_blue.png) no-repeat;	
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	display: inline-block;
	line-height: 16px;
}

input.text {
	-webkit-border-radius: 10px;
	background:-webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E0E0E0));
	border: none;
	padding: 0 5px 0 5px;
	color: rgb(120,120,120);
}

button, button:visited {
	background: #222 url(img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 2px 10px 2px; 
	font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(255,255,255,0.25);
	position: relative;
	cursor: pointer;
}
 
button:hover { background-color: #111; color: #fff; }
button:active { top: 1px; }

button[disabled] {
    opacity: 0.3;
}

.context-menu li a[href="#adddate"] {
	padding-left: 22px;
	background-image: url(icons/silk/calendar.png);
}

.context-menu li a[href="#addnumber"] {
	padding-left: 22px;
	background-image: url(icons/silk/calculator.png);
}

.context-menu li a[href="#adduser"] {
	padding-left: 22px;
	background-image: url(icons/silk/user_suit.png);
}

.context-menu li a[href="#addtext"] {
	padding-left: 22px;
	background-image: url(icons/silk/font.png);
}

.context-menu li a[href="#editlinkset"] {
	padding-left: 22px;
	background-image: url(icons/silk/link.png);
}

.context-menu li a[href="#tag"] {
	padding-left: 22px;
}

.popup-holder h1 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.popup-holder p {
	margin-bottom: 1em;
}

.popup-holder a {
	color: #2A83C0;
	border-bottom: 1px dotted #2A83C0;	
}

.popup-holder a:hover {
	color: #1A5277;
	border-bottom: 1px solid #1A5277;
}

#loader {
    visibility: hidden;
}

#websocket-info {
    width: 16px;
    height: 20px;
    background: url(icons/error.png) no-repeat 0 2px;
}

#websocket-info.ok {
    width: 16px;
    height: 20px;
    background: url(icons/on.png) no-repeat 0 2px;
}

.big-info-letter {
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-shadow: 3px 3px 6px #000;
}

#page pre a {
   color: rgb(120,140,255);
   text-decoration: underline;
   font-weight: bold;
}

ul.project-selector {
    background: rgb(235,235,235);
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
    padding: 1em 0 0 1em;
    overflow: hidden;
    width: 25.5em;
    }

    ul.project-selector li {
        float: left;
        margin: 0 0.7em 1em 0;
    }

    ul.project-selector li a.icon {
        color: rgb(51,51,51);
        white-space: normal;
        max-width: 120px;
        padding-top: 33px;
        border: none;
        height: 40px;
        text-shadow: none;
        background-position: center 0;
    }

    ul.project-selector li a.icon:hover {
        color: white;
        text-shadow: none;
    }


#projectSearchResult {
    width: auto;
}

#projectSearchResult .project-selector {
    padding: 0;
    width: auto;
    margin: 0;
}

.comments-holder {
        position: relative;
    }

    .comments-holder ul {
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -webkit-transform: scale(0);
        -moz-transition: all 0.5s ease;
        -moz-transform: scale(0);
        position: absolute;
        width: 30em;
        height: auto;
        left: 0em;
        top: 0em;
        z-index: 500;
        padding: 1.5em 1em 3em 1em;
    }

    .comments-holder ul.on {
        opacity: 1.0;
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
    }

    .comments-holder ul li {
        padding: 1em;
        display: block;
        background: url(img/growl_bg.png);
        border: 3px solid #fff;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;                                  
        -webkit-box-shadow: 0 0 15px #333;
        -moz-box-shadow: 4px 4px 15px #333;
        box-shadow: 4px 4px 15px #333;
        margin-bottom: 1em;
        color: white;
        position: relative;
    }

    .comments-holder ul li p {                                                      
        font-size: 1em;
    }

    .comments-holder ul li .date {
        color: rgb(200,200,200);
    }

    .comments-holder a.comment-delete {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 30px;
        height: 0;
        padding-top: 30px;
        overflow: hidden;
        background: url(img/delete.png) no-repeat;
    }


#welcome {

    }

    #welcome h1 {
        text-align: center;
        font-size: 2em;
        color: rgb(100,100,100);
        text-shadow: 1px 1px 2px #fff, -1px -1px 2px #aaa;
    }

    #welcome p {
        color: rgb(51,51,51);
        font-size: 1.1em;
    }

ul#social-media {
	position: absolute;
	width: 360px;
	top: -30px;
	height: 90px;
	left: 50%;
	margin: 0;
	margin-left: -180px;
	list-style: none;
	padding: 0;
    z-index: 900;
}

ul#social-media li {
	display: block;
	width: 56px;
	height: 56px;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}

ul#social-media li a {
	background: url(sm/facebook-logo-square.png) no-repeat;
	display: block;
	width: 56px;
	height: 56px;
}

ul#social-media li a.twitter {
	background: url(sm/twitter-bird2-square.png) no-repeat;
}

ul#social-media li a.digg {
	background: url(sm/digg2-logo-square.png) no-repeat;
}

ul#social-media li a.stumbleupon {
	background: url(sm/stumbleupon-logo-square.png) no-repeat;
}

ul#social-media li a.reddit {
	background: url(sm/reddit-logo-square.png) no-repeat;
}

ul#social-media li a.delicious {
	background: url(sm/delicious-logo-square.png) no-repeat;
}

ul#social-media li a:hover {
	-webkit-transform: translate(0,30px);
	-webkit-transition: all 0.2s ease;
	-moz-transform: translate(0,30px);
	-moz-transition: all 0.2s ease;
	-o-transform: translate(0,30px);
	-o-transition: all 0.2s ease;
	transform: translate(0,30px);
	transition: all 0.2s ease;
}