/*
Theme Name:	Graymar
Description: A Wordpress theme for Graymar.
Author:	Wordswell
*/

/* ------------|Defaults------------ */
body {  
	background: #b9bab3 url(./images/bg.jpg) repeat-x 13px 0;
	font-family: Helvetica,Arial,san-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 17px;
	text-align: center;
}

a:link, a:hover, a:visited, a:active {  
	font-family: Helvetica,Arial,san-serif;
	font-size: 12px; 
	color: #5596da;
}

img {
	border:	0;
	display: block;
}

h1 {
	margin: 10px 0;
}
h2 {
	font-size: 23px;
	color: #333;
	margin: 0 0 4px 17px;
	padding-bottom: 3px;
}
h3 {
	font-size: 18px;
	color: #a1c375;
	margin-bottom: 0;
}
h4 {
	background-color: #98bd6f;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding: 3px 0 2px;
}
h5 {
	font-size: 16px;
	color: #333;
	margin: 0 0 3px;
}

/* ------------|Classes------------ */
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

.alignright {
	float: right;
	display: inline;
}
img.alignright {
	margin: 0 0 6px 6px;
}
.alignleft {
	float: left;
	display: inline;
}
img.alignleft {
	margin: 0 6px 6px 0;
}
.aligncenter, .aligncenter * {
	margin: 0 auto;
	text-align: center;
}

.alt, .linklove {
	position: absolute;
	left: -9999px;
}

.wrapper {
	width: 938px;
	margin: 0 auto;
	text-align: left;
}

/* ------------|Structure------------ */
#topbar {
	background: transparent url(./images/topbar.jpg) repeat-x;
	width: 100%;
	height: 13px;
}

#header {
	background: transparent url(./images/header.jpg) no-repeat;
	width: 100%;
	height: 98px;
	margin: 22px 0 17px;
}

#content-area {
	background-color: #fff;
	width: 938px;
	margin: 0 auto 22px;
	padding: 14px 0 60px;
}

#footer {
	background: transparent url(./images/bg-footer.jpg) repeat-x;
	width: 100%;
	height: 153px;
	border-top: 9px solid #fff;
}

/* ------------|Header------------ */
#header h1 a {
	float: left;
	display: block;
	width: 220px;
	height: 88px;
	margin: 7px 0 0 7px;
}
#header p {
	background: transparent url(./images/phone.jpg) no-repeat 0 50%;
	margin: 7px 0 -30px 780px;
	font-size: 16px;
	color: #8e8e8e;
	height: 21px;
	padding: 4px 0 0 24px;
	position: relative;
}

#header ul {
    float: right;
    display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li {
	float: left;
	display: inline;
}
#header ul li a {
	display: block;
	height: 81px;
	padding: 0 22px;
	text-decoration: none;
	color: #4392d1;
	margin-top: 15px;
	line-height: 110px;
	font-size: 16px;
	border-left: 2px solid #fff;
}
#header ul li.page-item-2 a {
	padding-right: 38px;
}
#header ul li a:hover {
	color: #a1c375;
}
#header ul li.current_page a {
	background: transparent url(./images/bg-menu-hover.jpg) repeat-x;
	color: #a1c375;
}
#header ul li.page-item-2.current_page a {
	background: transparent url(./images/bg-menu-hover-last.jpg) no-repeat;
}

/* ------------|Holder------------ */
#holder {
	float: left;
	display: inline;
	width: 687px;
	margin: 0 22px 0 15px;
}
#title-img {
	/*margin: 17px 0 22px;*/
	margin:0 0 15px 0;
}

/* ------------|Subnav------------ */
#subnav {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;	
}
#subnav h3 {
	margin: 5px 0;
}
#subnav ul {
	margin: 0 0 18px;
	padding: 5px 0 0;
	list-style: none;
	border-top: 1px solid #000;
}
#subnav ul li a {
	color: #babbb4;
	text-decoration: none;
}
#subnav ul li a:hover, #subnav ul li.current_page_item a {
	color: #000;
}

/* ------------|Content------------ */
#content-area h3 {
	margin: 10px 0;
	padding-left:0px;
}
#content {
	float: left;
	display: inline;
	border: 1px solid #64a5d9;
	padding-bottom: 40px;
}
#content.narrow {
	width: 524px;
}
#content.wide {
	width: 688px;
}

#content #title {
	background: #74c2ed url(./images/bg-title.jpg) repeat-x 0 100%;
	padding: 17px 0;
	border-bottom: 9px solid #a8ca79;
}
#content #title p {
	color: #fff;
	margin: 0 0 0 17px;
}

#content p {
	margin: 14px 17px 0;
}

#content #description {
	float: left;
	display: inline;
	width: 420px;
}
#content #description h2 {
	margin-top: 4px;
}

/* ------------|Sidebar------------ */
#sidebar {
	float: left;
	display: inline;
	width: 190px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li.featured-product {
	background: #fff url(./images/bg-featured-product.jpg) repeat-x 0 100%;
}
#sidebar li.featured-product a.aligncenter {
	color: #687178;
	text-decoration: none;
	text-align: center;
}
#sidebar li.featured-product p {
	width: 160px;
	margin: 14px auto;
	color: #687178;
}
#sidebar li.featured-product p a.product {
	color: #687178;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#sidebar li.featured-product p a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#sidebar li.featured-product p a:hover {
	text-decoration: underline;
}

/* ------------|Footer------------ */
#footer ul {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	height: 112px;
}
#footer ul li {
	background: transparent url(./images/footer-separator1.jpg) no-repeat 100% 0;
	float: left;
	display: inline;
	margin-left: 24px;
	color: #fff;
}
#footer ul ul {
	margin: 0;
}
#footer ul li li {
	background: transparent;
	float: none;
	display: block;
	margin: 0;
}
#footer ul li a {
	color: #333;
	margin-left: 4px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li#recent-posts li {
	margin-bottom: 5px;
}
#footer ul li#recent-posts span.footer-date {
	float: left;
	display: inline;
	width: 32px;
	color: #000;
}
#footer ul li#recent-posts p {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	width: 240px;
}

#footer li#bottom-nav {
	width: 157px;
}
#footer li#bottom-nav a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	margin: 0;
}
#footer li#bottom-nav a:hover {
	color: #666;
}

#footer li#sm {
	width: 140px;
	margin-left: 0;
}
#footer li#sm p {
	margin: 0;
}
#footer li#sm a {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	margin-left: 8px;
}
#footer li#sm a:hover {
	background-position: 0 100%;
}
#footer li#sm a.twitter {
	background-image: url(./images/twitter.png);
}
#footer li#sm a.facebook {
	background-image: url(./images/facebook.png);
}
#footer li#sm a.rss {
	background-image: url(./images/rss.png);
}
#footer li#sm a.email {
	background-image: url(./images/email.png);
}

#footer li#recent-posts {
	width: 300px;
}
#footer li#recent-posts li {
	width: 290px;
}

#footer li#contact-us {
	width: 212px;
	background: transparent url(./images/map.png) no-repeat 100% 8px;
	font-size: 11px;
	color: #fff;
}
#footer li#contact-us p {
	margin: 0;
}
#footer li#contact-us a {
	text-decoration: underline;
}

/* ------------|Copyright------------ */
#copyright {
    clear: both;
	background-color: #fff;
	width: 100%;
	height: 33px;
}
#copyright p {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}
#copyright #ww {
	background-image: url(./images/ww.jpg);
	width: 21px;
	height: 19px;
	margin: 0 3px;
	padding: 2px 9px;
}


/*---For Blog-----*/
/* new classes */
.spacer{height:0; width: 100%; clear: both; margin:0; padding:0; overflow:hidden }

.block			{width:908px; margin:0 auto; background:#ffffff url(./images/right.gif) repeat-y right top; padding:0 0 75px 24px;}
.leftp			{width:650px; float:left; padding:25px;}
.rightp			{width:206px; float:right;background:#b5b6ae;margin-top:-14px;padding-bottom:0px;}

.one-post		{background:url(./images/post-border.gif) repeat-y left top; padding:0 0 0 15px; margin:0 0 30px 0;}
.one-post p 	{color:#999999; font-size:13px; font-family:Arial, Helvetica, sans-serif; padding-bottom:10px; margin:0;font-weight:normal;}
.one-post p span 	{margin:15px 0; padding:0; color:#1a0000; font-size:13px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.one-post h1	{font-family:Arial, Helvetica, sans-serif; font-size:35px; margin:13px 0; line-height:25px; color:#5fb4e4;}
.one-post h2	{font-family:Arial, Helvetica, sans-serif; font-size:31px; font-style:italic; margin:10px 0; line-height:25px; color:#5fb4e4;}
.one-post h3	{font-family:Arial, Helvetica, sans-serif; font-size:25px; margin:10px 0; line-height:25px; color:#5fb4e4;}
.one-post h4	{font-family:Arial, Helvetica, sans-serif; font-size:20px; margin:10px 0; line-height:25px; color:#5fb4e4; background:none; text-align:left;}
.one-post h5	{font-family:Arial, Helvetica, sans-serif; font-size:18px; margin:10px 0; line-height:25px; color:#5fb4e4;}
.one-post h6	{font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:10px 0; line-height:25px; color:#5fb4e4;}
.one-post ul, .one-post ol {color:#999999}
.one-post a.share	{background:url(./images/share.gif) no-repeat left top; font-size:15px; color:#47844f; padding: 2px 0 4px 27px; text-decoration:none; font-weight:bold}

.rightp-t		{background:#5fb4e4; padding:20px 0; text-align:center;}
.rightp-t h2	{font-family:Arial, Helvetica, sans-serif; font-size:23px; font-style:normal; margin:0 0 6px 0; line-height:25px; color:#ffffff;}
.rightp h3		{font-family:Arial, Helvetica, sans-serif; font-size:19px; margin:0 0 3px 0; line-height:20px; font-weight:bold; color:#000000; padding:23px 0 12px 23px;}
.rightp h4		{font-size:15px;font-family:Arial, Helvetica, sans-serif;font-weight:bold; color:#ffffff; padding:0 0 0 35px;}
.rightp p		{color:#fffefe; font-size:13px;padding:0 10px 0 10px;} 
.rightp a		{color:#333333; text-decoration:none;}
.rightp a:hover span	{text-decoration:underline;}
.rightp ul		{padding:0 0 0 9px; margin:0;list-style: none;}
.rightp ul.fl	{width:45%; float:left;list-style: none;}
.rightp ul.f7	{width:45%; float:right;}
.rightp ul li	{color:#fffefe; font-size:13px; background:url(./images/marker.gif) no-repeat left 5px; padding:0 0 0 16px; line-height:17px;} 
.rightp ul li.onn	{background: url(./images/markeron.gif) no-repeat left 4px;}
.rightp ul ul li{ color:#333333; font-size:12px; background: url(./images/marker2.gif) no-repeat left 4px;}

.tags a			{font-size:24px; font-weight:bold; color:white;}
.tags small	a	{font-size:17px;}
.tags span a	{color:#333333;}
.tags 			{padding:0 0 0 35px;}

.widget {list-style: none;}
.widget ul li a {color:#FFF;text-decoration:none;font-weight:normal;}
.widget ul li a:hover {text-decoration:underline;}
.widget div a {color:#333333;}
.widget div {padding:7px;}
.widgettitle{padding:7px !important;}
.pagetitle{padding-bottom:20px;}
