/* Tags */


* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000000;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "IPA Pゴシック", "IPA PGothic", "MS P ゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

a {
	color: #0099ff;
	line-height: normal;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.button, .more-link, #submit {
	background: #0099ff;
	background: -moz-linear-gradient(top, #3bd4fe 0%, #0283ce);
	background: -webkit-gradient(linear, left top, left bottom, from(#3bd4fe), to(#0283ce));
	border: 1px solid #006699;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.3), inset 0px 0px 3px rgba(255,255,255,0.5);
	box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	color: #fff;
	display: inline-table;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "IPA Pゴシック", "IPA PGothic", "MS P ゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 20px;	
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.6) -1px -1px 0;
}
.more-link	{
	display: block;
	width: 77px;
	margin-top: 25px;
}
.button:hover, .more-link:hover,  #submit:hover {
	background: -moz-linear-gradient(top, #3bd4fe 0%, #0283ce 50%, #3bd4fe);
	background: -webkit-gradient(linear, left top, left bottom, from(#3bd4fe), color-stop(0.50, #0283ce), to(#3bd4fe));
	cursor: pointer;
	text-decoration: none;
}

.big {
	font-size: 23px;
	letter-spacing: -1px;
	padding: 11px 30px;	
	text-shadow: rgba(0,0,0,0.45) -1px -1px 1px;
}

.button.green {
	background: #0ca600;
	background: -moz-linear-gradient(top, #47c93b 0%, #0c8c03);
	background: -webkit-gradient(linear, left top, left bottom, from(#47c93b), to(#0c8c03));
	border-color: #0a6c00;
}
.button.green:hover {
	background: -moz-linear-gradient(top, #47c93b 0%, #0c8c03 50%, #47c93b);
	background: -webkit-gradient(linear, left top, left bottom, from(#47c93b), color-stop(0.50, #0c8c03), to(#47c93b));
}

.button.hipster {
	background: #b868b9;
	background: -moz-linear-gradient(top, #debdae 0%, #9b638e);
	background: -webkit-gradient(linear, left top, left bottom, from(#debdae), to(#9b638e));
	border-color: #74576d;
}
.button.hipster:hover {
	background: -moz-linear-gradient(top, #debdae 0%, #9b638e 50%, #debdae);
	background: -webkit-gradient(linear, left top, left bottom, from(#debdae), color-stop(0.50, #9b638e), to(#debdae));
}

.button.creative {
	background: #fff;
	background: -moz-linear-gradient(top, #f5f241 0%, #c0ba10);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f241), to(#c0ba10));
	border-color: #000;
	color: #000;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0;
}
.button.creative:hover {
	background: -moz-linear-gradient(top, #f5f241 0%, #c0ba10 50%, #f5f241);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f241), color-stop(0.50, #c0ba10), to(#f5f241));
}

.button.sexy {
	background: #fff;
	background: -moz-linear-gradient(top, #4d4d4d 0%, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#000));
	border-color: #000;
}
.button.sexy:hover {
	background: -moz-linear-gradient(top, #4d4d4d 0%, #000 50%, #4d4d4d);
	background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), color-stop(0.50, #000), to(#4d4d4d));
}

.button.corporate {
	background: #d95521;
	background: -moz-linear-gradient(top, #f78b45 0%, #c13d09);
	background: -webkit-gradient(linear, left top, left bottom, from(#f78b45), to(#c13d09));
	border-color: #b34310;
}
.button.corporate:hover {
	background: -moz-linear-gradient(top, #f78b45 0%, #c13d09 50%, #f78b45);
	background: -webkit-gradient(linear, left top, left bottom, from(#f78b45), color-stop(0.50, #c13d09), to(#f78b45));
}

blockquote {
	background: #f3f3f3;
	color: #a8a8a8;
	padding: 1px 35px;
}

code {
	font-family: 'Courier New', Courier, mono;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 1.1;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 1.4;
	font-weight: normal;
}

.contentH3
{
	color: #666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "IPA Pゴシック", "IPA PGothic", "MS P ゴシック", "MS PGothic", sans-serif;
	margin-bottom: -10px;
}
	
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

img {
	border: 0;
}

ul, ol {
	color: #000;
	font-weight: bold;
	list-style-position: inside;
}

strong {
	color: #000;
}


/* 2011 10 10 変更前 kit st
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
↓変更後*/
table {
	width: 100%;
}
/*2011 10 10 kit end*/


thead {
	background: -moz-linear-gradient(top, #fff 0%, #ededed);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	border-bottom: 1px solid #ccc;
	text-align: left;
}

/* 2011 10 10 変更前 kit st
th, td {
	padding: 7px 10px;
}
↓変更後*/
th, td {
}
/*2011 10 10 kit end*/

col {
	border-right: 1px solid #ccc;
}

/* 2011 10 10 削除 kit st
tr.odd {
	background: #f3f3f3;
}
tr:hover {
	background: #999;
	background: -moz-linear-gradient(top, #b3b3b3 0%, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#999));
	color: #fff;
	cursor: pointer;
}
2011 10 10 kit end*/


thead tr:hover {
	background: transparent;
	color: inherit;
}


input[type=text],textarea {
	box-shadow: inset 1px 1px 2px #4d4d4d;
	-webkit-box-shadow: inset 1px 1px 2px #4d4d4d;
	-moz-box-shadow: inset 1px 1px 2px #4d4d4d;
	color: #999;
	border: 1px solid #dfdfdf;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "IPA Pゴシック", "IPA PGothic", "MS P ゴシック", "MS PGothic", sans-serif;
	outline-style: none;
	padding: 8px 7px;
}
input[type=submit].button {
	display: inline;
}

hr {
	background: #e3e3e3;
	border: 0;
	height: 1px;
}

.wrapper {
	margin: 0 auto;
	width: 940px;
	font-size: 14px;
}


/* ****************************** */
/* HEADER */


#header {
	background: #f3f3f3;
}

#strip {
	position: absolute;
	width: 100%;
	height: 170px;
	z-index: 999;
	opacity: 1;
}

/* Title */

#strip h1 {
	letter-spacing: -1px;
	float: right;
	margin-top: 30px;
	width: 670px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}
#strip h1, #strip h1 a, #strip h1 a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#strip h1 sup {
	letter-spacing: normal;
	font-size: 7px;
	position: relative;
	top: 8px;
	vertical-align: top;
	font-weight: normal;
}
#header #strip h1 a, #header #strip h1 a:hover {
	line-height: 0;
	font-weight: normal;
}

/* Navigation */


/* ****************************************


Utopian CSS3 Dropdown Menus
by Justin Carroll (3circlestudio.com)

Version: 1.0


**************************************** */


/* Horizontal Style */


#utopian-navigation {
	float: right;
	position: relative;
	top: 30px;
	font-weight: normal;
}

#utopian-navigation, #utopian-navigation ul {
	font-size: 14px;
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

#utopian-navigation a {
	color: #ffffff;
	display: block;
	line-height: 1;
	font-weight: normal;
	padding: 12px 12px;
	text-decoration: none;
}
#utopian-navigation a:hover {
	color: #3399ff;
}

#utopian-navigation li {
	float: left;
}

#utopian-navigation li ul {
	background: #666666;
	background: -moz-radial-gradient(80% 0% 0deg, circle cover, #787878, #666666, #666666 90%);
	background: -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#8a8a8a), to(#666666));
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	left: -9999px;
	position: absolute;
	width: 190px;
}

#utopian-navigation li ul a {
	border-top: 1px solid #838383;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #4c4c4c;
	color: #a4a4a4;
	font-weight: normal;
	padding: 9px 19px;
	text-shadow: #4d4d4d -1px -1px 0;
	width: 150px;
}
#utopian-navigation li ul a:hover, #utopian-navigation > li.dropdown li.dropdown > a:hover, #utopian-navigation > li.dropdown li.dropdown:hover > a {
	background: #0099ff;
	background: -moz-linear-gradient(100% 100% 90deg, #017bcd, #33adff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33adff), to(#017bcd));
	border-top: 0;
  	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	text-shadow: #1c567c -1px -1px 0;
}

#utopian-navigation > li.dropdown li.dropdown > a:hover, #utopian-navigation > li.dropdown li.dropdown:hover > a {
	background: #0099ff url(../assets/navigation/arrow-right-white.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-right-white.gif), -moz-linear-gradient(100% 100% 90deg, #017bcd, #33adff);
	background-image: url(../assets/navigation/arrow-right-white.gif), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33adff), to(#017bcd));
}

#utopian-navigation li ul ul {
	margin: -34px 0 0 190px;
}

#utopian-navigation li:hover ul ul, #utopian-navigation li:hover ul ul ul {
	left: -9999px;
}

#utopian-navigation li:hover ul, #utopian-navigation li li:hover ul, #utopian-navigation li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#utopian-navigation > li.dropdown > a {
	background: url(../assets/navigation/arrow-down-gray.gif) no-repeat center right;
	padding-right: 35px;
}

#utopian-navigation > li.dropdown:hover > a {
	background: #666666 url(../assets/navigation/arrow-down-white.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-down-white.gif), -moz-radial-gradient(80% 0% 0deg, circle cover, #787878, #666666, #666666 90%);
	background-image: url(../assets/navigation/arrow-down-white.gif), -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#8a8a8a), to(#666666));
	border-top: 1px solid #8d8d8d;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #4c4c4c;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 9px 34px 9px 19px;
	text-shadow: #595959 -1px -1px 0;
}

#utopian-navigation > li.dropdown li.dropdown > a {
	background: url(../assets/navigation/arrow-right-gray.gif) no-repeat center right;
}

#utopian-navigation > li.active > a, #utopian-navigation > li.active > a:hover {
	color: #ffffff;
}


/* Vertical Style */


#utopian-navigation.vertical {
	width: 190px;
}

#utopian-navigation.vertical a {
	width: 150px;
}

#utopian-navigation.vertical li ul {
	margin: -34px 0 0 190px;
}

#utopian-navigation.vertical > li.dropdown > a {
	background: url(../assets/navigation/arrow-right-gray.gif) no-repeat center right;
	width: 135px;
}
#utopian-navigation.vertical > li.dropdown:hover > a {
	background: #666666 url(../assets/navigation/arrow-right-white.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-right-white.gif), -moz-radial-gradient(80% 0% 0deg, circle cover, #787878, #666666, #666666 90%);
	background-image: url(../assets/navigation/arrow-right-white.gif), -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#8a8a8a), to(#666666));
}


/* Black */


#utopian-navigation.black li ul {
	background: #000000;
	background: -moz-radial-gradient(90% -20% 0deg, circle cover, #252525, #000000, #000000 150%);
	background: -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#444444), to(#000000));
}

#utopian-navigation.black li ul a {
	border-top-color: #1c1c1c;
	border-right-color: #1a1a1a;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #4d4d4d;
	text-shadow: #000000 -1px -1px 0;
}
#utopian-navigation.black li ul a:hover, #utopian-navigation.black > li.dropdown li.dropdown > a:hover, #utopian-navigation.black > li.dropdown li.dropdown:hover > a {
	background: #181818;
	background: -moz-linear-gradient(100% 100% 90deg, #181818, #252525);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#181818));
  	color: #ffffff;
	font-weight: bold;
}

#utopian-navigation.black > li.dropdown li.dropdown > a:hover, #utopian-navigation.black > li.dropdown li.dropdown:hover > a {
	background: #181818 url(../assets/navigation/arrow-right-white.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-right-white.gif), -moz-linear-gradient(100% 100% 90deg, #181818, #252525);
	background-image: url(../assets/navigation/arrow-right-white.gif), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#181818));
}

#utopian-navigation.black > li.dropdown:hover > a {
	background: #000000 url(../assets/navigation/arrow-down-white.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-down-white.gif), -moz-radial-gradient(90% -20% 0deg, circle cover, #191919, #000000, #000000 150%);
	background-image: url(../assets/navigation/arrow-down-white.gif), -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#444444), to(#000000));
	border-top-color: #1c1c1c;
	border-right-color: #1a1a1a;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #ffffff;
	text-shadow: none;
}
#utopian-navigation.vertical.black > li.dropdown:hover > a {
	background: #000000 url(../assets/navigation/arrow-right-white.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-right-white.gif), -moz-radial-gradient(90% 0% 0deg, circle cover, #191919, #000000, #000000 150%);
	background-image: url(../assets/navigation/arrow-right-white.gif), -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#4d4d4d), to(#000000));
}

#utopian-navigation.black > li.dropdown li.dropdown > a {
	background: url(../assets/navigation/arrow-right-darkgray.gif) no-repeat center right;
	text-shadow: none;
}


/* White */


#utopian-navigation.white li ul {
	background: #ffffff;
}

#utopian-navigation.white li ul a {
	border-top-color: #ffffff;
	border-right-color: #e1e1e1;
	border-bottom-color: #dddddd;
	border-left-color: #ffffff;
	color: #999999;
	text-shadow: #ffffff 1px 1px 0;
}
#utopian-navigation.white li ul a:hover, #utopian-navigation.white > li.dropdown li.dropdown > a:hover, #utopian-navigation.white > li.dropdown li.dropdown:hover > a {
	background: #eaeaea;
	background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#eaeaea));
  	color: #000000;
	font-weight: bold;
}

#utopian-navigation.white > li.dropdown li.dropdown > a:hover, #utopian-navigation.white > li.dropdown li.dropdown:hover > a {
	background: #eaeaea url(../assets/navigation/arrow-right-black.gif) no-repeat center right;
	background-image: url(../assets/navigation/arrow-right-black.gif), -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f9f9f9);
	background-image: url(../assets/navigation/arrow-right-black.gif), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#eaeaea));
}

#utopian-navigation.white > li.dropdown:hover > a {
	background: #ffffff url(../assets/navigation/arrow-down-black.gif) no-repeat center right;
	border-top-color: #ffffff;
	border-right-color: #e1e1e1;
	border-bottom-color: #dddddd;
	border-left-color: #ffffff;
	color: #000000;
	text-shadow: none;
}
#utopian-navigation.vertical.white > li.dropdown:hover > a {
	background: #ffffff url(../assets/navigation/arrow-right-black.gif) no-repeat center right;
}

#utopian-navigation.white > li.dropdown li.dropdown > a {
	background: url(../assets/navigation/arrow-right-darkgray.gif) no-repeat center right;
	text-shadow: none;
}

/* Featured */


#featured {
	background: url(../assets/general/loading.gif) no-repeat center center;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	min-height: 120px;
	height: auto!important;
	height: 100%;
	margin-bottom: 30px;
}
#featured.slider	{
	height: 530px;
	overflow: hidden;
	margin-top: 170px;
	margin-bottom: 30px;
}
#featured > ul {
	float: left;
	left: 50%;
	list-style: none;
	position: relative;
	width: 1280px;
}
#featured > ul > li {
	float: left;
	left: -50%;
	overflow: hidden;
	position: relative;
	width: 1280px;
	
}
#featured .slideshow {
	height: 530px!important;
	width: 1280px!important;
	overflow: hidden;
	margin: 0 auto;
}


/* Nivo */


.nivo-controlNav {
	background: #000;
	background: rgba(0,0,0,0.60);
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -56px;
	padding: 6px 6px 6px 10px;
	/*max-width: 112px;*/
	z-index: 100;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../assets/general/nivo-bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../js/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "IPA Pゴシック", "IPA PGothic", "MS P ゴシック", "MS PGothic", sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/* Call To Action */


#cta {
	padding: 29px 0 32px;
}
#cta h2 {
	color: #999;
	float: left;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.5;
	padding-top: 3px;
	width: 710px;
}
#cta p {
	float: right;
}
#cta a.button.big {
	display: block;
	width: 158px;
}


/* Page Heading */


#page-heading { 
	padding: 27px 0 0px;
}

#page-heading h2 {
	color: #999;
	float: left;
	width: 600px;
}

#page-heading .search {
	height: 28px;
	float: right;
	margin: 7px 0 0;
	width: 301px;
}
#page-heading .search input[type=text], #page-heading .search input[type=submit] {
	background: transparent url(../assets/general/search-input.png);
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: block;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 2.5;
	overflow: hidden;
	padding: 0 13px;
	vertical-align: middle;
	width: 239px;
}
#page-heading .search input[type=submit] {
	background: transparent url(../assets/general/search-button.png);
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-indent: -9999px;
	width: 36px;
}
#page-heading .search input[type=submit]:hover {
	background-position: 0 -28px;
	cursor: pointer;
}


/* Breadcrumb */


#breadcrumb {
	background: url(../assets/icons/arrow_next.png) no-repeat 8px -1px;
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	padding-left: 27px;
	margin: 20px auto 45px;
}
#breadcrumb li {
	color: #000000;
	float: left;
}
#breadcrumb span {
	color: #b2b2b2;
	padding: 0 6px 0 4px;
}


/* Intro */


.intro {
	color: #737373;
	display: inline;
	line-height: 1.6;
	margin: 0!important;
	margin-bottom: 25px!important;
}
.page-template .intro {
	margin-bottom: 55px!important;
}
.intro img {
	float: left;
	margin: 0 34px 0 0;
}


/* ****************************** */
/* CONTENT */


#content {
	line-height: 1.6;
}
#content > *, #content blockquote > *, #content #posts > *, #content .post > *, #content #sidebar > *, #content #sidebar > li > p, #comments > *, #content ul, #content ol {
	margin: 30px 0;
}
#content > div	{
	margin: 0;
}
#content > div > p:last-child	{
	margin-bottom: 0;
}
#content ul, #content ol {
	font-weight: normal;
	margin-left: 3px;
}
#content ul ul {
	margin-left: 30px;
}

.full-width	{
	width: 100%!important;
}

/* Home */


.home #content h3 {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.home #content h3 sup {
	letter-spacing: normal;
	font-size: 6px;
	position: relative;
	top: 2px;
	vertical-align: top;
}


/* Blog */


#content #posts, #content #sidebar {
	float: left;
	margin: 0 20px 0 0;
	width: 600px;
}
#content #sidebar {
	margin: 5px 0 0 20px;
	width: 300px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}
#content .post h3 {
	margin-bottom: 8px;
}
.home #content h4	{
	font-size: 16px;
	letter-spacing: normal;
	margin: 0 0 20px;
}
#content .post h3 a, #content .post h3 a:hover {
	color: #333333;
	text-decoration: none;
}

#content .meta {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	margin-top: 8px;
}
.post .attachment-blogImage	{
	margin: 0!important;
}
.meta li {
	float: left;
}
.meta span {
	padding: 0 6px 0 4px;
}
.meta li.post-date, .meta li.post-category, .meta li.post-comments {
	background: url(../assets/icons/time.png) no-repeat 0 0;
	padding: 0 15px 0 20px;
}
.meta li.post-category {
	background: url(../assets/icons/folder.png) no-repeat 0 -1px;
	padding-left: 21px;
}
.meta li.post-comments {
	background: url(../assets/icons/comments.png) no-repeat 0 0;
}
.meta .st_sharethis, .meta .st_sharethis > span	{
	padding-left: 0!important;
	margin-left: 0!important;
	color: #09F!important;
}
.meta .share {
	background: url(../assets/icons/share-this.png) no-repeat center right;
	height: 15px;
	padding-right: 19px;
}

.tags {
	background: url(../assets/icons/tag.png) no-repeat center left;
	font-size: 11px;
	list-style: none;
	padding-left: 20px;
}
.tags li {
	display: inline;
	margin-right: 4px;
}
.tags a {
	background: #fffee5;
	border: 1px solid #e2de96;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #b4b570;
	padding: 2px 5px;
}
.tags a:hover {
	border: 1px solid #b4b570;
	text-decoration: none;
}

.pagination {
	display: block;
	line-height: normal;
	list-style: none;
	text-align: center;
}
.pagination li {
	display: inline;
	margin: 0 2px 0 3px;
}
.pagination a {
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #b3b3b3;
	padding: 3px 6px 2px;
}
.pagination a:hover {
	border: 1px solid #b3b3b3;
	text-decoration: none;
}
.pagination li.current a, .pagination li.current a:hover {
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cfcfcf));
	border: 1px solid #b3b3b3;
	color: #666;
}


/* Comments */


#comments {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
#comments > ul {
	font-weight: normal;
	font-size: 11px;
	list-style: none;
}
#comments li li li {
	color: #666;
	line-height: 1.4;
}
#comments .meta {
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	line-height: normal;
	list-style: none;
	list-style-position: outside;
	height: 50px;
	padding: 9px;
}
#comments .meta li {
	float: left;
	height: 50px;
}
#comments .meta li a {
	color: #000;
}
#comments .meta li a:hover {
	color: #0099ff;
	text-decoration: none;
}
#comments .meta li.avatar {
	background: url(../assets/general/speaking.png) no-repeat bottom right;
	height: 70px;
}
#comments .meta li.user {
	height: 31px;
	padding: 19px 0 0 10px;
}
#comments .meta li.user span {
	color: #000;
	font-weight: bold;
}
#comments .meta li.user a {
	font-weight: bold;
}
#comments .meta li.date {
	float: right;
	height: 31px;
	margin: 0;
	padding: 19px 10px 0 0;
}
#comments .meta li.date a {
	color: #B3B3B3;
}
#comments .meta li.date a:hover {
	color: #999;
}
.comment > * {
	color: #666;
	margin: 20px 0 30px;
}
#comments ul.children {
	border-left: 1px solid #ededed;
	font-weight: normal;
	list-style: none;
	list-style-position: outside;
	margin-left: 34px;
	padding-left: 20px;
}


/* Post A Comment */


#content #post-a-comment {
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	color: #666;
	font-size: 11px;
	margin-top: 40px;
	padding: 50px 60px;
}
#post-a-comment h4 {
	margin-bottom: 24px;
}
#post-a-comment input[type=text], #post-a-comment textarea {
	margin-bottom: 5px;
	width: 230px;
}
#post-a-comment input[type=submit] {
	float: right;
	margin-top: 10px;
}
#post-a-comment textarea {
	line-height: 1.6;
	height: 140px;
	width: 97%;
}
#post-a-comment label {
	font-weight: bold;
	left: 5px;
	position: relative;
	top: 0px;
}
#post-a-comment h3#reply-title {
	font-size: 11px;
	letter-spacing: normal;
}
#post-a-comment h3#reply-title small {
	font-weight: normal;
	font-size: 11px;
}
#content #post-a-comment p	{
	margin: 0;
}

/* Portfolio */


#content .portfolio-thumbnails {
	list-style: none;
	margin: 70px 0 -20px 0;
	width: 960px;
}
.ie7 #content .portfolio-thumbnails	{
	margin-bottom: 50px;
}
#content .portfolio-sidebar	{
	width: 620px!important;
	float: left;
}
.portfolio-thumbnails li {
	float: left;
	margin: 0 20px 40px 0;
	text-align: center;
	width: 300px;
}
.portfolio-thumbnails li.last	{
	margin-right: 0!important;
}
.portfolio-thumbnails img {
	margin-bottom: 5px;
}
.portfolio-thumbnails a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.portfolio-thumbnails a:hover {
	color: #0099ff;
	text-decoration: none;
}
.portfolio-thumbnails span {
	color: #999;
}
.portfolio-thumbnails span a, .portfolio-thumbnails span a:hover {
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}
.portfolio-thumbnails span a:hover {
	background: #fffee5;
	color: black;
}


/* Sidebar */


#sidebar {
	color: #666;
	float: left;
	font-weight: normal;
	list-style: none;
	list-style-position: outside;
	margin-left: 10px;
	position: relative;
	top: 3px;
	width: 300px;
}
#sidebar a {
	color: #f49d2c;
}
#sidebar a:hover {
	color: #0099ff;
	text-decoration: none;
}
#sidebar a.author {
	color: #0099ff;
	font-weight: normal;
}
#sidebar a.author:hover {
	text-decoration: underline;
}
#sidebar h4 {
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 1.5;
	padding-bottom: 12px;
}
#content #sidebar ul {
	color: #666;
	font-weight: normal;
	list-style: none;
	list-style-position: outside;
	margin: 0;
}
#content #sidebar > li li {
	background: url(../assets/general/bullet-arrow.gif) no-repeat center left;
	border-bottom: 1px solid #e5e5e5;
	line-height: normal;
	padding: 7px 0 7px 15px;
}
#content #sidebar .no-bullets li	{
	background: none;
	padding-left: 0;
}
#content #sidebar > li.thumbnails li, .widget_utopian_comments li, .widget_utopian_recent_posts li {
	background: none;
	color: #999;
	line-height: 1.4;
	min-height: 60px;
	padding-left: 0;
}
#content #sidebar > li.thumbnails img, .widget_utopian_comments img, .widget_utopian_recent_posts img {
	clear: left;
	float: left;
	margin: 0 15px 10px 0;
}

#content #sidebar ul.flickr li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	height: 0;
	text-indent: -9999px;
}
#content #sidebar ul.flickr li div {
	display: block;
	width: 75px;
	height: 75px;
	margin: 5px 5px 0 0;
	float: left;
}
#content #sidebar ul.flickr img {
	background: none;
	border: none;
	padding: 0;
}


#sidebar .time {
	font-size: 11px;
}


/* Buckets */


#content #buckets {
	color: #666;
	font-weight: normal;
	left: -10px;
	list-style: none;
	margin: 45px 0 0;
	position: relative;
	width: 960px;
}
#buckets > li {
	float: left;
	margin: 0 10px;
	width: 300px;
}
#buckets h4 {
	font-size: 16px;
	letter-spacing: normal;
	margin: 0 0 20px;
}
#buckets h4 a, #buckets h4 a:hover {
	color: #000;
	text-decoration: none;
}
#buckets p {
	margin: 0;
}
#buckets .icon {
	float: left;
	margin: 0 10px 5px 0;
}


/* ****************************** */
/* FOOTER */


#footer {
	background: #000;
	background: rgba(0, 0, 0, 0.95);
	background: -moz-radial-gradient(50% -80%, farthest-side, rgba(10, 10, 10, 0.95), rgba(0, 0, 0, 0.95));
  	background: -webkit-gradient(radial, 50% -80%, 0, 50% -80%, 500, from(rgba(20, 20, 20, 0.95)), to(rgba(0, 0, 0, 0.95)));
	clear: both;
	color: #333;
	line-height: 1.6;
	margin: 60px 0 0;
	padding: 20px 0 0;
}
#footer .widgets > li > .textwidget > * {
	margin: 10px 0;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;	
}
#footer a:hover {
	color: #3399ff;
	text-decoration: none;	
}

#footer ul.widgets {
	color: #ffffff;
	font-weight: normal;
	list-style: none;
	width: 960px;
}
#footer .widgets > li {
	float: left;
	margin: 0 10px;
	width: 220px;
}
#footer .widgets > li ul {
	list-style: none;
	list-style-position: outside;
}
#footer .widgets > li li {
	padding: 7px 0;
}
#footer .widgets > li h4 {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: normal;
	margin: 10px 0 0;
	font-weight: bold;
}

#footer .widgets h1 {
	color: #666;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-top: 7px;
	font-weight: normal;
}
#footer .widgets h1 sup {
	letter-spacing: normal;
	font-size: 5px;
	position: relative;
	top: 5px;
	vertical-align: top;
	font-weight: normal;
}

#footer .widgets > li ul.social-icons > li {
	border: 0;
	float: left;
	margin-right: 3px;
}
.social-icons a {
	background-image: url(../assets/icons/social-icons.png);
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}
.social-icons a:hover {
	background-position: 0 -16px;
}
.social-icons .facebook a { background-position: -16px 0; }
.social-icons .facebook a:hover { background-position: -16px -16px; }
.social-icons .twitter a { background-position: -32px 0; }
.social-icons .twitter a:hover { background-position: -32px -16px; }
.social-icons .youtube a { background-position: -48px 0; }
.social-icons .youtube a:hover { background-position: -48px -16px; }

#footer #copyright {
	border-top: 1px solid #252525;
	clear: both;
	font-size: 11px;
	padding: 15px 0 30px;
	text-align: right;
}
#footer #copyright a {
	color: #ffffff;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
.footerTextWidgetP12 {
	font-size: 12px;
}
.footerTextWidgetP16 {
	font-size: 16px;
}


/* ****************************** */
/* MISCELLANEOUS */

img.alignleft	{
	float: left;
	margin: 0 10px 5px 0;
}
img.alignright	{
	float: right;
	margin: 0 0 5px 10px;
}
img.alignnone	{
	display: block;
	margin: 0 0 5px 0;
}
img.aligncenter	{
	display: block;
	margin: 0 auto 5px;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1%;
}

.no-margin {
	margin: 0;
}


/* ****************************** */
/* SHORTCODES */

/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:78.7%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin:0; margin-right:4%!important; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.one_half > br, .one_third > br, .two_third > br, .one_fourth > br, .three_fourth > br, .one_fifth > br, .two_fifth > br, .three_fifth > br, .four_fifth > br, .one_sixth > br, .five_sixth > br, .last > br {
	display: none;
}

/* ------- Section ------- */

.utopian_section	{
	width: 100%;
	clear: both;
}

/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */

#wp-calendar table
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
}

#wp-calendar th, #wp-calendar  td {
	padding: 7px 10px;
}

#wp-calendar tr.odd {
	background: #f3f3f3;
}


/*#hwMenuSubTitleH2
{
	font-weight: normal;
	color: #EF6A32;
	margin-bottom: -5px;
	margin-top: -20px;
}
*/
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */

