/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global Layout
*/

@font-face {
	font-family: 'Quicksand';
	src: url('../fonts/Quicksand_Book-webfont.eot');
	src: local('☺'), url('../fonts/Quicksand_Book-webfont.woff') format('woff'), url('../fonts/Quicksand_Book-webfont.ttf') format('truetype'), url('../fonts/Quicksand_Book-webfont.svg#webfontQvsv8Mp8') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBold';
	src: url('../fonts/Quicksand_Bold-webfont.eot');
	src: local('☺'), url('../fonts/Quicksand_Bold-webfont.woff') format('woff'), url('../fonts/Quicksand_Bold-webfont.ttf') format('truetype'), url('../fonts/Quicksand_Bold-webfont.svg#webfontA4fKbYnS') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	background: #fff;
	font-size: 13px;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
	background: transparent;
	margin: auto;
	margin-bottom: 20px;
	width: 930px;
}

em {
	font-style:italic;
}

#footer 
{
	background: #fff;
	color: #000;
}

#copyright
{
	width: 960px;
	margin: auto;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	padding: 5px;
	font-size: 12px;
	margin: 0;
	background: #fff;
	color: #666;
	border: 3px solid #000;
}

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

textarea
{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #666;
	margin: 0;
	height: 200px;
	overflow: auto;
	background: #fff;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	border: 3px solid #000;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 3px solid #b11623;
}

input[type=submit], input[type=button]
{
	background: #b11623;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding: 7px 12px 7px 12px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	border: 3px solid #b11623;
}

input[type=submit]:hover, input[type=button]:hover
{
	border: 3px solid #fff;
}

input[type=submit]:active, input[type=button]:active
{
	position :relative;
	top: 1px;
	left: 1px;
}

h1, h2, h3, h4, h5, h6, label
{
	color: #b11623;
	text-transform: uppercase;
	font-family: Quicksand;
	letter-spacing: -1px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;
}

.sidebar_content h1, .sidebar_content h2, .sidebar_content h3, .sidebar_content h4, .sidebar_content h5, .sidebar_content h6
{
	color: #fff;
}

label
{
	color: #fff;
	letter-spacing: 0px;
}

label.error
{
	color: #b11623;
	font-weight: bold;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 28px;
}

h4
{
	font-size: 24px;
}

h5
{
	font-size: 22px;
}

h6
{
	font-size: 16px;
}

.clear
{
	clear: both;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

img.frame
{
	padding: 5px;
	border: 1px solid #333;
}

.frame_left
{
	padding: 5px;
	border: 1px solid #333;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right
{
	padding: 5px;
	border: 1px solid #333;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
}

.frame_center
{
	padding: 5px;
	border: 1px solid #333;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 40px;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
}

blockquote h2
{
	font-weight: normal;
	font-size: 20px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 18px;
}

#respond
{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

#header_wrapper
{
	width: 100%;
	background: #fff;
	float: left;
	padding: 14px 0 10px 0;
}

#wrapper
{
	background: #000;
}

#top_bar, #home_sidebar_wrapper
{
	width: 960px;
	margin: auto;
}

#top_bar .logo
{
	float: left;
}

#top_bar .top_text
{
	float: right;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0 0 0;
}

#menu_wrapper
{
	width: 100%;
	padding: 10px 0 10px 0;
	float: left;
}

#menu_wrapper .nav ul, #menu_wrapper .menu-main-menu-container
{
	width: 960px;
	margin: auto;
}

#menu_wrapper .nav ul, #menu_wrapper .menu-main-menu-container .nav
{
	list-style: none;
	display: block;
}

#menu_wrapper .nav ul li, #menu_wrapper .menu-main-menu-container .nav li
{
	display: block;
	float :left;
	margin: 0 10px 0 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper .menu-main-menu-container .nav li a
{
	display: block;
	padding: 7px 10px 7px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper .menu-main-menu-container .nav li a.hover, #menu_wrapper .menu-main-menu-container .nav li a:hover, #menu_wrapper .menu-main-menu-container .nav li.current-menu-item a
{
	background: #b11623;
	color: #fff;
}

#menu_wrapper .nav ul li ul, #menu_wrapper .menu-main-menu-container .nav li ul
{
	display: none;
	list-style: none;
	background: #b11623;
	position:absolute;
	top: 92px;
	float: none;
 	padding: 10px 5px 10px 0px;
 	width: 200px;
 	z-index: 1000;
 	font-size: 12px;
 	border-bottom: 3px solid #000;
}

#menu_wrapper .nav ul li ul li, #menu_wrapper .menu-main-menu-container .nav li ul li
{
	clear: both;
}

#menu_wrapper .menu-main-menu-container .nav li ul li a
{
	color: #fff;
	display: 
}

#menu_wrapper .menu-main-menu-container .nav li ul li a.hover
{
	color: #000;
}

#slider
{
	width: 960px;
	margin: auto;
	margin-top: 15px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

#slider .wrapper{ 
	width: 959px; 
	overflow: hidden; 
	height: 400px; 
	margin: 0; 
	position: absolute; 
}

#slider .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#slider_portfolio
{
	height: 545px;
	width: 960px;
	margin: auto;
	margin-top: 15px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}
#slider_portfolio .wrapper
{
	height: 540px;
	width: 959px; 
	overflow: hidden; 
	margin: 0; 
	position: absolute;
}
#slider_portfolio .wrapper ul{ 
	width: 30000px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

#slider ul li { display: block; float: left; padding: 0; height: 391px; width: 959px; margin: 0; }

#slider .arrow, #slider #start-stop
{
	display: none;
}

#thumbNav
{
	position:absolute;
	z-index: 99;
	left: 282px;
	margin-top: -110px;
	width: 160px;
	height: 35px;
	display: block;
}

#thumbNav a{ 
	display:block;
	width: 12px;
	height: 12px;
	background: #444;
	color: #444;
	border:0;
	font-size: 4px;
	float: left;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	top: 135px;
	left: -280px;
}

#thumbNav a.cur{ background: #b11623; color: #b11623; }

.caption-left h3, .caption-right h3, .caption-bottom h3
{
	color: #b11623;
	line-height: 0.9em;
	text-transform: uppercase;
	font-size: 40px;
	padding-top: 25px;
	letter-spacing: -2px;
}
.caption-left p, .caption-right p, .caption-bottom p
{
	color: #fff;
	margin: 10px 0 0 3px;
}

@-moz-document url-prefix() { .caption-left p, .caption-right p, .caption-bottom p { margin-top: 30px } } 

.caption-left
{
	background: #000;
	width: 300px !important;
	position: relative;
	top: -200px;
	padding: 0 12px 20px 15px;
	z-index: 999;
}

.caption-right
{
	width: 300px;
	background: #000;
	position: relative;
	left: 612px;
	padding: 0 12px 20px 15px;
	top: -200px;
	z-index: 999;
}

#content_wrapper
{
	width: 960px;
	margin: auto;
	background: #000;
}

.default_wrapper
{
	background: #b11623;
	color: #fff;
}

.transparent_wrapper
{
	background: transparent;
}

.portfolio_grid
{
	padding: 0;
}

.portfolio_desc
{
	padding: 10px 10px 0 10px;
}

.portfolio_desc h5, .portfolio_desc a h6
{
	color: #fff;
}
.one_half
{
	width: 45%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_half.last
{
	margin-right: 0;
}
.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 3%;
}

.one_third.last
{
	margin-right: 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.one_third .portfolio_image
{
	width: 100%;
	height: 152px;
	overflow: hidden;
}

.portfolio3_hover
{
	width: 288px;
	height: 182px;
	text-align: center;
	display: block;
	position: relative;
	top: -187px;
	left: 0;
	z-index: 999;
	background: #000;
  	cursor: pointer;
}

.portfolio3_hover img
{
	width: 60px;
	margin: 75px 0 0 0;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.one_fifth
{
	width: 14%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_fifth.last
{
	margin-right: 0;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
}

.one_sixth.last
{
	margin-right: 0;
}

#content_wrapper .inner .inner_wrapper .sidebar_content
{
	width: 660px;
	float: left;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
	width: 290px;
	float: right;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar
{
	width: 289px;
	float: right;
	margin-top: -20px;
	min-height: 300px;
}

#content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content
{
	width: 85%;
	margin: 20px 10px 0 30px;
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 30px 0;

}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.post_header a
{
	color: #fff;
}

.post_header h3, .post_header h3 a, .post_header h3 a:hover
{
	color: #b11623;
}

.post_header a:hover
{
	color: #fff;
}

.post_header .post_detail, .recent_post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	font-style: italic;
	width: 100%;
	color: #999;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.post_img
{
	width: 610px;
	height: 220px;
	overflow: hidden;
}

.post_img_date
{
	padding: 5px;
	background: #000;
	position: relative;
	top: -50px;
	left: 7px;
	width: 150px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 0 #fff;
	text-align: center;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #333;
}

#about_the_author
{
	width: 98%;
	float: left;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	width: 50px;
}

#about_the_author .description
{
	width: 430px;
	float: left;
	padding: 20px 0 20px 0;	
}

.comment .left img.avatar
{
	padding: 3px;
	width: 50px;

}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

ul.children
{
	list-style: none;
}

ul.children .comment
{
	width: 70%;
	margin: -20px 0 40px 80px;
	padding: 10px 0 10px 15px;
	float: left;
	border-bottom: 0;
}

.blog_grid_desc
{
	padding: 10px;
}

#content_wrapper .sidebar a, #content_wrapper .posts li a
{
	color: #999;
}

#content_wrapper .sidebar a:hover, #content_wrapper .posts li a:hover
{
	color: #666;
}

#content_wrapper .sidebar .content .posts.blog li a, #content_wrapper .posts li a
{
	
}

#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	border: 1px solid #333;
 	width: 50px;
}

#content_wrapper .sidebar .content .sidebar_widget, #content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#content_wrapper .sidebar .content .posts.blog li
{
	padding: 0 0 30px 0;
}

#content_wrapper .sidebar .content .sidebar_widget li
{
	margin: 20px 0 0 0;
}

#content_wrapper .sidebar .content .sidebar_widget li h2
{
	font-size: 22px;
	display: block;
	color: #b11623;
	text-align: left;
}

#content_wrapper .sidebar .content .sidebar_widget li a
{
	color: #fff;
}

#content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	padding-top: 0;
}

#content_wrapper .sidebar .content .sidebar_widget li ul
{
	list-style: none;
	padding: 10px;
	margin: 0 0 15px 0;
	border-top: 1px solid #333;
	list-style-image: url("../images/arrow_li.png");
}

#content_wrapper .sidebar .content .sidebar_widget li ul li
{
	padding: 0 0 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_wrapper table#wp-calendar
{
	background: #000;
	color: #999;
	border: 1px solid #333;
	margin-bottom: 30px;
	font-size: 1.1em;
	width: 100%;
}

#content_wrapper table#wp-calendar a
{
	color: #fff;
	font-weight: bold;
}

#content_wrapper table#wp-calendar caption
{
	font-family: Quicksand;
	margin-bottom: 10px;
	color: #b11623;
	text-transform: uppercase;
	text-align: left;
	font-size: 22px;
}

#content_wrapper table#wp-calendar tr th, #content_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
	border-bottom: 0;
}

table#wp-calendar tr th
{
	background: #333;
}

#content_wrapper table#wp-calendar tfoot tr
{
	display: none;	
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_calendar h2, #searchsubmit
{
	display: none;
}

#home_sidebar_wrapper .one_third ul
{
	list-style: none;
	margin-left: 0;
}

#home_sidebar_wrapper .one_third ul .posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px;
	border: 1px solid #333;
 	width: 50px;
}

#home_sidebar_wrapper .one_third ul .posts.blog
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#home_sidebar_wrapper .one_third ul .posts.blog li
{
	padding: 0 0 20px 0;
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li
{
	padding: 10px 0 10px 0;
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li h2
{
	font-size: 22px;
	display: block;
	color: #b11623;
	text-align: left;
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li a
{
	color: #fff;
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li:first-child
{
	padding-top: 0;
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li ul
{
	list-style: none;
	padding: 10px;
	margin: 0 0 20px 0;
	list-style-image: url("../images/arrow_li.png");
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li ul li
{
	padding: 0 0 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home_sidebar_wrapper table#wp-calendar
{
	background: #000;
	color: #999;
	border: 1px solid #333;
	margin-bottom: 30px;
	font-size: 1.1em;
	width: 100%;
}

#home_sidebar_wrapper table#wp-calendar a
{
	color: #fff;
	font-weight: bold;
}

#home_sidebar_wrapper table#wp-calendar caption
{
	font-family: Quicksand;
	margin-bottom: 10px;
	color: #b11623;
	text-transform: uppercase;
	text-align: left;
	font-size: 22px;
	border-bottom: 1px solid #333;
}

#home_sidebar_wrapper table#wp-calendar tr th, #home_sidebar_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
}

#home_sidebar_wrapper .one_third
{
	width: 30%;
	float: left;
	margin-right: 5%;
}

#home_sidebar_wrapper .one_third.last
{
	margin-right: 0;
	float: right;
}

#home_sidebar_wrapper .one_third.mid
{
	margin-right: 0;
	float: left;
}

#home_sidebar_wrapper .one_third ul .posts.blog
{
	padding-top: 10px;
}

#home_sidebar_wrapper .one_third ul .posts.blog.default_wrapper, #content_wrapper .sidebar .content .posts.blog.default_wrapper
{
	padding: 10px 10px 0 10px;
}

#home_sidebar_wrapper .one_third ul .posts.blog.default_wrapper img, #content_wrapper .sidebar .content .posts.blog.default_wrapper img
{
	border: 0;
	padding: 0;
}

#home_sidebar_wrapper .one_third ul.sidebar_widget li .portfolio_grid, #content_wrapper .sidebar .content ul li .portfolio_grid
{
	padding-bottom: 2px;
}

#content_wrapper .sidebar .content ul li .portfolio_grid .portfolio_image img
{
	width: 245px;
}

#content_wrapper table
{
	border: 1px solid #333;
}

#content_wrapper table tr td, #content_wrapper table tr th
{
	border-bottom: 1px solid #333;
}

#content_wrapper table tr th
{
	font-weight: bold;
	background: #333;
	text-align: left;
}

#content_wrapper table tr th, #content_wrapper table tr td
{
	padding: 7px 15px 7px 15px;
}

.pagination {
	margin: 25px 0 30px 10px;
	text-align: left;
}

.pagination a {
	padding: 5px 7px 5px 7px;
 	margin: 0 3px 0 3px;
 	background: #333;
	border: 1px solid #333;
	color: #fff;
}

.pagination a:hover, .pagination a:active, .pagination a.active {
	color: #000;
 	border: 1px solid #fff;
	background: #fff;
}

.arrow_list
{
	margin-top: 15px;
}

.arrow_list li
{
	margin: 5px 0 0 20px;
	list-style-image: url("../images/arrow_li.png");
}

.accordion
{
	margin: 1px 0 0 0;
	background: #fff;
}

.accordion h3, .accordion div
{
	border: 0;
	background: transparent;
}

.ui-accordion .ui-accordion-header
{
	font-weight: bold;
	background: #fff;
	border-bottom: 1px solid #ccc;
	display: block;
}

.ui-accordion .ui-accordion-header a
{
	color: #666;
}

.accordion div
{
	border-bottom: 0;	
}

.accordion h3
{
	font-size: 14px;
	padding: 5px 0 5px 8px;
	letter-spacing: -1px;
}

.ui-tabs-panel
{
	margin-top: 10px;
}

.ui-widget-header
{
	border-bottom: 1px solid #333;
}

.tabs .ui-state-default
{
	background: transparent;
}

.tabs .ui-state-default a
{
	color: #999;
}

.ui-tabs .ui-tabs-nav li a 
{
	padding: 5px 20px 5px 20px;
}

.tabs .ui-state-active
{
	font-weight: bold;
	background: transparent;
}

.tabs .ui-widget-header
{
	border: 0;	
}

.tabs .ui-tabs-panel
{
	border: 1px solid #333;
	margin:0;
	background: transparent;
}

.tabs .ui-state-active a
{
	color: #fff;
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav
{
	padding-left: 10px;
}

.ui-tabs .ui-tabs-panel
{
	padding-top: 0px;
}

.ui-corner-top
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	border: 1px solid #333;
}

.tabs .ui-state-active
{
	background: #333;
}

.space
{
	margin-bottom: 10px;
}
/* Social Icons */
/* Social Icons 24*/
#socialize li { float: left; padding-top: 5px; margin: 0 4px 5px 0; }
#socialize a { background: url(http://media.digitalartwork.net/icons/social/socialize/socialize_24_white.png) left top no-repeat; width: 24px; height: 24px; padding: 0; border: 0; display: block; text-indent: -999em; overflow: hidden; opacity: 0.8; }

#socialize .aim a{ background-position: 0 0; width: 24px; height: 24px; } 
#socialize .amazon a{ background-position: 0 -74px; width: 24px; height: 24px; } 
#socialize .apple a{ background-position: 0 -148px; width: 24px; height: 24px; } 
#socialize .basecamp a{ background-position: 0 -222px; width: 24px; height: 24px; } 
#socialize .bebo a{ background-position: 0 -296px; width: 24px; height: 24px; } 
#socialize .blogger a{ background-position: 0 -370px; width: 24px; height: 24px; } 
#socialize .delicious a{ background-position: 0 -444px; width: 24px; height: 24px; } 
#socialize .digg a{ background-position: 0 -518px; width: 24px; height: 24px; } 
#socialize .dropbox a{ background-position: 0 -592px; width: 24px; height: 24px; } 
#socialize .evernote a{ background-position: 0 -666px; width: 24px; height: 24px; } 
#socialize .facebook a{ background-position: 0 -740px; width: 24px; height: 24px; } 
#socialize .facebookplaces a{ background-position: 0 -814px; width: 24px; height: 24px; } 
#socialize .firendfeed a{ background-position: 0 -888px; width: 24px; height: 24px; } 
#socialize .flickr a{ background-position: 0 -962px; width: 24px; height: 24px; } 
#socialize .foursquare a{ background-position: 0 -1036px; width: 24px; height: 24px; } 
#socialize .github a{ background-position: 0 -1110px; width: 24px; height: 24px; } 
#socialize .google a{ background-position: 0 -1184px; width: 24px; height: 24px; } 
#socialize .instapaper a{ background-position: 0 -1258px; width: 24px; height: 24px; } 
#socialize .lastfm a{ background-position: 0 -1332px; width: 24px; height: 24px; } 
#socialize .linkedin a{ background-position: 0 -1406px; width: 24px; height: 24px; } 
#socialize .msnmessenger a{ background-position: 0 -1480px; width: 24px; height: 24px; } 
#socialize .myspace a{ background-position: 0 -1554px; width: 24px; height: 24px; } 
#socialize .pinboardin a{ background-position: 0 -1628px; width: 24px; height: 24px; } 
#socialize .posterous a{ background-position: 0 -1702px; width: 24px; height: 24px; } 
#socialize .skype a{ background-position: 0 -1776px; width: 24px; height: 24px; } 
#socialize .stumbleupon a{ background-position: 0 -1850px; width: 24px; height: 24px; } 
#socialize .technorati a{ background-position: 0 -1924px; width: 24px; height: 24px; } 
#socialize .tumblr a{ background-position: -74px 0; width: 24px; height: 24px; } 
#socialize .twitter a{ background-position: -74px -74px; width: 24px; height: 24px; } 
#socialize .twitterbird a{ background-position: -74px -148px; width: 24px; height: 24px; } 
#socialize .vcard a{ background-position: -74px -222px; width: 24px; height: 24px; } 
#socialize .vimeo a{ background-position: -74px -296px; width: 24px; height: 24px; } 
#socialize .wikipedia a{ background-position: -74px -370px; width: 24px; height: 24px; } 
#socialize .wordpress a{ background-position: -74px -444px; width: 24px; height: 24px; } 
#socialize .xbox a{ background-position: -74px -518px; width: 24px; height: 24px; } 
#socialize .yahoo a{ background-position: -74px -592px; width: 24px; height: 24px; } 
#socialize .youtube a{ background-position: -74px -666px; width: 24px; height: 24px; } 
#socialize .zootool a{ background-position: -74px -740px; width: 24px; height: 24px; } 

/* Social Icons 32 */
.lg-icons #socialize a { background: url(http://media.digitalartwork.net/icons/social/socialize/socialize_32_white.png) left top no-repeat; width: 32px; height: 32px; padding: 0; border: 0; display: block; text-indent: -999em; overflow: hidden; opacity: 0.8; }

.lg-icons #socialize .aim a{ background-position: 0 0; width: 32px; height: 32px; } 
.lg-icons #socialize .amazon a{ background-position: 0 -82px; width: 32px; height: 32px; } 
.lg-icons #socialize .apple a{ background-position: 0 -164px; width: 32px; height: 32px; } 
.lg-icons #socialize .basecamp a{ background-position: 0 -246px; width: 32px; height: 32px; } 
.lg-icons #socialize .bebo a{ background-position: 0 -328px; width: 32px; height: 32px; } 
.lg-icons #socialize .blogger a{ background-position: 0 -410px; width: 32px; height: 32px; } 
.lg-icons #socialize .delicious a{ background-position: 0 -492px; width: 32px; height: 32px; } 
.lg-icons #socialize .digg a{ background-position: 0 -574px; width: 32px; height: 32px; } 
.lg-icons #socialize .dropbox a{ background-position: 0 -656px; width: 32px; height: 32px; } 
.lg-icons #socialize .evernote a{ background-position: 0 -738px; width: 32px; height: 32px; } 
.lg-icons #socialize .facebook a{ background-position: 0 -820px; width: 32px; height: 32px; } 
.lg-icons #socialize .facebookplaces a{ background-position: 0 -902px; width: 32px; height: 32px; } 
.lg-icons #socialize .flickr a{ background-position: 0 -984px; width: 32px; height: 32px; } 
.lg-icons #socialize .foursquare a{ background-position: 0 -1066px; width: 32px; height: 32px; } 
.lg-icons #socialize .github a{ background-position: 0 -1148px; width: 32px; height: 32px; } 
.lg-icons #socialize .google a{ background-position: 0 -1230px; width: 32px; height: 32px; } 
.lg-icons #socialize .instapaper a{ background-position: 0 -1312px; width: 32px; height: 32px; } 
.lg-icons #socialize .lastfm a{ background-position: 0 -1394px; width: 32px; height: 32px; } 
.lg-icons #socialize .linkedin a{ background-position: 0 -1476px; width: 32px; height: 32px; } 
.lg-icons #socialize .msnmessenger a{ background-position: 0 -1558px; width: 32px; height: 32px; } 
.lg-icons #socialize .myspace a{ background-position: 0 -1640px; width: 32px; height: 32px; } 
.lg-icons #socialize .picasa a{ background-position: 0 -1722px; width: 32px; height: 32px; } 
.lg-icons #socialize .pinboardin a{ background-position: 0 -1804px; width: 32px; height: 32px; } 
.lg-icons #socialize .posterous a{ background-position: 0 -1886px; width: 32px; height: 32px; } 
.lg-icons #socialize .skype a{ background-position: -82px 0; width: 32px; height: 32px; } 
.lg-icons #socialize .slideshare a{ background-position: -82px -82px; width: 32px; height: 32px; } 
.lg-icons #socialize .soundcloud a{ background-position: -82px -164px; width: 32px; height: 32px; } 
.lg-icons #socialize .stumbleupon a{ background-position: -82px -246px; width: 32px; height: 32px; } 
.lg-icons #socialize .technorati a{ background-position: -82px -328px; width: 32px; height: 32px; } 
.lg-icons #socialize .tumblr a{ background-position: -82px -410px; width: 32px; height: 32px; } 
.lg-icons #socialize .twitter a{ background-position: -82px -492px; width: 32px; height: 32px; } 
.lg-icons #socialize .twitterbird a{ background-position: -82px -574px; width: 32px; height: 32px; } 
.lg-icons #socialize .vcard a{ background-position: -82px -656px; width: 32px; height: 32px; } 
.lg-icons #socialize .vimeo a{ background-position: -82px -738px; width: 32px; height: 32px; } 
.lg-icons #socialize .wikipedia a{ background-position: -82px -820px; width: 32px; height: 32px; } 
.lg-icons #socialize .wordpress a{ background-position: -82px -902px; width: 32px; height: 32px; } 
.lg-icons #socialize .xbox a{ background-position: -82px -984px; width: 32px; height: 32px; } 
.lg-icons #socialize .yahoo a{ background-position: -82px -1066px; width: 32px; height: 32px; } 
.lg-icons #socialize .youtube a{ background-position: -82px -1148px; width: 32px; height: 32px; } 
.lg-icons #socialize .zootool a{ background-position: -82px -1230px; width: 32px; height: 32px; }
/* Disqus */
#disqus_thread {
	background: #000;
}
