/*
 Theme Name: Your Theme
 Version: 1.0
 .

 .
 */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	color: #4a4a4a;
}
.cl {
	clear: both;
}
.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
a {
	color: #4a4a4a;
	padding: 2px;
	margin: 2px;
}
a:hover {
	color: #ffcc00;
	background-color: #4a4a4a;
}
a img {
	border: 0;
}

a.yellow {
	color: #ffcc00;
}

#logo a:hover, .get-list a:hover {
	background: none;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
	padding-left: 10px;
}
h4 {
	font-size: 12px;
	color: #000;
	padding-left: 12px;
}
p {
	padding: 10px;
	font-size: 12px;
}
.wrap {
	width: 960px;
	margin: auto;
	position: relative;
}
.inwrap {
	width: 100%;
	height: 100%;
	z-index: 100;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}
/*
 * Col views
 */
.col2 > div {
	padding: 10px;
	width: 460px;
	float: left;
}
.col3 > div {
	padding: 10px;
	width: 300px;
	float: left;
}
.col1_2 > div:first-child {
	padding: 10px;
	width: 300px;
	float: left;
}
.col1_2 > div+ div {
	padding: 10px;
	width: 620px;
	float: left;
}
/*
 * Header
 */

#logo {
	background: url(img/bg_sprite_horizontal.png) repeat-x;
	background-position: 0 -27px;
	height: 126px;
	width: 100%;
	text-align: center;
}
header {
	background-color: #FFFFFF;
}

#site-title a {
	color: #a4a4a4;
}
#site-description {
	color: #b6b6b6;
}

.social {
	float: right;
	line-height: 27px;
}

.social a:hover {
	background: none;
}

.twitter-follow-button {
	float: right;
	margin-top: 2px;
	width: 180px !important;
	margin-left: 40px;
}

.fb-like, .gp , .fr{
	float: right;
}

.gp  {
	margin-top: 2px;
	margin-bottom: -3px;
}
/*
 * Comments
 */
#comments {
	margin-top: 20px;
	padding-top: 10px;
}
.form-allowed-tags {
	margin: 2px;
	font-size: 11px;
	color: #7a7a7a;
}
#commentform label {
	font-weight: bold;
}
#commentform textarea {
	width: 100%;
}
.form-submit {
	clear: both;
}
/*
 * Breadcrumbs
 */
.breadcrumbs {
	background-color: #f6f6f6;
	border-radius: 6px 6px;
	line-height: 26px;
	font-size: 11px;
	margin-left: 60px;
	margin-bottom: 10px;
	padding: 0 10px;
}
/*
 * Navigation
 */
#access {
	margin-top: -24px;
	background: url(img/bg_sprite_horizontal.png) repeat-x;
	height: 27px;
	width: 100%;
}
#access ul li {
	list-style-type: none;
	float: left;
}
#access a {
	color: #cccccc;
	text-decoration: none;
}
#access a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#access .active a {
	color: #ffcc00;
}
.navlinks {
	margin-left: 20px;
	line-height: 26px;
	font-weight: bold;
}
.navlinks li {
	margin-right: 20px;
}
/*
 * Content
 */
.bg_idea, .bg_contact {
	height: 45px;
	width: 45px;
	margin-top: -60px;
	position: absolute;
}
.bg_idea {
	background: url(img/idea.png) no-repeat;
}
.bg_contact {
	background: url(img/contact.png) no-repeat;
}
#main {
	background-color: #cdcccc;
	background-image: url("img/bg_sprite_horizontal.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	background-position: 0pt -154px;
	width: 100%;
	padding-top: 15px;
}
#main header {
	background: none;
}
#page-content {
	width: 640px;
}
#featured-content {
	position: relative;
	z-index: 100;
}
#featured {
	background: #cdcccc url(img/bg_sprite_horizontal.png) repeat-x;
	background-position: 0 -154px;
	height: 390px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
#featured .strips {
	position: absolute;
	height: 250px;
	width: 100%;
}
#featured .strips .left {
	position: relative;
	width: 2px;
	height: 100%;
	background: url(img/bg_featured.png) no-repeat;
	background-position: 0 0;
	float: left;
	z-index: 1;
}
#featured .strips .right {
	position: relative;
	width: 2px;
	height: 100%;
	background: url(img/bg_featured.png) no-repeat;
	background-position: -2px 0;
	float: right;
	z-index: 1;
}
#featured .inwrap {
	text-align: left;
}
#featured .inwrap h2 {
	margin-left: 10px;
}
.inwrap .ui-tabs-hide {
	display: none;
}
.ui-tabs-nav {
	float: left;
	margin-left: 64px;
	margin-top: 12px;
}
.ui-tabs-nav li {
	list-style-type: none;
	line-height: 27px;
	width: 216px;
	background: url(img/sprite.png) no-repeat;
	background-position: 0 0;
	padding-left: 10px;
	margin-bottom: 4px;
}
.ui-tabs-nav li a:hover {
	background: none;
	color: #222222;
}
.ui-tabs-nav li.ui-tabs-selected {
	background-position: 0 -27px;
}
.ui-tabs-nav li.ui-tabs-selected a {
	color: #FFFFFF;
}
#featured .ui-tabs-panel {
	width: 640px;
	margin-right: 10px;
	float: right;
}
#featured .text, #featured .image {
	float: left;
	padding: 10px;
	font-size: 11px;
}
#featured .text hgroup h3, #featured .text hgroup h4 {
	margin-bottom: 10px;
}
#featured ul, ul.lcstyle {
	padding-left: 20px;
	margin-bottom: 10px;
}
#featured li, ul.lcstyle li{
	padding: 0;
	font-size: 11px;
	color: #FF8C00;
}
#featured li span, ul.lcstyle  li span{
	color: #4A4A4A;
}
#featured .text {
	width: 320px;
}
#featured .image {
	text-align: center;
	width: 280px;
}
#featured .get {
	padding-top: 10px;
	text-align: left;
}
#featured .get-list {
	margin: auto;
}
#featured .get-list li, .get-product-list li {
	list-style-type: none;
	line-height: 16px;
	vertical-align: middle;
	float: left;
	padding: 5px 3px;
	text-align: center;
	color: #4a4a4a;
}
.get-product-list {
	margin: 30px 40px;
}
.get-product-list li {
	line-height: 20px;
	padding: 5px 8px;
}
.get-product-list li a:hover {
	background-color: #CDCCCC;
}
#idea {
	clear: both;
	background-color: #222222;
	height: 148px;
	width: 100%;
}
h3.toggle {
	background: url(img/arrow_right.png) no-repeat;
	line-height: 16px;
	padding-left: 18px;
	margin: 10px 0;
}
h3.toggle.active {
	background: url(img/arrow_down.png) no-repeat;
}
.toggleable {
	display: none;
}
/*
 * Footer
 */

hgroup.title {
	float: right;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
	float: left;
	font-weight: normal;
	font-size: 11px;
}

footer {
	background: #cccccc;
}
#copy {
	background: #222222;
	margin-top: 20px;
	font-size: 11px;
	clear: both;
}
#copy div {
	padding: 0 10px;
}
#copy > div {
	height: 26px;
	line-height: 24px;
}

#copy div div {
	padding: 0 10px;
}

#menu-footer {
	list-style: none;
}

/*
 * Button
 */
div.yellowButton a {
	text-decoration: none;
	background: none;
	border: 0;
	outline: 0;
}
div.yellowButton {
	width: 167px;
	height: 58px;
}
#idea p {
	padding-top: 0;
}
#idea > div > div {
	padding-top: 30px;
	margin: auto;
	float: right;
	width: 167px;
	text-align: center;
}


.cookies {
    background-color: #DDDDDD;
    border-bottom: 1px solid #888888;
    color: #888888;
    font-size: 12px;
    line-height: 2em;
    max-width: 100%;
    transition: all 400ms ease 0s;
	padding: 10px;
}

.cookies:hover {
    background-color: #FFFFFF;
}

.cookies-wrap {
    margin: auto;
    max-width: 1000px;
    padding-right: 44px;
}


.cookies-wrap span a {
    float: none !important;
    font-size: 12px;
    font-weight: normal;
    margin-right: 0;
	background-color: transparent !important;
	padding: 0;
	text-decoration: none;
}

.cookies-wrap a {
    float: right !important;
    font-size: 24px;
    font-weight: bold;
    margin-right: -30px;
	background-color: transparent !important;
	text-decoration: none;
	margin-top: -0.2em;
}

.SintelLogo:hover {
	background-color: transparent;
}

.SintelLogo img {
	margin-top: 10px;
}