/*
Theme Name: OneVet
Theme URI: http://ionutpopescu.com & http://fixmypc.ro
Description: Theme for onevet.ro
Version: 1.1
Tags: blue
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #d9d9d9;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 1.2;

}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;	
}

.padding {
	padding:20px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
.entry-content div {margin-top:10px;}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}
body {
	background:url(images/bg_01.png) top center no-repeat #d9d9d9;
	font-family:Tahoma;
}
.header_bar {
	height:32px;
	background:#232323;
	width:100&;
	overflow:hidden;
}
.header_bar p {
	font-size:14px;
	padding-top:6px;
	color:#FFF;
}
#main {
	background:#FFFFFF;
}
#menu {
	width:940px;
	height:58px;
	background:url(images/menu.png) no-repeat;
}

h1 {font-size:36px;color:#222;margin:10px 0;line-height:0.8;}
h1.homeh1{font-size:50px;}
h2 {font-size:24px;color:#222;}
h3 {font-size:18px;color:#222;}

.home_left {
	width:300px;
	margin-right:20px;
	float:left;
}
.blue {
	color:#0091f7;
}

a {
	color: #C08;
}

a.button {
    background: transparent url('images/button_02.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font-size:12px;
    height: 27px;
    margin-right: 6px;
    padding-right: 18px;
    text-transform: uppercase;
text-decoration:none;
}

a.button span {
    background: transparent url('images/button_01.png') no-repeat;
    display: block;
    line-height: 20px;
    padding: 2px 0 5px 18px;
	text-decoration:none;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:hover > span {
    background-position: bottom left;
    line-height: 20px;
}

.footer_bar {
	background:url(images/main_bottom.png) no-repeat;
	width:940px;
	height:27px;
	display:block;
}

#footer ul li {
	list-style:none;
}
#footer ul li a {
	float:left;
	margin-right:10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
}
.menufooter {
	width:600px;
	float:left;
}
.copyright {
	float:right;
	padding-top:20px;
	width:300px;
	padding-bottom:20px;
}
.copyright a{float:left;margin-right:10px;}
.copyright p {line-height:1.2;margin-top:12px;color:#333;}

/* =Menu
-------------------------------------------------------------- */
p {line-height:1.2;}
#access {
	background: none;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-custom-container,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-custom-container ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-custom-container li,
div.menu li {
	float: left;
	position: relative;
}
#access ul li {
	margin-right: 5px;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 66px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access li a {
    color: #FFF;
    display: block;
    float: left;
    font-size:15px;
    height: 66px;
    margin-right: 0px;
    padding-right: 15px;
    text-transform: uppercase;
	margin-top:-8px;
}

#access ul ul li {
	margin-top:0px;
}

#access ul ul li a {
	margin-top:-8px;
	margin-bottom:8px;
}

#access li a span {
    display: block;
    line-height: 75px;
    padding: 0px 0 0px 15px;
}


#access li.current_page_item a, #access li.current_page_parent a {
	background: transparent url('images/li_right.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font-size:15px;
    height: 66px;
    margin-right: 0px;
    padding-right: 15px;
    text-transform: uppercase;
	margin-top:-8px;
}
#access li.current_page_item a span, #access li.current_page_parent a span {
    background: transparent url('images/li_left.png') no-repeat;
    display: block;
    line-height: 75px;
    padding: 0px 0 0px 15px;
}
#access li:hover > a {
    background: transparent url('images/li_right.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font-size:15px;
    height: 66px;
    margin-right: 0px;
    padding-right: 15px;
    text-transform: uppercase;
	margin-top:-8px;
}

#access li:hover > a span {
    background: transparent url('images/li_left.png') no-repeat;
    display: block;
    line-height: 75px;
    padding: 0px 0 0px 15px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul li a, #access ul li.current_page_item ul li a, #access ul li.current_page_parent ul li a  {
	background: transparent;
	line-height: 28px;
	width: 245px;
	
	height:30px;
}

#access ul ul li a span, #access ul li.current_page_item ul li a span, #access ul li.current_page_parent ul li a span {
	background: url('images/submenu.png') no-repeat transparent;
	line-height: 28px;
	width: 245px;
	height:30px;
	font-size:12px;
}


#access ul ul li:hover > a, #access ul li.current_page_item ul li:hover > a, #access ul li.current_page_parent ul li:hover > a   {
	background: transparent;
	line-height: 28px;
	width: 245px;
	height:30px;
}

#access ul ul li:hover > a span, #access ul li.current_page_item ul li:hover > a span, #access ul li.current_page_parent ul li:hover > a span {
	background: url('images/submenu2.png') no-repeat transparent;
	line-height: 28px;
	width: 245px;
	font-size:12px;
	height:30px;
}


#access ul ul li :hover > a {
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.homebutton img {

top:5px;position:relative;

}
.left {float:left;}
.right {float:right;}
#newsletterForm {
	float:left;
	margin-top:2px;
	margin-left:10px;
}
#email_newsletter {
	float:left;
	width:171px;
	height:19px;
	padding:5px;
	font-size:10px;
	border:0px;
	background:url(images/newsletter.png) no-repeat;
}
#go {
	float:left;
	width:29px;
	height:27px;
	background:url(images/go.png) no-repeat;
	border:0px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#top_menu ul{
	margin:0px;
	width:200px;
	padding:0px;
	float:right;
	margin-top:6px;
	margin-right:0px;
}
#top_menu ul li {
	list-style:none;
	float:left;
}
#top_menu ul li a {
	color:#FFF;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	padding:0 10px;
	text-decoration:none;
	border-right:1px solid #FFF;
}

#top_menu ul li a.last {
  border-right:none;
  }
.last_menu{
	width:245px;
	height:16px;
	background:url(images/menu_footer.png) no-repeat;
	display:block;
}

.colprod {
	width:246px;
	height:587px;
	background:url(images/tab.png) no-repeat;
	overflow:hidden;
	position:relative;
	display:block;
	float:left;
	padding:0 20px;
	line-height:0.7;
}
.colprod a.button {
	bottom: 15px;
	left: 20px;
	position:absolute;
}
.marginright {
	margin-right:20px;
}
body p {line-height:1.2;}
.entry-content div._mcePaste {line-height:1.2;}
.colprod h2 {margin:10px 0;margin-top:15px;}
.colprod img {margin-bottom:10px;}
.colprod p {line-height:1.2;}
.customcontent {
	margin-top:20px;
	margin-left:-20px;
	padding-left:20px;
	padding-top:20px;
	width:920px;
	background:url(images/despartitor.png) top center no-repeat;
}
.video {
	padding:20px 7px;
}
.video_top {
	width:885px;
	height:29px;
	background:url(images/video_top.png) top center no-repeat;
	display:block;
}

.video_main {
	width:845px;
	padding:0 20px;
	background:url(images/video_main.png) repeat-y;
	display:block;
}

.video_bottom {
	width:885px;
	height:29px;
	background:url(images/video_bottom.png) bottom center no-repeat;
	display:block;
}

.alignleft {float:left;padding-right:20px;}
.alignright {float:right;padding-left:20px;}