/*   

Theme Name: Dorsey Law Mobile Theme

Theme URI: http://www.dorseylawjax.com

Description: Mobile Theme is a WordPress theme meant for mobile phones and devices.

Author: Time4Mobile

Author URI: http://www.timeformobile.com

Version: 1.0

*/



/*---------------------------------

RESETS 

------------------------------------------*/

*{

	margin:0;

	padding:0;

	font-family: Helvetica, sans-serif;

	-webkit-text-size-adjust:none;

}



.clear{

	clear:both;	

}



/* Tell the browser to render HTML 5 elements as block */

header, footer, section, aside, nav, article {display: block;}

.clear{
	clear:both;
	color: #522121;
}

/* -- Reset default style -- */

body{border:0; margin:0; padding:0 10px;}

body{border:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#FFF; color:#4d4d4d;}



h1, h2, h3, h4, h5, h6{ font-family:"Times New Roman", Times, serif;}



h1, h2, h3, h4, h5, h6, p{

	padding-bottom:10px;	

}



h1{
	font-size:24px;
	line-height:30px;
	color:rgb(23, 47, 123);

	

}

h2{

	font-size:18px;

	line-height:22px;

	color:#375699;

	margin-top:10px;

}

h3{
	font-size:16px;
	line-height:20px;
	color:rgb(23, 47, 123);

}
#main{
	text-align:left;	
}
#main ul li, #main ul ol{

	margin-bottom:15px;

	margin-left:15px;

}

hr {

	border: none 0;

	border-top: 1px solid #a69f99;/*the border*/

	height: 1px;

	background:none;

	margin:25px 0;

}

small{

	display:none;	

}

/* HEADER */



header{
	padding:0;
	text-align:center;
	float:left;
	margin:0 auto 20px auto;
	width:100%;
	/*background-color: #CCC;*/
	
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;

}

#header-wrap{

	margin:0 auto;

	width:100%;
	background-image: images/header_bg;
	background-repeat: repeat-x;

}

#header-nav{

	margin:0 auto;

	width:300px;

}



#header-nav ul li{

	display:inline;

	list-style-type:none;

	float:left;

	margin:10px 5px;

	padding-left:24px;

	font-size:16px;

}

#header-nav a{

	text-decoration:none;	

}

#header-nav a:hover{

	text-decoration:underline;

	color:#FFF;	

}

.view-map{

	background:url(images/view-map.png) no-repeat;	

}

.email{

	background:url(images/email.png) no-repeat 0 3px;

}

#share{
	margin:5px 0 0 0;
}

.phone{
	text-align:center;
	font-size:18px;
	color:rgb(23, 47, 123);
	font-weight:bold;
	padding:5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#logo{
	/*background:#FF0000;*/
	width:200px;
	float:left;
	text-align:left;
}
#top-info{
	/*background:#00FF00;*/
	width:300px;
	float:right;
	text-align:right;
}

a {color:#3d5ea3;}



a:link.clink, a:visited.clink{

	padding:0 0 0 18px;

	background:url(images/up-arrow.gif) no-repeat;

	text-decoration:none;

}



.toggle{

	position:relative;

	float:right;

	margin:0;

	padding:5px 10px;

	background:#2e4683;

	border-radius:8px;

	-moz-border-radius:8px;

	color:#FFF;

	text-decoration:none;

}

.nav{

	background:rgb(23, 47, 123);

	text-align:left;

	border-radius:10px;

	-moz-border-radius:10px;

}

.nav{
	margin-top:20px;
	color: #FFF;
}

.nav ul{margin:0; padding:0;}

.nav ul li{

	list-style:none;

	margin:0;

	padding:0;

}

.nav ul li a:link, .nav ul li a:visited{

	display:block;

	font-size:18px;

	color:#FFF;

	font-weight:bold;

	text-decoration:none;

	font-family:"Times New Roman", Times, serif;

	background:url(images/nav-arrow.png) no-repeat 98% 50%;

	padding:8px;

	border-bottom:1px solid #5db4e1;

}

.nav ul li a:active, nav ul li a:hover {

	background:url(images/nav-arrow.png) no-repeat 98% 50% #5db4e1;

	color:#FFF;

}

.nav ul li.last a{

	border-bottom:none;

}

footer{

	margin-top:10px;

	background:rgb(23, 47, 123);

	color:#FFF;

	text-align:center;

	float:left;

	width:100%;

}

footer a{

	text-decoration:none;

	color:#FFF;

	

}

footer a.contact{

	display:block;

	font-size:18px;

	font-weight:bold;

	text-decoration:none;

	color:#FFF;

}

footer p{

	padding:10px 0;	

}

#foot-left{

	float:left;	

}

#foot-right{

	float:right;	

}

#wp_footer{

	/*padding:10px;

	text-align:center;*/

	display:none;	

}

label.error { 

	display: block;

	color: red;                              

	font-size: 11px; 

	font-weight: bold;

}
