/*
Theme Name: My DogTulip
Version: 1.0
Author: Ron Z
*/

/* Default styles */
@import "css/reset.css";

/* Defaults */
a{ color: #000000; text-decoration: none;font-weight:bold; }
a:hover{ text-decoration: none;}
body{ font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 1.5em; color: #171717; background: #ffffff; }

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #171717; }
h1{font-size: 20px;} h2{font-size: 19px;} h3{font-size: 16px;} h4{font-size: 15px;} h5{font-size: 14px;} h6{font-size: 14px;}

input, select, textarea{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #171717;}
input[type=text], input[type=password], textarea{padding: 5px; border: 1px solid #ccc;}
textarea{overflow: auto;}


/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; font-weight:bold;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: none;}

.clear{
	clear: both;
	line-height: 0;
}

