/*
Theme Name: VSU Default Theme
Theme URI: http://blog.valdosta.edu
Description: Valdosta State University Default Blog Theme
Version: 1
Author: VSU Web Team
Author URI: http://www.valdosta.edu
*/

body 
{
    margin: 0px;
    background-color: #E6E4D8;
    background-image: url('http://www.valdosta.edu/_files/images/master_template/body_bg.png');
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 100%;
    line-height: 18px;
    margin: 0px 0px 0px 0px;
    color: #423d3d;
}

input, textarea 
{
    display: block;
    background: none #fff;
    border: 1px solid rgb(217, 215, 203);
    box-shadow: 1px 1px 4px #CCC inset;
    color: rgb(150, 149, 143);
    font-size: 12px;
    font-style: italic;
    border-radius: 3px;
    padding: 10px;
}
input[type=submit] 
{
	cursor: pointer;
	box-shadow: none;
	margin-left: 12px;
}
#blog h3
{
    border-bottom: 3px double #EDEDED;
	line-height: 22px;
}
#blog h3 a
{
    color:#423D3D;
    font-size:22px;
    text-decoration:none;
}
#blog .entry
{
    border:none;
    width:auto;
}

#comment-section input[type="submit"], #comment-section input[type="reset"] {
    display: block;
    width: auto;
    padding: 10px;
    float: left;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

#comment-section input[type="submit"] {
    background-color: rgb(203, 245, 216);
    border-color: rgb(77, 148, 99);
    color: rgb(77, 148, 99);
    box-shadow: none;
}
#comment-section input[type="submit"]:hover {
    transition: background-color .25s ease-in-out;
    background-color: rgb(77, 148, 99);
    color: #fff;
}
#comment-section .comment p
{
    margin-left:62px;
	margin-bottom: 10px;
}
#comment-section .comment .reply
{
	margin: 10px auto 25px 62px;
}
#comment-section .comment .fn a
{
}
#comment-section #respond small
{
    float:right;
    font-size: 12px;
    margin-top:10px;
}
#comment-section .comment-title 
{
    border-bottom: 3px double #EDEDED;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#comment-section .comment-author
{
    font-weight:bold;
}
#comment-section .comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
    
}
#comment-section .comment-meta a
{
    color:#666666;
}
#comment-section .comment-notes
{
    font-size:12px;
    color:#96958F;
    font-style: italic;
}


label {
    display: block;
    width: 20%;
    float: left;
    height: 35px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    line-height: 35px;
}

.wp-polls-ul
{
    
}
.wp-polls-ul li
{
    overflow:auto;
    padding:2px 0px !important;
}
.wp-polls-ul input
{
    display:none !important;
}
.wp-polls-ul label
{
    line-height: 30px !important;
    width:100%;
    text-align:center;
    height:inherit;
    cursor:pointer;
}
.wp-polls-ul input[type="radio"]:checked + label {
    background-color:#960816;
    text-shadow: none;
    color:#fff;
}




.sub_post_type_label {
	width: auto;
	height: auto;
	line-height: 22px;
	}

.sub_post_type_label input[type=checkbox] {
	float: left;
	}

.form .row {
    margin-bottom: 10px;
}

.form .row-buttons {
    display: block;
    width: 50%;
    margin-left: 110px;
}

/* Header */

#header_container {
    background-color: #960816;
}

#header {
    height: 100px;
    width: 960px;
    margin: 0px auto 0px auto;
    background-image: url('http://www.valdosta.edu/_files/images/master_template/header_seal_bg.png'); 
    background-repeat: no-repeat;
    background-position: center;
}

#header #brand {
    margin-top:6px;
    height: 90px;
    float: left;
}

#header #brand .logo {
    float:left;
}

#header #brand .name {
    float:left;
    margin-top:40px;
    margin-left:11px;
}

/* Subheader */

#subheader_container {
    background-image: url(images/sub-bg.jpg);
    background-color: #3d3d3d;
    box-shadow: 0px 1px 2px rgb(102, 102, 102);
}

#subheader {
    width: 960px;
    height: 112px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

#subheader h1 {
    font-size: 36px;
    line-height: 112px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-variant: small-caps;
    color: #fff;
}

/* Content */

#content {
    width: 960px;
    margin: 20px auto 0px auto;
}

/* Blog Details */

#blog-details {
    float: right;
    width: 280px;
    padding: 5px;
    margin-bottom: 10px;
}

#blog-details .image {
    display: block;
    max-width: 240px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    margin: auto auto 20px auto;
}

#blog-details h2.tagline {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 24px;
    text-shadow: 1px 1px 0px #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Entries */

#entries, #blog {
    float: left;
    width: 630px;
    min-height: 450px;
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

#entries a {
    text-decoration: none;
    border-bottom:1px dotted;
    color: #5D5246;
}

.entry, .post {
    width: 85%;
    margin: 20px auto 50px auto;
    border-bottom: 1px solid #EDEDED;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-header {
    margin-bottom: 20px;
    border-bottom: 3px double #EDEDED;
    padding-bottom: 10px;
}

#entries h2, #entries h2 a, #blog h2, #blog h2 a {
    font-size: 30px;
    line-height: 32px;
    color: rgb(68, 68, 68);
    text-decoration: none;
    border-bottom: none;
    font-family:Helvetica, Arial, sans-serif;
}

#entries h3, #entries h3 a {
    font-size: 24px;
    line-height: 26px;
    color: rgb(68, 68, 68);
    text-decoration: none;
    border-bottom: none;
    font-family:Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.entry-details {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 12px;
    text-transform: lowercase;
    color: #999;
}

#entries .entry-details .normal, #entries .entry-details .normal a {
    font-style: normal;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}

.entry-details .normal a {
    border-bottom:1px dotted;
}

.entry-content, .entry {
    font-size: 14px;
    line-height: 22px;
}

.entry-content p, .entry-content ol, .entry-content ul, .entry p, .entry ol, .entry ul {
    margin-bottom: 20px;
}

.entry-content ol, .entry-content ul, .entry ol, .entry ul {
    margin-left: 30px;
}

.entry-content ol, .entry ol {
    list-style-type: decimal;
}

.entry-content ul, .entry ul {
    list-style-type: disc;
}

.entry-content a:hover, .entry a:hover {
    color: #423d3d;
}
p.wp-caption-text 
{ 
    font-size: 12px; font-style: italic; 
}

.entry-content .wp-caption {
	max-width: 100%;
}

.entry-content .wp-caption alignleft {
	float: left;
	margin: auto 2px auto auto;
	}
.entry-content .wp-caption alignright {
	float: right;
	margin: auto auto auto 2px;
	}

.entry-content img {
    max-width: 100%;
	height: auto;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 280px;
    height: auto;
    padding: 5px;
	text-shadow: 1px 1px 0px #fff;
}

#sidebar #searchform input[type=text]
{
    width: 85%;
    margin: 10px auto 20px auto;
}
#sidebar ul li form input[type=text], #sidebar ul li form input[type=email]
{
    width: 90%;
    margin: 10px auto 5px auto;
	padding: 4% !important;
}
#sidebar ul li form input[type=submit] {
	cursor: pointer;
	padding: 4% !important;
	box-shadow: none;
	margin-left: 12px;
}
#sidebar ul li form input[type=submit]:hover, input[type=submit]:hover {
	background: none repeat scroll 0% 0% rgb(150, 149, 143);
	color: rgb(255, 255, 255);
	transition: background-color .25s ease-in-out;
}
#sidebar #searchform input[type=submit]
{
    display:none;
}
#sidebar .screen-reader-text
{
    display:none;
}

#sidebar h2.widgettitle {
    font-size: 14px;
    line-height: 16px;
    width: 90%;
    margin: 5px 12px;
}

#sidebar select {
	margin: 10px 12px;
	}

#sidebar ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(217, 215, 203);
}

#sidebar ul li {
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(217, 215, 203);
    box-shadow: 0px 1px 0px 0px #f4f4ef;
}
#sidebar ul li .subscribe-by-email-error, #sidebar ul li .subscribe-by-email-updated {
	text-shadow: none;
	margin-top: 5px;
}
#sidebar ul li.widget
{
    border-bottom:none;
    box-shadow:none;
}
#sidebar ul li a {
    color: #5D5246;
    text-decoration: none;
    list-style: none;
}
#sidebar ul li a:hover {
    font-weight:bold;
}
#sidebar ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}
#sidebar ul li p, #sidebar ul li form p {
	font-size: 14px;
	line-height: 16px;
	width: 90%;
	margin: 0 auto;
	}
#sidebar ul li .tagcloud {
	width: 90%;
    padding: 0 12px;
}

/* Footer */

#footer_container {
    width: 100%;
    display: block;
    height: auto;
    background-color: #3d3d3d;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
}

#footer {
    display: block;
    height: auto;
    width: 960px;
    height: auto;
    margin: 0px auto 0px auto;
    color: #F3F3F3;
    font-size: 12px;
}

#footer a {
    color: #F3F3F3;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#footer .section {
    float: left;
    display: block;
    width: 20%;
    height: auto;
    padding-right: 5%;
}

#footer h2.widgettitle {
    margin-bottom: 10px;
}

#footer h2.widgettitle a {
    border-bottom: none;
}
#footer li.widget
{
    list-style:none;
}
#footer ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    box-shadow: 0px 1px 0px 0px #666; 
}

#footer ul li:last-child {
    border-bottom: none;
    box-shadow: none; 
}

#footer ul li {
    padding-bottom: 5px;
    list-style: disc;
}

/* COMMENTS */

#comment-section {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow:auto;
}

#comment-section #reply-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
    border-bottom: 3px double #EDEDED;
    padding-bottom: 10px;
}

#comment-section .avatar {
    float: left;
    margin: 0px 10px 10px 0px;
}

#comment-section .comment {
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    width:100%;
}


#comment-section .comment-detail {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    float: right;
    width: 87%;
}

#comment-section .comment-detail a {
    color: #666;
}

#comment-section .comment-content {
    float: right;
    width: 87%;
}

#comment-section input {
    width: 40%;
    margin:12px;
}

#comment-section textarea {
    width: 50%;
    height: 100px;
    margin:12px;
}
#comment-section p.form-allowed-tags
{
    display:none;
}
#comment-section p.form-submit
{
    margin-left:20%;
    padding-left:10px;
    
}

div.navigation
{
    text-align: right;
    margin:5px 30px;
}
div.navigation div.prev, div.navigation div.next {
	font-size: 12px;
	line-height: 14px;
	display: block;
}

div.navigation div.prev
{
    float:left;
}
div.navigation div.next
{
    float:right;
}



/* Widget Style */

/* flickr Widget */
.quick-flickr-item 
{ 
    width: 60px; height: 60px; overflow: hidden; float: left; margin: 5px 0px 5px 10px; 
} 
.quick-flickr-item img 
{ 
    max-width: 100px; height: auto; margin-left: -30%; 
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
} 
/* END flickr Widget */



/* END Widget Style */

@media all and (min-width: 738px) and (max-width: 960px) 
{
    .form .row-buttons 
    {
        width: 100%;
        margin-left: 90px;
    }

    /* Header */	

    #header {
        width: 768px;
    }

    /* Subheader */	

    #subheader {
        width: 768px;
    }

    /* Content */

    #content {
        width: 768px;
        margin: 20px auto 0px auto;
    }

    /* Blog Details */

    #blog-details {
        width: 200px;
    }

    #blog-details .image {
        max-width: 200px;
    }
	

    /* Entries */

    #entries, #blog {
        width: 500px;
    }

    /* Sidebar */

    #sidebar {
        width: 200px;
    }

    /* Footer */

    #footer_container {
        width: 100%;
        display: block;
        height: auto;
        background-color: #3d3d3d;
        clear: both;
        padding-top: 30px;
        padding-bottom: 30px;
        float: left;
    }

    #footer {
        display: block;
        height: auto;
        width: 768px;
        height: auto;
        margin: 0px auto 0px auto;
        color: #F3F3F3;
        font-size: 12px;
    }

    #footer a {
        color: #F3F3F3;
        text-decoration: none;
        border-bottom: 1px dotted;
    }

    #footer .section {
        float: left;
        display: block;
        width: 20%;
        height: auto;
        padding-right: 5%;
    }

    #footer h4 {
        margin-bottom: 10px;
    }

    #footer h4 a {
        border-bottom: none;
    }

    #footer ul.border li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #333;
        box-shadow: 0px 1px 0px 0px #666; 
    }

    #footer ul.border li:last-child {
        border-bottom: none;
        box-shadow: none; 
    }

    #footer ul.bullet li {
        padding-bottom: 5px;
        list-style: disc;
    }

    /* COMMENTS */

    #comment-section {
        width: 85%;
		margin: 50px auto 50px auto;
    }

    #comment-section .comment-detail {
        width: 82%;
    }

    #comment-section .comment-content {
        width: 82%;
    }

    #comment-section input {
        width: 40%;
    }

}

@media all and (max-width: 737px) 
{
    .form .row-buttons {
        margin-left: 78px;
    }

    /* Header */	

    #header {
        height: 60px;
        width: 440px;
        background-image: none;
        background-color: rgb(150, 8, 22);
    }

    #header #brand {
        height: 45px;
    }

    #header #brand .logo {
        display: none;
    }

    #header #brand .name {
        margin-top: 16px;
        margin-left: 0px;
    }

    /* Subheader */	

    #subheader {
        height: 70px;
        width: 440px;
    }

    #subheader h1 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 25px;
    }

    /* Content */

    #content {
        width: 440px;
    }

    /* Blog Details */

    #blog-details {
        width: 100%;
        margin-bottom: 0px;
    }

    #blog-details .image {
        max-width: 110px;
        margin-left: 5px;
        margin-right: 15px;
        float: left;
    }

    #blog-details h2.tagline {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    /* Entries */

    #entries, #blog {
        width: 420px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #entries .entry-title h2, #entries .entry-title h2 a {
        font-size: 30px;
        line-height: 32px;
    }

    #entries .entry-content {
        font-size: 12px;
        line-height: 20px;
    }

    /* Sidebar */

    #sidebar {
        width: 90%;
        float: left;
        margin-left: auto;
        margin-right: auto;
    }

    #sidebar h2.widgettitle {
        font-size: 20px;
        line-height: 22px;
    }
	
	#sidebar ul li div.tagcloud {
		 margin: 10px auto auto 14px;
	}

    /* Footer */


    #footer {
        width: 440px;
    }

    #footer .section {
        width: 80%;
        padding: 1%;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    #footer h4 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    /* COMMENTS */

    #comment-section .comment-detail {
        font-size: 14px;
        width: 80%;
    }

    #comment-section .comment-content {
        width: 100%;
        clear: left;
        font-size: 12px;
        line-height: 20px;
    }

    #comment-section input[type="submit"], #comment-section input[type="reset"] {
        margin: 0px 10px 10px 0px;
        clear: left;
    }
}

@media all and (max-width: 449px) 
{
    .form .row-buttons {
        margin-left: 70px;
    }

    label {
        width: 25%;
        font-size: 12px;
    }

    /* Header */	

    #header {
        width: 300px;
    }

    /* Subheader */	

    #subheader {
        width: 300px;
    }

    /* Content */

    #content {
        width: 300px;
    }

    /* Entries */

    #entries, #blog {
        width: 300px;
    }
	
	#entries .entry-title h2, #entries .entry-title h2 a {
        font-size: 20px;
        line-height: 22px;
    }
	
	.entry-content img {
		max-width: 90%;
		height: auto;
		}

    /* Footer */

    #footer {
        width: 300px;
    }

    /* COMMENTS */

    #comment-section .comment-detail {
        width: 70%;
    }
}