/*
Theme Name: FONEMED
Version: 1.0
Author: blue sky designs
Author URI: http://www.blueskydesigns.net/
*/

html, body {
	margin : 0;
	margin-top: 0px;
	padding : 0;

}
body {
	color : #6C6C6C;
	background : #E0E1E1 url(images/bg.jpg) repeat-x;
	background-position:top;
	width : 100%;
	font : 90% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;

}
			/*links*/
a:link, a:visited {
	color : #3A4A5B;
	background : transparent;
	text-decoration : none;
}
a:hover {
	color : #48749F;
	text-decoration : none;
}
a:active {
	color : #4A5560; 
	text-decoration : none;
}
			/*container*/
#container {
	width : 1000px;
	margin : 0 auto;
	background : #ffffff;
	background-repeat: repeat;
	border-top : 1px solid #656565;
	border-bottom: 1px solid #656565;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
	
	
}

#content a:link {
	color:#345F19;
	font-weight:bold;	
}


			/*header*/
#top {
	background : #ffffff url(images/logo.gif);
	float: left;
	width: 1000px;
	height: 168px;
	color : #ffffff;
}

.navUtil li {
	display: inline;
	padding: 5px 10px 10px 20px;
}

.navUtil  {
	
	margin: 0; 	
	width:980px;	
	height:27px;	
	list-style-type: none;	
	list-style-image: none;		
	font-family: Futura,Times New Roman, Verdana;
	color: #000000;
	font-size: 90%;
	font-weight:bold;
	padding: 5px 10px 10px 20px;
	text-align:right;   	
	background-repeat:no-repeat;
	 
	 
	}

#main_nav {
	width: 550px;
	margin-left : 275px;
	margin-top : 25px;
	background : #ffffff;
}

#text_links {
	list-style-type: none;	
	list-style-image: none;
	background : #ffffff;
}

			/*main content*/
			
.main_header {
		color: #ffffff;
		padding: 125px 40px 50px 20px;
		line-height: 1.5;
}
#content {
	float:left;
	width: 500px;
	margin-left : 225px;
	margin-top : 25px;
	background : #ffffff;
}

.content .clear { 
	clear: right; 
} 


#comments {
	width: 500px;
	height: 25px;
}

			/*left sidebar*/
#leftnav {
	float : left;
	width : 50px;
	margin-top : 20px;
	margin-left: 10px;
	line-height: 1.5;
}

#leftnav p {
	margin : 0 0 1em 0;
}

#leftnav ul li{
	list-style-type:square;
	color: #809E53;
	font-size:12px;
	margin: -5px;
}

			/*right sidebar*/
#rightside {
	float:left;
	width : 230px;
	margin-top : 20px;
	background : #ffffff;
	
}

.sidebar-blog {
	float:left;
	width: 180px;
	margin-top : 20px;
	margin-left:20px;
	background : #ffffff;
	font : 85% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	
	
}

			/*columns*/
#columnbox {
	width: 700px;
	height: 250px;
	margin:0;
}			
.col3,.col3center {
	margin:20px 0;
	margin-left:2%;
	float: left;
	width: 28.5%;
	height:200px;
	border: 1px solid #eee;
	background : #F7FAFB url(images/column.gif) no-repeat;
}
.col3center {
	margin: 20px 3%;
}
.photos a,.films a,.music  a {
	color:#385E6E;
}
.photos a:hover,.films a:hover,.music  a:hover {
	color:#809E53;
}
			/*footer*/
#footer {
	height:93px;
	margin-top: 30px;
	clear : both;
	font-size : 0.9em;
	background : #ffffff url(images/footer.gif) no-repeat;
}
#footer img {
	float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
	margin : 0;
}
/* end */
#footer p {
	padding-left : 15px;
}
#footer a {
	color:#3D5965;
}
			/*typography*/
img {
	border : none;

}

p {
	padding: 0 1em;
	line-height: 1.5;
}
h1 {
	margin : 100px 0 0 30px;
	font-size : 175%;
	
}

h2 {
	margin : 5px 0 1em 0;
	font-size : 160%;
	font-weight:bold;
	color: #476F99; 
}

h3 {
	margin : 5px 0 1em 0;
	font : 140%;
	color: #385E6E;
	font-weight:bold;
}
.quote {
	border-top : 1px solid #808080;
	padding : 10px;
}
			/*search & login*/
#search {
	margin: 0 50px 0 0;
	float: right;
	color:#000;
}
legend {
	font-weight:bold;
	color:#fff;
}
.txtBox {
	background:#F7FAFB;
}
			/*clearer*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}
.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
.alignleft {float:left;}
.alignright {float:right;}


/* Contact Forms */


.formLblSm, .formRequired {
	font-family: arial,geneva,helvetica,sans-serif; font-size: 11px; font-weight: bold;
	color: #000000;
	padding: 5px 5px 1px 3px;
	text-align: right;
}

.formLblSm {
	color: #585550;
	font-size: 11px; font-weight: bold;
	padding-left: 6px;
}

.formRequired {
	color: #990000;
}

.formInputTxt, .formInputMemo {
	background: #ebe8e2;
	font-family: arial,geneva,helvetica,sans-serif; font-size: 11px;
	color: #001040;
	border: solid 1px #b0aba0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.formSubmitReg {
	font-weight: bold; font-size: 11px;
	background-color: #4a8301;
	color: #ffffff;
	padding: 0px;	
	border-style: solid; border-width: 1px; border-color: #000000;	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

span.wpcf7-list-item {
	display: block;
	font-family: arial,geneva,helvetica,sans-serif; font-size: 11px; font-weight: normal;
	color: #585550;
	padding: 0px 5px 1px 3px;
	text-align: left;
}
	



