/*  
	Theme Name: myThemes
	Theme URI: http://mythem.es
	Description: premium theme from myThemes
	Version: 0.0.1
	Tags: buddypress
	Author: myThemes
	Author URI: http://mythem.es
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor{

}

/* HEADER */
div.blue-line{
	background: #047fe3;
	border-top: 1px solid #000;
	border-bottom: 1px solid #3ca1f4;
	padding: 1px 0px 0px 0px;
	height: 3px;
}
div.middle-line{
	background-image: url(media/images/middle.line.png);
	height: 1px;
	width: 946px;
	margin:0px auto;
}

header div.dark{
	height: 64px;
}

header div.dark div.mask{
	background-color: transparent;
	background-image: url('media/images/dark.mask.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 64px;
}
header hgroup h1{
    margin-top: 0px;
}
header hgroup a{
    background-image: url("media/images/logo.png");
    float: left;
    height: 31px;
    overflow: hidden;
    margin-top: 16px;
    width: 145px;
    text-indent: 200px;
}


header nav ul{
    max-width: 515px;
    max-height: 22px;
	margin-bottom: 0px;
    overflow: hidden;
    text-align: right;
}
header nav.first{
	margin-top: 20px;
}
header nav.first ul li{
	margin: 0px 8px;
}
header .dark nav a:hover{
	text-decoration: none;
}
header nav.first a{
	color: #89c4f4;
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-shadow: -1px 1px 1px #000;
	text-transform: uppercase;
}
header nav.first li.current a,
header nav.first a:hover{
	color: #fff;
}

header nav.second {
	background: #047fe3;
	border: 1px solid #000000;
	margin: 10px 0px 0px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header nav.second ul{
	border: 1px solid #3ca1f4;
	padding: 6px 0px;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;

}
header nav.second ul li{
    float:left;
	border-left: 1px solid #2999f4;
	margin: 0px;
}
header nav.second.inline ul li{
	padding: 1px 15px;
}
header nav.second ul li:first-child{
	border-left: none;
	border-right: 1px solid #055494;
	font-weight: 500;
}
header nav.second ul li,
header nav.second ul li a{
    font-family: "PT Sans Narrow","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
	color: #fff;
}
header nav.second ul li a:hover{
    text-decoration: underline;
}

header div.silver{
	background-color: #444444;
	background-image: url('media/images/silver.mask.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #ffffff;
	height: 43px;
}

nav.category{
	margin: 8px 30px 0px 0px;
}
nav.category ul li{
	border-left: 1px dotted #555555;
	padding: 0px;
}
nav.category ul li:first-child{
	border-left: none;
}
nav.category li a{
	display: inline-block;
	color: #9a9a9a;
	padding: 0px 10px; 
}

nav.category li.current a,
nav.category li a:hover{
	color: #dfdfdf;
}

header div.silver form{
	margin: 4px 0 0 0px;
	padding:1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #444444 -webkit-gradient(linear, left top, left bottom, from(#444444), to(#5c5c5c)) no-repeat;
	background: #444444 -moz-linear-gradient(top, #444444, #5c5c5c) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#5c5c5c) no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#5c5c5c)" no-repeat;
}
header div.silver form fieldset{
	border: 1px solid #2d2d2d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header div.silver form input[type="text"]{
	border-right: 1px solid #2d2d2d;
	border-left: none;
	border-top: none;
	border-bottom: none;
	color: #ababab;
	margin: 0px;
	webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
header div.silver form input[type="text"]:focus{
	color: #454545;
}

header div.silver form button.add-on[type="submit"]{
	border: 1px solid #c0e824;
	width:47px;
	height: 28px;
	webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-color: #9cbc20;
	background: #9cbc20 -webkit-gradient(linear, left top, left bottom, from(#adc746), to(#9cbc20)) no-repeat;
	background: #9cbc20 -moz-linear-gradient(top, #adc746, #9cbc20) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adc746, endColorstr=#9cbc20) no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#adc746, endColorstr=#9cbc20)" no-repeat;
}

header div.silver form button.add-on[type="submit"]:hover{
	background-color: #91af1e;
	background: #91af1e -webkit-gradient(linear, left top, left bottom, from(#adc746), to(#91af1e)) no-repeat;
	background: #91af1e -moz-linear-gradient(top, #adc746, #91af1e) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adc746, endColorstr=#91af1e) no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#adc746, endColorstr=#91af1e)" no-repeat;
}
header div.silver form button[type="submit"] i{
    display:block;
    width: 13px;
    height: 11px;
    margin: auto;
    background-image: url(media/images/search.png);
    background-position:  center center;
    background-repeat: no-repeat;
}


/* CONTENT */
div.title h1{
    margin-bottom: 60px;
}
div.content{
	padding: 30px 0px;
	background-image: url(media/images/pattern.paper.png);
	min-height: 750px;
}
.block.page{
	padding-bottom: 60px;
}
.panel{
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 9px;
	margin-bottom: 30px;
}
.panel.padding{
	padding:29px;
}

.coll{
	float: left;
	width: 260px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.coll.large{
	float: left;
	width: 300px;
}
.coll.large h2{
    font-size: 48px;
}
.coll.full{
	width: inherit;
	float: none;
	display: block;
	margin: 0px 30px;
}
.coll.text{
	margin-top:30px;
}
.coll p{
	color: #969696;
	margin: 0px;
}

/* PANEL WELCOME */
.panel.welcome h1{
	margin-bottom: 0px;
}
.welcome .signup-button .input-append{
	margin-left: 35px;
}

.welcome .myaccount-button{
	display: block;
	margin-top: 23px;
}
h3.latest-items{
    margin-top: 0px;
    margin-bottom: 5px;
}

/* HEADLINES */
h2.our-wordpress-themes{
	text-align: center;
	margin-top: 40px;
}
h2.our-wordpress-themes.second{
	margin-top: 80px;
}

h2.our-wordpress-themes + p{
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
}

/* OUR ITEMS */
.grid{
	padding:20px 0px 0px 0px;
}
.grid div.title{
	float: left;
	display:inline-block;
	width: 300px;
	height:142px;
	margin:0px 30px 20px 0px;
}
.grid div.title h2{
	font-weight: bold;
	font-size:42px;
	line-height: 45px;
	margin: 30px 0px 10px 40px;
	text-transform: uppercase
}
.grid div.title h2,
.grid div.title h3{
    margin: 30px 0px 10px 40px;
}
.grid div.title p{
	color: #a0a0a0;
	font-family: Verdana,Arial,sans-serif;
	font-size:12px;
	margin: 0px 0px 0px 37px;
	letter-spacing:1px;
}

.grid .box{
	float: left;
	display:inline-block;
	width: 280px;
	height:142px;
	margin:0px 30px 20px 0px;
}
.grid .box.end-row{
	margin-right: 0px;
}

.grid .box img{
	width:280px;
	height: 142px;
	margin:0px;
	padding:0px;
}
.grid .box header{
	display:none;
	position: absolute;
	margin:-142px 0px 142px 0px;
	background-image: url('media/images/brillant.png');
	width:280px;
	height: 142px;
}
.grid .box:hover header{
	display:block;
	cursor: pointer;
}

.grid .box header span.delimiter{
	font-family: "PT Sans Narrow","Helvetica Neue",Arial,sans-serif;
	display: block;
	background-repeat:no-repeat;
	background-position: top center;
	margin:10px auto;
	text-align: center;
	font-size: 16px;
        font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.grid .box header a{
	font-family: Verdana,Arial,sans-serif;
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.grid .box header a:hover{
	font-family: Verdana,Arial,sans-serif;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	opacity: 1;
	filter:alpha(opacity=100);
}
.grid .box header h3,
.grid .box header h3 a,
.grid .box header h3 a:hover{
	color: #c0e824;
        font-size: 12px;
	margin: 33px auto 0px auto;
        padding: 0px;
        width: 90%;
        line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
        opacity: 1;
	filter:alpha(opacity=100);
}
.grid .box header h3 a,
.grid .box header h3 a:hover{
    display: inline;
}

.grid .box header h3.middle{
    margin: 50px 0px 0px 0px;
}


.gallery-grid .box.panel{
    background-color: #f6f6f6;
    border: 1px dashed #fff;
}

.gallery-grid .box.panel header{
    display:none;
	position: absolute;
	margin:-142px 0px 142px 0px;
	background-image: url('media/images/brillant.png');
	width:280px;
	height: 142px;
}

.gallery-grid .box.panel:hover header{
    display: block;
}

.gallery-grid .box.panel .zoom{
    background-image: url('media/images/zoom.png');
    margin: 50px auto;
    width: 44px;
    height: 43px;
}

/* PAGINATION */
nav.pagination{
	display: block;
	margin-top:15px;
	height: 20px;
}

nav.pagination ul{
	float: right;
	list-style: none;
	margin: 0px;
	padding:0px;
}

nav.pagination li{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

nav.pagination li a{
	color: #9d9d9c;
}
nav.pagination li a:hover{
	color: #0372cc;
}

nav.pagination li a.prev:hover,
nav.pagination li a.next:hover{
    color: #ffffff;
}

nav.pagination.front-page{
	text-align: center;
	height: auto;

	margin-top: 40px;
  	margin-bottom: 30px;
}
nav.pagination.front-page ul{
	float: none;
	display: inline-block;
}
nav.pagination.front-page li{
	padding: 0px;
}
nav.pagination.front-page li a.button.small.blue{
	color: #ffffff !important;
	display: block;
	font-family: Helvetica, Arial, sans-serif, serif;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	color: #9d9d9c;
	padding: 10px 30px;

	letter-spacing: 1px;
	text-transform: uppercase;
}


/* LIST CHECK */
ul.list-check{
	list-style: none;
	margin: 27px 0px 25px 0px;
	padding:0px;
}

ul.list-check li{
    color: #333333;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin-top: 6px;
    height: 15px;
    line-height: 15px;
    padding-left: 23px;
}
article.hentry ul.list-check li{
    height: auto;
    line-height: normal;
}

article.hentry ul.list-check li ol,
article.hentry ul.list-check li ul{
    margin-left: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}
article.hentry ul.list-check li ul{
    list-style: disc;
}
article.hentry ul.list-check li ul li,
article.hentry ul.list-check li ol li{
    padding: 0px;
}
.dark ul.list-check li{
    color: #ffffff;
}

ul.list-check li i{
	position: absolute;
	width: 12px;
	height: 12px;
	margin: 2px 23px 0px -23px;
	background-image: url('media/images/list-check.png');
	background-repeat: no-repeat;
	background-position: 0px -12px;
}

.dark ul.list-check li i{
    background-position: 0px 0px;
}
ul.list-check li:first-child{
	margin-top: 0px;
}

img.avatar.photo{
    background-image: url('media/images/gravatar.png');
}

/* EXCLUSIVE SERVICES */
div.exclusive-services h3{
	margin-top: 35px;
	text-align: center;
}
div.exclusive-services h3 + p{

	color: #999999;
	font-size: 13px;
	text-align: center;
}

div.exclusive-services h3 + p strong{
	color: #000000;
}

div.exclusive-services .coll{
	width: 380px;
	margin-top: 32px;
	margin-left: 80px;
}
div.exclusive-services .coll ul{
	margin-top: 0px;
}
div.exclusive-services .coll ul li{
	font-size: 12px;
	line-height: 20px;
	height: auto;
}
div.exclusive-services .coll ul li i{
	margin-top: 4px;
}
div.exclusive-services .coll p.exclusive-notify{
	color: #999999;
	font-size: 12px;
}

div.exclusive-services .coll a.button{
	margin-top: 20px;
}

/* FOOTER */
footer div.blue-line{
	border-top: none;
}
footer div.dark{
	padding-top: 15px;
    padding-bottom: 10px;
}
footer div.dark p{
    margin-top: 1px;
    margin-right: 5px;
	color: #d0d0d0;
}
footer div.dark p,
footer div.dark nav{
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
    margin-top: 5px;
	text-transform: uppercase;
}
footer nav ul{
    max-height: 20px;
    max-width: 630px;
    overflow: hidden
}
footer div.dark nav li{
	border-left: 1px dotted #454545;
}
footer div.dark nav li:first-child{
	border-left: none;
}

footer div.social a{
    background-image: url(media/images/social.png);
    display: inline-block;
    height: 32px;
    margin-left: 3px;
    width: 32px;
    opacity: 0.9;
	filter:alpha(opacity=90);
}

footer div.social a:first-child{
    margin-left: 0px;
}
footer div.social a.twitter{
    background-position: 0px 0px;
}

footer div.social a.facebook{
    background-position: 64px 0px;
}

footer div.social a.rss{
    background-position: 32px 0px;
}

footer div.social a:hover{
    opacity: 1;
	filter:alpha(opacity=100);
}

/* WORDPRESS */
.alignleft{
    float:left;
    margin:0px 15px 10px 0px;
}
.alignright{
    float:right;
    margin:0px 0px 10px 15px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto !important;
    margin-right:auto !important;
	text-align: center;
}

/* MY THEMES CLASSES */
.no-margin-top{
    margin-top: 0px !important;
}
.no-margin-bottom{
    margin-top: 0px !important;
}