/* 
Copy from "style.css" into this file and make the changes here.
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 
*/

/* to activate delete this line 

//MAIN TEXT FONT FAMILY (Size, family, spacing top bottom, Color of font)  //
body {font: 14px Georgia, Times, Serif; line-height: 1.5; color: #333;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #333333; }
a:hover  { color: #666666; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited { color:#000000; font-size:36px; }

// POST BACKGROUND COLOR //
.post { background: #ffffff; }

to activate delete this line */ 


#container {
	background: #111;
	/*background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.34, rgb(17,17,17)),
    color-stop(0.84, rgb(34,34,34))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(17,17,17) 34%,
    rgb(34,34,34) 84%
);*/

	background: #1A1A1A; /* old browsers */
	background: -moz-linear-gradient(top, #1A1A1A 0%, #111111 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1A1A1A), color-stop(100%,#111111)); /* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A1A1A', endColorstr='#111111',GradientType=0 ); /* ie */
}

a:-webkit-any-link {
	text-decoration: none;
}

#sidebar li {
	color: #AAA;
}

#sidebar li a {
	color: #CCC;
}

h3, h3 a {
	color: #FFF;
}

.post {
	background: #161616;
	
	/*padding-left: 0;*/
}

.dsq-comment-header {
	background: #AAA;
	color: #555;
}

.dsq-comment-message {
	color: #CCC;
}

#footer, #footer .navigation {
	background: #000;
}

body {
	color: #AAA;
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, sans-serif;
}

.post a {
	color: #FFF;
}

.post a:hover {
	text-decoration: underline;
}

.post-meta {
	color: #AAA;
	background: #111;
	padding: 10px;
	border: none;
	width: 97%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.post h2 {
	color: #777;
}

.sharepost {
	background: none;
}

.site-title, .site-title a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px -1px #888;
	filter: dropshadow(color=#888, offx=1, offy=1);
}

#breadcrumb {
	color: #888;
}

#breadcrumb a {
	color: #AAA;
}

#breadcrumb a:hover {
	text-decoraton: underline;
}

.widget ul {
	
}




