/* Default Colors */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down menus
-2.4 Intro
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 PageNavi

4. WIDGETS
-4.1 Social Media Box
-4.2 Tabber

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #3b3b3b;
	background: url("http://wpcrowd.com/wp-content/themes/crowdy/136.gif") repeat #2c2c29;
}

/* 1.2 Hyperlinks */
a {
color:#ba5b00;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}


div.entry p a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#d8d8c7 none repeat scroll 0 0;
padding:1px 6px 2px;
}

div.entry p a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e6e6d8 none repeat scroll 0 0;
}



/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

/* #bg  { background: url(http://89.28.19.49:8080/gbuy3.png) no-repeat center 0px; } */

/* 2.2 Header */

/* 2.3 Navigation */

#nav .current_page_item a, #nav a:hover  {
	background-color: #ba5b00;
	background: rgba(186, 91, 0, 0.6);
}

/* 2.3 Drop-down menus */

/* 2.4 Intro */

/* 2.5 Content */

/* 2.6 Sidebar */

/* 2.7 Footer */

/*-----------------------------*/
/* 3. POSTS */
/*-----------------------------*/

.meta .comments a:link,
.meta .comments a:visited  {
	background: #373434 url(default/ico-comments.png) no-repeat 2px center;
}

.post .tags  {
	background: url(default/ico-tags.png) no-repeat left center;
}

.tags a:link,
.tags a:visited  {
	
}

/* 3.1 Typographic Elements */

/* 3.2 Images */

/* 3.3 PageNavi */

.Nav strong.on  {
	color: #fff;
	background-color: #ba5b00;
	
}

/*-----------------------------*/
/* 4. WIDGETS */
/*-----------------------------*/



/* 4.3 General Widgets */

.widget ul li a:link, .widget ul li a:visited  {
	background: url(default/widgetbullet.png) no-repeat 10px center;
}

.widget_recent_comments li  {
	background: url(default/widgetbullet.png) no-repeat 10px center;
}

#flickr .flickr_badge_image a:hover  { border-color: #279dc7; }

#searchform .submit  { color: #292626; border: 1px solid #426484; background-color: #6fb5ba; }


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments ul.children li  { background: url(default/commentreply.png) no-repeat top left; }

/* 5.2 Comments Form */

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

